/* last updated by david 10/05/2010 */

/* @group layout */

body {
	background-color: #6a9687;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #f8981d;
}

h1 {
	margin: 0 0 1em 0;
	padding: 0;
}

a:link, a:visited {
	color: #005039;
	text-decoration: none;
}

a:hover, a:active {
	color: #f8981d;
	text-decoration: none;
}

div.layout {
	border: 0;
	overflow: hidden;
	width: 877px;
	margin: 0 auto;
	background: transparent url(../images/layout.bg.gif) repeat-y center;
	color: #5e5e5e;
	text-align: left;
}

div.btm {
	height: 22px;
	clear: both;
	background: #6a9687 url(../images/layout.foot.bg.gif) no-repeat center bottom;
}

div.holder {
	width: 800px;
	margin-left: 38px;
}

img.logo {
	margin: 30px 0 20px 0;
}

img.banner {
	float: right;
}

div.content {
	width: 650px;
	float: right;
	padding-top: 30px;
	text-align: left;
}

div.inset {
	background: transparent url(../images/inset.bg.top.gif) no-repeat center top;
	width: 245px;
	float: right;
	margin-left: 20px;
}

div.inset_body {
	color: #fff;
	margin: 20px 20px 0 20px;
}

div.inset_body a:link, div.inset_body a:visited {
	color: #fff;
	text-decoration: none;
}

div.inset_body a:hover, div.inset_body a:active {
	color: #005039;
	text-decoration: none;
}

div.inset_body div.price_img {
	border-bottom: 1px dashed #005039;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

div.inset_body h2 {
	color: #005039;
	border-bottom: 1px dashed #005039;
	font-size: 1em;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}

div.inset_body ul {
	margin-left: 10px;
}

div.inset_body h2 a:link, div.inset_body h2 a:visited {
	color: #005039;
	text-decoration: none;
}

div.inset_body h2 a:hover, div.inset_body h2 a:active {
	color: #fff;
	text-decoration: none;
}

div.inset_foot {
	background: transparent url(../images/inset.bg.btm.gif) no-repeat center bottom;
	height: 20px;
}

div.clear_content {
	padding-top: 17px;
	margin-bottom: 17px;
	clear: both;
	border-bottom: 1px dashed #939598;
}

/* @end */

/* @group navigation */

div.nav {
	width: 140px;
	margin-top: 4px;
	clear: both;
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}

div.nav ul, div.nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nav ul li {
	padding: 6px 0 4px 0;
}

div.nav ul li a:link, div.nav ul li a:visited {
	padding-left: 17px;
	background: url(../images/nav.bullet.off.gif) no-repeat left center;
}

div.nav ul li.active a:link, div.nav ul li.visited a:link, div.nav ul li a:hover, div.nav ul li.active a {
	padding-left: 17px;
	background: url(../images/nav.bullet.on.gif) no-repeat left center;
	color: #f8981d;
}

div.nav ul li ul {
	padding: 5px 0 5px 15px;
}

div.nav ul li ul li {
	font-size: 0.9em;
	border: none;
	list-style-type: square;
	padding: 0 0 0 3px;
	line-height: 12px;
}

div.nav ul li ul li a:link, div.nav ul li ul li a:visited {
	padding-left: 0;
	background: none;
}

div.nav ul li ul li.active a:link, div.nav ul li ul li.visited a:link, div.nav ul li ul li a:hover, div.nav ul li ul li.active a {
	padding-left: 0;
	background: none;
	color: #f8981d;
}

div.nav_sub {
	width: 140px;
	clear: both;
	float: left;
	font-size: 0.8em;
}

/* @end */

/* @group forms */

form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

/* header form (search) */

div.search {
	width: 245px;
	float: right;
	margin-top: 110px;
}

div.search form legend {
	display: block;
	width: 100%;
	color: #6b6c6f;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

div.search div.field_holder {
	border-top: 1px dashed #939598;
	margin-top: 1px;
	padding-top: 7px;
}

div.search form legend span.action {
	color: #f8981d;
}

div.search form input {
	margin: 0;
}

div.search form input#f_keywords {
	width: 170px;
	border: 1px solid #ccc;
	color: #58585A;
}

div.search form input.f_submit {
	width: 55px;
	height: 21px;
	text-align: center;
	background-color: #f8981d;
	color: #fff;
	border: 0;
	cursor: pointer;
	float: right;
}

/* subscribe form */

div.subscribe form input#f_email {
	width: 125px;
	border: 1px solid #ccc;
	color: #58585A;
}

div.subscribe form input.f_submit {
	width: 55px;
	height: 21px;
	text-align: center;
	background-color: #5e5e5e;
	color: #fff;
	border: 0;
	cursor: pointer;
	float: right;
}

/* contact form */

form#contact_form, form#list_form {
	width: 360px;
}

input.text, textarea.text {
	width: 355px;
	font: inherit;
}

label.error {
	margin-top: 3px;
}

/* @end */

/* @group clearfix */

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

/* stop container div collapsing after float */
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

/* @end */


