/* CSS Document */

/* SITE COLORS
.brown {#654530}
.cream {#FFFDDC}
.green {#97C15B}
.light-green{#BBDA8E}
.light-brown{#B09B72}
.dark-brown{#563B29}

.tan{#DCDABE}

TYPE
teal{#008785}
orange {#DE7929}
red{#ED1D23}
*/


/* BODY */
body{
	font-size:12px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin:0px;
	background-color:#654530;
	color:#563B29
}
h1{
	color:#DE7929;
	font-size:22px;
	margin-top:25px
}
h2{

}
h3{
	color:#654530;
	font-size:16px;
	font-weight:normal;

}
h4{

}
.index-title{
	color:#ED1D23;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
}
.index-title p{
	margin-bottom:0px;}

select{
	font-size:11px;
	color:#654530;
}
input{
	color:#654530;
	font-size:11px;
}

#rightCol
{
	background-image:  url("/img/bg_right.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#leftCol
{
	background-image:  url("/img/bg_left.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
#content{
	margin-right:50px;
	margin-left:10px
}
#content-prod{
	margin-left:10px;
	margin-right:20px
}
#content-noleftnav{
	margin-right:50px;
	margin-left:50px
}

.page
{
	background-image:  url("/img/bg_page.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color:#FFFDDC;
}
.breadcrumbs {
	margin:20px 0px 20px 0px;
	color:#654530
}

/* HEADER */
.header-top{
	background-image:url(img/bg_headera.gif);
}
.topnav{
	padding:8px;
	background-image:url(img/bg_headerb.gif);
}
.topnav a:link,
.topnav a:visited,
.topnav a:hover {
	color:#654530;
	font-size:15px;
	font-weight:bold;
}
.headernav {
	padding-right:10px;
}
.headernav p{
	color:#ffffff;
	margin-top:10px;
	margin-bottom:10px
}
.headernav a:link,
.headernav a:visited,
.headernav a:hover {
	color:#ffffff;
	font-weight:bold;
}


/* LINKS*/
a:link, a:visited, a:active{
	color:#DE7929;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
}

a:hover  {
	text-decoration:underline;
}
.footer{
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	background-image:  url("/img/bg_footer.gif");
}
.footer a:link, .footer a:visited, .footer a:active{
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
}
.footer a:hover{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}

.breadcrumbs a:link, .breadcrumbs a:visited  {
	color:#DE7929;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}


.submenu a:hover,
.breadcrumbs a:hover,
.menu-small a:hover,  {
	text-decoration:underline;
}



/*LEFT NAV*/
.menu{
/*margin:15px;*/
}
.menu p{
margin:8px 0px;
}
.menutitle{
	color:#654530;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 0px 0px
}

.menuitem {	
	margin:6px 0px;
}
.menuitem a:link, .menuitem a:visited, .menuitem a:active {	
	color:#008785;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
.menuitem a:hover {	
	color:#008785;
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
}

.menu-small {	
	font-size:11px;
}
.menu-small a:link, .menu-small a:visited, .menu-small a:active {	
	font-size:11px;
	color:#008785;
	text-decoration:none;
	font-weight:bold;
}


/* RIBBON */
.ribbon {	
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	padding:10px;
	background-image:url(/img/ribbon2.gif); 
	background-repeat:no-repeat; 
	background-position:center;
}
.ribbon a:link, 
.ribbon a:visited, 
.ribbon a:active {	
	font-size:13px;
	color:#563B29;
	text-decoration:none;
	font-weight:bold;
}
.ribbon a:hover {	
	text-decoration:underline;
}




/*PAGE*/

.list{
	color:#654530;
	padding:0px 12px;
}
.list p{
	margin-top:5px;
}
.list a:link, .list a:visited {
	color:#008785;
	text-decoration:none;
}
.list a:hover{
	color:#008785;
	text-decoration:underline;
}
.category a:link, .category a:visited {
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.category a:hover{
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
}
.pagenumbers {
	color:#003366;
}
.pagenumbers a{
	color:#003366;
	text-decoration:none;
}
.zoom{
	margin:0px
}
.shadow{
	background-image:url(/img/shadow.gif);
	background-repeat:repeat-x;
	background-position:top
}
.table_title{
	background-color:#7F7263;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
.table_title a{
	background-color:#7F7263;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
}

.cart_promo{
	background-color:#D5D2C7;
	padding:10px;
	margin:0px;
	text-align:center;
}
.cart_header{
	padding:5px;
	font-weight:bold;
	font-sizee:11px;
}
.sc_info{font-size:10px}

.smaller a:link{
	font-size:11px
}
.smaller a:visited {
	font-size:11px
}
.smaller a:hover{
	font-size:11px;
	text-decoration:underline;
}
.small{
	font-size:10px}
.featured-title{
	color:#ffffff;
	margin:8px 8px 5px 20px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px
}
.prod-tab{
	text-transform:uppercase;
	font-size:10px;
}
.prod-tab td{padding:5px 15px 5px 15px}
.prod-tab-on{
	color:#7F7263;
	background-color:#ffffff;
	background-image:url(img/detail_tabbg.gif);
	border-left:1px solid white;
	border-right:1px solid white;
}
.prod-tab-off{
	color:#ffffff;
}
.prod-tab-off a, .prod-tab-off a:visited{
	color:#ffffff;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}
.prod-tab-off a:hover{
	text-decoration:underline;
}
.prod-recommend {
	padding-top:8px;
	padding-bottom:8px;
}
.prod-recommend a:link, .prod-recommend a:visited{
	color:#003366;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
}

.index-main {
	font-size:14px;
	color:#666;
}

