﻿body
{
	margin:10px 0px 50px 0px;
	background:#d8d9d9 none no-repeat scroll top;
	font:normal normal 400 12px/normal Verdana;
	color:#965938;
}
.container
{
	width:1000px;
	margin:0px auto 0px auto;
}
#head
{
	height:112px;
	background:transparent url(../images/head-bg.gif) repeat-x scroll top;
	color:#d8d9d9;
}
.titleSm
{
	font:italic normal 400 28px/100px Arial;
	color:White;
	display:block;
	float:left;
	margin:12px 20px 0px 20px;
}
.titleLg
{
	font:italic normal 400 66px/112px Arial;
	color:White;
	display:block;
	float:left;
	margin:0px 20px 0px 20px;
}
#logo
{
	float:left;
	margin:0px 58px 0px 14px;
}
#slogan
{
	color:#ffd200;
	display:block;
	padding-top:30px;
	float:left;
}
#slogan2
{
	display:block;
	padding:10px 0px 0px 30px;
	font-size:10px;
	float:left;
}
#callNow
{
	display:block;
	float:right;
	padding-right:20px;
	line-height:47px;
}
#contact-button
{
	float:right;
	display:block;
	width:159px;
	height:28px;
	margin:20px 20px 0px 0px;
	text-align:center;
	background:transparent url(../images/contact-button.gif) no-repeat scroll top;
	font:normal normal 400 11px/29px Verdana;
	color:White;
	text-decoration:none;
}
#contact-button:hover
{
	text-decoration:underline;
}
#content
{
	min-height:100px;
	background:#f8efce url(../images/products-bg.gif) repeat-y scroll top left;
}
#products
{
	float:left;
	width:159px;
}
#products ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
#products ul li
{
	list-style:none;
	margin:0px;
	padding:10px 0px 0px 10px;
}
#contentRight
{
	float:left;
	width:801px;
	padding:20px;
}
h1
{
	margin:0px 0px 10px 0px;
	font-size:28px;
	font-family:Century Gothic;
	font-weight:400;
}
h2
{
	margin:0px 0px 10px 0px;
	font-size:20px;
	font-family:Century Gothic;
	font-weight:400;
	font-style:italic;
}
h3
{
	margin:0px 0px 10px 0px;
	font-size:18px;
	font-family:Century Gothic;
	font-weight:400;
}
a
{
	color:#387323;
	text-decoration:none;	
	font:normal normal 100 12px/19px verdana;
}
a:hover
{
	color:#387323;
	text-decoration:underline;
}
#foot
{
	height:29px;
	background:transparent url(../images/foot-bg.gif) repeat-x scroll top;
	text-align:center;
	font:normal normal 400 11px/29px Verdana;
	color:White;
}
#foot a
{
	color:White;
	text-decoration:none;
}
#foot a:hover
{
	color:White;
	text-decoration:underline;
}
.clearAfter:after
{
    content: "&nbsp;";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}