* { padding: 0; margin: 0; }

body {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 13px;
	 background:#d8740b url(../images/bg.gif) repeat-x top left;
	 color:#000;
	}

body.inside {
	 background:#d8740b url(../images/bg-inside.gif) repeat-x top left;
	}

h2 {
	font-size:25px;
	color:#2e1a1c;
	margin:15px 0;
	letter-spacing:-1px;
	}
	
h3 {
	font-size:16px;
	color:#e34b00;
	margin:25px 0 15px 0;

}

h3 a{
	color:#e34b00;

}

h4 {
	font-size:14px;
	color:#2e1a1c;
	margin:25px 0 0 0;
}

h4 span {font-weight:normal;}

p {margin:15px 0; line-height:20px; letter-spacing:normal;}

p span {color:#9db420;font-weight:bold;}

a {color:#9db420;text-decoration:none;font-weight:bold;}

a:hover {text-decoration:underline;}



#wrapper { 
	 margin: 0 auto;
	 width: 865px;
	}

#header {
	 width: 865px;
	 color: #333;
	 height: 75px;
	}
	
#header.image h1 span {
	display: none;
	}

#header h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	padding: 8px 0 0 30px;
	}
	
#header.image img {border:0;}	

#navigation {
	 width: 865px;
	 height:47px;
	}

/* Menu */

#menu {
	width: 865px;
	height: 47px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 38px;
	background: url(../images/divider.gif)  no-repeat right 18px;
	padding-left:5px;
}

#menu li.first {padding-left:0;}

#menu li.last {background:none;}

#menu a {outline:none;}

#menu a.main-button {
    color: #b0adad;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 38px;
	margin-top:8px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#menu a.main-button span {
    display: block;
    line-height: 28px;
    padding: 0 0 0 18px;
	color: #b0adad;
	font-weight:bold;
	height: 38px;
}

#menu .current_page_item a.main-button {
    background: transparent url('../images/main_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 38px;
	margin-top:8px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#menu .current_page_item a.main-button span {
    background: transparent url('../images/main_button_span.png') no-repeat;
    display: block;
    line-height: 28px;
    padding: 0 0 0 18px;
	color:#fff;
	font-weight:bold;
	height: 38px;
}

#menu a.main-button:hover {
    background: transparent url('../images/main_button_a.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 38px;
	margin-top:8px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

#menu a.main-button:hover span {
    background: transparent url('../images/main_button_span.png') no-repeat;
    display: block;
    line-height: 28px;
    padding: 0 0 5px 18px;
	color:#fff;
	font-weight:bold;
	height: 38px
}

/* Banner */

#banner { 
	 width: 865px;
	 color: #333;
	 height: 350px;
	}

#banner.inside { 
	 width: 865px;
	 color: #333;
	 height: 223px;
	 background:url(../images/banners/banner-inside.png) no-repeat top left;
	 padding:24px 0 0 35px;
	}

#banner.inside h2 {
	font-size:55px;
	color:#2e1a1c;
	
	letter-spacing:-1px;
	}

/* Content */

#content { 
	 width: 865px;
	 color: #333;
	 float:left;
	}
	
#block-col1 {width:282px;height:124px;background:url(../images/block-col1.jpg);float:left;margin-right:9px;position:relative;}
#block-col1 h2 {font-size:30px;font-family: Arial Narrow, Arial, sans-serif;letter-spacing:-2px;color:#2e1a1c;position:absolute;left:15px;top:5px;text-transform:uppercase;line-height:23px;}
#block-col1 h2 span {font-size:14px;}
#block-col1 a.button {position:absolute;top:85px;left:15px;outline:none;}

#block-col2 {width:282px;height:124px;background:url(../images/block-bg.gif);float:left;margin-right:9px;position:relative;}
#block-col2 h2 {font-size:30px;font-family: Arial Narrow, Arial, sans-serif;letter-spacing:-2px;color:#2e1a1c;position:absolute;left:15px;top:0px;text-transform:uppercase;line-height:26px;}
#block-col2 a.button {position:absolute;top:85px;left:15px;outline:none;}
#block-col2 ul {position:absolute;top:24px;left:170px;width:100px;list-style-position:inside;list-style:square;}
#block-col2 li {color:#2e1a1c;margin-bottom:10px;}
#block-col2 li a {color:#c55c0b;font-size:16px;font-weight:normal;}

#block-col3 {width:282px;height:124px;background:url(../images/block-col3.jpg);float:left;position:relative;}
#block-col3 h2 {font-size:30px;font-family: Arial Narrow, Arial, sans-serif;letter-spacing:-2px;color:#2e1a1c;position:absolute;left:15px;top:0px;text-transform:uppercase;line-height:26px;}
#block-col3 a.button {position:absolute;top:85px;left:15px;outline:none;}

#main-content {
	clear:both;
	float:left;
	border-bottom:1px solid #b6b7b1;
	background:#faf7f2;
	min-height:325px;
	width:865px;
	}

#main-content .col1 {float:left;width:510px;padding-left:16px;margin-right:50px;}

#main-content .col2 {float:right;width:285px;margin-top:20px;}

/* Inside Pages */

#main-inside-content {
	clear:both;
	float:left;
	border-bottom:1px solid #b6b7b1;
	background:#faf7f2;
	min-height:430px;
	width:865px;
	}

#main-inside-content  .col1 {float:left;width:832px;padding:0 16px;}

#main-inside-content  .col1 ol {margin-left:40px;color:#9db420;font-size:16px;}
#main-inside-content  .col1 ul {margin-left:20px;color:#9db420;font-size:16px;}
#main-inside-content  .col1 li {margin:5px 0;}
#main-inside-content  .col1 ul li {background:url(../images/bullet.gif) no-repeat left;list-style:none;padding-left:20px;}

#main-inside-content  .col1 li a{color:#333;text-decoration:underline;font-weight:normal;}
#main-inside-content  .col1 li a:hover{color:#333;text-decoration:none;}

/* Contact */

#contact { 
	 width: 865px;
	 color: #333;
	 height: 70px;
	 clear:both;
	 padding-top:11px;
	 background:#faf7f2;
	}
	
#contact p {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	}

#bottom {
	background:url(../images/bottom.png) no-repeat left bottom;
	height: 17px;
	width: 865px;
	}

.product img{
	float:left;
	padding:10px 10px 20px 0;
	border:0;
}

/* Buttons */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #e34b00;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover span {color:#2e1a1c;}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 17px;
    padding: 5px 0 5px 18px;
	color:#e34b00;
	font-weight:bold;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
 

/* Footer */

#footer { 
	 width: 865px;
	 color: #333;
	 margin: 0px 0px 10px 0px;
	 font-size:11px;
	 height:60px;
	 padding-top:20px;
	}

#footer li {display:inline;list-style:none;}

#footer a {
	color:#0a0003;
	padding:0 10px;
	border-right:1px solid #0a0003;
	font-weight:normal;
	}

#footer a.first {padding-left:0;}

#footer a.last {border-right:0;}

#footer p {color:#fff;margin:15px 0 0 0;}
