body {
	background: #C0C0C0;
	margin: 0;
	padding: 20px 0;
	text-align: left;
	font-family: Verdana, Arial, San-serif;
	color: #000;
}

img {
	border: none;
}

p{
	padding: 5px 0;
	margin: 0;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #C30;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

a.more {
	font-size: 9px;
	font-weight: bold;
	color: #C30;
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-bottom: 1px solid #BDBDBD;
	color: #FFF;
	margin: 20px 0 10px 0;  /*For IE*/
	padding: 0;	 /* For FF*/
	clear: both;
}

td {
	vertical-align: top;
}

#container {
	width: 1000px;
	background-color: #FFF;
	text-align: left;
}

blockquote {
	padding: 5px 0 5px 20px;
	margin: 0;
}

/*FOOTER
-----------------------*/
#contact {
	font-size: 11px;
	text-align: left;
	width: 1000px;
	background: #fff;
	margin: 0;
	padding: 0;
}

#contact p{
	background: #CACACA;
	width: 182px;
	padding: 15px 0 15px 30px;
}

#contact b{
	font-weight: bold;
	color: #CC3300;
	text-transform: uppercase;
}

#contact a {
	font-size: 9px;
	text-decoration: none;
	color: #000;
}

#contact a:hover {
	text-decoration: underline;
}

#footer{
	width: 970px; /* Real width is 800px*/
	background: #000;
	font-size: 9px;
	color: #FFF;
	text-align: left;
	margin:  0;
	padding: 10px 15px 0 15px;
	clear: both;
	height: 48px;
	line-height: 20px;
 }

#footer a{
	color: #FFF;
	text-decoration: none;
	margin: 0 3px;
}

#footer a:hover, #footer a.selected{
	color: #999;
}

#footer a.sd{
	color: #FFF;
	text-decoration: none;
	margin: 0 3px;
	font-size: 9px; 
}

#footer a.sd:hover{
	color: #999;
}

/*HEADER
-----------------------*/

#header{	
	padding: 0;
	margin: 0;
	width: 1000px;
}

#header div.logo {
	padding: 0;
	margin: 0;
	width: 212px;
}

#header div.banner {
	height: 179px;
	margin-left: 212px;
}

#search form {
	padding: 55px 0 0 12px;
	text-align: left;
	margin: 0;
}

#search input {
	background: #FFF;
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #B63900;
	padding: 3px 0 5px 3px; /*in box*/
	margin: 0;
	height: 10px;
	border: none;
}

#search input.button{
	background: #B63900;
	width: 35px;
	height: 18px;
	border: none;
	padding: 0 0 2px 0;
	color: #FFF;
	line-height: 18px;
}

#header div.topNav {
	color: #FFF;
	font-size: 11px;
	float: right;
	padding: 15px 30px 0 0;
	display: block;
}

#header div.topNav a{
	color: #FFF;
}



/*KICKER*/
#kicker {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	background: #EFEFEF;
	width: 212px;
}

#kicker a{
	line-height: 20px;
	color: #333;
}

#kicker div.kicker_head {
	background: #000;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

#kicker div.link {
	padding: 20px 0 30px 15px;
}

/*MAIN AREA*/

#mainArea{
	padding: 28px 52px 10px 42px;
	margin: 0;
	font-family: Verdana, Arial, San-serif;
	font-size: 11px;
	color: #000;
	line-height: 18px;
}

#mainArea div.sitemap{
	color: #666;
	padding: 0 0 0 35px;
}

#mainArea div.sitemap a{
	color: #666;
	text-decoration: none;
}

#mainArea div.sitemap a:hover{
	text-decoration: underline;
}


#mainArea div.mainAreaLeft{
	width: 435px; /*450px;*/
	border-right: 1px solid #CCC;
	padding: 0 25px 0 0;
}

#mainArea div.mainAreaRight{
	float: right;
	width: 230px; /*250px*/
	padding-top: 10px;
}

#mainArea div.bodyText{
	padding: 0 20px 10px 15px;
}

