
body {
	background: #f3ece0 url('/workspace/images/background.png') no-repeat scroll 50% 0;
	margin: 0;
	padding: 0;

	font-family: Verdana, Geneva, sans-serif;
}

/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/

/******************** Baseline grid: 13/18px ********************/
body								{ font-size: 75%; line-height: 1.5; /*12/18*/ }

h1, h2, h3, h4, h5, h6				{ position: relative; font-family: Georgia, Utopia, Palatino, ‘Palatino Linotype’, serif}
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 18px; }
h2, h3, h4, h5, h6					{ color:#604C38; text-shadow: 1px 1px 1px #a3a37a;}
h1									{ font-size: 36px; top: 5px; color: #444b23; text-shadow: 1px 1px 1px #a3a37a; z-index:200;}
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; }
h6									{ font-size: 13px; top: 5px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

p, pre, address						{ font-size: 13px; line-height: 18px; position: relative; top: 5px; }
small								{ font-size: 11px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; top: 5px; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol, ul ul, ol ol			{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
table								{ font-size: 13px; }
caption								{ font-size: 13px; line-height: 18px; position: relative; }
hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }
a {color: #669999;}

table
{
	color:#101010;
	background:#e6ddc8;
	border-collapse:collapse;
	width:647px;
	border:5px solid #BFA37C;
}

caption {
	color: #ababab;
}

thead
{

}

thead th
{
	padding:1em 1em .5em;
	color: #604C38;
 	border-bottom:1px dotted #dbbb8e;
 	font-size:120%;
 	text-align:left;
}



thead tr
{

}

td
{
	padding:.5em 1em;
}



tbody tr.odd td
{
	background: rgb(215,207,187);
	background: rgba(215,207,187,.65);
}

tfoot
{

}

tfoot td
{

	padding-bottom:1.5em;
}

tfoot tr
{

}



	table col.highlight
	{
		background-color:#fbf2da;
	}

	.published {
	  display:block;
	  text-align:center;
	  float:left; 
	  border-bottom:none; 
	  height: 60px;
	  width: 60px;
	  margin: 0 10px;
	}
	.pub-month {
	  display:block; 
	  font-size:.9em; 
	  margin:0; 
	  padding:0; 
	}
	.pub-date { 
	  display:block; 
	  font-size:2.2em; 
	  margin:0; 
	  padding:0; 
	 font-weight: bold;
	 color: #444B23;
	}

	.published { 
	  border:1px solid #76823C; 
	}
	.pub-month { 
	  background-color:#5E6931;
	font-weight: bold;
	  color:#fafafa; 
	  padding:.2em .4em; 
	}
	.pub-date { 
	}

#header,
#feature,
#navigation,
#footer,
#content {width: 990px; margin: 0 auto;}

#header {
	height: 127px;
}

#header > h2, #header > h1  {
	background: transparent url('/workspace/images/logo.png') no-repeat scroll top left;
	position: absolute;
	z-index: 110;
	margin: 0;
	padding: 0;
	top: 15px;
}

#navigation > ul {
	position: absolute;
	z-index: 200;
	margin: 0;
	padding: 0;
	top:127px;

}

#navigation > ul > li {
	list-style: none;
	height: 58px;
	width: 180px;
	margin: 0 0 18px 0;
	padding: 0;
	background: #3d0000;

}

#navigation > ul > li.contact-menu {
	padding-top: 2px;
	height:56px;
}

#header > h2 a, #header > h1 a {
	display: block;
	text-indent: -9999em;
	height: 126px;
	width: 530px;
	overflow: hidden;
}

#feature {
	z-index:100;
	width: 990px;
	height: 540px;
	position: relative;
}

#feature>span {
	display:block;
	height:415px;
	overflow:hidden;
	position:absolute;
	width:100%;
}


#feature.interior {
	height: 430px;
	z-index: 100;
}

#feature img {
	z-index: 20;
	position: absolute;
	left: 0;
	top: 0;
}

#feature address {
	background:url("/workspace/images/address.png") no-repeat scroll left top transparent;
	color:#f3ece0;
	font-size:18px;
	font-family: 'MEAN 26 Serif';
	font-style:normal;
	height:107px;
	line-height:20px;
	padding:5px 10px;
	position:absolute;
	right:-19px;
	top:265px;
	width:251px;
	z-index: 150;

}

#feature address a {
	color: #f3ece0;
	display: inline;
	margin-left: 60px;

}

#feature .footer {
	position: absolute;
	z-index: 300;
	bottom: -62px;
	width:100%;
	color: #f3ece0;
}

#feature.interior .footer {
	bottom:0;
	z-index: 300;
}

#feature .mask {
	background: transparent url('/workspace/images/background-mask.png') no-repeat scroll 0 0;
	position: absolute;
	width: 100%;
	z-index: 600;
	top: -7px;
	display: block;
	text-indent: -9999px;
}

#feature .left {
	background: url('/workspace/images/home-left.png') no-repeat scroll bottom left;
	width: 486px;
	height: 178px;
	float: left;
	position: relative;
}

#feature .left p {
	font-size:12px;
	line-height:18px;
	margin:10px 15px;
	text-align:justify;
	width:295px;
}

#feature .left .dropcap {
	font-family: 'MEAN 26 Serif';
	font-size: 40px;
	padding: 3px 4px 0px 4px; 
	float: left;
}

