/* CSS Document */
html, body
{
	background-color: #FFFFFF;
	color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 0px;
	
	line-height: 90%;
	text-align: center;
	
	width: 100%;
}

a:link, a:visited
{
	color: #000000;
	text-decoration: none;
}

a:active, a:hover
{
	color: #000000;
	text-decoration: underline;
}

a#displayed
{
	font-weight: bold;
}

img
{
	border: 0px;
}

p
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/***********************************
** styles for custom objects (ID) **
***********************************/
#body-header
{
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	width: 660px;
}

#body-content
{
	background-image: url('images/bg-base.gif');
	background-position: top left;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}

*html #body-content
{
	margin-top: -18.5px;
}

#body-content-grade
{
	background-image: url('images/bg-grade.gif');
	background-position: top left;
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 0px;
	
	width: 100%;
}

#body-content-box
{
	background-color: #CBB27A;
	
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	
	text-align: left;
	
	width: 660px;
}

*html #body-content-box
{
	margin-bottom: -18.5px;
}

#body-bottom
{
	background-image: url('images/bg-copyright.gif');
	background-position: top;
	background-repeat: repeat-x;
	
	color: #333333;
	font-size: 10px;
	
	margin: auto;
	margin-top: 0.5px;
	padding: 0px;
	padding-bottom: 10px;
	
	width: 676px;
}


#header-logo
{
	float: left;
	
	margin: 0px;
	
	text-align: left;
	width: 480px;
}

#header-nav
{
	float: left;
	
	background-color: #E5D9BE;
	color: #333333;
	
	font-size: 10px;
	
	margin: 0px;
	padding: 70px 0px 10.5px 0px;
	width: 180px;
}

#header-nav a
{
	color: #333333;
}

#header-nav a.active
{
	font-weight: bold;
}

#linklist
{
	float: left;
	
	background-image: url('images/bg-linklist.gif');
	background-position: top;
	background-repeat: repeat-x;
	
	margin: 0px;
	
	padding: 12px;
	padding-left: 8px;
	padding-right: 8px;
	
	width: 144px;
}

#linklist, #linklist a
{
	color: #333333;
	font-size: 10px;
}

#linklist a:hover
{
	color: #FFFFFF;
}

#linklist a.active
{
	color: #FFFFFF;
	font-weight: bold;
}

#page-content
{
	float: left;
	
	background-color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
	
	width: 500px;
	overflow: hidden;
}

#content-picture
{
	margin: 0px;
	padding: 0px;
}

#content-title-image
{
	margin: 0px;
	margin-bottom: 10px;
}

#content-description
{
	color: #000000;
	font-size: 10px;
	
	margin: 0px;
	padding: 10px 12px 10px 12px;
}

#bottom-edge-left
{
	float: left;
	
	margin: 0px;
	padding: 0px;
}

#bottom-edge-right
{
	float: right;
	
	margin: 0px;
	padding: 0px;
}


/**************************************
** styles for custom classes (class) **
**************************************/
.spacer
{
	clear: both;
	background-color: #FFFFFF;
	
	margin: 0px;
	padding: 0px;
	
	height: 0.5px;
	width: 100%;
}

.listnav
{
	background-image: url('images/bullet-nav.gif');
	background-position: 0px 3px;
	background-repeat: no-repeat;
	
	margin-bottom: 4px;
	
	padding-left: 12px;
}

.columns2-left
{
	float: left;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-right: 10px;
	
	text-align: left;
	
	width: 243px;
}

.columns2-right
{
	float: left;
	
	border-left: 1px solid #E9DCBE;
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	
	text-align: left;
	
	width: 203px;
}

.columns2-detail
{
	float: left;
	
	border-right: 1px solid #E9DCBE;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-right: 10px;
	
	text-align: left;
	
	width: 273px;
}

.columns2-preview
{
	float: left;
	
	border-left: 1px solid #E9DCBE;
	
	margin: 0px 0px 10px -1px;
	padding: 0px 0px 0px 10px;
	
	text-align: left;
	
	width: 163px;
}

.columns2-left-form
{
	float: left;
	
	margin: 0px 0px 10px 0px;
	padding: 0px;
	padding-right: 10px;
	
	text-align: left;
	
	width: 283px;
}

.columns2-right-form
{
	float: left;
	
	border-left: 1px solid #E9DCBE;
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	
	text-align: left;
	
	width: 163px;
}

