body {
	background-image: url('../pics/layout/body_bg.gif');
	background-color: #BCD0D8; /* light turquoise */
	margin: 10px 0 15px 0;
}
body,
a,
input, textarea, select {
	font-family: verdana, arial, sanas-serif;
	font-size: 11px;
	color: #3F3F3F; /* dark grey */
	line-height: 19px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
form {
	margin: 0;
}
p {
	margin: 7px 0;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
h2, h3, h4, h5, .like_h2, .like_h3, .like_h4, .like_h5 {
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
}
h2, .like_h2 {
	font-size: 18px;
}

h2.homepage {
	font-size: 16px;
	margin-top: 5px;
	color: #3F3F3F; /* dark grey */
}

h3, .like_h3 {
	font-size: 16px;
}
h4, .like_h4 {
	font-size: 14px;
}
h5, .like_h5 {
	font-size: 12px;
}


/* GENERIC -------------------------- */
.green {
	color: #98AC0D; /* green */
}
.hr_dotted_black {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px dotted #000;
	padding: 0;
	margin: 5px 0;
}
.hr_dotted_grey {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin: 5px 0;
}
.align_right {
	text-align: right;
}
.img_float_left {
	float: left;
	margin: 0 10px 5px 0;
}
.clear {
	clear: both;
	line-height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
	height: 1px;
}
.centered {
	text-align: center;
}


/* SPECIFIC -------------------------- */
#container {
	margin: 0 auto;
	width: 780px;
}
#above_page {
	text-align: right;
	clear: right;
	padding: 0 0 5px 0;
}
#above_page h1 {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	margin: 0;
}
#above_page a {
	font-weight: normal;
}
#page {
	background-color: #fff;
	border: 1px solid #D2CCCC; /* medium grey */
	background-image: url('../pics/layout/header_bg.gif');
	background-repeat: repeat-x;
}
#logo {
	margin: 16px 0 0 16px;
	float: left;
}
#call_us_now {
	margin: 25px 16px 0 0;
	float: right;
}
#pri_nav {
	clear: both;
	border-top: 1px solid #D2CCCC; /* medium grey */
	border-bottom: 1px solid #706D6D;
	background-color: #E8E8E8; /* light grey */
	font-weight: bold;
	line-height: 31px;
	padding: 0 10px 0 15px;
	font-size: 11px;
}
#pri_nav img {
	float: right;
	margin-top: 2px;
}
#content {
	border-top: 15px solid #3F3F3F; /* dark grey */
	padding: 10px;
}

#enq_head {
	background-image: url('../pics/layout/enq_head_bg.gif');
	background-repeat: no-repeat;
	height: 37px;
}
#enq_body {
	background-image: url('../pics/layout/enq_body_bg.gif');
	background-repeat: repeat-x;
	background-color: #85B2C7; /* deep turquoise */
	color: #fff;
}
.lhs_content{
	margin: 0 15px;
}
#enq_body form{
	padding: 5px 0 0 0px;
}
#enq_body form .ipt {
	width: 153px;
	margin: 0 0 3px 0;
	line-height: 15px;
}
#enq_foot {
	background-image: url('../pics/layout/enq_foot_bg.gif');
	background-repeat: no-repeat;
	height: 15px;
	margin-bottom: 10px;
}



#lowerInfo_head {
	background-image: url('../pics/layout/lowerInfo_head.gif');
	background-repeat: no-repeat;
	height: 10px;
}
#lowerInfo_body {
	background-image: url('../pics/layout/lowerInfo_body.gif');
	background-repeat: repeat-y;
	padding: 5px 15px;
}
#lowerInfo_foot {
	background-image: url('../pics/layout/lowerInfo_foot.gif');
	background-repeat: no-repeat;
	height: 52px;
	padding: 25px 0 0 20px;
	margin-bottom: 10px;
}

#enquiryFormLower {
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #98AC0D;
	background-color: #f6f6f6;
	padding: 5px 0 0px 22px;
}
#enquiryFormLower .ipt {
	width: 245px;
	margin: 0 0 5px 0;
}
#enquiryFormLower textarea {
	height: 63px;
}
#enquiryFormLower div {
	float: left;
	width: 260px;
}



