/*Reset*/
*, html {
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
h4{
	font-size:20px;
}
/*body*/
body {
	font:14px/20px serif;

	color:$463328;
	background-color: #b5d8e4;
	background-image: url(../img/main-bg.png);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper{
	width:1000px;
	margin:0 auto;
		min-height:100%;
	height: auto !important;
	height:100%;
}
h2{
	font-size:24px;
	line-height:36px;
	color:#7b8d33;
	position: relative;
	top: 14px;
}

h3{
	color:#cf8b1f;
	font-size:14px;
	line-height:20px;
}
.top-margin{
	margin-top:20px;
}
/*header*/
#header{
	width:1000px;
	height:74px;
	margin-top: 57px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/body_head.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
}
#header h1 {
	background-image: url(../img/logo.png);
	text-indent: -9999px;
	display: block;
	position: absolute;
	height: 122px;
	width: 132px;
	top:0;
	margin-top:30px;
	margin-left:15px;
}

/*footer*/
#footer{
	padding:0px;
	background-image: url(../img/body_foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 1000px;
	height: 100px;
}
#footer a{
	color:black;
	padding: 4px;
}
#footer  li {
	float: left;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
#footer ul {
	margin-left: auto;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	padding-left: 24px;
}


/*navigation*/
#nav{
	height:40px;
	position: relative;
	top: 25px;
	float: left;
	left:168px;
}
#nav ul{
	height:40px;
	list-style:none;
}
#nav ul li{
	height:40px;
	float:left;
	margin:0 10px;
}
.tooltip{
	display:none;
	background:url(../img/tooltip/black.png);
	font-size:12px;
	height:50px;
	width:160px;
	padding:25px;
	color:#fff;
}
#nav li a{
	height:40px;
	line-height:40px;
	display:block;
	text-align:center;
	text-decoration:none;
}
li#about-tab a{
	color:black;
}
#home-tab  a, #portfolio-tab  a, #about-tab a, #contact-tab a{
/*	width:90px;
*/}

/*#contact-tab a{
	width:190px;
	border-right:solid 1px #7b9c33;
	border-left:solid 1px #7b9c33;
}
*/
#home-tab a:hover, #portfolio-tab a:hover, #contact-tab a:hover{
	color:#463328;
}
#active-tab a{
	width:150px;
	margin-top:-1px;
	color:#463328;
	border:none;
	border-bottom:solid 1px #fefae8;
	background-color: #fefae8;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px bottom;
	text-indent: -9999px;
}
/*content*/
#content{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#slider-container{
	width:920px;
	margin:0 auto;
	padding: 5px 0;
}
#slider{
	margin:0 5px;
}
#tagline{
	width:920px;
	height:38px;
	border-top:solid 1px #e3d7c5;
	border-bottom: solid 1px #e2d7c5;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#tagline p{
	float:left;
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:38px;
}
#tagline img{
	float:right;
	margin:4px 20px;
}
.head_t    {
	background-image: url(../img/content_top.png);
	background-repeat: no-repeat;
	height: 93px;
	display: block;
}
.foot_t    {
	background-image: url(../img/content_bottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
}
#content-left{
	width:304px;
	float:left;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 8px;
	background-image: url(../img/content_mid.png);
}

#content-right{
	width:467px;
	float:right;
	background-image: url(../img/text_bg.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 3px;
}
#content-left p{
	margin: 0px;
}
#content-right p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.gap {
	margin: -23px 20px 8px;
	text-align: justify;
}
.gap2 {
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 5px;
}


.clear{
	clear:both;
}
.our_work{
	top:2px;
	display: block;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
	height: 30px;
	background-image: url(../img/extra_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
#feat {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/extra.png);
	background-repeat: repeat-y;
	background-position: center 50px;
	margin-top: 0px;
	position: relative;
	top: -3px;
}
#about{width:45%;
float:right;
padding :0 10px;
position:relative;
right:25px;
}
#contact{
	margin:0 auto;
	width:300px;
	float:left;
	left:25px;
	position:relative;
}
.body_bg {
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center 100px;
}
.push {
	height:0px;
	}
#feat_footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../img/extra_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 65px;
	top:-8px;
}
.icon {
float:left;
margin:5px 10px 0;
}
#footer p {
	margin-left: 40px;
	padding-top: 50px;
}
/*--------------------termServices---------------------*/
#termService{
	margin:55px;
}
#termService p{
	line-height:20px;
	padding:6px 0;
}
#termService h2{
	top:0 !important;
	margin:10px;
}
/*-----------------service---------------------------*/
.service{
/*	width:400px;
*/	float:left;
/*	margin:10px;
	padding:10px;
*/}
.service p{
	float:left;
	display:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
