
/*
CSS - SITE_NAME_HERE - CREATED_BY_ETC_HERE - DATE_HERE
LYRICS_HERE_OVER_2_TO_3_LINES
ON THIS DAY...ON_THIS_DAY_LINE_FROM_WIKIPEDIA_HERE
*/

/* body and wrapper */
body {
	background: #f5dad2 url(../images/body_bg.jpg) repeat-x 0 0;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 3em;
}
table, tr, td { vertical-align: top; }
div#wrapper {
	height: auto;
	margin: 0 auto;
	width: 750px;
}

/* header */
div#header {
	background: url(../images/header_bg.jpg) repeat-x 0 0;
	border-bottom: 8px solid #ae6464;
	height: 141px;
	text-align: center;
	width: 750px;
}
div#header a#logo {
	background: url(../images/header-logo.jpg) no-repeat 0 0;
	display: block;
	height: 141px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
	width: 589px;
}

/* navigation */
div#navigation {
	border-left: 6px solid #770202;
	width: 744px;
}
div#navigation ul.navigation_ul {
	height: 33px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 744px;
}
div#navigation ul.navigation_ul li {
	float: left;
	margin: 0;
	padding: 0;
}
div#navigation ul.navigation_ul li a {
	display: block;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
}
div#navigation ul.navigation_ul li a:hover {
	background-position: 0 -33px !important;
}
div#navigation ul.navigation_ul li a.home {
	background: url(../images/nav-home.jpg) no-repeat 0 0;
	width: 112px;
}
div#navigation ul.navigation_ul li a.for_vendor {
	background: url(../images/nav-for_vendor.jpg) no-repeat 0 0;
	width: 144px;
}
div#navigation ul.navigation_ul li a.for_purchaser {
	background: url(../images/nav-for_purchaser.jpg) no-repeat 0 0;
	width: 164px;
}
div#navigation ul.navigation_ul li a.faq {
	background: url(../images/nav-faq.jpg) no-repeat 0 0;
	width: 80px;
}
div#navigation ul.navigation_ul li a.forms {
	background: url(../images/nav-forms.jpg) no-repeat 0 0;
	width: 93px;
}
div#navigation ul.navigation_ul li a.contact_us {
	background: url(../images/nav-contact_us.jpg) no-repeat 0 0;
	width: 151px;
}

/* banner */
div#banner {
	border-left: 6px solid #770202;
	height: 173px;
	width: 744px;
}

/* content */
div#content {
	background: #fff url(../images/content_bg.jpg) repeat-y right top;
	border-left: 6px solid #dba3a3;
	height: auto;
	width: 744px;
}

.results{
	text-align:right;}
/* left */
div#content div.left {
	background: #fff url(../images/content_left_bg.jpg) repeat-x 0 0;
	color: #555;
	float: left;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.6em;
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 520px;
}
div#content div.left h2 {
	color: #790000;
	font-size: 1.8em;
	font-weight: normal;
	margin: 1em 0;
	margin-left: -3px;
	padding: 0;
}
div#content div.left h3 {
	color: #555;
	font-size: 1.6em;
	font-weight: normal;
	margin: 1em 0 .5em;
	padding: 0;
}
div#content div.left h4 {
	color: #790000;
	font-size: 1.1em;
	font-weight: bold;
	margin: .5em 0 -.75em;
	padding: 0;
}
div#content div.left a {
	color: #0047a8;
	text-decoration: underline;
}
div#content div.left a:hover {
	color: #000;
}
div#content div.left p.faq-q {
	color: #790000;
}
div#content div.left p.header-anchors {
	margin: -1.5em 0 1em;
}
div#content div.left p.back_to_top {
	text-align: right;
}
div#content div.left ul {
	list-style-type: circle;
}
div#content div.left ul.downloads {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
div#content div.left a.pdf_link {
	background: url(../images/icon-pdf.gif) no-repeat left center;
	padding: 3px 0 3px 20px;
}
/* right */
div#content div.right {
	background: #ffeae0;
	color: #984345;
	float: left;
	font-size: 1.1em;
	height: auto;
	width: 193px;
}
div#content div.right a {
	color: #0047a8;
	text-decoration: underline;
}
div#content div.right a:hover {
	color: #000;
}
div#content div.right div.the_choice {
	background: url(../images/right-the_choice_bg.jpg) no-repeat 0 0;
	height: 208px;
	overflow: hidden;
	text-indent: -9999px;
	width: 193px;
}
div#content div.right div.padded_content { 
	padding: 5px 28px;
}

/* footer */
div#footer {
	border-bottom: 8px solid #790000;
	margin-top: 10px;
	padding: 0 40px 10px;
	width: 670px;
}
div#footer div.left {
	color: #a85959;
	float: left;
	font-size: 1.1em;
	padding-top: .5em;
}
div#footer div.left p {
	margin: 0;
	padding: 0;
}
div#footer div.left a {
	color: #a85959;
	margin: 0 5px;
	text-decoration: none;
}
div#footer div.left a:hover {
	color: #790000;
}
div#footer div.right {
	float: right;
	text-align: right;
}

/* contact form */
#enquiryform {
	border: 0;
	margin-bottom: 10px;
	padding: 0;
	width: 100%;
}
#enquiryform em {
	color: #ff0000;
}
#enquiryform fieldset {
	border: 0;
	display: block;
	height: auto;
}
#enquiryform fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#enquiryform fieldset ol li {
	padding: 10px;
}
#enquiryform fieldset ol li.alt {
	background: #fff3ee;
}
#enquiryform label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 150px;
	font-size: 1.1em;
}
#enquiryform textarea{
	color: #555;
	font-size: 1.1em;
	width: 250px;
}
#enquiryform input {
	color: #555;
	font-size: 1.1em;
	width: 250px;
}
#enquiryform textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}
p.submit input {
	font-size: 10px;
	margin-top: -5px;
	padding: 0;
	width: 40px;
}
form.calculator {
	border: 0;
	margin-bottom: 1em;
	padding: 0;
	width: 100%;
}
form.calculator fieldset {
	border: 0;
	display: block;
	height: auto;
}
form.calculator fieldset ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form.calculator fieldset ol li {
	padding: 10px;
}
form.calculator fieldset ol li.alt {
	background: #fff3ee;
}
form.calculator label {
	display: inline-block;
	padding-top: 3px;
	vertical-align: top;
	width: 250px;
}
form.calculator textarea{
	color: #555;
	font-size: 1em;
	width: 180px;
}
form.calculator input {
	color: #555;
	font-size: 1em;
}
form.calculator textarea {
	font: 1em/1.2em "Arial", "Helvetica", sans-serif;
}

.bg-alt{
	background: #fff3ee;}

/* misc */
img {
	border: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
END OF CSS - SITE_NAME_HERE
LYRICS_HERE_OVER_2_TO_3_LINES
DID YOU KNOW...RANDOM_DID_YOU_KNOW_FROM_WIKIPEDIA_HERE
*/
