@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	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;
}

.center {
	text-align: center;
}

.twoColFixLtHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: url(images/index_01.jpg) no-repeat left top;
	height: 525px;
} 
.twoColFixLtHdr #header #menu {
	list-style: none;
	padding: 485px 0px 0px 315px;
	margin: 0px;
}
.twoColFixLtHdr #header #menu li {
	display: inline;
	padding-left: 25px;
}
.twoColFixLtHdr #header #menu a:link {
	color: #000000;
}
.twoColFixLtHdr #header #menu a:visited {
	color: #3E7D00;
}
.twoColFixLtHdr #header #menu a:hover {
	color: #B40000;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 p {
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 .highlight {
	color: #B40000;
	font-weight: bold;
}

.twoColFixLtHdr #sidebar1 h2 {
	color: #B40000;
	text-align: center;
	font-size: 1.2em;
}
.twoColFixLtHdr  #sidebar1  #coupon_form input#submit {
	width: 56px;
	margin-top: 1em;
}
.twoColFixLtHdr #mainContent1Column {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr  #mainContent1Column  h1  {
	font-size: 1.6em;
	color: #6C0000;
}
.twoColFixLtHdr #mainContent1Column h2 {
	color: #3E7D00;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

.twoColFixLtHdr #mainContent1Column p {
	margin: 0px;
	padding: 0px 0px 1.2em;
}
.twoColFixLtHdr #mainContent1Column a:link {
	color: #B40000;
}
.twoColFixLtHdr #mainContent1Column a:visited {
	color: #3E7D00;
}
.twoColFixLtHdr  #mainContent1Column  a:hover  {
	color: #B40000;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr  #mainContent  h1  {
	font-size: 1.6em;
	color: #6C0000;
}
.twoColFixLtHdr #mainContent h2 {
	color: #3E7D00;
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
.twoColFixLtHdr #mainContent p {
	margin: 0px;
	padding: 0px 0px 1.2em;
}

.twoColFixLtHdr #mainContent .highlight {
	font-weight: bold;
	color: #B40000;
}
.twoColFixLtHdr  #mainContent  #contact_form label {
	display: block;
	margin-top: 1em;
}
.twoColFixLtHdr  #mainContent  #contact_form input, textarea {
	width: 30em;
}
.twoColFixLtHdr  #mainContent  #contact_form  em  {
	font-weight: bold;
	color: #B40000;
}

.twoColFixLtHdr  #mainContent  #contact_form textarea {
	heigh: 8em;
}

.twoColFixLtHdr  #mainContent  #contact_form input#submit {
	margin-top: 1em;
	width: 56px;
}
.twoColFixLtHdr #mainContent a:link {
	color: #B40000;
}

.twoColFixLtHdr #mainContent a:visited {
	color: #B40000;
}
.twoColFixLtHdr  #mainContent  a:hover  {
	color: #B40000;
}


.twoColFixLtHdr #footer {
	background:url(images/index_11.jpg) no-repeat left bottom;
	height: 150px;
	width: 840px;
	color: #FFFFFF;
	font-size: 90%;
	padding-right: 10px;
	padding-left: 10px;
} 
.twoColFixLtHdr  #footer  ul  {
	list-style: none;
	margin: 0px;
	padding: 95px 0px 0px;
}
.twoColFixLtHdr  #footer  li  {
	display: inline;
	padding-right: 10px;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
}

.twoColFixLtHdr #footer a:link {
	color: #FFFF00;
}
.twoColFixLtHdr #footer a:visited {
	color: #F99817;
}
.twoColFixLtHdr #footer a:hover {
	color: #B40000;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 #coupon_form {
	text-align: center;
}
.twoColFixLtHdr #container #sidebar1 #coupon_form #req_email {
	width: 125px;
}