#feature .right {
	background: url('/workspace/images/home-right.png') no-repeat scroll bottom left;
	width: 485px;
	height: 178px;
	float: right;
}

#feature .social {
	position: absolute;
	right: 45px;
	top: 15px;
}

.social h3 {
	color: #f3ece0;
	font-size: 18px;
	text-shadow: 1px 1px 0px #222; 
}

.social a {
	height: 48px;
	width: 48px;
	display: inline-block;
	text-indent: -9999px;
	margin-left: 5px;
}

.social a+a {
	margin-left: 10px;
}
.social #facebook {
	background: url('/workspace/images/icon-facebook.png') no-repeat top left;
}

.social #twitter {
	background: url('/workspace/images/icon-twitter.png') no-repeat top left;
}

.right h3 {
	color: #2d2d00;
	font-family: "Georgia","Times New Roman","Times",serif;
	font-size: 18px;
	text-shadow: 1px 1px 0px #a3a37a;
	padding-top: 15px;
	margin-left: 15px;
}

.right { 

}

.form fieldset {
	border: none;
}

.form {
	margin: 15px;
}

#newsletter-fname {
	width: 130px;
}

#newsletter-lname {
	width: 230px;

}

#newsletter-email {
	width: 270px;
}

.form input[type="submit"] {
	border: none;
	background: transparent url('/workspace/images/button-med.png');
	width: 101px;
	height: 30px;
	margin-top: 3px;
	color: #f3ece0;
	font-weight: bold;
	text-shadow: 1px 1px 1px #444;
	font-size: 13px;
	cursor: pointer;
	
}

.form input[type="text"] {
	padding-left: 5px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	border: 3px solid #b7b789;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

p.error, p.success, p.newsletter {
	color:#2d2d00;
	font-size:11px;
	line-height:11px;
	margin:10px 20px;
	top:0;
}

p.error {color: #3D0000 !important;}

#feature .top {
	border-top: 6px solid #765d45;		
	height: 54px;
	background: #866a4e;
	width: 100%;
}

.interior .top {
	border-bottom: 6px solid #bfa37c;
}

#feature .top p {
	margin: 0px 20px;

}

#content {
	position: relative;
	background: #f2e9d2 url(/workspace/images/interior-background.jpg) no-repeat bottom left;
	min-height: 345px;
	z-index: 300;
}

#content .aside {
	width: 305px;
	right: 0;
	float: right;
}

#content + #footer {
	padding-top: 0;
}

#content + #footer p {
	margin: 0;

}

.page {
	float: left;
	width: 940px;
	padding-top: 60px;
	padding-bottom: 50px;
	margin-left: 20px;
	display:inline-block;
	color: #2D2F2D;
}

.page .header {
	position: absolute;
	width: 685px;
	height: 180px;
	left: -50px;
	padding-left: 70px;
	top: 20px;

	background: transparent url('/workspace/images/page-head.png') no-repeat top left;
	z-index: 10;
}


.page .footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 300px;
	background: transparent url('/workspace/images/page-foot.png') no-repeat 100% 100%;
	z-index: 10;
	
}

.page .section {
	position: relative;
	z-index: 100;
}

.page .section p {
	font-size: 16px;
	line-height: 24px;
}

.page .footer  p {
	position: absolute;
	bottom: 0;
	top: inherit;
	padding-left: 0;
	margin-left: 0;
}

.sidebar {
	width: 204px;
	background-color: #76823c;
	margin-top: 15px;
	padding: 15px;
	border-top: 6px solid #5e6931;
	margin-left: 45px;
	position: absolute;
	z-index: 100;
}

.sidebar h3 {text-shadow: 1px 1px 1px #444; color: #f3ece0; }
.sidebar { color: #f3ece0; }

.page-images li { list-style-type: none; margin: 12px; float: left;}
.page-images {margin: 0; padding: 0;}
.page-images a > img { border: 6px solid #BFA37C; margin: 0px !important;}

.page .section img {float: left; margin: 12px; border: 6px solid #BFA37C;}

#footer {
	position: relative;
	z-index: 200;
	text-align: right;
	font-weight:bold;
	padding-top:50px;
	color: #2d2f2d;
	clear: both;
}

#footer p {
	float: left;
}

#footer ul li {
	list-style-type: none;
	display: inline-block;
}

#footer ul li a {
	text-decoration: none;
	color: #2d2f2d;
	font-weight: normal;
	border-right: 1px solid #DFD5BB;
	padding-right: 1em;
	padding-left: .5em;
	font-size: 11px;
}

#footer ul li:last-child a {
	border-right: none;
} 

#footer a:hover {
	color: #76823C;
	text-decoration: underline;
}

hr {
	color: #BFA37C;
	background-color: #BFA37C;
	height: 5px;
	border: 0;
}

ul.products {
	padding: 0;
	margin: 0;
	top: 0;
	width: 665px;
	display: block;
}

ul.products li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

ul.products li img {
	display: block;

	clear: left;
	margin: 0;
}

ul.products li span {
	display: block;

}


img.product { border: 6px solid #BFA37C; margin:15px;float: left;}

ul.classes {margin: 0; padding: 0;}
ul.classes li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.classes .detail p {font-size: 12px; line-height: 14px;}

/* for the normal browsers */
.clearfix:after {
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}


/* for IE6+7 */
/* sets hasLayout */
* html .clearfix, *+html .clearfix {display:inline-block;}

/*hasLayout still set*/


