@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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: #333;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
}
a:active {
	text-decoration: underline;
	color: #be2100;
}
a:link {
	text-decoration: none;
	color: #be2100;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #be2100;
}
#menu2{
	padding-left:10px;
	float:left;
	width:750px;
	height:22px;
	margin-top: 10px;
}
#menu2 a {
background:#b31e00 url('../images/bg-menu-bot-r.gif') no-repeat scroll top right;
color:#fff;
display:block;
float:left;
font:bold 11px arial, sans-serif;
height:22px;
margin-right:10px;
padding-right:7px; 
text-transform:uppercase;	
}
#menu2 a:hover {
text-decoration:none;
}
#menu2 a span {
background: #b31e00 url('../images/bg-menu-bot-l.gif') no-repeat;
display:block;
line-height:12px;
padding:5px 5px 5px 13px;
}
#menu2 a:hover {
background-position:100% -22px;
}
#menu2 a:hover span {
background-position:0% -22px;
padding:6px 5px 4px 13px;
}
#menu2 a.cur, #menu2 a:hover.cur { /* cur selected menu item */
background-color:#d9dcdf;
background-position:100% -44px;
color:#000;
}
#menu2 a.cur span, #menu2 a:hover.cur span {
background-color:#d9dcdf;
background-position:0% -44px;
padding:5px 5px 5px 13px;
}

#upsell {
	background:white url('../images/bg-menu.gif') repeat-x;
	font-size:11px;
	height:30px;
	margin-top: 10px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/hdr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 13px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 17px;
	color: #30458E;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 15px;
}
.oneColFixCtrHdr #container #mainContent #rightbox {
	float: right;
	height: 276px;
	width: 256px;
	background-image: url(../images/newsbg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #mainContent #rightbox p {
	padding-right: 10px;
	padding-left: 10px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F10709;
	border-right-color: #F10709;
	border-bottom-color: #F10709;
	border-left-color: #F10709;
	background-color: #28407D;
}
.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 */
	color: #FFF;
	font-size: 11px;
}
