
/* general styles ----------------------- */

body {
	margin: 0px;
	text-align: center;
	background: #E3BD63 url(../../images/page_back.gif) repeat-x top center;
	}
	
body, table, td, p, input, select{
	font: normal 12px arial;
	color: #333;
}

a:link{color: #B97717;}
a:visited{color: #B97717;}
a:active{color: #B97717;}
a:hover{color: #333;}	
a[name]:hover{color: #333;}
	

#page-back{
	background: url(../../images/page_back_leafs.jpg) no-repeat center top;
	width: 100%;
}	
	
#page{
	width: 671px;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 24px;
	background: url(../../images/body_back.gif) repeat-y top left;
}

.page-body
{
width: 100%;
}

.page-content{
	color: #333;
	padding: 20px 38px 20px 38px;
	line-height: 17px;
}



.title-link{
	text-align: right;
	position: relative;
	float: right;
	top: -43px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	
}


	
/* header navigation styles */

#header{
	width: 671px;
	height: 93px;
}

#logo{
	background: url(../../images/header_logo.gif) no-repeat top left;
	width: 192px;
	height: 93px;
}

#logo a {
	display: block;
	float: left;
	text-align: center;
	color: #E3BD63;
	padding: 0;
	margin: 0;
	width: 192px;
	height: 93px; /* CONFORMANT BROWSERS */
	text-decoration: none;
	font-size: 0;
}


#top-links{
	font-size: 11px;
	text-align: right;
	height: 59px;
	padding: 15px 27px 10px 10px;
	color: #974C2C;
	background: url(../../images/header_top.gif) no-repeat top right;
}

#header-menu-nest{
}


#nav {
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
	font-size: 1px;
	margin: 15px 0 0 17px;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}

#nav a {
	display: block;
	float: left;
	text-align: center;
	color: #E3E1D7;
	padding: 10px 14px 6px 14px;
	margin: 0;
	 /*height: 30px; CONFORMANT BROWSERS */
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 1px solid #94C355;
}

#nav a:hover {
	color: #fff;	
}


#header-button a { color: #D1FD8D;}
#header-button a:hover {	background: url(../../images/btnHome-o.gif) no-repeat top left;}
#header-button #selected { background: url(../../images/header_button_over.gif) repeat-x bottom left; color: #fff;}










.menu-nest{
	background-color: #BDB588;
}

.menu{
	width: 180px;
}

.search-box{
	padding: 10px 15px;
	border-left: 1px solid #fff;
	background: #FDF8CE;
}

.search-box-title
{
	background: url(../../images/lblSearch.gif) no-repeat left top;
	height: 36px;
	font-size: 0;
	vertical-align: text-top;
}

.browse-box-title
{
	background: url(../../images/lblBrowse.gif) no-repeat left top;
	height: 42px;
	font-size: 0; color: #7E7956;
	vertical-align: text-top;
}

.browse-box
{
	background: #9B9571;
	border-left: 1px solid #F5F2D8;
	border-bottom: 1px solid #F5F2D8;
}

.browse2-box-title
{
	background: url(../../images/lblBrowseByTitle.gif) no-repeat left top;
	height: 42px;
	font-size: 0; color: #7E7956;
	vertical-align: text-top;
}

.browse2-box
{
	background: #9B9571;
	border-left: 1px solid #F5F2D8;
	border-bottom: 1px solid #F5F2D8;
	padding: 10px 15px 15px 15px;
	line-height: 18px;
}

