/******************************
        GLOBAL SETTING
 ******************************/
* {
	margin: 0px;
	padding: 0px;	
}


/******************************
           LAYOUT
 ******************************/
body {
	background: url(/images/bg_body.gif) repeat;
}



div#body {
	background: url(/images/bg_gradient.gif) repeat-x;
}

div#container {
	background-color: #828174;
	width: 800px;
	margin: 0px auto;
	padding-bottom: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

div#container a {
	color: #FFFFFF;
	text-decoration: none;
}

div#container a:hover {
	color: #a61a33;
}

div#container a.current {
	color: #a61a33;
}

div#search {
	background-color: #FFFFFF;
	padding: 39px 13px 12px 637px;
}

p#search_error {
	font-size: 12px;
	color: #666666;
	display: none;
}

div#search form input.inputField {
	background: transparent url(/images/box_search.gif)  no-repeat;
	height: 20px;
	width: 118px;
	border: none;
	font-size: 10px;
	color: #a8999c;
	padding-top: 4px;
	padding-left: 5px;
}

div#search form input.formBtn {
	height: 12px;
	width: 12px;
	border: none;
}

div#content_container {
	background-color: #b1b0a4;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
}

div#footer {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0 10px 0;
	background-color: #a9a89b;
	text-align: center;
	border: solid 1px #999999;
	line-height: 17px;
	color: #666666;
}

div#footer a {
	color: #666666;
}

div#footer ul li {
	display: inline;
	padding: 9px;
}

div#footer ul li#cor a {
	text-decoration: underline;
}


/******************************
          index.php
 ******************************/
div#index_header {
	height: 370px;
}

div#index_content {
	padding: 20px 0px 20px 24px;
	color: #666666;
	font-size: 11px;	
}

div#box_one, div#box_two, div#box_three {
	background-color: #d9d8d1;
	float: left;
	border: solid 1px #999999;
	padding: 13px 5px 5px 12px;
	margin-bottom: 20px;
	height: 147px;
}

div#box_one {
	width: 225px;
}

div#box_two {
	margin-left: 11px;
	width: 174px;
}

div#box_three {
	margin-left: 11px;
	width: 234px;
}

h1.title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#box_two div.text,
div#box_one div.text {
	padding-bottom: 20px;
}
div#box_three div.text {
	width: 170px;
	float: left;
}

div#box_three div#quality_logo{
	/*width: 57px;
	height: 57px;*/
	width: 60px;
	height: 120px;
	background: url(/images/quality_logo2.gif) no-repeat;
	background-position: right;
	float: left;
}

div#box_one a img, div#box_two a img, div#box_three a img{
	width: 109px;
	height: 19px;
	border: none;
	float: right;
	margin-top: 5px;
}

div#box_one a img {
	margin-top: 19px;
}

div#box_two a img {
	margin-top: 32px;
}

/******************************
          about.php
 ******************************/
div#header {
	height: 235px;
	width: 100%;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

div#header img.logo {
	margin-top: -10px;
	margin-left: 40px;
	height: 80px;
	width: 190px;
	border: none;
}

/*** left navigation bar ***/
div#left_nav, div#contact_details, div#search_result {
	padding: 37px 20px 47px 26px;
	float: left;
	width: 194px;
	text-align: right;
	font-size: 12px;
}

div#left_nav ul, div#search_result ul {
	border-bottom: 1px solid #828174;
}

div#left_nav ul li, div#search_result ul li {
	background-image: url(/images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: right;
	list-style-type: none;
	padding: 7px 22px 7px 0px;
	border-top: 1px solid #828174;	
}

div#search_result_notes {
	padding-top: 33px;
	padding-right: 300px;
	line-height: 15px;
	float:right;
}

/*** contact us form ***/
div#contact_details {
	color: #6e6e6b;
	margin-top: 42px;
}

div#contact_details a {
	color: #6e6e6b;
	text-decoration: underline;
}

div#contact_us_form {
	padding: 31px 30px 17px 15px;
	width: 495px;
	float: left;
}

p#message {
	padding-top: 10px;
	color: #a61a33;
}

p#contact_error {
	color: #a61a33;
	display: none;
}

div#contact_us_form form {
	margin-top: 15px;
}

div#contact_us_form table tr td {
	padding-bottom: 5px;
}

div#contact_us_form form input, div#contact_us_form form textarea, div#contact_us_form form select {
	border: 0;
	border-top: solid 1px #6e6e6b;
	border-left: solid 1px #6e6e6b;
	padding: 2px;
}

div#contact_us_form form select {
	font-size: 9px;
	color: #b1b0a4;
	width: 160px;
}

div#contact_us_form table tr td.postcode_field {
	padding-left: 24px;
}

div#contact_us_form form button {
	background: none;
	border: 0px;
	height: 24px;
	float: left;
}

div#contact_us_form form button.resetBtn {
	width: 150px;
}

div#contact_us_form form button img {
	width: 94px;
	height: 20px;
}

/*** text content ***/
div#content {
	padding: 31px 20px 17px 15px;
	width: 505px;
	float: left;
}

h3 {
	font-weight: normal;
	font-size: 20px;
}

h6 {
	font-size: 12px;
	color: #a71c35;
}

/*** content style ***/
.h6 {
	font-weight: bold;
	font-size: 12px;
	color: #a71c35;
}

span.text {
	display: block;
	padding-top: 25px;
	line-height: 15px;
}

span.width p {
	width: 355px;
}

span.text ul {
	float:left;
	padding-left: 16px;
	padding-right: 30px;
}

span.text ul li {
	background-image: url(/images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position:center left;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 2px;
}

span.text ul, span.text p {
	margin-bottom: 10px;
}

span.text br {
	clear: both;
}

span.text img {
	width: 140px;
	height: 140px;
	float: right;
	margin-left: 10px;
}