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

html, body {
	margin:0px;
	padding:0px;
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	min-height:100%;
	height:100%;
	background-color:#a7a9ac;
}

p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	color:#2e2e2e;
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:#2e2e2e;
}
h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:#2e2e2e;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#holder {
	width:812px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("../images/bg2.png");
	background-repeat:repeat-y;
	min-height:100%;
	padding-left:18px;
	padding-right:18px;
	padding-top:6px;
}

#nav {
	height:45px;
	overflow:hidden;
	width:812px;
}

.btn {
	float:left;
	background-repeat:no-repeat;
	height:45px;
}

#about {
	background-image:url("../images/nav_01.png");
	width:175px;
}

#services {
	background-image:url("../images/nav_02.png");
	width:191px;
}

#gallery {
	background-image:url("../images/nav_03.png");
	width:216px;
}

#contact {
	background-image:url("../images/nav_04.png");
	width:230px;
}

#about:hover {
	background-image:url("../images/nav2_01.png");
	width:175px;
}

#services:hover {
	background-image:url("../images/nav2_02.png");
	width:191px;
}

#gallery:hover {
	background-image:url("../images/nav2_03.png");
	width:216px;
}

#contact:hover {
	background-image:url("../images/nav2_04.png");
	width:230px;
}

#title {
	height:95px;
	width:812px;
}

#header {
	height:375px;
	width:812px;
	margin-top:1px;
}

.slider_container {
  height: 281px !important;
}

#midbar {
	height:26px;
	width:812px;
	margin-top:1px;
}

#content {
	overflow:hidden;
}

#footer {
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#333;
	padding:10px;
	color:#333;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.7em;
	margin-top:25px;
}

#footer a {
	font-weight:bold;
}

#contactleft {
	width:373px;
	float:left;
	margin-right:20px;
}
#contentleft {
	width:373px;
	float:left;
	margin-left:10px;
	margin-right:10px;
		margin-bottom:10px;
	min-height:270px;
	
	padding:5px;
}
#contentleft2 {
	width:373px;
	float:left;
	margin-left:10px;
	margin-right:10px;
		margin-bottom:10px;
	min-height:200px;
	
	padding:5px;
}

#contactright {
	float:left;
	width:350px;
}

#form {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.7em;
}

ul li {
	list-style:square;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	padding:4px;
}

.gallery_image {
	float:left;
	padding:19px;
	border:none;
}

.gallery_image img {
	
	border-width:1px;
	padding:2px;
	border:none;
}

.imgright {
	float:right;
	margin:10px;

}
.clear
{
	clear:both;}
