/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

hr{
	background:none;
	border:none;
	border-top:solid 1px #E0D6CB;
	margin:17px 0 15px;
	height:0
}

body {
	margin:39px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#332418;
	line-height:16px;
	background:url(/images/backgrounds/bg.jpg) repeat #332418;
}
	
#container {
	margin:0 auto;
	width:932px;
	text-align:left;
}

.clientLogin{
	float:right; 
	margin-top:16px;
}

.clientLogin:hover{
	color:#FFF;
}

#contentContainer {
	background:url(/images/backgrounds/default_content_bg.gif) no-repeat #fff top right;
	padding:18px 20px 16px 17px;
	@padding:18px 20px 0 17px;
	margin:21px 0 0 0;
}

.fullWidthContent #contentContainer {
	background:url(/images/backgrounds/default_repeat_bg.gif) repeat-x #fff -71px -25px;
}

.home #contentContainer {
	background:url(/images/backgrounds/single_logo_bg.gif) no-repeat #fff 726px 62px;
}

.rightBorder #contentContainer {
	background:url(/images/backgrounds/right_side_repeat_bg.gif) repeat-y right -41px #fff;
}

.productsList #contentContainer {
	background:url(/images/backgrounds/default_repeat_bg.gif) repeat-x #fff -72px 0;
}

.productsView #contentContainer {
	background:url(/images/backgrounds/large_single_bg.gif) no-repeat #fff top right;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#332418;
	line-height:16px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}

.clear {
	clear:both;
	height:1px;
}


/* Typography */

.productsView h1 {
	font-size:11px;
	color:#C2AE97;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 7px 0;
	text-transform:uppercase;
}

#content h2 a {
	text-decoration:none;
}

h2.newsHeading {
	margin:0;
}

.newsDate {
	color:#C2AE97;
}


/* Header */

#header {
	background:url(/images/backgrounds/header_bg.gif) no-repeat;
	height:82px;
	padding:22px 0 0 25px;
}


/* Banner Container */

#bannerCell {
	padding:0 42px 18px 0;
	text-align:center;
	vertical-align:middle;
}


/* Content */

#content {
	margin:9px 0 0 0;
	vertical-align:bottom;
	width:480px;
}

.fullWidthContent #content {
	margin:67px 0 0 0;
	float:none;
	width:auto;
	vertical-align:top;
	padding:0 15px;
}

.quote #content {
	padding:4px 0 0 119px;
}

.home #content, .rightBorder #content {
	padding:0 24px 18px 0;
}

.productsView #content, .productsList #content {
	padding:0 20px 0 0;
}

#content p, #content table, #content ul {
	margin:0 0 18px 0;
}

#content a {
	text-decoration:underline;
}

.map {
	margin:-35px 0 0 10px;
}


/* Fade Banner */

#fadeBanner {
	position: relative;
	width: 600px;
	height: 480px;
	margin: 0 auto;
	overflow:hidden;
}

#fadeBanner .slide {
	width:100%!important;
	text-align:center;
}

#fadeBanner .slideTitle {
	font-size:14px;
	color:#fff;
	font-family:Helvetica, sans-serif, Arial;
	font-weight:bold;
	padding:0 10px;
	position:absolute;
	bottom:8px;
}

.BannerContainer {
	overflow:hidden;
	position:relative;
	width:600px;
	height:480px;
}

.BannerContainer a {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	text-align:center;
	width:600px;
	height:480px;
	background:no-repeat center #fff;
	vertical-align:middle;
}

.BannerContainer a.active {
	z-index:10;
	opacity:1.0;
}

.BannerContainer a.last-active {
	z-index:9;
}

.BannerContainer a.no-link {
	cursor: default;
}

.testimonialsBannerContainer, .testimonialsBannerContainer a {
	width:374px;
}

.BannerContainer .slideTitle {
	font-size:14px;
	color:#fff;
	font-family:Helvetica, sans-serif, Arial;
	font-weight:bold;
	padding:0 10px;
	position:absolute;
	bottom:8px;
	display:block;
}


/* Pricing Table */

.pricingTable {
	border-right:1px solid #342417;
	border-bottom:1px solid #342417;
	background:#FFFFFF
}

.pricingTable td {
	padding:7px 20px 7px 10px;
	border-left:1px solid #342417;
	border-top:1px solid #342417;
	text-align:center;
}

.pricingTable td.titleCell {
	font-weight:bold;
	background:#7d5a3e;
	color:#fff;
}


/* Online Quote Form */