.browse2-box a:link, .browse2-box a:visited, .browse2-box a:active{color:#F0EEE6;}
.browse2-box a:hover{color:yellow; }

.menu-links{
	margin-left: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
}

.menu-links li a:link, .menu-links li a:visited, .menu-links li a:active{text-decoration: none; color:#FEFFFF;}
.menu-links li a:hover{text-decoration: none; color:yellow;}

.menu-links li{	
	border-bottom: 1px dotted #B5AF8D;
	padding: 5px 0;
}


.footer
{
	padding: 58px 25px 0px 25px;
	width: 671px; height: 94px;
	margin: 0;
	background: url(../../images/footer_back.gif) no-repeat top left;
}
.footer td{color: #974C2C; font-size: 11px;}

.footer a:link, .footer a:visited, .footer a:active{color:#974C2C;}
.footer a:hover{color:#000;}





/* content styles ----------------------- */


h1
{	font-size: 16px;
	font-weight: bold;
	color: #A45B3A;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
	background: url(../../images/dots.gif) repeat-x bottom left;
}

.product-title
{	font-size: 14px;
	font-weight: bold;
	color: #A45B3A;
	font-family: Georgia, "Times New Roman", Times, serif;
}




h2
{
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #B6894A;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: solid 1px #F5DCAB;
}



p
{
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	margin-top: 15px;
}

.text{
	font-family: arial;
	font-size: 12px;
}

.right-pic
{
	margin: 10px 0px 10px 10px;
}

.left-pic
{
	margin: 10px 10px 10px 0px;
}


/*** home page styles ************************************************************/









/* detail page */

.detail-nav
{
	width: 100%;
	margin: 3px 0 20px 0;
	border-bottom: 1px solid #990000;
}



.detail-nav-links
{
	text-align: right;
}

.detail-nav-links a
{
	text-decoration: none;
}

.detail-table
{
	padding: 0px;
	width: 100%;
}

.detail-picture
{
	width: 230px;
	text-align: right;
}

.detail-picture img
{
	border: 5px solid #ccc;
	padding: 2px;
}

.detail-content-nest
{
	vertical-align: top;
}

.detail-content
{
	width: 300px;
}

.detail-content2
{
	width: 100%;
	margin-top: 10px;
}


.detail-label
{
	font-weight: bold;
	width: 120px;
	border-bottom: 1px solid #ebebeb;
	padding: 2px 0 3px 0;
}

.detail-value
{
	border-bottom: 1px solid #ebebeb;
	padding: 2px 0 3px 0;
}

.detail-description
{
	font-size: 11px;
}

.detail-buy-price
{
	background: url(../../images/TitleBack3.gif) repeat-x bottom;
	padding: 5px 2px 5px 10px;
	font-size: 12px;
}

.detail-buy-button
{
	background: url(../../images/TitleBack3.gif) repeat-x bottom;
	padding: 5px 2px 5px 0;
}



.dots-horizontal
{
	background: url(../../images/dots.gif) repeat-x center;
	height: 3px;
}









.section-table{
	width: 100%;
}

.section-header{	
	background: #FFF4D7;
	padding: 6px 10px;
	font-weight: bold;
	color: #330000;
	font-size: 13px;
}

.section-link{
	font-size: 11px;
	background: #FFF4D7;
	text-align: right;
	padding: 6px 10px;
}

.section-content{
	padding: 0px 10px 25px 10px;
}



.SiteMap-list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.SiteMap-list li{font-size: 14px; font-weight: bold; padding-bottom: 20px; }
.SiteMap-list { list-style-type: none; margin-left: 5px; }
.SiteMap-list li ul{margin-left: 20px; list-style-type: square; margin-top: 5px; }
.SiteMap-list li li{font-size: 12px; font-weight: normal; padding-bottom: 0px;  }



.news-header{	
	margin: 20px 0px 1px 0px;
	padding: 0;
	font-weight: bold;
	color: #330000;
	font-size: 14px;
}

.news-date{
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #999;
}

.news-content{
	margin: 10px 0 20px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #ebebeb;
}






h3
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #330000;
	padding: 0px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
	background: url(../../images/dots.gif) repeat-x bottom left;
}




/** pop up styles */

.popup-title
{
	padding: 6px 10px 7px 10px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
}

.popup-title-link
{
	padding: 6px 10px 7px 10px;
	font-size: 11px;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

.popup-image-cell
{
	padding: 20px;
}




.pic-left{
margin: 15px;
margin-left: 0;
}

.pic-right{
margin: 15px;
margin-right: 0;
}

.arrow-next
{
	background: url(../../images/arrow_next.gif) no-repeat right;
	padding-right: 12px;	
}

.arrow-back
{
	background: url(../../images/arrow_back.gif) no-repeat left;
	padding-left: 12px;
}

.link-arrow
{
	background: url(../../images/link_arrow.gif) no-repeat left;
	padding-left: 10px;
}

.arrow-up
{
	background: url(../images/arrow_up.gif) no-repeat left;
	padding-left: 10px;
}

.pic-link {

}

A .pic-link {border: 3px solid #CC9966; }
A:hover .pic-link, A:active .pic-link { border: 3px solid #A56D1F; }




.contact-form
{
	background: #FFF4D7;
	padding: 20px;
	border: 1px solid #EDDEB7;
	width: 300px;
}

.table-grid{
 	border-collapse: collapse;
	border: 1px solid #666;
}	
.table-grid td{
	padding: 2px 3px;
	font-size: 11px;
}