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

body {
	margin: 0px;
	background:#81D8D0 url(../images/bg.png) fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#636363;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

a {
	color:#3b8786;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:0;
	outline:none;
}

form input, form textarea {
	outline:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#636363;
}

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

#inner {
	float:left;
	width:100%;
	position:relative;
	border-left:solid 24px #fff;
	border-right:solid 24px #fff;
	background:#fff;
}

#header {
	height:114px;
}

#banner {
	height:236px;
	background:url(../images/banner.jpg) no-repeat;
	position:relative;
	margin-bottom:17px;
}

#testimonials {
	position:absolute;
	left:37px;
	top:112px;
	height:90px;
	width:405px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#999;
	font-style:italic;
	line-height:15px;
}

#testimonials .name {
	text-align:right;
	color:#3b8786;
}

#full_col {
	width:853px;
	float:left;
	position:relative;
	text-align:justify;
	padding-bottom:18px;
	min-height:300px;
}

#full_col h1#success_title {
    padding: 38px 0 0 0;
    overflow: hidden;
    background-image: url(../images/success_title.png);
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:38px;
	margin:0;
}

#left_col {
	width:509px;
	float:left;
	position:relative;
	text-align:justify;
	padding-bottom:18px;
}

#left_col p {
	margin-top:0px;
	margin-bottom:14px;
}

#left_col h2 {
	color:#3b8786;
	font-size:15px;
	margin:0;
	font-weight:normal;
	margin-bottom:18px;
}

#left_col h1#first_title {
    padding: 38px 0 0 0;
    overflow: hidden;
    background-image: url(../images/main_title.png);
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:38px;
	margin:0;
}

#left_col h2#second_title {
    padding: 36px 0 0 0;
    overflow: hidden;
    background-image: url(../images/about_title.png);
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:36px;
	margin:0;
}

#left_col h3#third_title {
    padding: 36px 0 0 0;
    overflow: hidden;
    background-image: url(../images/customers_title.png);
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:36px;
	margin:0;
}

#left_col .bigger {
	font-size:12px;
	line-height:18px;
}

#left_col ul, #left_col li {
	margin:0;
	padding:0;
	list-style:none;
}

#left_col ul li {
	line-height:14px;
	display:block;
	padding-bottom:10px;
	background:url(../images/bullet.png) no-repeat 8px 3px;
	padding-left:30px;
}

#left_col .testimonials {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#636363;
	font-style:italic;
	line-height:15px;
	padding:20px;
	border-bottom:dotted 1px #ccc;
}

#left_col .testimonials .name {
	text-align:right;
	color:#3b8786;
}

#enquiry_form {
	width:296px;
	float:left;
	padding-left:48px;
	padding-bottom:0px;
	color:#3b8786;
}

#enquiry_form form td {
	color:#3a3a3a;
}

#enquiry_form form p {
	margin:4px 0px;
}

#enquiry_form form {
	padding-top:10px;
	padding-bottom:0px;
}

#enquiry_form form input, #enquiry_form form textarea {
	width:97%;
}

#enquiry_form form input.button {
	width:125px;
}

#enquiry_form .header {
	height:51px;
}

#enquiry_form .body {
	background:url(../images/form_bg.png) repeat-y;
	padding:0px 28px;
}

#enquiry_form .footer {
	height:12px;
	background:url(../images/form_footer.png) no-repeat;
}

#footer {
	border-top:solid 5px #81d8d0;
	height:30px;
	clear:both;
	text-align:right;
	color:#81d8d0;
	padding-top:18px;
}