@charset "utf-8";
/* CSS Document */
body {
margin:0;
background: url(images/pagebg.jpg) no-repeat center top #2e2e2e;
font: 100% Arial, Helvetica, sans-serif;
color: #fff;
}
a,
a.visited
{
	color: #539dc9;
	text-decoration: none;
}
a:hover{
	color: #ffc001;
}
#container{
width: 924px;
margin: auto;
} 
#topnav {
padding-top: 5px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 28px;
background: url(images/topnav_bg.jpg) no-repeat top center;
height: 30px;
}
#topnav a {
display: block;
float: left;
height: 18px;
color: #ffc001;
text-transform:uppercase;
text-decoration: none;
margin-right: 10px;
font-size: 80%;
padding: 7px 5px 5px 5px;
text-align: center;
font-weight: bold;
}
#topnav a:hover{
color: #fff;
}
#topnav a.topnavon {

}
#topnav a.topnavoff {

}
#topnav #contactnav {
float:right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#feature {
width: 924px;
padding-left: 23px;
padding-right: 23px;
}
/* Jquery slider styles */

#slidernav { border: 1px solid #DDD; margin-bottom: 1em;}
#slider-wrapper {margin-bottom: 1em}
#slider { width: 880px;}
#slider div {width: 880px;}
#slider_text { font-size: 10px; text-align:center }
#previous_button, #next_button{
	width: 25px;
	text-align: center;
	float: right;
	cursor: pointer;
	font-weight: bold;
}
#previous_button {
	float: left;
	background: url(images/slider_left.png);
	border: 0px;
	width: 43px;
	height: 30px;
	text-indent: -9999px;
}
#next_button {
	float: right;
	background: url(images/slider_right.png);
	border: 0px;
	width: 43px;
	height: 30px;
	text-indent: -9999px;
}

#previous_button:hover, #next_button:hover{
	color: white;
}

#slider-controls{
	position: relative;
	top: -10px;
	background-colour: #39C;
	height: 30px;
	margin-bottom: -10px;
}
#slider_controls_table {
	width: 875px;
}
#slider img {
	/*border: 0;*/
}
.gallerytbl {
	width: 880px;
}
.gallerytbl td {
}
.gallerytbl td a img {
	border: 3px solid #ffc001;
}
.gallerytbl td a:hover img {
	border: 3px solid #fff;
}
#maincontent{
float: left;
width: 447px;
margin-top: 11px;
font-size: 90%;
line-height: 1.25;
}
#maincontent .main_content_top{
margin-top:0px;
}
#maincontent .main_content_top h1{
margin-top: 0px;
padding: 10px;
font-weight: normal;
padding-left: 25px;
margin-bottom: 0px;
}
#maincontent .main_content_body{
padding: 0px 25px;
}
#maincontent .main_content_bottom{
height: 30px;
}
#sidebar1 {
float:left;
width:210px;
margin-left: 22px;
margin-right: 0px;
margin-top: 10px;
}
#sidebar2{
float: left;
width: 210px;
margin-top: 10px;
margin-left: 10px;
}
#sidebar1,
#sidebar2{
	font-size: 13px;
	color: #ccc;
}
#sidebar1 h3,
#sidebar2 h3{
	font-size: 24px;
	color: #ffc001;
	font-weight: normal;
}
#sidebar1 div.sidebar_top,
#sidebar2 div.sidebar_top{
background:url(images/sidebar_top.png ) no-repeat top center;
height: 10px;
}
#sidebar1 div.sidebar_header,
#sidebar2 div.sidebar_header {
background:url(images/sidebar_header_bg.jpg ) no-repeat top center #333;
border-left: 2px solid #ffc001; 
border-right: 2px solid #ffc001;
color: #ffc001;
padding: 10px;
font-size: 24px;
}
#sidebar1 div.sidebar_main,
#sidebar2 div.sidebar_main{
background: url(images/sidebar_bg.png) repeat-y top center;
}
div.sidebar_bottom {
background: url(images/sidebar_bottom.png) no-repeat top center;
height: 25px;
}
div.sidebar_main{
padding: 12px;
}
#sidebar1 div.sidebar_main a,
#sidebar2 div.sidebar_main a{
	text-decoration: none;
	color: #539dc9;
}
#sidebar1 div.sidebar_main a:hover,
#sidebar2 div.sidebar_main a:hover{
	color: #ffc001;
}
#sidebar2 div.sidebar_main .quote{
	font-size: 70%;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
}
h2,
h3{
font-size: 140%;
color: #fff;
font-weight: normal;
}	
h1 {
color: #ffc001;
}
table.cobtbl {
	background: #ffc001;
	margin-left: 5px;
	font-size: 12px;
	color: #ccc;
}
table.cobtbl a{
	text-decoration: none;
	color:#ffc001;
	font-weight: normal;
}
table.cobtbl a:hover{
	color:#fff;
}
table.cobtbl td.cobhl {
	background: #333;
}
table.cobtbl td.cobll{
	background: #333;
}
table.cobtbl td.cobll input{
	width: 120px;
	font-size: 10px;
}
table.cobtbl td.cobll textarea{
	width: 300px;
	font-size: 10px;
}
#contentpad form table.cobtbl tbody tr td.cobll input {
	width: 50px;
}
#contentpad table tbody tr td form table.cobtbl tbody td.cobll input{
	width: 120px;
}
#contentpad form table.cobtbl tbody tr td.cobll input.checkoutbutton{
	width: 100px;
}
#contentpad table tbody tr td form table.cobtbl tbody tr td.cobll select{
	width: 120px;
}
div.prodname {
	font-weight: normal;
}
table.products {
	margin-left: 5px;
}
table.products tr {
	border-bottom: 1px dashed #fff;
}
div.catheaderimage{
	text-align: right;
}
div.catdescription{
	margin-left: 13px;
}
td.prodnavigation{
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
img.prodimage,
img.catimage{
	border: 2px solid #ccc;
}
	

