/*
** Design & development by CSSPixel Studio
** http://csspixel.com
**/

body {
	text-align: center;
	border-top: 2px solid #c7b299;
	font-family: 'Helvetica Neue', 'Helvetica', 'FreeSans', 'Arial', 'sans-serif';
}

a:link 
{
	color: #ED6F22;
	text-decoration: none;
}

a:visited 
{
	color: #BE9F4C;
	text-decoration: none;
}

a:hover 
{
	color: #ED6F22;
	text-decoration: underline;
}

#container {
	/* Centered layout */
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

/* Header */

#header {
	margin-top: 15px;
}

#headLeft {
	float: left;
	width: 200px;
}

#headMiddleLeft {
	float: left;
	width: 160;
	margin-left: 10px;
	font-size: small;
}
#headMiddleMid {
	float:left;
	width: 160px;
	margin-left: 10px;
	font-size: small;
}
#headRight {
	float: right;
	width: 200px;
	font-size: small;
	margin-left: 10px;
}

#headRight dl {
	margin: 0;
	padding: 10px;
	font-size: small;
}

#headRight dd {
	padding-top: 1px;
	padding-bottom: 1px;
}

#navigation
{
	background-color: #312b25;
	border: 1px solid #c7b299;
	height: 24px;
	font-size: small;
	margin-top: 20px;
}

#navigation ul 
{
	text-align: center;
	margin: 5px;
}
#navigation li {
	display: inline; 
	padding: 0px 30px 0px 0px;
}

#navigation li a 
{
	padding: 0px 0 0px 0px; 
	color: #c7b299;
	text-decoration: none;
	font-weight: bold;

}

#navigation li a:hover 
{
	color: #fff;
	background-color: #c7b299;
}

#boxes {
	margin-top: 15px;
	font-size: small;
}

#boxLeft {
	float: left;
	width: 285px;
	border: 1px solid #c7b299;
	background: #312b25;
	margin-right: 10px;
	padding: 10px;
}
#boxMiddle {
	float: left;
	width: 285px;
	border: 1px solid #c7b299;
	background: #312b25;
	padding: 10px;
}
#boxRight {
	float: right;
	width: 285px;
	border: 1px solid #c7b299;
	background: #312b25;
	padding: 10px;
}

#content {
	padding: 10px;
	background: #decebd;
	color: #1f1a17;
	line-height: 1.3em;
	font-size: small;
}

#testimonials {
	margin-top: 35px;
}

#testimonials blockquote {
	font-style: italic;
	color: #252525;
}

#footer {
	font-size: small;
	margin-top: 10px;
	border-top: 1px solid #c7b299;
	background: #312b25;
	padding: 10px;
}

#products dd {
	padding-bottom: 15px;
}

#pictures li {
	float: left;
	list-style:none outside;
	text-align:center;
	height: 100px;
	width: 100px;
}

#gallery {
	text-align: center;
}


.frontPhoto {
	border-left: 1px solid #c7b299;
	border-right: 1px solid #c7b299;
	border-bottom: 1px solid #c7b299;
}

.contentPhoto {
	
}

.quote {
	float: left;
	font-size: 3em;
}
.quoteAttribute {
	font-style: italic;
	color: #777;
	margin-left: 20px;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}