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

body {
	margin: 0px;
	background: url(images/background1.jpg) repeat-x top fixed, url(images/background2.jpg);
	background-color:#262626;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#555;
}

#wrapper {
	background:url(images/background-white-glow.png) top center no-repeat fixed;
	width: 900px;
}

#logo {
	padding: 35px 0px 35px 0px;
}

#menu-wrapper {
	text-align:center;
	width: 855px;
	height: 40px;
	background: url(images/menu-line.png) no-repeat center;
	padding-top: 16px;
	margin-bottom: 27px;
}
.menu-items {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-shadow: 1px 2px 2px #000;
}
.menu-items a { color:#FFF; text-decoration:none;}
.menu-items a:hover { color:#999; text-decoration:none;}

#content-wrapper {
	width: 845px;
	text-align:justify;
	background-color: #FFF;
	padding: 17px 25px;
	-moz-box-shadow: 8px 15px 15px black;
	-webkit-box-shadow: 8px 15px 15px black;
	box-shadow: 8px 15px 15px black;
	line-height:1.4em;
}

#contact-form-wrapper {
	width: 255px;
	padding-left: 19px;
	border-left: 1px solid #CCC;
	float:right;
}
#left-wrapper {
	float:left;
	width:553px;
}

.service-block {
	width:545px;
	height:145px;
	border:#FFF 2px solid;
	margin-bottom:12px;
	border-radius: 4px;
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow:  1px 1px 5px #999;
	-o-box-shadow:  1px 1px 5px #999;
	-webkit-box-shadow:  1px 1px 5px #999;
	/* fallback */ background-color: #FFF; background: url(images/block-bg.gif); background-repeat: repeat-x;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#e7e7e7));
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #FFF, #e7e7e7);
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #FFF, #e7e7e7);
	 /* IE 10 */ background: -ms-linear-gradient(top, #FFF, #e7e7e7);
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #FFF, #e7e7e7);
}
.service-block-text-wrap {
	padding:4px 10px 5px 5px;
	text-align:left;
	line-height:1.3em;
}


h1 {
	line-height:normal;
	margin-top: 0px;
	color:#a40d12;
	font-size:30px;
	font-weight:lighter;
	font-family: 'Avant Garde', 'Century Gothic', Arial;
	
}

h2 {
	line-height:normal;
	margin-top: 0px;
	color:#777;
	font-weight:lighter;
	font-size:16px;
	font-family: 'Avant Garde', 'Century Gothic', Arial;
}

h3 {
	line-height:normal;
	margin-top: 0px;
	color:#777;
	font-size:16px;
	font-family: 'Avant Garde', 'Century Gothic', Arial;
}

.read-more-link { text-decoration:none; color:#555;}
.read-more-link a { text-decoration:none; color:#555;}
.read-more-link a:hover { text-decoration:none; color:#a40d12 !important;}



.footer {
	text-align:center;
	font-size:11px;
	color:#FFF;
	text-shadow: 1px 2px 2px #000;
	padding:30px 0px;
}
.footer a { text-decoration:none; color:#FFF;}
.footer a:hover {text-decoration: underline; color:#FFF;}

.hr_line {
	border-bottom:1px dashed #555;
	width:100%;
	margin: 20px 0px;
}