@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	background-image:url(../images/background_small.gif);
	background-repeat:repeat-x;
	background-color:#EEEEEE;
}
/*main*/
#wrapper{
	width:960px;
	margin:0px auto;
	position:relative;
}
#logo{
	width:426px;
	height:125px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
}
/*top nav*/
#top_nav{
	color:#c50200;
	font-size:0.8em;
	position:absolute;
	top:0px;
	width:250px;
	right:20px;
}
#top_nav ul, #top_nav li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#top_nav li{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#top_nav a{
	text-decoration:none;
	color:#c50200;
	display:block;
	padding-left:10px;
	padding-right:10px;
}
#top_nav a:hover{
	text-decoration:underline;
}
/*banner*/
#banner{
	background-image:url(../images/banner_small.png);
	background-repeat:no-repeat;
	width:960px;
	height:154px;
	position:relative;
}
#banner_home{
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	width:960px;
	height:286px;
	position:relative;
}
#banner_text_home{
	position:absolute;
	height:80px;
	font-weight:bold;
	color:#FFF;
	width:870px;
	bottom:16px;
	left:67px;
	line-height:20px;
	text-align:right;
}
#banner_text{
	position:absolute;
	height:80px;
	font-weight:bold;
	color:#FFF;
	width:870px;
	bottom:25px;
	left:30px;
	line-height:20px;
}
/*main nav*/
#main_nav{
	position:absolute;
	top:0px;
	width:935px;
	height:27px;
	padding-left:25px;
}
#main_nav ul, #main_nav li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#main_nav li{
	float:left;
}
#main_nav a{
	background-color:#990000;
	display:block;
	height:27px;
	margin-left:5px;
	margin-right:5px;
	line-height:27px;
	font-size:1em;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}
#main_nav a#home{
	background-image:url(../images/home.png);
	width:31px;
	height:27px;
	padding:0px;
}
#main_nav a:hover{
	background-color:#FFF;
	color:#595959;
}
/*content*/
#content_container{
	background-image:url(../images/cont_back.png);
	margin-top:15px;
}
#fw_content_container{
	background-color:#FFF;
	margin-top:15px;
}
/*left content*/
#content_left{
	float:left;
	width:615px;
}
#content_left h1{
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	line-height:57px;
	padding-left:30px;
	background-image:url(../images/left_heading1.png);
	margin-top:0px;
}
#content_left h2{
	font-size:1.4em;
	font-weight:normal;
	line-height:40px;
	padding-left:30px;
	color:#858585;
}
#content_left h3{
	font-size:1.4em;
	font-weight:normal;
	line-height:82px;
	padding-left:30px;
	color:#858585;
}
#content_left p{
	padding-left:30px;
	padding-right:20px;
}
#content_left h3 img{
	float:left;
}
#content_left form{
	padding-left:30px;
}
#content_left a{
	color:#c50200;
	text-decoration:none;
	font-weight:bold;
}
#content_left a:hover{
	text-decoration:underline;
}
.cur{
	float:right;
	font-size:16px;
	font-weight:bold;
}
/*right content*/
#content_right{
	float:left;
	width:345px;
	padding-bottom:20px;
}
#content_right h1{
	background-image:url(../images/right_heading1.png);
	background-position:right;
	margin:0px;
	line-height:57px;
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	padding-left:20px;
	margin-bottom:10px;
}
.product_container{
	background-color:#666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#7a7a7a;
	border-bottom-color:#7a7a7a;
	padding-top:10px;
	margin-bottom:10px;
	position:relative;
	height:130px;
}
.product_container .image{
	position:absolute;
	width:83px;
	height:83px;
	left:20px;
	top:20px;
}
.product_container .text{
	position:absolute;
	width:230px;
	height:50px;
	top:25px;
	right:0px;
	color:#FFF;
}
.product_container h2{
	background:none;
	font-size:1.6em;
	color:#e3e3e3;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-bottom:5px;
}
.product_container p{
	margin:0px;
	padding:0px;
	color:#e3e3e3;
	font-weight:bold;
}
.version{
	padding-top:10px;
	color:#e3e3e3;
	font-weight:normal;
}
.product_container .prod_nav{
	background-color:#990000;
	height:25px;
	position:absolute;
	bottom:0px;
	width:345px;
	text-align:right;
}
.product_container .prod_nav a{
	color:#ecb3b3;
	font-weight:bold;
	margin-right:20px;
	line-height:25px;
	text-decoration:none;
	font-size:0.8em;
}
.product_container .prod_nav a:hover{
	color:#FFF;
}


.clear{
	clear:both;
	line-height:1px;
	height:1px;
}
/*Full width content*/
#fw_content{
}
#fw_content h1{
	font-size:1.8em;
	font-weight:bold;
	color:#FFF;
	line-height:57px;
	padding-left:30px;
	background-image:url(../images/left_heading1.png);
	margin-top:0px;
}
#fw_content h2{
	font-size:1.4em;
	font-weight:normal;
	line-height:40px;
	padding-left:30px;
	color:#858585;
}
#fw_content h3{
	font-size:1.4em;
	font-weight:normal;
	line-height:82px;
	padding-left:30px;
	color:#858585;
}
#fw_content p{
	padding-left:30px;
	padding-right:20px;
}
#fw_content h3 img{
	float:left;
}
#fw_content form{
	padding-left:30px;
}
#fw_content a{
	color:#c50200;
	text-decoration:none;
	font-weight:bold;
}
#fw_content a:hover{
	text-decoration:underline;
}
.warning{
	color:#990000;
	font-weight:bold;
}
.date_warning{
	color:#090;
	font-weight:bold;
}
.double_warning{
	color:#06C;
	font-weight:bold;
}
.sa_warning{
	color:#F90;
	font-weight:bold;
}
#fw_content a.warning{
	color:#990000;
	font-weight:bold;
}
#fw_content a.date_warning{
	color:#090;
	font-weight:bold;
}
#fw_content a.double_warning{
	color:#06C;
	font-weight:bold;
}
#fw_content a.sa_warning{
	color:#F90;
	font-weight:bold;
}
#fw_content a.na{
	color:#000;
	font-weight:bold;
}
/*Forms*/
.med_form{
	width:200px;
}
/*footer*/
#footer{
	height:102px;
	background-image:url(../images/bottom_background.png);
	font-family:Arial, Helvetica, sans-serif;
}
#footer_wrapper{
	width:960px;
	margin:0px auto;
	height:102px;
	position:relative;
}
#footer_wrapper #footer_logo{
	position:absolute;
	right:0px;
	height:102px;
	width:345px;
	background-image:url(../images/bottom_logo.png);
}
#footer_wrapper #copy{
	position:absolute;
	width:550px;
	height:20px;
	top:20px;
	left:32px;
	color:#595959;
}
#footer_wrapper #nav{
	position:absolute;
	width:550px;
	height:15px;
	top:45px;
	left:22px;
	color:#595959;
}
#footer_wrapper #nav ul, #footer_wrapper #nav li{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer_wrapper #nav li{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
#footer_wrapper #nav a{
	color:#c00000;
	display:block;
	text-decoration:none;
	margin-right:10px;
	margin-left:10px;
}
#footer_wrapper #nav a:hover{
	text-decoration:underline;
}
#footer_wrapper #media_dog{
	position:absolute;
	width:550px;
	height:15px;
	top:65px;
	left:32px;
	color:#595959;
}
#footer_wrapper #media_dog a{
	color:#c00000;
	text-decoration:none;
}
