body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size: 12px;
}
table {
	margin:0;
	padding:0;
}
#container {
	margin: 0 auto;
	width: 785px;
	border: 1px #bbb solid !important;
}
#logobar {
	height:100px;
	background-color: #cfcfcf;
	background-image: url(images/logoback.jpg);
	background-repeat: no-repeat;
}
#logobar h1{
	display:block;
	font-size: 13px;
	color: #433C3C;
	font-weight:normal;
	margin-top: 80px;
	margin-left: -185px;
	padding-left: -100px;
	float:left;
	margin-bottom: 0px;
}
#logoimg {
	float: left;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	display:inline;
	}
#logoimg img{
	border:none;
	}
#seal {
	position:relative;
	left:165px;
	float:left;
	}
.clear {
	clear:both;
	height:5px;
}
#leftnav {
	float:left;
	width:235px;
	}
#leftnav a:link, #leftnav a:visited {
	height:28px;
	padding: 17px 0 0 50px;
	display: block;
	font-size: 12px;
	color: #5B5454;
	text-decoration:none;	
	border-bottom: 1px solid #afafaf;
}
#leftnav a:hover {
	color: #fff;
	}
#leftnav a:active {
	color: #585454;
}
#homenav a:link, #homenav a:visited{
	background: url(images/home_link_green.gif) center left no-repeat;
}
#homenav a:hover{
	background: url(images/home_link_red.gif) center left no-repeat #74940E;
	}
#homenav a:active{
	background: url(images/home_link_green.gif) center left no-repeat;
	}
	
#facnav a:link, #facnav a:visited{
	background: url(images/fac_link_green.gif) center left no-repeat;
}
#facnav a:hover{
	background: url(images/fac_link_red.gif) center left no-repeat #74940E;
	}
#facnav a:active{
	background: url(images/fac_link_green.gif) center left no-repeat;
	}
	
#prodnav a:link, #prodnav a:visited{
	background: url(images/prod_link_green.gif) center left no-repeat;
}
#prodnav a:hover{
	background: url(images/prod_link_red.gif) center left no-repeat #74940E;
	}
#prodnav a:active{
	background: url(images/prod_link_green.gif) center left no-repeat;
	}
	
#aboutnav a:link, #aboutnav a:visited{
	background: url(images/about_link_green.gif) center left no-repeat;
}
#aboutnav a:hover{
	background: url(images/about_link_red.gif) center left no-repeat #74940E;
	}
#aboutnav a:active{
	background: url(images/about_link_green.gif) center left no-repeat;
	}
	
#dirnav a:link, #dirnav a:visited{
	background: url(images/dir_link_green.gif) center left no-repeat;
}
#dirnav a:hover{
	background: url(images/dir_link_red.gif) center left no-repeat #74940E;
	}
#dirnav a:active{
	background: url(images/dir_link_green.gif) center left no-repeat;
	}
	
.nav_images {
	float:left;
	overflow:hidden;
	}
#content {
	padding: 0 35px 0 35px;
	color: #8A8585;
	font-size: 12px;
	margin-bottom: 10px;
	}
#content h2{
	font-size:16px;
	color:#5B5454;
	margin:5px 0 8px -20px;
	padding:0;
	font-weight:normal;
}
#content h3{
	font-size:16px;
	color:#5B5454;
	margin: 5px 0 2px 0;
	padding:0;
	font-weight:normal;
}
.greybar {
	display:block;
	width:100%;
	height:1px;
	clear:both;
	background-color: #AFAFAF;
	margin: 10px auto 8px;
	}

.main_ll_box {
	display:block;
	width: 250px;
	float: left;
	}
.main_lr_box {
	display:block;
	width: 430px;
	border-left: 1px solid #AFAFAF;
	float: right;
	padding-left:25px;
	}
.main_lr_box img, .main_ll_box img, #content img{
	padding-right: 25px;
	}
#footer {
	background: url(images/exper-cast-logo-small.gif) top left no-repeat;
	height:20px;
	color: #999;
	font-size:12px;
	text-align:right;
	padding: 30px 15px 0 0;
	margin-top: 15px;
	margin-left: 15px;
	}
#prod_thumb {
	margin:20px 0 0 -15px;
}
#prod_thumb img {
	padding: 5px;
	cursor: pointer;
	}
.indent {
	margin-left: 110px;
}