@charset "UTF-8";
body {
	background-color:#fafafa;
	background-image: url(../images/header-tile.jpg);
	background-repeat: repeat-x;
	background-position: 0px 20px;	
	margin:0;
	padding:0;
	font-size:12pt;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a{
	color:#cf7220;
	padding-left:2px;
	padding-right:2px;
}

a:hover{
	color:#ffffff;
	text-decoration:underline;
	background-color:#cf7220;
}

#header{
	height:90px;
	
}

#blog{
	position:absolute;
	width:90px;
	height:55px;
	margin-top:50px;
	margin-left:10px;
	cursor:pointer;
}

#logo{
	position:absolute;
	width:205px;
	height:55px;
	margin-top:20px;
	margin-left:120px;
	cursor:pointer;
}

#header .contact{
	width:460px;
	position:relative;
	left:350px;
	top:40px;
	font-size:12pt;
	font-weight:bold;
}

#content{
	background-image: url(../images/header-products.jpg);
	background-position: 0px 20px;	
	background-repeat: no-repeat;
	height:690px;
	width:824px;
	margin-left:auto;
	margin-right:auto;
}

#products{
	padding-top:0px;
	padding-left:55px;
}
#products .product{
	width:205px;
	height:100px;
	margin-right:35px;
	padding-left:15px;
	float:left;
}

#products .product h1{
	text-align:center;
	font-size:11pt;
	color:#cf7220;
	font-style:oblique;
	margin: 18px 0 0 0;
	padding:0;
	
}

#products .product h2{
	text-align:left;
	font-size:10pt;
	color:#cf7220;
	font-style:oblique;
	font-weight:bold;
	margin: 10px 0 0 0;
	padding:0;
	
}

#products .product h3{
	text-align:left;
	font-size:10pt;
	color:#000000;
	font-style:oblique;
	font-weight:normal;
	margin:0;
	padding:0;
	
}

#products .product ul{
	font-size:9pt;
	margin-left:0;
	padding-left:0;
	list-style-position: inside;
	list-style-type: square;
}

#products .product p{
	text-align:left;
	font-size:9pt;
	color:#000000;
}



#products .dividerVertical{
	background-image: url(../images/divider-vertical.jpg);
	height:294px;
	width:1px;
	float:left;
}

#footer{
	background-image: url(../images/footer-tile.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:30px;
	padding-top:12px;
	font-size:8pt;
	text-align:center;
	color:#666666;
}