@import url("reset.css");
* {
	margin:0;
	padding:0;
}
body {
	background:#d3af75 url(../img/page-bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0b0b0b;
}
img {
	border:none;
}

.clear{
	clear:both;
}
a{
	color:#0b0b0b;
	text-decoration:none;
}

a:hover{
	color:#666666;
	text-decoration:none;
}

p{
	line-height:25px;
}

#wrapper{
		margin:20px auto;
		width:930px;
		padding:15px;
		background:#FFF;
}

.header{
		float:left;
		width:930px;
}

.logo{
		float:left;
		width:300px;
}

.top_info{
		float:right;
		width:225px;
}

.top_info p{
		margin:10px 0;
		line-height:15px;
		
}

.top_info img{
		float:left;
		padding-right:10px;
}

.search{
	float:left;
	width:234px;
	margin-bottom:10px;
}

.search img{
	float:right;
}

.search_field{
	border:#d7d7d7 solid 1px;
	height:26px;
	width:190px;
	color:#d7d7d7;
}
.mid{
	float:left;
	width:930px;
	margin-top:10px;
}

.banner_part{
		position:relative;
		width:930px;
}

.banner {
	width:930px;
	float:left;
}

.menu{
	position:absolute;
	width:930px;
	background:url(../img/menu-bg.png) repeat;
	top:0px;
}


.menu ul {
    float: left;
	list-style:none;
}
.menu ul li {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    width: auto;
	text-transform:uppercase;
}
.menu ul li a {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin: 9px 14px;
    padding: 0px 33px;
    text-decoration: none;
}
.menu ul li a:hover {
    color: #CC9900;
    text-decoration: none;
}
.menu ul li a.last_menu {
    border:none;
}
.menu ul li a.active {
    color: #CC9900;
    text-decoration: none;
}

.home_contant{
		float:left;
		width:930px;
		margin:20px 0;
}

.home_contant h1{
	font-size:25px;
	color:#F60;
	font-weight:normal;
	margin-bottom:10px;
}

.welcome_text{
		float:left;
		width:590px;
}

.contact_text{
		float:left;
		width:450px;
}

.contact_form{
		float:left;
		width:630px;
		margin-top:10px;
}


.map{
	float:right;
	width:405px;
	border:#d7d7d7 solid 1px;
	padding:2px;
	margin-top:50px;
}

.contact_info{
	float:right;
	width:300px;
	line-height:20px;
}

.footer{
	float:left;
	width:100%;
}

.footermenu{
	width:930px;
	background:url(../img/menu-bg.png) repeat;
	float:left;
	padding:10px 0;
}

.footermenu ul{
	width:460px;
	float:left;
}

.footermenu ul li {
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    width: auto;
	text-transform:capitalize;
}
.footermenu ul li a {
    border-right: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    margin: 9px 0;
    padding: 0px 15px;
    text-decoration: none;
}
.footermenu ul li a:hover {
    color: #CC9900;
    text-decoration: none;
}

.footermenu ul li a.last_menu {
    border:none;
}

.social{
	float:right;
	width:180px;
}

.social img{
	margin:0 5px;
}

.footer_bottom{
	float:left;
	width:930px;
	font-size:12px;
	margin-top:10px;
}

.copyright{
	float:left;
	width:300px;
}

.footprint{
	float:right;
	width:142px;
}

.footprint a{
	color:#F60;
	text-decoration:none;
}

.footprint a:hover{
	color:#F60;
	text-decoration:none;
}

.imgs_sec{
	width:930px;
	margin:20px 0 0 0;
	float:left;
}

.img{
	position:relative;
	border:#d7d7d7 solid 1px;
	width:220px;
	padding:2px;
	float:left;
	margin-right:8px;
}

.last_img{
	float:right;
	margin:0;
}

.imgs_sec p{
	background:url(../img/menu-bg.png) repeat;
	color:#FFF;
	font-size:18px;
	position:absolute;
	top:10px;
	width:220px;
	text-align:center;
	padding:10px 0;
}

.fields{
	float:left;
	width:630px;
	margin:5px 0;
}

.name{
	float:left;
	width:165px;
}

.new_field{
	border:#d7d7d7 solid 1px;
	height:26px;
	width:400px;
	color:#606060 ;
	}
	
.enquiry_field{
	border:#d7d7d7 solid 1px;
	width:400px;
	color:#606060;
	height:100px;
	}
	
.button {
    background: none repeat scroll 0 0 #F0F0F0;
    border: 1px solid #B3B3B3;
    color: #3A3A3A;
    float: left;
    height: 30px;
	padding:5px;
}
	