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


body{
	padding:0;
	margin:0;
	background-color:#DFCDA9;
	font-family: Tahoma;
}

a {
	outline: 0;
}

#header, #logo, #container, #boxWrapper, #galleryWrapper, #footer {
	margin: auto;
}

#header{
	width:855px;
	background:url(../images/header-background.jpg) no-repeat bottom;
}

#logo{
	width:234px;
	height:155px;
	padding: 35px;
	text-decoration:none;
	
}

#logo a img { border:0 }


#container{
	width:855px;
	background:url(../images/container-background.jpg) repeat-y;
}


/* Home */

#boxWrapper {
	float:left;
	width:740px;
	padding: 20px 60px;
}

#boxWrapper h2{
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	text-align:center;
	font-size:14px;
	font-weight:normal;
}

#boxWrapper h3{
	margin:0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333;
	text-align:left;
	font-size:14px;
	font-weight:normal;
}

#box1, #box2, #box3{
	border:5px solid #91795D;
	float:left;
	height:215px;
	margin:10px;
	width:215px;
}

#horizbox1, #horizbox2, #horizbox3{
	border:5px solid #91795D;
	height:141px;
	margin:10px 30px;
	width:141px;
}

#leftImages{
	float:left;
	margin:auto;
	width:210px;
}

/************** About us & Scope of Services Pages Middle *******************/

.infoHeader{
	width:740px;
	margin:auto;
	float:left;
}

.infoHeaderImage{
	width:200px;
	height:200px;
	float:left;
	margin:5px 0 5px 15px;
}

.infoHeaderRight{
	margin: 5px 5px 5px 0;
	float:right;
	width:520px;
	
}


.infoHeaderRight p{
	margin: auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	color:#333;
	font-size:13px;
	line-height:1.5ems;
	padding:0 0 0 15px;
}

.infoHeaderRight h1{
	margin: auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	color:#666;
	font-size:16px;
	padding:0 0 10px 15px;
}

.infoPanelLeft{
	margin:0 5px 0 0;
	width:360px;
	float:left;
	
}

.infoPanelLeft h1{
	margin:0 0 10px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	font-size:14px;
	color:#666;
	
}

.infoPanelLeft p{
	margin: 0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:justify;
	color:#333;
	font-size:13px;
	line-height:1.15ems;
	padding:0 8px 0 10px;
}


.infoPanelRight{
	margin:auto;
	float:left;
	width:360px;
	border-left:#907B5C solid 2px;
	padding:0 10px 0 0;
	text-align:justify;
	
}

.infoPanelRight h1{
	margin:0 0 10px 15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-variant:small-caps;
	font-size:14px;
	color:#666;
	
}

.infoPanelRight p{
	margin: 0 auto;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	color:#333;
	font-size:13px;
	line-height:1.15ems;
	padding:0 0 0 15px;
	text-align:justify;
}



.infoFooter{
	clear:both;
	width:740px;
	height:30px;
	margin:10px auto;
}

#formContainer{
	width:480px;
	float:right;
}
/* Gallery */

#galleryContainer {
	position: relative;
	padding:45px 0 35px;
	margin:0 50px;	
}

.prev, .next {
	font-weight: bold;
	background: url('../images/arrows.gif') no-repeat;
	position: absolute;
	outline: 0;
	z-index: 10;
	height: 25px;
	width: 175px;
	right: 0px;
	top: 10px;	
}

.next {
	background-position: 0 -30px;
	top: 495px;
}


ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	width: 142px;
	height: 150px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 4px solid #90795D;
}
a.thumb:hover {
	border: 4px solid #594A3A;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}



.thumbScroll {
	float: right;
}

#slideshow {
	float:left;
	height:435px;
	margin:0 35px;
	width:500px;
	border: 4px solid #90795D;	
}

#slideshow img {
	height:435px;
	width:500px;	
}


#footer{
	clear: both;
	padding: 20px;
	width:855px;
	background:url(../images/footer-background.jpg) no-repeat top;	
	font-size:12px;
	text-decoration:none;
}

#footer ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#footer li.first {
	border: 0px;
}

#footer li {
	display: inline;
	text-align: center;
	/*border-left: 1px solid #333;*/
}

#footer li a {
	color: #333;
	margin: 0 10px;
	text-decoration:none;
}

#footer li a:hover {
	color: #000;
	text-decoration:none;
}

.address{
	margin:auto;
	width:900px;
	height:40px;
}

.address p{
	margin:5px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:9px;
	color:#333333;
}

.contactpageAddress{
	width:480px;
	float:left;
	margin: 10px 0 0 262px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	
}

.comingSoon{
	margin:auto;
	width:740px;
	height:200px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:center;
	padding:100px 0 0 0;
	
}

