/* CSS RESET =============================================== */
body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
	margin:0;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* GLOBAL CSS =============================================== */
html {
	height: 100%;
}
body {
	background:#585858;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 22px;
	color: #404040;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
p {
	margin: 15px 0px;
}
p.small {
	font-size: 11px;
	line-height: 18px;
	color: #d2caa9;
	font-family: Helvetica, Arial, sans-serif;
}
p.small span {
	color: #f5c2d6;
}
p.big {
	font-size: 18px;
	font-style: italic;
}
strong span {
	color: #f5c2d6;
	font-style: italic;
}
a:link, a:visited, a:active {
	padding: 0px;
	margin: 0px;
	background: none;
	color: #42A0EF;
	text-decoration: none;
}
a:hover {
	color: #42A0EF;
	text-decoration: none;
}
img {
	border: 0px;
}
.clear {
	clear:both;
}
.push {
	height: 250px;
}
.test {
	border:#F00 1px solid;
}
.hidden {
	text-indent:-9999px;
}
/********************/

.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-left: 20px;
}
.toggle img {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;/*margin: 5px 7px;*/
}
.toggle img:hover {
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity:0.8;
}
/* TEXTSTYLE CSS upwards =============================================== */

h1 {
	font-family: Helvetica;
	color: #00acec;
	font-size: 24px;
	font-weight:bold;
	margin: 0px 0px 20px 0px;
}
h2 {
	color: #00acec;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
/* divs */


#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;/*height:100%;*/
}
#content-wrapper {
	width: 1020px;
	margin: 0px auto;
	background-color:#fff;
	min-height:100%;
}
#header {
	width:1020px;
	height: 90px;
	background: url(../images/bg_header.jpg) no-repeat;
}
#logo {
	float: left;
	margin: 10px 0px 2px 14px;
}
#logo-top {
	position: absolute;
	top: 10px;
	left: 20px;
}
#navigation {
	width: 540px;
	/*padding-top: 95px;*/
	float: left;
	margin:25px 0 0 30px;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 824px;
	height: 290px;
	z-index: -1;
	background: url(../images/shadow.jpg) no-repeat;
}
#gallery {
	margin: 0px ;
}
/* footer */

#footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	width: 960px;
	height:210px;
	font-size: 12px;
	line-height: 16px;
	margin:0 auto;
	padding:20px 30px;
}
#footer p {
	margin: 0px;
}
#footer .right {
	float: right;
}
#footer h6 {
	font-size: 13px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom:10px;
}
#footer h6 a {
	color: #fff;
}
#footer h5 {
	width:164px;
	height:50px;
	text-indent:-9999px;
	font-size:0px;
	background: url(../images/logo_footer.png) no-repeat;
	margin-bottom:20px;
}
#footer .column {
	float: left;
	width: 140px;
	min-height: 100px;
}
#footer .column-info {
	float: left;
	width: 260px;
	min-height: 100px;
	margin-bottom:40px;
}
#footer .column-info p {
	font-size:13px;
	font-weight:bold;
	color:#fff;
}
#footer .column-info p span {
	font-size:11px;
}
#footer .column-info p a {
	color:#fff;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#footer .column ul li {
	margin-bottom: 6px;
	font-size: 11px;
}
#footer .column ul li a:hover {
	color:#b9b9b9
}
#footer .column a, #footer .column span {
	text-decoration: none;
	color: #fff;
}
#footer .column a:hover, #footer .column-info p a:hover {
	color: #aae8ff;
}
#powered {
	width:1020px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	position:absolute;
	background-color:#161616;
}
#powered .left {
	width:50%;
	float:left;
	margin-left:30px;
}
#powered .right {
	width:30%;
	float:right;
	text-align:right;
	margin-right:30px;
}
#powered, #powered a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}
#powered a:hover {
	color:#aae8ff;
}
/* Top Nav elements enclosed down ================================*/

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 100;
}
#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}
/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	color:#e2e2e2;
	text-decoration:none;
	height: 40px;
	font-size:14px;
	font-weight:bold;
	padding:5px 25px 5px 25px;
	background: url(../images/link_item.png) no-repeat;
	background-position:bottom;
}
#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	color:#aae8ff;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
	background: url(../images/selected_item.png) no-repeat;
	background-position:bottom;
}
/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	padding: 5px 0px 0px;
	margin: -10px 0px 0px 10px;
}
#nav li:hover ul {
	left: auto;
}
#nav li ul a {
	background: #f5a1c2;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width:100px;
	height:20px !important;
	/*text-indent:18px;*/
	line-height: 25px;
	text-decoration:none;
	font-size:13px;
	margin-bottom: 1px;
	background-color:#000 !important;
	font-size:12px !important;
	font-weight:normal !important;
	background-image:none !important;
	background-color:#186695 !important;
	color:#FFF !important;
}
#nav li ul a:hover {
	color: #AAE8FF !important;
}
/* Top Nav elements enclosed up */

