body,div,dl,dt,dd d,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	text-decoration: none;
}

abbr,acronym { 
	border:0;
}

body {
	background: #fff url(images/main-background.png) repeat-x;
	color: #000; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.3em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

p{
	margin-bottom: .7em;
}

strong{
	font-weight: bold;
}

.clear{
	clear: both;
}

em strong{
	font-weight: normal;
	font-style: italic;
}

a{
	color: #68a8d6;
	text-decoration: none;
}

ol{
	padding-left: 25px;
	margin--bottom: 10px;
}

.border{
	border: 5px solid #fff;
}

#title{
	text-indent: -9999px;
	height: 70px;
	margin-top: 15px;
	top: -5px;
	width: 250px;
	position: relative;
	z-index: 10;
	background: url(images/logo.png) no-repeat;
}

a:hover{
	text-decoration: underline;
}

#container{
	margin: 99px auto 0 auto;
	position: relative;
	width: 760px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;	
}

#headerHolder{
	margin: 0 auto;
	width: 760px;
	position: relative;
}

#callUs{
	height: 59px;
	position: absolute;
	right: 0px;
	line-height: 20px;
	text-align: right;
	top: 17px;
	width: 203px;
	font-size: 20px;
	color: #fff;
	background: url(images/call.png) no-repeat;
}

#topMenu{
	position: absolute;
	top: 82px;
	background: #29166f;
	z-index: 1000;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 760px;
	height: 38px;
}

html>/**/body #topMenu{
	top: 65px;
}

#topMenu li{
	display: block;
	float: left;
	height: 38px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin-right: 1px;
}

#topMenu li a{
	color: #6a9cd1;
	cursor: pointer;
	float: left;
	background: #eee;
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 0 15px;
	line-height: 38px;
	height: 38px;
}

#topMenu li a:hover, #topMenu li a.selected{
	background: #29166f;
	text-decoration: none;
}

#topMenu #menu1 a{
	width: 48px;
}

#topMenu #menu2 a{
	width: 45px;
}

#topMenu #menu3 a{
	width: 49px;
}

#topMenu #menu4 a{
	width: 50px;
}

#topMenu #menu5 a{
	width: 80px;
}

#topMenu #menu6 a{
	width: 55px;
}

#topMenu #menu7 a{
	width: 35px;
}

#topMenu #menu8 a{
	width: 60px;
}

#topMenu #menu9 {
	margin: 0;
}

#topMenu #menu9 a{
	width: 60px;
}

#innerMenu{
	position: absolute;
	top: 116px;
	left: 11px;
	z-index: 1000;
	width: 700px;
	text-align: center;
	height: 25px;
}

html>/**/body #innerMenu{
	top: 90px;
}

#innerMenu li{
	display: inline;
	line-height: 25px;
	font-size: 13px;
	color: #6a9cd1;
}

#innerMenu li a{
	color: #6a9cd1;
}

#innerMenu li a:hover, #innerMenu li a.selected{
	color: #fff;
}

#middle{
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 28px;
	background: #29166f;
	height: 250px;
	padding: 40px 20px 20px 20px;
	overflow: hidden;	
	line-height: 28px;
}

#middleLeft, #middleRight{
	position: absolute;
	left: 0;
	height: 136px;
	z-index: 100;
	width: 22px;
	background: url(images/header-left.png) no-repeat;
}

#middleRight{
	left: auto;
	right: 0;
	background: url(images/header-right.png) no-repeat;
}

h2, h3{
	font-size: 12px;
	font-weight: bold;
}

h1,h2{
	height: 25px;
	margin: 7px 0 5px 0;
	color: #007bc4;
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#content{
	color: #555;
	width: 760px;
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 1.3em;
	position: relative;
	overflow: hidden;
}

#leftColumn{
	float: left;
	width: 500px;
	margin: 10px 0;
	padding-right: 10px;
}

#contactForm{
	width: 220px;
	float: right;
	position: relative;
	margin: 15px 10px 0 0;
	padding-left: 15px;
	border-left: 1px dotted #ddd;
}

#contactForm label, #contactForm input{
	display: block;
	color: #272727;
	margin: 2px 0;
	height: 16px;
}

#contactForm label{
	text-align: right;
	font-size: 13px;
	margin: 2px 0 4px 0;
	color: #68a8d6;
}

#contactForm h2{
	margin-bottom: 5px;
	text-align: center;
}

#contactForm input, #contactForm textarea{
	background: #fff;
	width: 145px;
	border: 1px solid #ccc;
}

#contactForm textarea{
	height: 85px;
}

#contactForm #labels{
	float: left;
	width: 60px;
	margin-right: 5px;
}

#contactForm p{
	margin-top: 10px;
}

#contactForm #inputs{
	float: right;
	width: 145px;
	left: -10px;
	position: relative;	
}

#contactForm #mailSent{
	width: 200px;
	text-align: center;
	margin-top: 80px;
	font-size: 16px;
	color: #58401b;
}

#contactForm #submit{
	display: inline;
	font-weight: bold;
	position: relative;
	margin: -5px 5px 0 0;
	width: auto;
	height: auto;
	border: 0;
}

#contactForm #address{
	width: 135px;
	clear: both;
	padding-left: 65px;
	position: relative;
}

#contactForm #address p{
	font-size: 12px;
	color: #999;
	margin: 0;
}

.before{
	float: left;
	width: 48%;
	clear: both;
	text-align: right;
}

.after{
	float: right;
	width: 48%;
	margin-bottom: 15px;
}

.before img, .after img{
	border: 1px solid #39454d;
}

.before p, .after p{
	font-size: 16px;
}

#footer{
	clear: both;
	height: 24px;
	position: relative;
	font-size: 11px;
	color: #888;
	text-align: right;
	padding: 8px 25px;
	border-top: 1px dotted #ddd;
}

#footerText{
	position: absolute;
	top: 8px;
	right: 385px;
	height: 20px;
	text-align: center;
}

#siteMap{
	border-top: 1px dotted #ddd;
	padding-top: 5px;
	text-align: center;
	position: relative;
	top: -10px;
}
