﻿html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#e2f8d9;
	background-image:url('media/back3.png');
	background-repeat:repeat-x;
}

.container{
	position: relative;
	margin:auto;
	color: black;
	width: 800px;
	z-index: 1;
	top: 10px;
	border:0px solid black;
	border-bottom:0;
}

.top{
	position: relative;	
	width: 100%;
	height: 65px;
	z-index: 1;
	top:0px;
	left: 0px;
	border:1px solid #000;
	border-bottom:1px solid #efefef;
	background-color:#fff;
}

.banner{
	position: relative;	
	width: 100%;
	height: 163px;
	z-index: 1;
	left: 0px;
	top: 0px;
	margin:0px;
	padding:0px;
	border:1px solid black;
	border-top:0px;
	border-bottom: 1px solid #e7e7e7;
	background-color:white;
}

.contacts{
	position: relative;
	width: 800px;
	height: 25px;
	z-index:3;
	left: 0px;
	top: 0px;
	border-left:1px solid black;
	border-right:1px solid black;
	margin:0px;
	padding:0px;
	background-color:white;
}

.content{
	position: relative;
	padding-top:10px;
	width: 800px;
	min-height: 420px;
	z-index: 2;
	left: 0px;
	top: 0px;
	margin:0px;
	border:1px solid black;
	background-color:#fff;
}

.bottom{
	position: relative;
	height: 50px;
	z-index: 2;
	width:802px;
	top:-1px;
	text-align:center;
	font-size:10px;
	background-image:url(media/bottom.png);
}

.contacts ul{
	position:relative;
	top:6px;
	padding:0px;
	margin:0px;
	margin-left:0.5em;
}

.contacts ul li{
	margin-right:2px;
	display:inline;
	padding:10px;
	padding-top:1px;
	border:1px solid black;
	border-bottom:none;
	background-color:#E2E8FE;
	font-weight:normal;
	padding-bottom:4px;
}
	
.contacts ul li a{
	text-decoration:none;
	color:black;
}
	
.contacts ul li:hover{
	background-color:#cafda6;	
}	
	
.contacts ul li.active{
	position:relative;
	top:0px;
	background-color:white;
	border-bottom:white;
	padding-bottom:5px;
	font-weight:bold;
}
	
.emailform{
	position: absolute;
	width: 190px;
	min-height: 400px;
	z-index: 2;
	left: 602px;
	top: 6px;
	border:1px solid #e7e7e7;
	background-color:#fff;
	padding:0px;
	margin:0px;
	text-align:center;
}

.emailform textarea{
	margin-bottom:5px;
}

.emailform p{
	padding-left:10px;
	margin-left:0px;
	text-align:left;
}

.portfolio{
	position:relative;
	width: 160px;
	height: 120px;
	margin-top:0px;
	margin-left: 20px;
	margin-bottom: 15px;
	float:left;
	border:1px solid #ccc;
	background-color:#f2faf7;
	text-align:center;
	padding:5px;
	padding-top:10px;
	font-size:10px;
	color:#000;
}
	
.portfolio:hover{
	background-color:white;
	border:1px solid #999;
}

.portfolio img{
	width:150px;
	height:100px;
	padding-bottom:5px;
	border:0px;
}
	
.clear {clear:both;}

.logo{
	position:relative;
	left:20px;
	top:10px;
}

h1{
	margin:0px;
	margin-left:20px;
	padding-top:7px;
	padding-left:0px;
	padding-bottom:5px;
	font-size: 24px;
	font-weight:400;
	text-align: left;
	margin-bottom: 10px;
	border-bottom:1px dashed #0CF;
	width:560px;
}

h2{
	font-size:16px;
	color:#0ab207;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
	border-bottom:1px dashed #0ab207 ;
	width:300px;
}

h3{
	font-size:18px;
	color:#0ab207;
	padding-bottom:5px;
	padding-left:0px;
	margin-top:16px;
	margin-left:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #0ab207;
	width:170px;
	text-align:left;
}

p{
	margin-top:2px;
	padding-top:0px;
	padding-left:20px;
	color:#333;
}

.content ul li{
	margin-left:30px;
	font-size:11px;
}

a{
	text-decoration: none;
}