span{
	color: #C30;
}

td.tdLeft{
	width: 150px;
	padding-right: 13px;
}

td.tdLeft span{
	color: #999;
	font-size: 9px;
	line-height: 12px;
	font-style: italic;
	padding: 10px 10px 10px 0;
	display: block;
}

td.borderTd {
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
}

#mainArea img{
	margin: 5px 10px 0 0;
	font-family: Verdana, Arial, San-serif;
	font-size: 11px;
	color: #000;
}

#tableSubpage{
	border-top: 1px solid #CCC;
	font-size: 11px;
	color: #666;
	margin: 20px 0 0 0;
	clear: both;
}


#tableSubpage b, #tableSubpage strong {
	font-size: 11px;
	color: #CC3300;
	font-weight: bold;
}


#tableSubpage .tableSubpageLeft{
	border-right: 1px solid #CCC;
	width: 52%;
	vertical-align: top;
	padding: 20px 10px 20px 0;
}

#tableSubpage .tableSubpageLeft img{
	margin: 5px 10px 0 0;
}

#tableSubpage .body{
	margin: 0;
}

#tableSubpage .body span{
	color: #CC3300;
	}


#tableSubpage .bodyBlack{
	margin: 0 20px 0 0;
	color: #000;
}



#tableSubpage .tableSubpageRight{
	padding: 20px 0 20px 10px;
	vertical-align: top;
}


h1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #B63900;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
	padding: 3px 10px;
}

h1 a{
	color: #FFF;
}


h2 {
	font-size: 11px;
	color: #C30;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	margin: 0;
}

#borderProduct{
	width: 430px;
	text-align: center;
	margin: 25px 0 20px 0;
	padding: 0;
}

#borderProduct div.title{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: #B63900;
	padding: 3px 0;
	border-left: 1px solid #B63900;
	border-right: 1px solid #B63900;

}

#borderProduct div.bodyLeft{
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	float: left;
	padding: 10px 0;
}

#borderProduct div.bodyRight{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px 0;
}


/*CMS AREA
-----------------------------*/
#cmsArea {
	padding: 3px 0 15px 0;
	margin: 0;
}

/* Start mainNav */
#mainNav {
	width: 788px;
	border-bottom: none;
	position: relative;
	background: #000;
	height: 26px;
}

#mainNav td {
	background: #B63900;
	font-size: 11px;
	color: #E9E7E7;
	height: 22px;
	text-transform: uppercase;
	text-align: center;
	line-height: 14px;
	padding: 0;
	margin: 0;
}

#mainNav a {
	font-size: 11px;
	color: #FFF;
	padding: 5px 8px 2px 8px;
	display: block;
	height: 16px;
}

#mainNav a:hover {
	color: #C30;
	background-color: #FFF;
	text-decoration: none;
	display: block;
}
#mainNav .selected a {
	color: #C30;
	background-color: #FFF;
	text-decoration: none;
	display: block;
}
#mainNav .slidemenu  {
	position: relative;
	text-align: left;
	display: block;
	margin: 0;
	padding: 0;
}

#mainNav .borderSlide{
	border: 1px solid #000;
}

#mainNav .slidemenu a {
	background-color: #E8E8E8;
	color: #000;
	display: block;
	padding: 3px 5px 3px 28px;
	margin: 0;
	border-bottom: 1px solid #FFF;
}

#mainNav .slidemenu a:hover {
	color: #FFF;
	background: #B63900;
	font-weight: bold;
}

/* End mainNav */


.tbImg{width: 335px;}
.tbText{width:240px; margin: 0 0 0 95px; padding: 0 10px 0 0;}
.tbImgRight {padding-left: 10px;}
.tbTextRight{margin: 0 0 0 105px; padding: 0 10px 0 0;}

#tableSubpage .tableSubpageLeft2{
	vertical-align: top;
	padding: 20px 0 20px 0;
}

#tableSubpage .tableSubpageRight2{
	border-left: 1px solid #CCC;
	padding: 20px 0 20px 0;
	vertical-align: top;
}
