@charset "utf-8";
/* CSS Document */
html,body
{
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0px;
    overflow-x: hidden;
	min-width:1030px;
	max-width:1030px; 
}
/*body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #42413C;*/
	margin: 0;
	padding: 0;
	/*color: #000;*/
/*}*/

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 100%;
	background-color: #FFF;
	/*margin: 0; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

.header a{
		text-decoration:none;
}

#title{
	margin-top:10px;
	margin-left:10px;
}
#logo{
	
	margin-left:35px;
}
#call{
	margin-left:547px;
	margin-bottom:40px;
}
#r-title {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15.5px;
	float:right;
	margin-top:36px;
	margin-right:64px;
	
}

/****************** Menu *****************/
#navMenu {
	margin: 0;
	height: 40px;
	margin-top: 10px;
	padding-left: 80px;
	background-color: #2B2B2B;
	
}
#navMenu ul {
	margin: 0;
	padding: 0;
	line-height: 40px;
	color: #0FF;
	
}
#ultop{
	/*border-top:2px solid #093;*/
}
#navMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	width: 120px;
	background-color: #2B2B2B;
	
	}

#navMenu ul li a {
	text-align: center;
	height: 40px;
	/*width: 125px;*/
	width: 120px;
	display: block;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	text-decoration: none;
	/*border: 1px solid #FFF;*/
	text-shadow: 1px 1px 1px #000;
	
	
}

#navMenu ul ul {
	position: absolute;
	visibility: hidden;
	top: 40px;
	
}
#navMenu ul li:hover ul {
	visibility: visible;
	z-index: 9999;
	filter:alpha(opacity=50);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/**********************************************/

  /*sets top level hover color*/

#navMenu li:hover {
	color: #FFF;

	
}
/*sets link items hover color and background*/
#navMenu ul li:hover ul li a:hover {
	
	
    
}
/* Changes text color on hover for main menu hover*/
#navMenu a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	background-color: #C10017;
}
/* Contains the Float */
.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
}
/* IE7 Display Fix */  
#navmenu ul li {
	display: inline;
	
}

/*************** ~~ The footer ~~******** */
.footer {
	padding: 10px 0;
	background-color: #2B2B2B;
	height: 120px;
	
}
#f-tbl Td {
	width:75px;	
	text-align:center;
}
#f-tbl Td a{
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	line-height:30px;
	text-decoration:none;
}

#f-tbl {
	margin-left:50px;
	float:left;
	
}

.f-td {
	width:85px;
		
}
#lastfooter{
	height:20px;
	background-color:#000;
	vertical-align:central;
	padding-top:6px;
	text-align:right;
	padding-right:65px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#lastfooter a{
	text-decoration:none;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/************** end footer *******************/
.p-content {
	
}

/************** Home  ********************/
.h-content {
	height:660px;	
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}
#h-r-img{
	height:240px;
	width:250px;
	float:left;
	margin:85px 0px 0px 23px ;
}
#content{

 height:240px;
 width:650px;
 float:right;
 margin: 40px 20px 10px 0px ;	
 font-size:16px;
 background-color: white;
 opacity: 0.8;
}
#h-footer {
	height:100px;
}

/***************** about us ****************/
.a-content {
	height:425px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:22px;
}
.a-head {
	margin:25px 0 0 30px;
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
}
#a-contentbox{
	margin:15px 0 0 30px;
	font-size:16px;
	opacity:0.8;
}
.a-head2 {
	margin:40 0 5 0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:1px;
}
#a-contentbox li {
	margin:10px 0 0 20px;
}
#a-f-head{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin-left:30px;
}

.a-img {
    
	 margin: 30px 27px 0px 0px ;
	 height:250px;
	 width:250px;
	 float:right;
}
#b-content {
	
	height:250px;
	width:985px;
	margin: 300px 10px 0px 20px ;
	font-size:18px;
    opacity:.8;

}

/************* services *******************/
#s-content{
	height:780px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	
}
.b-ban{
	width:250px;
	height:90px;
	border:solid 2px #000000;
	border-bottom:#000 solid 6px;
	border-right:#000 solid 6px;
	margin-top:30px;
	margin-left:30px;
	text-align:center;
	vertical-align:central;
	
}
.r-ban{
	width:250px;
	height:90px;
	border:solid 2px #990000;
	border-bottom:#930 solid 6px;
	border-right:#900 solid 6px;
	margin-top:30px;
	margin-left:30px;
	text-align:center;
	vertical-align:central;
	
}

#s1 {
	margin-top:25px;
}
.b-ban span{
	vertical-align:middle;	
	
}
#s-l-div{
	float:left;
	width:250px;
}
#s-l-div P{
	vertical-align:middle;
}

#s-r-div{
	font-size:16px;
	float:right;
	margin-top:10px;
	margin-right:0px;
	width:700px;
	opacity:0.8;
}
.r1{
	margin-top:35px;
	margin-bottom:75px;
}

/************* gallery *******************/
#g-content{
	height:500px;	
}

/* =Hoverbox Code ---------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin:40px 0 0 80px;
	width:80%;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox a:hover #l-img1
{
	display: block;
	position: absolute;
	top: -33px;
	left: -175px;
	z-index: 1;	
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height:100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 15px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 450px;
	height: 300px;
}


/************* contactus ********************/
#c-main {
     height:700px;
	 font-family:Arial, Helvetica, sans-serif;	
}
.c-content {
	width:600px;
	float:left;	
}
.c-content p {
	margin:0 0 0 30px ;
	font-size:16px;
}
.c-head {
	
	font-family:Arial, Helvetica, sans-serif ;
	font-size:18px;
	font-weight:bold;
	margin-top:50px;
	margin-left:25px;
}

.add {
	font-size:16px;
	margin-top:20px;
	opacity:0.8;
		
}
#addr {
	float:left;
	width:350px;
	margin-top:50px;
	line-height:22px;
	margin-left:50px;
}

#map {
	margin-left:90px;
	margin-bottom:10px;
	margin-top:20px;	
}
#enq {
   margin-top:50px;
   float:right;	
   height:400px;
   width:350px;
   margin-right:50px;
}
#enq-head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14;
	font-weight:bold;
	
	
}
#enq Label {
	font-size:13px	;
}
.tbox:focus {
	outline: none;
	
}
#con-tbl td {
	text-align:left;	
}
#btn{
	width: 100px;
	height: 32px;
	background-color: #c10017;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
