/* PAGE STRUCTURE */


body {
	margin:0;
	background:#000000;
	text-align:center;
	width:100%;
}

#header {
	background:#000000;
	padding-top:20px;
	width:100%;
}
#header_bg {
	background:url(../images/header_bg.jpg) center bottom no-repeat;
	height:105px;
	width:982px;
	margin:0 auto;
}
#header_bgcolor {
	background:#0d0d0d;
	width:100%;
}
#header_img {
	width:770px;
	margin:0 auto;
}

#content_bg {
	width:982px;
	margin:0 auto;
	background:url(../images/content_bg.gif) center repeat-y;
}
#content_colorbg {
	background:#575757;
	width:100%;
}
#content {
	width:770px;
	margin:0 auto;
	text-align:left;
	
}
#nav {
	width:258px;
	float:left;
}
#main {
	float:left;
}
#landingmain {
	width:400px;
	float:left;
	padding-left:45px;
	min-height:300px;
}
#nav, #landingmain {
	padding-top:30px;
}


.clear {
	clear:both;
}

/* UNIVERSAL STYLES */

p, div, span, label {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
h1 {
	font-size:13px;
	color:#333333;
	margin:0;
	padding:0;
}


/* NAVIGATION */
#nav_ttl {
	padding:0 25px 0 19px;

}

#nav ul, #nav li {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	height:26px;
	overflow:hidden;
}

#navdivtop {
	background:url(../images/nav_divtop.gif) no-repeat;
	width:257px;
	height:5px;
}
#navdivbtm {
	background:url(../images/nav_divbtm.gif);
	width:257px;
	height:5px;
}

/* SUB NAV */

#subnav {
	height:60px;
	width:512px;
	background:url(../images/subnav_bg.gif) repeat-x;
}

#subnavsh {
	background:url(../images/subnav_shadow.jpg) no-repeat;
	width:29px;
	height:60px;
	float:left;
}
#subnavtopsh {
	background:url(../images/subnav_topshadow.jpg) no-repeat;
	width:332px;
	height:20px;
	float:left;
}
#subnav1, #subnav2 {
	float:left;
}

/* PAGE STYLES */

#copy {
	background:#a7a7a7 url(../images/main_bg.jpg) repeat-y;
	min-height:330px;
	padding:40px 0 0 40px;
	width: 472px;
}
#copy p {
	margin:0 0 30px 0;
}
.product p {
	width:270px;
}
#contactus {
	text-align:center;
	margin-top:35px;
}

#product_list br {
	clear:both;
}

#details {
	float:left;
	width:260px;
}
#testimonial {
	float:left;
	margin:20px 0 0 20px;
}
#testimonial img {
	border:#575757 1px solid;
	margin-bottom:7px;
}
#quote {
	font-style:italic;
	width:160px;
}


/* LANDING STYLES */
#landingmain p, #landingmain div, #landingmain span, #landingmain label {
	color:#ffffff;
}
#landingmain a {
	color:#ffffff;
	text-decoration:underline;
}


/* FOOTER */
#footer_div {
	background:url(../images/footer_bg.jpg) no-repeat;
	width:982px;
	height:23px;
	margin:0 auto;
}
#footer_divbg {
	background:#0d0d0d;
	width:100%;
}

#footer_sv p {
	color:#999999;
	width:982px;
	margin:0 auto;
	margin-top:10px;
}


/* FORM STYLES */

#cform {
	margin-top:35px;
}

#cform label, #cform input, #cform select {
	float:left;
	margin-bottom:12px;
	line-height:18px;
	font-size:11px;
}

#cform label {
	width:130px;
	text-align:right;
}

#cform input, #cform select {
	width:148px;
	margin-left:10px;
}

input.sfield {
	width:35px;
}
input.mfield {
	width:58px;
}

#cform br {
	clear:both;
}



/* CLASSES */

.bold {
	font-weight:bold;
}
.darkgray {
	color:#333333;
}
.gold {
	color:#ffbe22;
}
.product_img {
	clear:both;
	width:113px;
	height:113px;
	float:left;
	margin-bottom:42px;
}
.product_img img {
	border:1px #575757 solid;
}
.product_info {
	float:left;
	margin-left:15px;
}
