* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('images/background.jpg') #5f92d2 repeat-x 0% 0%;
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

textarea {
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

#container {
	margin: 0px auto;
	width: 768px;
}


/* Page Header */

#header_container {
	margin-bottom: 12px;
	border: 1px solid #fff;
	background: url('images/header_background.jpg') repeat-x 0px 0px;
}

#page_header {
	width: 766px;
	height: 187px;
	background: url('images/header_image.jpg') no-repeat 1px 0px;
	overflow: hidden;
}


/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 5px;
	width: 585px;
	height: 45px;
	float: left;
	background: url('images/company_logo.gif') no-repeat 7px 0px;
	text-align: left;
}

#header_company h1 {
	background: url('images/company_name.gif') no-repeat 30px 0px;
	width: 585px;
	height: 35px;
}


/* Page Header : Welcome Note */

#header_welcome {
	padding-left: 242px;
	float: left;
	text-align: justify;
}

#header_welcome h3 {
	padding: 3px 0px 0px;
	font-size: 14px;
}

#header_welcome p {
	margin-top: 7px;
}

#header_welcome #welcome_text {
	width: 347px;
}

/* Page Header : Menu */

#header_menu {
	padding-top: 35px;
	padding-right: 29px;
	float: right;
}

#header_menu li {
	margin-bottom: 2px;
	width: 116px;
	border: 1px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
}

#header_menu li a {
	display: block;
	width: 116px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 31px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}


/* Left Sidebar */

#left_sidebar {
	width: 178px;
	float: left;
}

#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
}


/* Left Sidebar : Contacts */

#contacts {
	padding: 7px 8px 11px 12px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
}

#contacts h2 {
	width: 199px;
	height: 15px;
	background: url('images/contacts_title.gif') no-repeat 0px 0px;
}

#contacts h4 {
	padding-top: 6px;
	font-size: 11px;	
	font-weight: bold;
}

#contacts form {
	padding-top: 5px;
}

#contacts .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 355px;
	float: none;
	clear: both;
	text-align: right;
}

#contacts form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#contacts form input {
	width: 190px;
	float: right;
}

#contacts form textarea {
	width: 193px;
	float: right;
}
#contacts form input.button {
	padding: 0px;
	width: 98px;
	height: 18px;
	border: none;
	float: none;
}

#contacts #link-password {
	padding-top: 5px;
}

#contacts #link-password a {
	color: #eef3f9;
}

#contacts #link-password a:hover {
	color: #bfd8f6;
}


/* Left Sidebar : usinbrief */

#usinbrief {
	padding: 10px 17px 10px 12px;
	text-align: left;
}

#usinbrief h2 {
	width: 76px;
	height: 19px;
	background: url('images/usinbrief_title.gif') no-repeat 0px 0px;
}

#usinbrief h4 {
	padding-top: 6px;
	font-size: 11px;	
	font-weight: bold;
}

#usinbrief p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}

#usinbrief .link-more {
	text-align: right;
	font-weight: bold;
}


/* Main Content */

#maincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
}

#maincontent {
	margin: 7px 0px 0px 16px;
	width: 561px;
}

#maincontent_top {
	margin-bottom: 11px;
	width: 561px;
	background: url('images/maincontent_verticaldiv.gif') repeat-y 315px 5px;
}

#maincontent_top_indexpage {
	margin-bottom: 11px;
	width: 561px;
	background: url('images/maincontent_verticaldiv.gif') repeat-y 280px 5px;
}

#welcome_container {
	width: 300px;
	float: left;
}

#welcome {
	padding-top: 2px;
	width: 270px;
}

#welcome h2 {
	width: 96px;
	height: 14px;
	background: url('images/welcome_title.gif') no-repeat 0px 0px;
}

#right_container {
	width: 247px;
	float: left;
	text-align: left;
}

/* Repairing */


#repairing {
	margin-left: auto;
	margin-right: 1px;
	padding-bottom: 5px;
	width: 231px;
	float: right;
}

#repairing h2 {
	width: 125px;
	height: 19px;
	background: url('images/repairing_title.gif') no-repeat 0px 4px;
}

#repairing img {
	border: 1;
}

#repairing p {
	margin-top: 6px;
}

/* About us */

#aboutusmaincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
}
#aboutusmaincontent {
	margin: 7px 0px 0px 16px;
	width: 750px;
}
#aboutusmaincontent_top {
	margin-bottom: 11px;
	width: 750px;
	background: url('images/maincontent_verticaldiv.gif') repeat-y 465px 5px;
}
#aboutus_container {
	width: 480px;
	float: left;
}
#aboutus {
	padding-top: 2px;
	width: 455px;
}
#aboutus img {
	border: 2;
}
#aboutus h2 {
	width: 96px;
	height: 14px;
	background: url('images/aboutus_title.gif') no-repeat 0px 0px;
}

#aboutus_right_container  {
	width: 270px;
	float: left;
	text-align: left;
}

#aboutus_right_container h2 {
	width: 96px;
	height: 14px;
	background: url('images/theteam_title.gif') no-repeat 0px 0px;
}

/* Services */

#servicesmaincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
}
#servicesmaincontent {
	margin: 7px 0px 0px 16px;
	width: 750px;
}
#servicesmaincontent_top {
	margin-bottom: 11px;
	width: 750px;
	background: url('images/maincontent_verticaldiv.gif') repeat-y 500px 5px;
}
#services_container {
	width: 503px;
	float: left;
}

#services {
	padding-top: 2px;
	width: 484px;
}