#content table.onlineQuoteTable {
	background:url(/images/backgrounds/online_quote_bg.gif) repeat-y #F4F3EC;
	width:656px;
	margin:0;
}

.quoteTableTop {
	background:url(/images/backgrounds/online_quote_top_bg.gif) repeat-x #F4F3EC;
	height:1px;
	width:656px;
}

.onlineQuoteTable td {
	color:#B5A38E;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	padding:0 0 1px 19px;
	vertical-align:middle;
	width:195px;
}

.onlineQuoteTable .quantitiesTable td {
	padding:0 10px 1px 0;
	width:auto;
	color: #332418;
}

.quantitiesTable td span {
	text-align: right;
	color: #332418;
}

.onlineQuoteTable td.quantityLabel {
	color:#332418;
	padding:0 50px 10px 0;
}

.onlineQuoteTable td.total {
	text-align:right;
	color:#332418;
	padding:10px 30px 0 0;
	font-size:12px;
}

.onlineQuoteTable td.subTotal {
	padding-right: 0;
	text-align: right;
}

#content .onlineQuoteTable a {
	color:#332418;
	text-decoration:none;
}

.onlineQuoteTable td.subscribeCell {
	color:#332418;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight:normal;
	text-transform:capitalize;
	padding:2px 0 2px 19px;
}

.onlineQuoteTable td.readyByCell {
	padding:4px 0 6px 19px;
}

.labelNote {
	font-size:11px;
	text-transform:none;
	font-weight:normal;
}

.onlineQuoteTable input.textinput, .onlineQuoteTable input.textinputhover, .onlineQuoteTable textarea {
	width:374px;
}

.onlineQuoteTable td.qty {
	text-align: center;
}

.onlineQuoteTable .qty input.textinput, .onlineQuoteTable .qty input.textinputhover {
	width:30px;
}

.onlineQuoteTable select {
	width:386px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#332418;
}

.product_subtitle {
	margin-top: -5px;
	font-style: italic;
	color: #B5A38E;
	font-size: 9px;
	text-transform:none;
}

input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#332418;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #D6CAB9;
	padding:5px 6px;
}

.textinputhover {
	border:1px solid #342417; 
	padding:5px 6px;
}

select {
	font-size:11px;
	color:#808080;
}

.onlineQuoteTable td.submit {
	text-align:right;
	width:100%;
	padding:5px 24px 8px 0;
}

.errorText {
	color:#FF0000;
}

.errorText ul {
	margin-left: 20px;
	padding-left: 20px;
}

#content #testdiv2 table, #content #readyDate table {
	margin:0;
}

.onlineQuoteTable #testdiv2 td, .onlineQuoteTable #readyDate td {
	padding:1px 5px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable td {
	padding-bottom:5px;
}


/* Main Navigation */

#mainNav {
	margin:16px 0;
	padding-top:9px;
	text-align:right;
}

#mainNav li {
	list-style:none;
	display:inline;
	font-size:11px;
	margin:0 0 0 22px;
}

#mainNav a {
	color:#fff;
}

#mainNav a:hover, #mainNav li.down a {
	color:#C2AE97;
}


/* Footer */

.facebookLogo {
	float:left;
	margin:17px 0 0;
}

#footer {
	text-align:right;
	color:#5B4336;
}

#footer a {
	color:#5B4336;
}

#footer a:hover {
	color:#fff;
}


/* Blog */

.blogSearch {
	margin-bottom: 15px; 
	float:right; 
	margin-top:-43px;
}

.blogSearch input {
	padding:2px;
	font-size:11px;
}

.blogSearch select, .blogSearch input[type="submit"] {
	padding:1px;
	font-size:11px;
}

.blogCommentsContainer {
	margin:0 0 18px 0;
	max-height:320px;
	overflow:auto;
}

.blogComment {
	background:#E6E6E6;
	padding:6px 10px 1px;
	margin:0 0 1px 0;
}

#content .blogComment p {
	margin:0 0 5px 0;
}

.commentAuthor {
	color:#999;
}

#content table.popupCommentsForm {
	margin:0;
}

.popupCommentsForm input.textinput, .popupCommentsForm input.textinputhover, .popupCommentsForm textarea {
	width:280px!important;
}

.nav {
	text-align:center;
}

.nav a, .nav span {
	margin:0 4px;
}

.blogTitle {
	margin:0 0 15px 0;
}

.blogDate {
	float:right;
}

.blogLinks {
	text-align:right;
}

.blogContent{
	float:left; 
	width:720px
}

.blogSidebar{
	float:right; 
	width:112px; 
}
