html {
	width:100%;
	height:100%;
}
body {
	margin:0;
	width:100%;
	height:100%;
	font-family: verdana;
	font-size:15px;
	background:#fff;
	color: #333;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;

}
#home {max-height:900px !important; overflow:hidden}

/* Globals 
-------------------------------------*/
p {
	color:#333;
	line-height:24px;
	margin:0 0 15px 0;
}
h1 {
	font-size:26px;
	color:#1f457e;
	line-height:30px;
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	font-size:20px;
	color:#333;
	line-height:24px;
	margin:0 0 10px 0;
	text-transform:uppercase;
}
h3 {
	font-size:17px;
	color:#333;
	line-height:30px;
	margin:30px 0 10px 0;
}
ul li {margin:0 0 10px 25px;}
ol li {margin:0 0 10px 25px;}
.clear {clear:both;}
.clearfix {clear:both; padding:15px 0 0 0;}

/* Nav
-------------------------------------*/

#nav {
	float:right;
	background:url(../images/menu.jpg) repeat-x;
	height:40px;
	padding:7px 0;
	border-right:1px solid #222;
	border-left:1px solid #222;
	margin:0 0 0 0;
	list-style-type:none;
}
#nav li  {
	margin:0 0 0 0;
	display:inline;
	padding:18px 18px;
	border-right:1px solid #222;
	position:relative; top:9px;
}
#nav li a {
	font-size:18px;
	color:#f0ff4e;
	text-decoration:none;
	text-shadow:1px 1px 1px #444;
}
#nav li.last {border:none;}
#nav li a:hover, #nav li a.current{color:#fff;}


/* Structure 
-------------------------------------*/

.container {position:relative; width:1200px; margin:0 auto;}
.header {height:158px; position:relative;}


/* Custom
-------------------------------------*/

#header-wrap {width:100%; height:208px; margin:0; background:#2c384b url(../images/header.jpg) no-repeat top center;}
.logo {float:left; margin:40px 0 0 0;}
.header-phone {color:#fff; font-size:20px; text-shadow:1px 1px 1px #222; float:right; margin:50px 0 20px 0;}
#slideshow {width:100%; margin:0 auto; overflow:hidden;}
.cycle-slideshow {position:relative; left:50%; margin:0 0 0 -960px;}
#content { width:100%; background:url(../images/angle.png) no-repeat top center; position:relative; z-index:900; margin:-360px 0 0 0; min-height:400px;}
.welcome {padding:220px 0 0 50px; text-align:right;}
.inner {padding:50px 0 0 0; text-align:left;}
.img-r {float:right; margin:0 0 20px 20px; border-top:5px solid #d6421a; border-bottom:5px solid #d6421a;box-shadow:0 0 10px #555;}
.serv {width:200px; float:left; margin:20px; line-height:32px;}
.hide {display:none;}
.gallery-box {position:relative; width:250px; height:188px; float:left; margin:0 30px 30px 20px; }
.gallery-box-last  {position:relative; width:250px; height:188px; float:left; margin:0 0 30px 20px; }
.gallery {list-style-type:none; margin:0 20px 0 0; width:250px; }
.gallery img {border:1px solid #ccc;}
.gallery-box .title, .gallery-box-last .title {position:absolute; bottom:-1px; background:rgba(0,0,0,0.6); color:#fff; float:left; padding:10px 0; text-align:center; width:100%; margin:0 0 0 -20px;}
.gallery li {cursor:pointer; margin:0 0 0 -20px;}
#footer-wrap {position:relative; z-index:998; width:100%; height:45px; padding:15px 0 0 0;
 background:#2c394b url(../images/footer.jpg) no-repeat top center; }
.copy {font-size:12px; color:#ccc; float:left; padding:0px 0 0 0;}
.designer {font-size:12px; color:#ccc; float:right; padding:0px 0 0 0;}
.designer a {color:#ccc; text-decoration:none; }
#form {width:47%; float:left;}
.details {width:47%; float:right; margin:-60px 0 0 0;}
.map {width:100%; height:300px;}
.contact-form {width:100%;}
.contact-form input, .contact-form textarea { 
	width: 90% ; margin:0 0 15px 0; 
}
.contact-form select {width: 96% ; }
.contact-form textarea {height:120px;}
.contact-form label {display: block; margin-bottom: 5px; color:#333; font-size:16px; clear:both; padding:0 0 5px 0;  }
.contact-form .req {color:red;}
.contact-form { 
	margin: 30px 0 0 0;
	
}
.contact-form input, .contact-form textarea, .contact-form select{ 
	background: none repeat scroll 0 0 #FFFFFF; 
	border: 1px solid #C9C9C9; 
	color: #545658; 
	padding: 8px; 
	font-size: 14px; 
	border-radius: 2px 2px 2px 2px; 
}
#submit { 
	display:block;
	background: #444; 
	color: #fff; 
	cursor: pointer; 
	height: 30px; 
	padding: 0; 
	text-shadow: 0 1px 0 #000; 
	width: 120px; 
	position:relative;
	float:left;
	left:0px;
}
#submit:hover { 
	background: #666; 
	
}