/* CSS for ETP Website */

body{
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	margin: 0;
	padding: 0;
}

a{
	color: #666;
}

a img, img {
	border: 0;
}

h2{
	font-size: 22px;
	font-weight: normal;
}

h3{
	font-size: 14px;
	font-weight: bold;
}

#wrapper{
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}

#header{
	background: #88c029 url('images/header/bg.jpg') no-repeat top left;
	color: #fff;
	height: 141px;
	margin: 0;
	padding: 0;
}

#header a{
	color: #fff;
}

#header h1{
	margin: 15px 0 0 30px;
	height: 0;
	width: 264px;
	padding: 110px 0 0 0;
	background: url('images/header/logo.png') no-repeat top left;
	overflow: hidden;
	float: left;
}

#header p{
	float: right;
	margin: 15px 30px 0 0;
	text-align: right;
}

#header p.callback{
	clear: right;
	float: right;
	margin: 40px 30px 0 0;
}

#nav{
	background: #360;
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	width: 990px;
} 

#content-container{
	background: url('images/content/bg.gif') repeat-y top left;
	clear: both;
	float: left;
	width: 1000px;
}

#content{
	clear: both;
	float: left;
	width: 630px;
	padding: 0 21px 10px 20px;
	position: relative;
}

#content h1{
	color: #690;
	font-size: 22px;
	font-weight: normal;
	margin: 15px 0;
}

#content h2{
	color: #666;
	font-size: 18px;
	font-weight: bold;
}

#content h3{
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content h4{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0 0;
}

#content h3 + p,  #content h4 + p, #content h4 + ul{
	margin-top: 0;
}

#content #thumbs img {
	margin: 0 10px 0 0;
}

#rightBar{
	position: relative;
	float: left;
	width: 329px;
	background: url('images/right/photo.jpg') no-repeat top right;
	padding: 280px 0 0 0;
}

#safe-contractor{
	position: absolute;
	top: 120px;
	right: 30px;
}

#newsBox{
	border-top: 1px dotted #999;
	padding: 0px 20px;
}

#newsBox{
	font-size: 12px;
}

#newsBox h3{
	color: #690;
	font-size: 16px;
}

#newsBox h3 span{
	color: #666;
	font-size: 12px;
	font-weight: normal;
}

#buttons{
	padding: 0 0 10px 20px;
}


#footer{
	clear:both;
	float: left;
	background: #360;
	color: #fff;
	padding: 5px 10px;
	width: 980px;
}

#footer #address{
	float: left;
}

#footer #address p{
	margin: 2px 0;
	font-size: 12px;
}

#footer #links{
	float: right;
}

#footer #links p{
	margin: 0;
	text-align: right;
}

#footer #links a{
	color: #fff;
	text-decoration: none;
}

#footer #links a:hover{
	text-decoration: underline;
}


table{
	border-collapse: collapse;
	border: 1px solid #2f445b;
	width: 630px;
}

table th{
	font-weight: bold;
	background: #2f445b;
	color: #fff;
	text-align: left;
	padding: 2px 5px;
}

table td{
	border: 1px dotted #2f445b;
	padding: 2px 5px;
}

table tbody tr:hover{
	background: #7189a3;
	color: #fff;
}

table .tick{
	width: 65px;
	text-align: center;
}

form label{
	display: block;
	float: left;
	width: 250px;
}

form label.nowidth{
	display: inline;
	float: none;
	width: auto;
}

form .submit{
	margin: 0 0 0 250px;
}

.brochure{
	position: absolute;
	top: 10px;
	right: 20px;
}

#consultations{
	position: relative;
	zoom: 1;
}

#consultations div{
	position: absolute;
	bottom: 40px;
	right: 20px;
	clear: both;
}

.product-info{
	background: #88c029 url('images/products/tl.gif') no-repeat top left;
	color: #fff;
	position: relative;
	zoom: 1;
}

.product-info div{
	background: url('images/products/bl.gif') no-repeat bottom left;
}

.product-info h2{
	color: #fff !important;
	background: url('images/products/tr.gif') no-repeat top right;
	padding: 5px 0 0 10px;
	margin: 0;
}

.product-info ul{
	background: url('images/products/br.gif') no-repeat bottom right;
	padding: 0 0 10px 30px;
	margin: 0;
}

.product-info div.video{
	background: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 12px;
	width: 75px;
	text-align: center;
}

.product-info div.video a{
	display: block;
	background: url('images/products/video.jpg') no-repeat top left;
	padding: 50px 0 0 0;
	color: #fff;
}

hr{
	color: #88c029;
	background: #88c029;
	border: none;
	height: 2px;
	width: 90%;
	margin: 0 auto;
}