@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2c2d37;
	margin: 25px 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-image: url(../images/layout_images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:49px;
	margin: 0px;
	padding: 0px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #logo {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	will include the padding and border in addition to the width */
	height:200px;
	background: #000000 url(../images/layout_images/logo.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	clear: both;
	margin: 0px;
	padding: 0px;	
}

.twoColFixLtHdr #horizscr {
	float: left; /* since this element is floated, a width must be given */
	width: 500px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer 
	will include the padding and border in addition to the width */
	height:200px;
}

#navbar {
	background-color: #404040;
	float: left;
	height: 25px;
	width: 800px;	

}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff url(../images/layout_images/side_back.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-bottom:25px;
	background-color:#000000;
}


#side_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 14px;
	width: 276px;
}

#side_bot{
    float: left;
	height: 25px;
	width: 297px;
}

.twoColFixLtHdr #mainContent {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 20px;
} 
.serv {
	background-image: url(../images/layout_images/serv.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 134px;
	width: 450px;
	padding: 5px;
	margin-top: 10px;

}




.twoColFixLtHdr #footer {
	padding: 10px 10px 0px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/layout_images/foot.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	height: 30px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





.conbar {
	height: 25px;
	width: 442px;
	background-image: url(../images/layout_images/conbar.gif);
	background-repeat: repeat-x;
	padding: 10px 5px 5px;
	margin-bottom: 0px;
	
}


.image {
	margin: 0px 0px 0px;
	padding: 0px;
	width: 452px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->



/*Contact Form Layout*/

}

form.wrapp {
	position: relative;
	height: 370px;
	
}

.posit {
	float: right;
	clear: both;
	margin-right: 150px;
	width:270px;
	text-align: right;
	padding-top: 10px;
}

.enqposit {
	float: right;
	clear: both;
	margin-right: 175px;
	width:220px;
	text-align: right;
	padding-top: 10px;
	padding-bottom:20px;
}


input.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 125px;
	margin-left: 5px;
}

select.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 130px;
	margin-left: 5px;

}

textarea.enquiry {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;



}
