/* CSS Document */

body{
	text-align:center;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color:#3e3327;
	margin: 10px;
	background: #000000 url(../images/template/store_background.jpg) no-repeat center fixed;
}

a{
	text-decoration:none;
	color:#990000;
}

a:hover{
	text-decoration:underline;
	color:#CC0000;
}

#container {
	width:960px;
	margin:40px auto 20px auto;
        overflow:hidden;
	}

#paper {
	width:940px;
        text-align:left;
	margin-left: 20px;
	background: #fbf5e5 url(../images/template/paper_main.jpg) repeat-y;
	}
	
#paper_top {
	width:940px;
	height:50px;
	margin:0px;
	background:url(../images/template/paper_top.jpg);
	}

#paper_bottom {
	width:940px;
	height:50px;
	margin:0px;
	background:url(../images/template/paper_bottom.jpg);
	}
	
/*HEADER*/
#header {
	width:940px;
	height:137px;
	background:url(../images/template/header_background.jpg) no-repeat;
	}

#header h3 {
	font-weight: normal;
	font-size:10px;
	letter-spacing:1px;
	text-transform:uppercase;
	}

#header img {
       border:0px;
}

#top_nav {
	float: right;
	margin:-35px 25px 5px 0px;
	text-align:right;
}

#top_nav ul {
	list-style:none;
	display:block;
	text-align:right;
	margin:0px;
	padding:0px;
	}
	
#top_nav ul li {
	padding-right:15px;
	float:left;
	text-align:right;
	}


/*SEARCH SECTION*/
#display_search_box_coded{
	display:block;
	float:right;
	clear:right;
	margin:5px 25px 0px 0px;
	padding:0;
	width:180px;
}

#display_search_box_coded form{
	padding:0;
	margin:0;
}
#display_search_box_coded table td{
	vertical-align:top;
}
#display_search_box_coded input{
	margin:0;
	vertical-align:top;
	width:130px;
	margin-left:8px;
	font-size:10px;
	
}

#display_search_box_coded img{
	margin:0;
	padding:0;
	
}

/* HORIZONTAL DYNAMIC MENU */
#horz_nav{
	text-transform:uppercase;
	padding:0;
	float:right;
	margin: 65px 85px 5px 0px;
	width:600px;
	height: 26px;
}

#horz_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	}

#horz_nav ul li{
	text-align:left;
	font-size:10px;
	font-weight:normal;
	margin-right:5px;
	padding-right:5px;
	display:block;
	float: left;
	border-right:0px solid #C0C0C0;	
	
}

#horz_nav a{
	color:#3e3327;
	}
#horz_nav a:hover {
	color:#990000;
	}

/* CONTENT */
#content {
	margin-top:30px;
	}

/* LEFT NAVIGATION */

#left_column {
	width:202px;
	float: left;
	margin-left:-20px;
}

.ln_con {
  float:left;
  clear:left;
  width:202px;
  background: url(../images/template/shadow.png) no-repeat bottom right !important;
  background: url(../images/template/shadow.gif) no-repeat bottom right;
  margin-bottom:25px;
  padding:0px 2px 5px 0px;
  overflow:hidden;
  position:relative;
 }

.left_nav{
	width:200px;
	padding:0px;
	background:url(../images/template/left_nav_main.jpg) repeat-y left top;
	margin-top:-2px;
	float:left;
	clear:left;
}


.left_nav_top {
	width:200px;
	height:8px;
	background:url(../images/template/left_nav_top.jpg) no-repeat;
        position:relative;
	}
	
.left_nav_bottom {
	width:200px;
	height:8px;
	background:url(../images/template/left_nav_bottom.jpg) no-repeat;
        position:relative; 
        padding:0px;
        margin:0px;
	}
	
.left_nav ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0.5em 0 11px;
	padding:0 0 1em;
}

.left_nav ul li{
	margin:0;
	padding-bottom:.4em;
	margin-bottom:.5em;
	padding-left:1em;
	background:url(../images/template/bullet.gif) no-repeat 0 4px;
	font-family: Tahoma, Arial, Sans Serif;
	font-weight:normal;
	width: 120px;
	
}
.left_nav ul li a{
	padding-bottom:.1em;
	color:#3e3327;
}
.left_nav ul li.nav a{
	padding-bottom:.1em;
	color:#3e3327;
	font-weight:normal;
}

.left_nav div.nav_section{	
	width:184px;
	overflow:hidden;
	margin:0px 8px 20px 8px;
	padding:0 0 0 0;
}

.nav_section h2 {
	width:184;
	border-top:solid 1px #3e3327;
	border-bottom:solid 1px #3e3327;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase
	}

.cat_name {
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#990000;
	border:none;
	}

/* NAV MENU PROMOTIONS */

#dropdown_shopby_price select {
	width:184px;
	}
#dropdown_shopby_manufacturer select {
	width:184px;
	}

#display_promotions_999{
	padding:0px;
	text-align:center;
	padding-top:30px;
}

#mailing_list{
	height:75px;
	text-align:center;
	background:url(../images/template/join_mail.jpg) top no-repeat;
}

#mailing_list form {
	margin-top:0px;
	padding-top:10px;
	}



/* CONTENT AREA (where the Volusion software takes over) */

#content_area {
	font: normal 10px Arial, Helvetica, sans-serif;
	}

#content #content_area{
	float:right;
	margin:0px 25px;
	padding:10px;
	text-align:left;
	width:680px;
	border:dotted 1px #000000;
	background-color:#FFFFFF;
}

#content #content_area table{
	text-align:left;
}

.colors_descriptionbox  {
        font-size:1.15em;
        line-height:1.5em;
        letter-spacing:0;
}

.colors_descriptionbox h1, h2, h3 {
        font-size:14px;
}

#content_area h1, h2 {
        font-size:14px;
        margin-bottom:1px;
        padding-bottom:1px;
}

#content_area p {
       margin-top:1px;
       padding-top:1px;
}

.note {
       font-weight:bold; 
       color:#990000; 
       text-transform:uppercase;
}

/* Footer */

#footer{
	text-align:center;
	width:760px;
	height:103px;
	margin-left:180px;
	margin-top:20px;
	font-size:10px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

* html #footer{
	margin-top:0;
}

#footer_top{
	width:760px;
	font-weight:normal;
	padding-bottom:.1em;
	padding-top:1em;
}
#footer_top ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	padding-top:6px;
	margin-right:1em;
}

#footer_top ul li{
	text-align:left;
	font-size:1.1em;
	font-weight: bold;
	margin-right:.5em;
	padding-right:1em;
	display:inline;
	border-right:1px solid #C0C0C0;
	
	
}
#footer_top ul li a{
	color:#717171;
	font-weight: normal;
	font-family:Tahoma, Arial, Sans Serif;
	font-size:9px;
	text-transform:uppercase;
    padding-left:1em;
}

#footer_top p{
	margin:0;
	padding:0;
	margin-top:8px;
	font-weight:normal;
	text-align:right;
	font-size:10px;
	margin-right:1em;
}
#footer_bottom{
	width:760px;
	background:none;
	padding-bottom:15px;
	padding-top:44px;
}

#footer_bottom p{
	margin:0;
	padding:0;
}

#footer #footer_bottom a{
	color:#cccccc;
}
#footer a{
	color:#A29F9F;
	font-weight:normal;
}
font .text_colors_text {
	font-size:10px;
	}
