body {
	margin : 0px;
	background-image : url('/images/layout/bg.jpg');
}



body, html {
	height : 100%;
}


body, td {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #D9D1C1;
}

#contentContainer {
	width : 850px; 
	text-align : left; 
	margin-top : 10px;
}

#footer {
	text-align : center;
	margin-bottom : 50px;
	color : #C0AB8C;
	width : 850px;
	font-size : 8pt;
	border-top : 1px solid #817F71;
	margin-top : 10px;
	padding-top : 5px;
}	

#footer td, #footer a {
	color : #C0AB8C;
}

h1 {
	margin : 0px;
	margin-bottom : 5px;
	font-family : times new roman, times, serif;
	font-size : 12pt;
	text-transform : uppercase;
}

h2 {
	font-size : 10pt;
	text-transform : uppercase;
	margin : 0px;
	margin-bottom : 5px;
}

h3 {
	margin : 0px;
	margin-bottom : 5px;
	font-family : times new roman, times, serif;
	font-size : 13pt;
	font-style : italic;
	color : #ADD1D5;
}


.content h1 {
	color : #9E704F;
}

.content h2 {
	color : #37939b;
	text-transform : none;
	font-family : times new roman, times, serif;
	font-size : 12pt;
	font-style : italic;
}

.content h3 {
	color : #9E704F;
	font-size : 12pt;
	font-style : normal;
}


img {
	border : none;
}

.submenu {
	width : 171px;
	visibility : hidden;
	position : absolute;
	color : #8A836A;
}

.salmon {
	color : #CEA482;
}

.lightBlue {
	color : #9CC5CA;
}

#leftColumn {
	background-color : #EFEAE2;
	width : 182px;
	border-right : 1px solid #D3CDC3;
}

#centerColumn {
	background-color : #fff;
	width : 457px;
}

#centerColumnWide {
	background-color : #fff;
	width : 668px;
}

.leftTeaser {
	padding : 3px;
	margin-top : 5px;
}

.leftTeaser div {
	padding : 7px;
	color : #7D7C7C;
}

/* RIGHT COLUMN BASICS */
#rightColumn {
	width : 211px;
}


#rightColumn h1 {
	color : #fff;
	border-top : 2px solid #fff;
	border-bottom : 2px solid #fff;
	padding : 5px;
	padding-left : 10px;
	font-size : 8pt;
	font-family : times new roman, times, serif;
}

#rightColumn h2 {
	color : #9B6F4B;
	font-size : 8pt;
	text-transform : none;
	margin : 0px;
	margin-bottom : 5px;
}

.content {
	margin : 10px;
	color : #7D7C7C;
}

.content td {
	color : #7D7C7C;
}





#leftColumn h1 {
	color : #9B6F4B;
}



#leftColumn #breadcrumbs {
	background-color : #D5CAA9;
	color : #7F715D;
	font-family : times new roman, times, serif;
	padding : 5px;
	font-size : 8pt;
	text-transform : uppercase;
}

#leftColumn #breadcrumbs a {
	color : #7F715D;
	text-decoration : none;
}

#leftColumn #breadcrumbs a:hover {
	text-decoration : underline;
}

#leftColumn #submenu {
	text-transform : uppercase;
	background-color : #fff;
	padding : 10px;
	line-height : 1.5em;
	font-family : times new roman, times, serif;
}

#leftColumn #submenu a {
	color : #C0B38B;
	text-decoration : none;
	font-weight : bold;
}

#leftColumn #submenu a:hover {
	color : #A27957;
}


ul.spaced li, ol.spaced li {
	margin-bottom : 5px;
}

.content blockquote {
	border-top : 1px solid #D3CDC3;
	border-bottom : 1px solid #D3CDC3;
	margin : 20px 10px;
	padding : 5px;
	color : #AF8C6F;
	font-family : times new roman, times, serif;
	font-size : 12pt;
}

.content blockquote div {
	color : #948671;
	text-align : right;
	font-size : 10pt;
}

#leftColumn #submenu #subsubmenu a {
	font-size : 8pt;
	font-weight : normal;
	text-transform : none;

}

#leftColumn #submenu #subsubmenu {
	margin-left : 10px;
	margin-bottom : 10px;
}

#bigTeasers {
	border-top : 3px double #D3CDC3;
	width : 435px;
}
#bigTeasers td {
	border-bottom : 3px double #D3CDC3;
	padding : 10px 0px;
}

.sectionIcon {
	float : left;
	margin-bottom : 10px;
	margin-right : 10px;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 75px;
	height: 15px;
	vertical-align: middle;
}


a {
	color : #C0B38B;
}

#faqQuestions {
	visibility : hidden; 
	position : absolute; 
	background-color : #fff; 
	padding : 4px; 
	border : 1px solid #000; 
	line-height : 150%;
	margin-top : -1px;
	margin-left : -2px;
	width : 420px;
}

#faqQuestions a {
	color : #000;
	text-decoration : none;
	margin-left : -1px;
}

#faqQuestions a:hover {
	color : #7D7C7C;
}

#faqDrop {
	color : black; 
	text-decoration : none; 
	display : block; 
	border : 1px solid #000; 
	font-size : 7pt; 
	height : 14px;
	background-color : #fff;
	margin : 0px -2px;
	padding-left : 1px;
	background-image : url('/images/layout/dropdown_arrow.jpg');
	background-position : right;
	background-repeat : no-repeat;
}

#faqDrop:hover {
	color : #7D7C7C;
	background-image : url('/images/layout/dropdown_arrow-over.jpg');
}

#storecontent {
	padding:10px;
	text-align:left;
	
}
#storecontent body, #storecontent td {
	color:#b6a690;
	font-size:12px;	
}

#storecontent a {
	color:#37939b;
	text-decoration:none;
}
#storecontent a:hover {
	text-decoration:underline;
}
#storecontent h1 {
	color:#9b6f4b;
}
#storecontent h2 {
	color:b6a690;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#storecontent h3 {
	color:#37939b;
	font-weight:normal;
}
.storeSubCat {
 	color:#883c0c;
	font-weight:normal;
	font-style:italic;
}
.storeAddSpec {
	color:#37939b;
	font-weight:bold;
	
}
.storeTitlePrice {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #883c0c;	
}


#progress img {
	margin-bottom : 5px;
}


#footerSearch {
	font-size : 9px; 
	border : 1px solid #7c7c7c; 
	color : #000; 
	background-color : #958772;
}