@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	background: #aab37b url('bg.jpg') top left repeat-x;
	color: #462f26;
	font: 400 11px Verdana, Tahoma, sans-serif;
	min-height: 950px;
	min-width: 900px;
	_height: 200%;
	_width: 100%;
	_overflow: hidden;
}
body a{
	color: #462f26;
	font: 400 11px Verdana, Tahoma, sans-serif;
	text-decoration: underline;
}
a, a img{
	border: 0;
}
.clear{
	clear: both;
}
.container{
	position: absolute;
	top: 0;
	left: 50%;
	width: 900px;
	height: 950px;
	margin: 0 0 0 -450px;
	z-index: 2;
}
.header{
	width: 900px;
	height: 110px;
}
a.logo{
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 275px;
	height: 157px;
	background: url('logo.png');
	margin: 0 0 0 -400px;
	z-index: 3;
}
.topBlock{
	width: 900px;
	height: 350px;
	background: url('topbg.jpg');
}
.nav{
	position: absolute;
	top: 87px;
	left: 50%;
	width: 362px;
	height: 23px;
	margin: 0 0 0 44px;
	z-index: 3;
}
a.home{
	display: block;
	width: 103px;
	height: 23px;
	background: url('nav_01.png');
	float: left;
}
a:hover.home, a.homeactive{
	display: block;
	width: 103px;
	height: 23px;
	background: url('navH_01.png');
	float: left;
}
a.about{
	display: block;
	width: 116px;
	height: 23px;
	background: url('nav_02.png');
	float: left;
}
a:hover.about, a.aboutactive{
	display: block;
	width: 116px;
	height: 23px;
	background: url('navH_02.png');
	float: left;
}
a.services{
	display: block;
	width: 144px;
	height: 23px;
	background: url('nav_03.png');
	float: left;
}
a:hover.services, a.servicesactive{
	display: block;
	width: 144px;
	height: 23px;
	background: url('navH_03.png');
	float: left;
}
a.contact{
	display: block;
	width: 143px;
	height: 23px;
	background: url('nav_04.jpg');
	float: left;
}
a:hover.contact, a.contactactive{
	display: block;
	width: 143px;
	height: 23px;
	background: url('navH_04.jpg');
	float: left;
}
img.solve{
	width: 593px;
	height: 122px;
	margin: 50px 0 0 50px;
}
a.clickhere{
	display: block;
	width: 387px;
	height: 137px;
	background: url('clickhere.png');
	margin: 20px 0 0 463px;
}
.content{
	width: 800px;
	height: 346px;
	padding: 25px 50px 20px 50px;
	margin: 0;
	background: url('startshere.jpg') top right no-repeat;
}
.content h2{
	font: 400 24px Verdana, Tahoma, sans-serif;
	color: #aab37b;
	margin: 0;
	padding: 15px 0 0 0;
}
.content p{
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 11px;
}
.footer{
	width: 900px;
	height: 79px;
	background: url('footer.jpg');
	padding: 20px 0 0 0;
	text-align: center;
}
.footer a{
	color: #462f26;
	font: 400 9px Verdana, Tahoma, sans-serif;
	text-decoration: none;
	padding: 0 10px;
}
.footer a:hover{
	color: #ef4d74;
}
.index4{
	width: 800px;
	height: 137px;
}
.index4 a{
	float: left;
}
.webdesign{
	position: absolute;
	top: 935px;
	left: 50%;
	width: 200px;
	height: 15px;
	margin: 0 0 0 -100px;
	text-align: center;
	z-index: 4;
}
.webdesign a{
	color: #462f26;
	font: 400 9px Verdana, Tahoma, sans-serif;
	text-decoration: none;
}
.preload{
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.contactLeft{
	width: 300px;
	float: left;
}
.contactRight{
	width: 400px;
	float: right;
}
label{ 
	display: block;
	width: 140px;
	float: left;
	font: normal 16px Verdana, Tahoma, sans-serif;
	color: #aab37b;
	margin: 4px 20px 0px 0px;
}
.input {
	width: 220px;
	font: normal 11px Verdana, Tahoma, sans-serif;
	background: #aab37b;
	border: 0;
	padding: 5px;
	color: #f1f7d4;
}
.selectInput {
	width: 230px;
	font: normal 16px Verdana, Tahoma, sans-serif;
	background: #aab37b;
	border: 0;
	padding: 2px;
	color: #f1f7d4;
}
textarea.input{
	height: 100px;
}
form ul li{
	clear: both;
	padding-bottom: 5px;
	list-style: none;
}
.buttonSend{
	display: block;
	width: 70px;
	padding: 5px 0px;
	background: #aab37b;
	color: #f1f7d4;
	font: normal 16px Verdana, Tahoma, sans-serif;
	text-decoration: none;
	text-align: center;
	border: 0px;
}
#mailModal{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 7;
}
#mailModal div{
  position: absolute;
  top: 250px;
  left: 50%;
  width: 300px;
  height: 190px;
  margin: 0 0 0 -150px;
  background: #fff;
  z-index: 8;
}
#mailModal div p{
  display: block;
  width: 220px;
  height: 90px;
  background: #ccc;
  margin: 20px 0 0 20px;
  padding: 40px 20px 0 20px;
  text-align: center;
  font: italic 400 14px Verdana;
  color: #2a2a2a;
}
#mailModal div a{
    display: block;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 9;
	width: 66px;
	height: 22px;
	background: url('closelabel.gif');
}

#ie{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  opacity: 0.96;
  filter: alpha(opacity=96);
  z-index: 99;
}
#ie div{
  position: absolute;
  top: 150px;
  left: 50%;
  width: 400px;
  height: 290px;
  margin: 0 0 0 -200px;
  background: #fff;
  z-index: 999;
}
#ie div p{
  display: block;
  width: 320px;
  height: 210px;
  background: #ccc;
  margin: 20px 0 0 20px;
  padding: 40px 20px 0 20px;
  text-align: center;
  font: normal 600 14px Verdana;
  color: #2a2a2a;
}
#ie div a{
    color: blue;
	text-decoration: none;
	font-style: italic;
}
.imgRight{
	width: 400px;
	float: right;
}
.half{
	width: 46%;
	padding: 0 2%;
	float: left;
}




