body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#444;
	background:#D3CCC6 url(../images/bg-body.jpg) repeat;
	text-align:center;
	line-height:170%;
	}
#entire {
	width:770px;
	text-align:left;
	margin:0 auto;
	padding:0 0 50px;
	background:url(../images/bg-main.gif) repeat-y;
	}	
/*
COMMON 
***************************/
a {
	text-decoration:none;
	color:#660000;
	}
a:hover {
	text-decoration:underline;
	color:#000;
	}
p {
	margin:0 0 1em;
	}
h1 {
	font-size:150%;
	color:#493029;
	margin:0 0 1.5em;
	}
h3 {
	font-weight:bold;
	}
strong {
	font-weight:bold;
	color:#333333;
	}
em {
	font-style:italic;
	}
.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 */
/*
HEADER
***************************/
#header {
	padding:50px 0 0 0;
	margin:0 0 20px;
	}
#logo {
	float:left;
	margin:10px 0 0 0;
	}
#feature {
	float:left;
	margin:7px 0 0 0;
	}
/*
TOP NAV
***************************/
#top-nav ul {
	font-size:117%;
	font-weight:bold;
	}
#top-nav ul li {
	float:left;
	margin:0 4px 0 0;
	}
#top-nav ul li a {
	padding:3px 10px;
	text-decoration:none;
	color:#333;
	}
#top-nav ul li a:hover {
	text-decoration:underline;
	background:#E7DFD8;
	}
#top-nav ul li a.menu_current {
	background:#D3CCC6;
	}
/*
LEFT COL
***************************/
#left-col {
	float:left;
	width:435px;
	margin:0 15px 0 0;
	padding:0 0 0 60px;
	}
div.intro-text {
	background:url(../images/bg-block-text.jpg) repeat;
	padding:10px 15px 10px 10px;
	margin:0 0 25px;
	}
div.intro-text img,
div.secondary-text img {
	float:left;
	margin:0 15px 0 0;
	}
div.intro-text h1 {
	font-size:142%;
	color:#493029;
	line-height:160%;
	margin-bottom:0;
	}
div.secondary-text {
	padding:10px 15px 10px 10px;
	font-size:108%;
	}
/*
TILE CONTAINER
***************************/
#wide {
	width:680px;
	margin:0 30px;
	padding:0 15px;
	}
#wide h1,
#wide p {
	margin-left:10px;
	margin-right:10px;
	}
div.tile-container {
	float:left;
	width:203px;
	padding:0 10px;
	text-align:center;
	margin:0 0 30px;
	}
div.tile-container img {
	border:10px solid #fff;
	}
div.tile-container p {
	font-weight:bold;
	}
div.tile-container p span {
	color:#333;
	}
div.tile-container p.size {
	font-weight:normal;
	}
.tile-container td {
	padding:0 10px 30px;
	text-align:center;
	}
.tile-container img {
	border:10px solid #fff;
	width:183px;
	margin:0 0 10px;
	}
.tile-container p {
	font-weight:bold;
	margin:0;
	font-size:14px;
	line-height:120%;
	}
.tile-container p span {
	color:#333;
	}
.tile-container p.size,
.tile-container p.desc {
	font-weight:normal;
	font-size:12px;
	}
/*
ENQUIRY
***************************/
#enquiry td {
	padding:5px;
	}
#enquiry td.field_heading {
	font-size:117%;
	color:#756966;
	border-bottom:none;
	padding-top:20px;
	}
#enquiry td.field_heading_enews {
	padding-top:15px;
	}
#enquiry td.field_title {
	width:85px;
	text-align:right;
	padding-left:20px;
	}
#enquiry input.textfield {
	width:140px;
	}
#enquiry .field_radio {
	margin-right:3px;
	}
#enquiry .radio_label {
	margin-right:18px;
	}
/*
PRODUCT LANDING
***************************/
#product-teaser-container {
	padding:0 10px;
	}
.product-teaser {
	float:left;
	background:url(../images/bg-block-text.jpg);
	padding:10px;
	width:285px;
	margin:0 10px 10px 0;
	}
.product-teaser h2 {
	color:#493029;
	font-size:17px;
	margin:0 0 0 90px;
	}
#wide .product-teaser p {
	margin:0 0 0 90px;
	}
.product-teaser-img {
	float:left;
	}
.product-teaser-img img {
	width:80px;
	}
/*
RIGHT COL
***************************/
#right-col {
	float:left;
	width:200px;
	}
div.right-col-block {
	background:#EFEAE1;
	padding:10px;
	margin:0 0 20px;
	}
/*
FOOTER
***************************/	
#footer {
	margin:0 auto 60px;
	width:710px;
	clear:both;
	}
/*
FOOTER NAV
***************************/
#footer-nav {
	background:#756966;
	height:121px;
	padding:4px 0 0 0;
	}
#footer-nav ul {
	margin:0 0 0 8px;
	}
#footer-nav ul li {
	float:left;
	}
#footer-nav ul li a {
	padding:3px 8px;
	text-decoration:none;
	color:#f4f4f4;
	}
#footer-nav ul li a:hover {
	text-decoration:underline;
	}
p.author {
	float:left;
	}
p.copyright {
	float:right;
	}