/* CSS Document */
 * {
 outline:none;
 padding:0;
 margin:0;
 }
 
 body {
 background:#ffffff;
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#1c2129;
 }
 

h1 {
font-family:Cambria;
 font-size:30px;
 color:#1c2129;
 margin-bottom:15px;
 font-weight:normal;
 text-transform:uppercase;
 }
 
 h2 {
font-family:Cambria;
 font-size:24px;
 color:#1c2129;
 margin-bottom:15px;
 font-weight:normal;
 }
 
 
 p {
 line-height:18px;
 padding-bottom:10px;
 }
 
 ul {
 list-style:none;
 padding:0;
 margin:0;
 }
 
 li {
 padding:0;
 margin:0;
 }
 
 a {
 color:#33588f;
 text-decoration:underline;
 }
 
 a:hover {
 text-decoration:none;
 }
 
 img {
 border:none;
 outline:none;
 }
 
 .clear {
 line-height:0;
 font-size:0;
 clear:both;
 height:0;
 }
/*----------css-------------*/

 #wrapper {
 width:1003px;
 margin:0 auto;
 }
 
 #header {
 width:1003px;
 padding:20px 0;
 position:relative;
 }
 
 #logo {
 width:600px;
 }
 
 .right-logo{
 position:absolute;
 right:0px;
 top:15px;

 }
  
  #banner {
 width:1003px;
 position:relative;
 margin-bottom:10px;
 -webkit-box-shadow: 0px 0px 25px rgba(153, 51, 51, 1);
-moz-box-shadow:    0px 0px 25px rgba(153, 51, 51, 1);
box-shadow:         0px 0px 25px rgba(153, 51, 51, 1);
 }
 

#content{
width:1003px;
margin-bottom:20px;
}
 
 .prodeuct_box{
 width:175px;
 margin-bottom:20px;
 margin-right:28px;
 float:left;
 }
 
 .prodeuct_box img{
  border:solid #000000 1px;
  margin-bottom:10px;
 }
 
  .prodeuct_box p{
  text-align:center;
  line-height:30px;
  padding-bottom:0;
  color:#a6a13d;
  background:url(images/bg-heading.gif) repeat-x left top;
  }
 
 .prodeuct_box.last{
 margin-right:0;

 } 
 
 #wrap-footer{
 background:#127fac;
 width:100%;
 padding:10px 0 0 0;
 }
 
 #footer{
width:1003px;
margin:0 auto;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#fff;
position:relative;

 }
.powaredby{
position:absolute;
right:0;
bottom:0px;
display:block;
float:right;
padding-top:55px;
font-size:11px;
}

#footer a{
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover{
color:#000000;
}

.map{
border:solid 1px #000;
padding:1px;
}

	.enquiry-form {margin:0 auto;
padding:0px;
width:420px;
float:left;
font-family:Arial, Helvetica, sans-serif;
padding-bottom:25px;


}

.enquiry-form table {
	border:5px solid #b94a46;
	padding:20px;
	background-color: #04a5e1;
}

.enquiry-form table tr td label {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font:bold;
	font-size:14px;
	text-align:left;
	margin-top:10px;
	padding-top:10px;
	line-height:22px;	
}

.enquiry-form span{
	color:#F00;
	}


.enquiry-form table tr td input {
	width:270px;
	height:22px;
	line-height:22px;
	margin-bottom:10px;
	background:#e7f0f7;
	border:solid 1px #b94a46;
	
	
}

.enquiry-form table tr td textarea {
	background:#e7f0f7;
	border:solid 1px #b94a46;
	height:130px;
	width:360px;
	line-height:22px;
	margin-bottom:10px;
 

}
.enquiry-form table tr td select{
	background:#e7f0f7;
	border:solid 1px #b94a46;
	height:26px;
	line-height:22px;
	width:270px;
	margin-bottom:10px;
	padding:3px;
}


.enquiry-form table tr td button{
	float:left;
	margin-right:10px;
	padding:3px 10px;
		background:#b94a46;
	color:#FFF;
	cursor:pointer
		}


.right-inquiry {
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:2em;
	width:370px;
	
}

.right-inquiry p{
line-height:26px;
}


#contant_left{
width:220px;
float:left;
}

#contant_left li{
line-height:34px;
background:url(images/sep-btm.gif) no-repeat left bottom;
}

#contant_left li a{
font-size:12px;
color:#000000;
display:block;
text-decoration:none;
text-transform:uppercase;
}

#contant_left li a:hover, #contant_left li.active a{
color:#b94a46;
}

#gallery {
		
		width: 780px;
		float:right;
	}
	
	#gallery a{
	text-decoration:none;

	} 

	#gallery ul { list-style: none; }
	#gallery ul li { display:block; padding:12px; float:left; }
	#gallery ul img {
		border: 1px solid #000;
		
	}
	#gallery ul a:hover img {
		opacity:0.7;
		
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }