/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(images/site_bg.jpg);
}
#wrapper{
	width:781px;
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}
a{
	color:#cc0000;
	text-decoration:none;
}
a:hover{
	color:#cc0000;
	text-decoration:underline;
}
h1{
	font-size:13px;
	color:#333333;
	font-weight:bold;
	text-transform:capitalize;
	margin-top:0px;
}
#top_nav{
	font-weight: 500;
	padding-top:9px;
	padding-right:20px;
}
#top_nav a{
	background:url(images/top_bg.jpg) top repeat-x;
	padding: 13px 20px 13px 20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#top_nav a:hover{
	background:url(images/top_nav_bg.jpg) top no-repeat;
	padding: 13px 20px 13px 20px;
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}
#main_nav{
	padding-top:13px;
	padding-left:20px;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
}
#main_nav a{
	background:url(images/nav_bg.jpg) top repeat-x;
	padding: 13px 20px 13px 20px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}
#main_nav a:hover{
	background:url(images/nav_bg2.jpg) top repeat-x;
	padding: 13px 20px 13px 20px;
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
}

#bottom_text{
	color:#FFFFFF;
	font-weight:normal;
	padding-top:20px;
	padding-right: 20px;
}
#bottom_text a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#bottom_text a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#bottom_on_grey{
	color:#FFFFFF;
	padding-top:10px;
	padding-right: 20px;
	text-decoration:none;
}
#bottom_on_grey a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#bottom_on_grey a:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#latest_news{
	text-align:left;
	width:215px;
	float:left;
}
#latest_news_header{
	text-align:left;
	font-weight:bold;
	background:url(images/latest_new_header.jpg) top repeat-x; 
	height:28px;
	padding-top:8px;
	padding-left:15px;
	border-right:#D0D0D0 thin solid;
}
#main_section{
	background-color:#FFFFFF;
	text-align:left;
}
#main_content{
	text-align:left;
	width:550px;
	float:right;
}
#main_content h1{
	font-size:13px;
	color:#CC3333;
	font-weight:bold;
	text-transform:capitalize;
	height:25px;
	margin-top:-5px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:-10px;
	padding-left:20px;
	background:url(images/maing_header_bg.jpg) repeat-y left;
}
#prods_nav a{
	color:#333333;
	font-size:13px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	line-height:10px;
}
#prods_nav a:hover{
		color:#333333;
	font-size:13px;
	display:block;
	text-decoration:underline;
	font-weight:normal;
	line-height:10px;
}