* {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url('images/back.png') repeat-x top center;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
}
a img {
	border-width: 0;
}
#wrapper {
	position: relative;
	width: 960px;
	height: 75px;
	margin: auto;
}
#bar {
	width: 420px;
	height: 31px;
	padding: 12px 309px 0 229px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #000;
	background: url('images/header.gif');
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#bar a {
	color: #fff;
	text-decoration: none;
}
#bar a:hover {
	text-decoration: underline;
}
#leadform {
	position: absolute;
	top: 0;
	left: 650px;
	width: 300px;
	height: 516px;
	background: url('images/form-back.png');
}
#logo {
	position: absolute;
	top: 0;
	left: 6px;	
	z-index: 1000;
}
#content {
	position: relative;
	width: 958px;
	height: 531px;
	background: #fff url('images/content-back.png') repeat-x bottom center;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #bebdbe;
}
#subheader {
	position: absolute;
	top: 155px;
	left: 245px;
	width: 384px;
	height: 70px;
	background: url('images/subheader.png') no-repeat center center;
}
#maintext {
	position: absolute;
	top: 237px;
	left: 245px;
	width: 384px;
	font-weight: bold;
}
#infotext {
	position: absolute;
	top: 175px;
	left: 50px;
	width: 550px;
	font-weight: bold;
}
#subtext {
	position: absolute;
	top: 472px;
	left: 245px;
	width: 384px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
#subtext b {
	font-size: 18px;
}
#fridge {
	position: absolute;
	top: 183px;
	left: 2px;
	width: 243px;
	height: 382px;
	background: url('images/fridge.jpg');
}
#button {
	position: absolute;
	top: 438px;
	left: 19px;
}
#banner {
	position: absolute;
	top: 83px;
	left: 13px;
	width: 610px;
	height: 90px;
	background: url('images/banner.gif');
}
#arrow {
	position: absolute;
	top: 440px;
	left: 246px;
	width: 417px;
	height: 61px;
	background: url('images/arrow.png');
}
#tabs {
	position: relative;
	display: block;	
	width: 960px;
	height: 74px;
	margin: auto;
	list-style-type: none;
}
#tabs li {
	display: block;
	float: left;
	width: 220px;
	height: 74px;
	margin-left: 16px;
	background: url('images/tab.png');
}
#tabs li span {
	display: block;
	width: 220px;
	height: 74px;
	background-position: center center;
	background-repeat: no-repeat;
}
#tabuno {
	background-image: url('images/expirence.gif');
}
#tabdos {
	background-image: url('images/professional.gif');
}
#tabtre {
	background-image: url('images/trust.gif');
}
#tabquad {
	background-image: url('images/service.gif');
}
#footer {
	position: relative;
	margin: 20px 0;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	color: #bbb;
}
.clrdiv {
	width: 1px;
	height: px;
	clear: both;
	overflow: hidden;
}
label {
	display: block;
	font-family: arial;
	font-size: 18px;
	color: #fff;
	margin: 7px 0 1px 27px;
}
input[type=text] {
	display: block;
	width: 251px;
	height: 29px;
	border: 1px solid #cfcfcf;
	margin-left: 23px;
}
#problem {
	display: block;
	width: 251px;
	height: 151px;
	border: 1px solid #cfcfcf;
	margin-left: 23px;
}
#formhdr {
	display: block;
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 15px 0 15px;
}