@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E8E4BF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr  #wrapper {
	width: 960px;
	background: #E8E4BF;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 960px;
	background-image: url(Images/NewLayout/ShadowBkgnd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr  #innercontainer {
	border: 5px solid #58220D;
	background-color: #FFFDE9;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #header {
	background-color: #FFFDE9;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	z-index: 200;
	height: 60px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CC99CC;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFDE9;
	border-bottom-width: 5px;
	border-bottom-color: #59230F;
	border-bottom-style: solid;
	margin: 0px;
	height: 545px;
}
.oneColFixCtrHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #59230F;
	background-color: #FFFFFF;
	text-align: left;
	position: relative;
	margin: 0px;
	border: 5px solid #D15A29;
}
.oneColFixCtrHdr #footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #59230F;
	background-color: #FFFDE9;
	margin-top: -120px;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0px;
	z-index: 200;
	position: relative;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	clear: left;
	border: 5px solid #D15A29;
	width: auto;
}
.oneColFixCtrHdr #coupon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #59230F;
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	border: 5px solid #D15A29;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 80%;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D15928;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D15928;
}
a:hover {
	text-decoration: underline;
	color: #C95A2F;
}
a:active {
	text-decoration: none;
	color: #D15928;
}
.NaveStyle {color: #D15928}
.BottomPhone  {
	font-family: "Arial Black", Arial;
	font-size: x-small;
	font-weight: lighter;
	color: #58220D;
}

#logo {
	position:absolute;
	width:119px;
	height:67px;
	z-index:1;
}
#Headline {
	position:relative;
	height:50px;
	z-index:2;
	width: 820px;
	padding-left: 100px;
	margin-top: -70px;
}
#TopNav {
	position:relative;
	height:50px;
	z-index:2;
	width: 750px;
	margin-left: 15%;
}
#Coupon {
	position:relative;
	width:150px;
	z-index:3;
	left: 0px;
	top: 0px;
	float: right;
}
.IntHeadline {
	font-size: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D15A29;
}
.IntBrSubHead {
	font-size: 24px
}
.SubHeadItalic {
	font-size: 26px;
	font-style: italic;
	color: #D15A29;
}
.style11 {color: #D15928}
.style13 {
	font-size: 14px;
	color: #FFFDE9;
}
.style15 {font-size: 14px}
.BoxFieldLabel {
	font-size: small;
	color: #562713;
	text-align: left;
	background-color: FFFFDE9;
	padding-right: 20px;
	padding-left: 20px;
}

</style>