#lhs {
	width: 190px;
	margin-right: 10px;
	float: right;
}
#lhs .title {
	border-bottom: 3px solid #B4C924; /* lime green */
	font-weight: bold;
	padding-top: 10px;
}
ul.alternate {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.alternate li {
	list-style-position: outside;
	padding: 2px;
}
ul.alternate li a{
	font-weight: normal;
}
ul.alternate li.even {
	background-color: #F2F2F2; /* v light grey */
}
.box_head {
	background-image: url('../pics/layout/lhs_box_head_bg.gif');
	background-repeat: no-repeat;
	height: 36px;
}
.box_body {
	background-image: url('../pics/layout/lhs_box_body_bg.gif');
	background-repeat: repeat-y;
}
.box_foot {
	background-image: url('../pics/layout/lhs_box_foot_bg.gif');
	background-repeat: no-repeat;
	height: 15px;
	margin-bottom: 10px;
}
#logos {
	position: relative;
	top: -20px;
	width: 111px;
	height: 235px;
	margin: 0 auto;
}
#logos img {
	margin: 4px 0;
}
#rhs {
	width: 555px;
	float: right;
}
#rhs .title_bg,
#rhs .title_nobg {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 10px;
	font-family: arial, verdana, sans-serif;
}
#rhs .title_bg {
	background-color: #F2F2F2; /* v light grey */
}
#rhs .title_nobg {
}
#rhs .title_bg a,
#rhs .title_nobg a{
	font-size: 14px;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
}
.divided_columns{
	background-image: url('../pics/layout/2col_bg.gif');
	background-repeat: repeat-y;
}
.divided_columns .column {
	width: 265px;
	float: left;
}
.divided_columns .space_to_rhs {
	margin-right: 25px;
}
.double_columns .column {
	width: 272px;
	float: left;
}
.double_columns .space_to_rhs {
	margin-right: 10px;
}
.service_panel {
	height: 105px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	line-height: 15px;
}
.service_panel p {
	padding: 4px 0 0 10px;
	margin: 0;
}
.green_panel .heading {
	color: #5B652C;
}
.blue_panel .heading {
	color: #436473;
}
.yellow_panel .heading {
	color: #937B1D;
}
.red_panel .heading {
	color: #A1642C;
}
.service_panel img {
	margin-top: 3px;
}
.service_panel .heading {
	font-size: 14px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	line-height: 25px;
	padding: 4px 0 0 30px;
}
.panel_01 {
	background-image: url('../pics/content/panel_01.gif');
}
.panel_02 {
	background-image: url('../pics/content/panel_02.gif');
}
.panel_03 {
	background-image: url('../pics/content/panel_03.gif');
}
.panel_04 {
	background-image: url('../pics/content/panel_04.gif');
}
#foot {
	background-image: url('../pics/layout/foot_bg.gif');
	background-repeat: no-repeat;
	height: 25px;
	text-align: center;
	padding-top: 10px;
}
#foot a{
	font-weight: normal;
}
#copyright {
	text-align: center;
	padding: 10px 0;
}

#enquiry_errors, 
#enquiry_errors_lower, 
#enquiry_errors_contact {
	color: #dd0000;
	margin           : 10px 0;
	color            : #ff0000;
	background-color : #ffeeee;
	border-top       : 1px solid #ff0000;
	border-bottom    : 1px solid #ff0000;
	padding          : 5px;
	display: none;
}
#enquiry_errors li,
#enquiry_errors_lower li,
#enquiry_errors_contact li {
	list-style-position: inside;
}
.page_list {
	margin: 0;
	padding: 0;
	list-style-image: url('../pics/content/page_icon.gif');
}
.page_list li {
	padding: 3px 2px 5px 3px;
	list-style-type: circle;
	border-bottom: 1px dotted #ccc;
}
.page_list li.odd {
	background-color: #F1F7FB;
}
.testimonial_head {
	background-image: url('../pics/content/testimonial_head.gif');
	background-repeat: no-repeat;
	padding: 15px 15px 0 15px;
	margin-top: 15px;
	font-style: italic;
	font-size: 13px;
}
.testimonial_foot {
	background-image: url('../pics/content/testimonial_foot.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 28px;
	padding: 10px 15px 0 15px;
	text-align: right;
	margin-bottom: 15px;
}