.content-subtitle
{
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

.content-hilite
{
	color: #996633;
	font-weight: bold;
	
	margin-top: 10px;
}

.content-row
{
	clear: both;
	
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

.content-hilite-description
{
	color: #000000;
}

.sub-description
{
	margin-top: 10px;
}

.quote-top
{
	background-image: url('images/quote-topleft.gif');
	background-position: left;
	background-repeat: no-repeat;
	
	height: 26px;
	width: 100%;
}

.quote-bottom
{
	background-image: url('images/quote-bottomright.gif');
	background-position: right;
	background-repeat: no-repeat;
	
	height: 26px;
	width: 100%;
}

.gallery-image
{
	float: left;
	
	margin: 1px;
	padding: 0px;
	
	width: auto;
}

.gallery-image img
{
	border: 1px solid #EADEC2;
}

.gallery-thumb
{
	float: left;
	
	margin: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding: 0px;
	
	width: auto;
	overflow: hidden;
}

.gallery-thumb img
{
	border: none;
}

.gallery-thumb a
{
	border: 1px solid #CC9900;
	
	display: block;
	height: 64px;
	width: 64px;
	
	margin: 0px;
	padding: 2px;
}

.gallery-thumb a:hover
{
	border: 1px solid #666666;
}

.gallery-description
{
	float: left;
	
	margin: 1px 4px 1px 14px;
	padding: 0px;
	
	width: 210px;
}

.link-bullet
{
	background-image: url('images/bullet-sitemap-top.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	padding-left: 12px;
}	

.product-root-row
{
	margin: 0px;
	padding: 0px;
	
	width: 460px;
}

.product-root-row a
{
	float: left;
	display: block;
	
	background-color: transparent;
	
	margin: 0px;
	margin-right: 2px;
	padding: 0px;
	
	width: 228px;
}

.product-root-row a:hover
{
	background-color: #E1D8C4;
}

.product-root-row a.active
{
	background-color: #E1D8C4;
}

.product-cat-list
{
	background-image: url('images/bullet-cat.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	color: #996633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	
	margin: 0px;
	padding: 2px 0px 4px 16px;
}

.product-cat-list a,
.product-cat-list a:visited
{
	color: #996633;
	text-decoration: none;
}

.product-cat-list a:hover
{
	text-decoration: underline;
}

.product-cat-hrz
{
	margin: 0px;
	padding: 0px;
	
	width: 460px;
}

.product-cat-hrz a,
.product-cat-hrz .list
{
	display: block;
	float: left;
	
	color: #996633;
	
	margin: 0px;
	padding: 0px;
	
	width: 90px;
}

.product-cat-hrz a:visited
{
	color: #996633;
}

.product-cat-hrz a.active
{
	font-weight: bold;
}

.product-header
{
	margin: 0px;
	padding: 0px;
	
	width: 468px;
	height: auto;
	
	overflow: hidden;
}

.product-summary
{
	float: left;
	
	color: #996633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	margin: 0px;
	padding: 0px;
	padding-right: 4px;
	
	width: 226px;
}

*html .product-summary
{
	width: 226px;
}

.product-material
{
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	width: 238px;
	height: auto;
}

.product-extra
{
	margin-top: -2px;
}

*html .product-extra
{
	margin-top: -10px;
}

.product-info
{
	margin: 10px 0px 10px 0px;
}

.table-image
{
	margin-left: -8px;
}

.table-image td
{
	padding: 0px !important;
	margin: 0px;
}

.table-image td img
{
	margin-bottom: -4px;
}

.product-specification
{
	margin: 0px;
	padding: 0px;
	
	width: 462px;
}

.product-specpart
{
	float: left;
	
	background-color: #E1D8C4;
	color: #000000;
	font-size: 10px;
	
	margin: 0px 1px 0px 1px;
	padding: 10px;
	
	width: 208px;
}

.product-spectitle
{
	color: #996633;
	font-size: 12px;
	
	padding-bottom: 10px;
}

.table-specification
{
	border: 1px solid #660000;
}

.table-specification td
{
	padding: 4px;
}

.table-specification .label
{
	width: 100px;
}

.table-specification .infovalue
{
	width: 250px;
}

ul.level-top
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.level-top li
{
	background-image: url('images/bullet-sitemap-top.gif');
	background-position: 0px 4px;
	background-repeat: no-repeat;
	
	border-bottom: 2px solid #EDE8DC;
	
	font-size: 11px;
	
	margin: 0px;
	margin-left: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 16px;
	padding-bottom: 10px;
}

*html ul.level-top li
{
	background-position: 0px 8px;
}

ul.level-sub
{
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;	
}

ul.level-sub li
{
	background: none;
	border: none;
	
	margin-top: 6px;
	margin-bottom: 4px;
	padding: 0px;
}


/********************************************
**
** style for form related class and objects
**
********************************************/
input,
textarea
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	width: 210px !important;
}

.blurred
{
	background-color: #E9DCBE;
	border: 1px solid #E9DCBE;
}

.focused
{
	background-color: #FFFFFF;
	border: 1px solid #E9DCBE;
}

.form-row
{
	clear: both;
	
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	
	width: 100%;
}

*html .form-row
{
	margin-bottom: -10px;
}

.form-label
{
	float: left;
	
	font-size: 10px;
	font-weight: normal;
	
	margin: 0px;
	padding: 0px;
	
	text-align: left;
	
	width: 60px;
}

.form-object
{
	float: left;
	
	margin: 0px;
	padding: 0px;
	
	text-align: left;
	
	width: 210px;
}

.form-button
{
	background-color: #996633;
	border: 1px solid #996633;
	color: #FFFFFF;
	
	cursor: pointer;
	
	font-size: 10px;
	font-weight: normal;
	
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	
	width: 60px !important;
}