/*Telephone*/
.phone {
	width: 200px;
	height:90px;
	float:right;
	text-align:right;
	margin-right:30px;
}
.phone p {
	font-size:27px;
	font-weight:bold;
	color:#e2e2e2;
}
.phone p span {
	font-size: 13px;
	line-height:24px;
	font-weight:bold;
	color:#a8e7ff;
	display:block;
}
/*Shadow under slide show*/
.slide-shadow {
	width:942px;
	height:45px;
	background: url(../images/shadow.jpg) no-repeat;
}
/*featured-content*/
#featured-content {
	width:942px;
	height:200px;
	overflow: hidden;
}
#featured-content ul.three-columns {
	width: 942px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#featured-content ul.three-columns li {
	width:302px;
	float: left;
	margin: 0;
}
#featured-content ul.three-columns li.left, #featured-content ul.three-columns li.right {
	padding:0
}
#featured-content ul.three-columns li.middle {
	padding:0 18px 0 18px;
}
#featured-content .col1 {
	width:302px;
	height:200px;
	background: url(../images/box1.jpg) no-repeat;
}
#featured-content .col2 {
	width:302px;
	height:200px;
	background: url(../images/box2.jpg) no-repeat;
}
#featured-content .col3 {
	width:302px;
	height:200px;
	background: url(../images/box3.jpg) no-repeat;
}
#featured-content ul li a.btn1 {
	width:177px;
	height:72px;
	display:block;
	background: url(../images/btn_domestic.png) no-repeat;
	position:absolute;
	margin: 126px 0 0px 66px;
}
#featured-content ul li a.btn2 {
	width:177px;
	height:72px;
	display:block;
	background: url(../images/btn_commercial.png) no-repeat;
	position:absolute;
	margin: 126px 0 0px 66px;
}
#featured-content ul li a.btn3 {
	width:177px;
	height:72px;
	display:block;
	background: url(../images/btn_maintenance.png) no-repeat;
	position:absolute;
	margin: 126px 0 0px 66px;
}
#featured-content ul li a {
	font-size:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
}
#featured-content ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
/*Content*/
#content {
	margin: 0px;
	padding: 30px 39px 35px 39px;
	text-align: left;
	width: 940px;
	min-height: 500px;
	font-size:14px;
	color:#404040;
}
#content #main {
	width:620px;
	min-height:700px;
	float:left;
	margin-top:25px;
	padding:0 20px 0 0;
}
#content #main-gallery {
	width:940px;
	min-height:700px;
	float:left;
	margin-top:25px;
	padding:0 20px 0 0;
}
#content #main li {
	list-style: url(../images/li.jpg) outside;
	padding-left:10px;
	margin: 5px 5px 5px 42px;
	line-height:24px;
}
#content #main h5 {
	width:621px;
	height:90px;
	display:block;
	background: url(../images/img_contact_us.jpg) no-repeat;
	font-size:0px;
	text-indent:-9999px;
	padding:10px 0 10px 0;
}
#content #main h3 {
	font-size:18px;
	font-weight:bold;
	color:#00ACEC;
	line-height:40px;
	border-bottom:1px #CCC solid;
}
#content #main h4 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
}


#content #main img.border{
	border:solid #666 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;	
	float:left;
	display:inline-block;
	margin:20px 20px 20px 0;
}
#content #right {
	width:246px;
	float:right;
	padding: 25px;
	margin-top:25px;
	background-color:#E3F5FC;
}
#content #right h3 {
	font-size:18px;
	font-weight:bold;
	color:#404040;
}
#content #right p {
	font-size:13px;
	line-height:18px;
}


/*Testimonials*/
#testimonails {
	width:517px;
	background:url(../images/bg_testimonials.jpg) no-repeat;
	min-height:255px;
	padding:0 52px 0 52px;
}
#testimonails h6 {
	font-size:18px;
	font-weight:bold;
	color:#00acec;
}
#testimonails p span.name {
	font-size:13px;
	font-weight:bold;
	line-height:24px;
}
#testimonails p span.company {
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}
/* form */
input[type="text"], textarea {
	margin-bottom: 7px;
	padding: 0px 10px;
	width: 225px;
	height: 35px;
	color: #636363;
	text-align: left;
	border: 0px;
	font-size: 12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
	border:solid #9B9B9B 1px;
}
textarea {
	margin-bottom: 5px;
	padding: 10px 10px;
	width: 225x;
	height: 130px;
	color: #636363;
	text-align: left;
	border: 0px;
	font-size: 12px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	outline: 0;
	line-height: 18px;
	overflow: hidden;
	border:solid #9B9B9B 1px;
}
input[type="submit"] {
	width:112px;
	height:51px;
	background: url(../images/btn_send.png) no-repeat;
	font-size:0px;
	display:block;
	border:none;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 0.2s;
	-moz-transition:all 0.2s;
	cursor:pointer;
	float:right;
	margin-right:-9px;
}
input[type="submit"]:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
form.milist {
	width: 250px;
}
form.milist input[type="text"] {
	background: #eae4ca;
	color: #3e2210;
	width: 230px;
}
form.milist input[type="submit"] {
	font-size: 14px;
	height: 30px;
	width: 100px;
	margin-top: 5px;
	float: right;
}
form p {
	position: relative;
	margin: 10px 0;
}
form p label {
}
form p br {
	display: none;
}
form fieldset p label {
	width: 210px;
	display: block;
	margin: 10px 5px 5px 6px;
	padding: 0;
}
