@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:#4a4a4a;
	}
#container {
	background:url(../images/bg-repeat-x.png) top left repeat-x;	
	width: 100%;
	margin:0;
	padding:0;
}
#container-wrapper {
	margin:0 auto;
	width: 940px;	
	}
#header {
	height: 108px;
}
.logo {
	float:left;
	width:510px;
	margin:40px 20px 0 0;
	}
.phone {
		float:right;
		width:125px;
		margin:20px 0 25px 0;
		
	}
#menu {
	float:right;
	width:350px;
	margin-top:15px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	text-shadow: 1px 1px 1px #006;
	}
#menu ul li a {
	color:#fff;
	font-size:17px;
	padding:6px 15px;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#fff;
	text-decoration:none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background: #0CF;
	width:auto;
}
#content {
	background-color: #FFF;
	margin:0;
	padding:20px 40px 20px 40px;
}
#content ul {
	list-style-type: inherit;
	list-style-image: inherit;
	list-style-position: inside;
	margin:10px 0;
	line-height:1.5em;
}
.home-flash {
	background:url(../images/flash-bg.jpg) top center no-repeat;
	width: 940px;
	height:196px;
	margin:0 0 0 -40px;
	text-align: center;
	padding-top:18px;

}
h1 {
	font-size: 26px;
	margin-bottom:0.7em;
	color:#09F;
}
h2 {
	font-size: 22px;
	margin-bottom:0.7em;
	color:#F30;
}
#form {
	line-height: 25px;
}
.form-text {
	width: 120px;
}
p {
	font-size: 14px;
	letter-spacing:0.05em;
	line-height:1.1em;
	margin-bottom:1.3em;
}
#submit {
	left: 0px;
	margin-left: 10px;
}
.serviceImage {
	float:right;
	clear:none;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #999;
	margin-bottom: 20px;
	}
.clear {
	clear:both;
}
a {
	color: #F00;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
#footer {
	  background-image:
		-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.2, rgb(5,31,31)),
    color-stop(0.99, rgb(3,75,77)),
    color-stop(0.99, rgb(4,112,112))
		);
		background-image:
	 -moz-linear-gradient(
    center bottom,
    rgb(5,31,31) 20%,
    rgb(3,75,77) 99%,
    rgb(4,112,112) 99%


		);
				width:100%;
		min-height:60px;
}

.footer-wrap {
	width:940px;
	margin:0 auto;
	padding:20px 20px;
	color:#fff;
	}



	
