@charset "utf-8";
/* CSS Document */
body{
	background:url(../images/bg.jpg);
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}
	.spacer{ width:100%; height:1px; line-height:1px; clear:both}
	
ul,li,div,span,img,p,br, h1,h2,h3,h4,h5,h6 { margin:0; padding:0; outline:none; border:none;}
	
#top{
	background:url(../images/headerbg.jpg) repeat-x;
	margin:0 auto;
	width:100%;
	height:150px; 
	}
	
#top-wrap{
	width:1000px;
	margin:0 auto;
	}
	
.logo{
	padding-top:3px;
	float:left;
	}
	
.top-right{
	float:right;
	width:314px;
	}
	
.follow{
	width:225px;
	height:60px;
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	line-height:60px;
	padding-top:40px;
	float:right;
	}
	
.tel{
	color:#FFF;
	font-size:26px;
	float:right;
	text-transform:uppercase;
	}
	
#menu{
	background:#1b1b1b;
	height:45px;
	width:100%;
	}
	
#menu ul{
	width:1000px;
	margin:0 auto;
	}
	
#menu ul li{
	float:left;
	color:#FFF;
	list-style-type:none;
	line-height:45px;
	text-transform:uppercase;
	}
	
#menu ul li a{
	text-decoration:none;
	color:#FFF;
	padding:0 28px;
	font-size:14px; border-right:#FFF 1px solid;
	background-position:right;
	}
.bordernon{ border:none !important}
	
#menu ul li a:hover{
	color:#ffd600;
}

.active a{ color:#ffd600 !important}

#content{
	width:1000px;
	display:block;
	margin:0 auto;
	}
	
#mid{
	background:url(../images/midbg.jpg) no-repeat;
	width:1000px;
	height:223px;
	padding-top:2px;
	margin-top:10px;
	margin-bottom:20px;
	}
	

#welcome{
	width:650px;
	float:left;
	margin-top:20px;
	}
	
h1{
	background:url(../images/welcomebg.jpg);
	width:100%;
	height:40px;
	font-size:24px;
	line-height:40px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	text-indent:20px;
	margin-bottom:10px;
	}
	
.read-more{
	width:106px;
	height:28px;
	font-size:14px;
	text-align:center;
	float:right;
	margin-top:25px;
	line-height:28px;
	color:#FF0;
	background:#000;
	}
	
.facebook{
	float:right;
	margin-top:20px;
	}
	
	.spacer{
		line-height:1px;
		height:1px;
		overflow:hidden;
		display:block;
	}
	
	.kandu{
		width:1000px;
		margin-bottom:20px;
		height:auto;
		overflow:hidden; display:block;
		}
		
.watwedo{
	width:1000px;
	height:320px;
	margin-bottom:20px;
	}
	
.watwedo img{
	margin-right:6px;
	}
	
#footer{
	background:#1b1b1b;
	height:100px;
	width:100%;
	}
	
#footer-wrap{
	width:1000px;
	margin:0 auto;
	}
	
.copyright{
	color:#FFF;
	float:left;
	padding-top:30px;
	font-size:14px;
	}
	
#menu-bottom{
	float:right;
	}
	
#menu-bottom ul li{
	float:left;
	line-height:35px;
	color:#FFF; 
	text-decoration:none;
	list-style-type:none;
}

#menu-bottom ul li a{
	float:left;
	text-decoration:none;
	color:#FFF;
	padding:0 15px;
	}
	
	
	
/***************contact form*****************/
#wrap{
	width:225px;
	background:#FFF;
	padding:20px;
	float:left;
	border:1px solid #CCC;
	}
	
.text{
	color:#90999c;
	height:50px;
	width:220px;
	margin-bottom:10px;
	}
	
.text p{
	margin-top:5px;
	}
	
.boox{
	background:#eceff0;
	border:1px solid #c2cacc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:none;
	border-radius:6px;
	width:220px;
	height:32px;
	text-indent:12px;
	}
	
.msg{
	background:#eceff0;
	border:1px solid #c2cacc;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:none;
	border-radius:6px;
	width:220px;
	height:80px;
	padding:5px;
	}
	
.secureimg{
	margin-bottom:10px;
	width:150px;
	}
	
.box2{
	background:#06F;
	width:85px;
	height:30px;
	border:none;
	color:#fff;
	text-transform:uppercase;
	}
	
#mapviewer{
	float:left; 
	margin:0 0 0 40px
	}