@charset "utf-8";
/* CSS Document */

body {
	background-color: #979797;
	background-image: url(/img/grey_bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bottom_left_container img {
	/*width: 100px;
	height: auto;*/
	border: 0;
}

img {
	behavior: url(/iepngfix.htc);
	border: none;
}

.offer_counter {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 10px;
	padding: 5px;
}


.offer_counter img {
	vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#main_container {
	width: 874px;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
	background-image: url(/img/main_bg.jpg);
	background-repeat: repeat-y;
}

#header_img {
	width: 874px;
	height: 134px;
	z-index: 2;
	text-align: left;
	clear: both;
}

#starburst {
	width: 300px;
	height: 247px;
	margin-left: 400px;
	padding-top: 10px;
	position: absolute;
	z-index: 13;
}

#body_container {
	width: 698px;
	overflow: hidden;
	background-color: #FFFFFF;
	float: right;
}

#left_container {
	width: 175px;
	height: 100%;
	float: left;
}

#nav_container {
	width: 175px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	padding-top: 20px;
}

#nav_container ul {
	margin: 0;
	padding: 0;
}

#nav_container li {
	height: 23px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav_container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	width: 175px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#nav_container a:hover, #nav_container a.active {
	background-image: url(/img/nav_ro_bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 175px;
	color: #fff;
}

#bottom_left_container {
	padding-top: 20px;
	width: 175px;
	text-align: center;
}

#content_container {
	width: 649px;
	min-height: 470px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	width: 645px;
	overflow: hidden;
}

#content {
	text-align: left;
}

#tagline {
	width: 559px;
	height: 90px;
	text-align: left;
	padding-left: 90px;
	padding-top: 15px;
}

#footer_container {
	height: 22px;
	width: 674px;
	background-image: url(/img/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 6px;
	padding-left: 25px;
}

#footer_container a {
	text-decoration: none;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#footer_container a:hover {
	color: #a98931;
}
	