#services h2 {
	width: 96px;
	height: 14px;
	background: url('images/services_title.gif') no-repeat 0px 0px;
}

#services_right_container  {
	width: 247px;
	float: left;
	text-align: left;
}

#services_right_container h2 {
	width: 96px;
	height: 14px;
	background: url('images/sampleboat_title.gif') no-repeat 0px 0px;
}
#services_right {
	margin-left: auto;
	margin-right: 1px;
	padding-bottom: 5px;
	width: 231px;
	float: right;
}



#services_right img {
	border: 2;
}

#services_right p {
	margin-top: 6px;
}



/* aboutusleader */

#aboutusleader_container {
	margin-left: auto;
	border: 1px solid #fff;
	background-color: #436da1;
	float: left;
}

#aboutusleader {
	margin: 5px 17px 4px 10px;
	width: 245px;
}

#aboutusleader h2 {
	width: 120px;
	height: 22px;
	background: url('images/offer_title.gif') no-repeat -1px 0px;
}

#aboutusleader p {
	margin-top: 1px;
}

#aboutusleader .link-go {
	text-align: right;
}

#aboutusleader .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('images/offer_go.gif') no-repeat 0px 0px;
}

/* Contact Us box from RHS */


#contactusmaincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
}

#contactusmaincontent {
	margin: 7px 0px 0px 16px;
	width: 561px;
}

#contactusmaincontent_top {
	margin-bottom: 11px;
	width: 561px;
	background: url('images/maincontent_verticaldiv.gif') repeat-y 558px 5px;
}

#contactus_container1	 {
	margin-left: auto;
	border: 1px solid #fff;
	background-color: #436da1;
	float: left;
}

#contactus1 {
	margin: 5px 17px 4px 10px;
	width: 200px;
}

#contactus1 h2 {
	width: 120px;
	height: 22px;
	background: url('images/offer_title.gif') no-repeat -1px 0px;
}

#contactus1 p {
	margin-top: 1px;
}

#contactus1 .link-go {
	text-align: right;
}

#contactus1 .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('images/offer_go.gif') no-repeat 0px 0px;
}

/* Featured Products */

#featured_container {
	border: 1px solid #fff;
	background-color: #537caf;
	float: left;
}

#featured {
	margin: 9px 30px;
	width: 705px;
}

#featured h2 {
	width: 111px;
	height: 20px;
	background: url('images/featured_title.gif') no-repeat 0px 0px;
}

#featured_products ul {
	padding-bottom: 2px;
	width: 698px;
}

#featured_products li {
	margin: 6px 5px 10px 1px;
	float: left;
}

#featured_products li.end {
	margin-right: 0px;
}

#featured_products li  {
	display: block;
	width: 200px;
	height: 150px;
	background-color: #fff;
	overflow: hidden;
}

#featured_products li img {
	margin: 1px;
}

#featured_products li h4 {
	padding-top: 3px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.featured_nav {
	padding-left: 3px;
	padding-right: 9px;
	float: left;
	font-weight: bold;
}

.featured_nav a {
	text-decoration: none;
}

#featured .link-more {
	padding-right: 3px;
	font-weight: bold;
	float: right;
}


/* Page Footer */

#page_footer {
	margin: 5px;
	width: 750px;
	float: center;
	text-align: center;
	font-size: 11px;
}

#right_container_indexpage {
	width: 250px;
	float: left;
	text-align: left;
}

/* samplebuildrhs */

#samplebuildrhs {
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 5px;
	width: 265px;
	float: right;
}

#samplebuildrhs h2 {
	width: 125px;
	height: 19px;
	background: url('images/samplebuild_title.gif') no-repeat 0px 4px;
}

#samplebuildrhs h4 {
	padding-top: 6px;
	font-size: 11px;	
	font-weight: bold;
}

#samplebuildrhs img {
	border: 1;
}

#samplebuildrhs p {
	margin-top: 6px;
}

#samplebuildrhs ul {
	list-style-type: none;
}

#samplebuildrhs li {
	list-style-type: none;
}
/* samplebuildrhs */

#samplebuildinset {
	margin-left: auto;
	margin-right: 1px;
	padding-bottom: 5px;
	width: 235px;
	float: right;
}

#samplebuildinset h4 {
	padding-top: 6px;
	font-size: 11px;	
	font-weight: bold;
}

#samplebuildinset img {
	border: 1;
}

#samplebuildinset p {
	margin-top: 6px;
}

#samplebuildinset ul {
	list-style-type: none;
}

#samplebuildinset li {
	list-style-type: none;
}
/* thankyou box from RHS */


#thankyoumaincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
}

#thankyoumaincontent {
	margin: 7px 0px 0px 16px;
	width: 561px;
}
#thankyoumaincontent img {
	border: 1px;
}

#thankyoumaincontent_top {
	margin-bottom: 11px;
	width: 561px;
	background: url('images/maincontent_verticaldiv.gif') repeat-y 558px 5px;
}

#thankyou_container1	 {
	margin-left: auto;
	border: 1px solid #fff;
	background-color: #436da1;
	float: left;
}

#thankyou {
	margin: 5px 17px 4px 10px;
	width: 100%;
}

#thankyou h2 {
	width: 120px;
	height: 22px;
	background: url('images/thankyou_title.gif') no-repeat -1px 0px;
}

#thankyou p {
	margin-top: 1px;
	align: center;
}

#thankyou .link-go {
	text-align: right;
}

#thankyou .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('images/offer_go.gif') no-repeat 0px 0px;
}
