* { padding: 0; margin: 0; }

a {
color:#993300;
text-decoration:none;
}
a:hover {
color:#996633;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/back_main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
.bodycopy{
	color:#CC0000;
	line-height:1.75em;
	
}
#wrapper { 
	 margin: 0 auto;
	 width: 922px;
}
#main_navigation {
	float: left;
	width: 900px;
	height: 70px;
	padding: 0px;
/*	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 30px;*/
}
.mainnav_img{
	float:right;
	width:504px;
	height:40px;
	padding-top:29px;
}
.mainlogo {
	float:left;
	padding:30px 0px 0px 20px;
}
.header {
	 color: #333;
	 width: 900px;
	 float: left;
	 /*padding: 10px;*/
	 /*border: 1px solid #ccc;*/
	 /*height: 100px;*/
	 margin: 0px 0px 5px 0px;
}
#sub_navigation {
	float: left;
	width: 880px;
	color: #CC3300;
	padding: 20px 10px 10px 20px;
	/*border: 1px solid #ccc;*/
	margin: 0px 0px 0px 0px;
}
#leftcolumn {
	float: left;
	color: #993300;
	/*border: 1px solid #ccc;*/
	/*background: #DDDDDD;*/
	margin: 0px 5px 5px 0px;
	padding: 10px 10px 0px 10px;
	height: 350px;
	width: 160px;
	
}
#rightcolumn {
	float: right;
	color: #333;
	border-top: 4px solid #6A4D4D;
	background: #FFFFFF;
	background-image:url(images/rcap_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 30px 0px;
	width: 710px;
	display: inline;
}
#footer { 
	width: 880px;
	clear: both;
	color: #993300;
	border-top: 1px solid #330000;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	text-align:center;
	line-height:24px;
}

.header #header_home {
	background:url(images/header_home.jpg);
	height:308px;
}
.header #header_sub {
	height:130px;
}

#header_home .bodycopy{
	padding:95px 535px 20px 40px;
}

#home_bottom {
	width: 880px;
	height: 200px;
	clear: both;
	color: #993300;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	text-align:center;
	line-height:24px;
}

#wrapper_body_about {
	/*background-image: url(images/back_about.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
}
#wrapper_body_about .bodycopy{
	padding:25px 25px 20px 325px;
	background-image: url(images/img_about.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper_body_about .bodycopy ul{
	padding:0px 0px 0px 20px;
	line-height:14px;
}

#wrapper_body_about .bodycopy p{
	line-height:16px;
}


#wrapper_body_media {
	height:500px;
}

#wrapper_body_media #embedmedia{
	float:left;
	width:340px;
	margin:0px 0px 0px 10px;
	padding-top:10px;
}
#wrapper_body_media .bodycopy{
	margin:20px 20px 0px 10px;
}

#wrapper_body_events {
	padding: 20px 0px 20px 30px;
}

#wrapper_body_contact {
	/*background-image: url(images/back_sub_narrow.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
}

#wrapper_body_contact .bodycopy{
	padding:25px 25px 20px 230px;
	background-image: url(images/img_contact.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#wrapper_body_products {

padding: 10px 0px 30px 35px;

}



/* Products Sub Nav*/

#navlist
{
	padding-left: 0px;
	margin-left: 0;
	border-bottom: 1px solid #380C00;
	width: 160px;
	margin-bottom:15px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.5em;
border-top: 1px solid #380C00;
}

#navlist li a { 
	font-size: 12px;
	text-decoration: none;
	padding-left:10px; 
}


.cate_sub_products {
	font-size: 15px;
	margin-left:80px;
	font-style: italic;
	font-weight:bold;
	text-transform: uppercase;
}

/* Products Img Display*/
div.img {
  margin: 10px;
  /*border: 1px solid #0000ff;*/
  height: 130px;
  width: 130px;
  /*width: auto;*/
  float: left;
  text-align: center;
  }
div.img img {
  display: inline;
  width: 96px;
 /* height: 96px;*/
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img .imgWrap {
  display: block;
  height: 110px;
  padding-bottom:7px;
  }
div.img a:hover img {
  border: 1px solid #CCC;
  }
div.desc {
  color:#CC0000;
  text-align: center;
  font-weight: normal;
  width: 100px;
  margin: 2px;
  }
