/* CSS Document */


/****************************************
General typography
*****************************************/
table{
 font-family: Verdana, arial, helvetica;
 font-weight: normal;
 font-size: 12px;
 color: #000000;

 
}



a{
 color: #660000;
 text-decoration: none;
 }

a:hover {
 color: #666666;
}

a:active{
 color: #cccccc;
}

img{
	border: none;
}

/****************************************
This controls the navigation in the flag table and the bottom navigation adn copyright table
*****************************************/
#generalnav {
   font-family: verdana, arial;
   font-size: 10px;
   font-weight: bold;
   color: #660000;
}


#generalnav li{
	display: inline;
	list-style-type: none;
	padding: 0px 4px 0px 4px;
}


#generalnav a{
	color: #660000;
}

#generalnav a:hover{
	color: #D1A359;
}

#generalnav a:active{
	color: #000000;
}





/****************************************
This controls the navigation in the main category navigation bar
*****************************************/

#cat_nav{
    clear: both;
 	width: 98%;
 	background:#660000;
 	color:#FFFFFF;
	padding: 0px;
	margin: 0px;	
}

#cat_nav li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;

	}
		
#cat_nav ul {
	margin: 6px 0px 6px 0px;
	padding: 2px;

}

	
#cat_nav a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	padding: 6px 3px 6px 3px;
	margin: 0px;
	border-left: solid 1px #000000;
	text-decoration: none;

	}

#cat_nav a:hover {
	background:#E2C498;
	color: #660000;
}
	
#cat_nav a:active {
	background:#000000;
	color: #FFFFFF;

}
	
/****************************************
This controls the main 2 column table on the index page it just draws a border around the primary cilumn
*****************************************/
#two_col td.main_col{
    border-left: solid 2px #660000;
	border-right: solid 2px #660000;
	border-bottom: solid 2px #660000;	
}	

#two_col {
	margin: 0px auto 0px;
	padding: 0px;
	}

#two_col p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 20px;
	text-align:left;
	}
	
#two_col p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#two_col h1 {
	color: #660000;
	font-size: 18px;
	font-family: Arial, Verdana, Tahoma;
	font-weight: bold;
	padding: 30px 0px 0px 0px;
	margin: 0px;
	}
	
#two_col h1 a  {
	color: #660000;
	text-decoration: none;
	}

#two_col h1 a:hover {
	color: #666666;
	text-decoration: none;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #800000;
	}


/************************************************
*	Sidebar  contorls all the formatting *
************************************************/

#sidebar {
	background: #E2C498;
	width: 180px;
	margin: 6px;
	padding: 0px 0px 0px 0px;
	}

#sidebar h2 {
	background: #E2C498;
	color: #660000;
	font-size: 12px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	margin: 0px;
	text-transform: uppercase;
	}

#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 6px;
	}
	
#sidebar ul li  {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li a {
	display: block;
	background: #fefee7; 
	color: #660000;
	font-size: 10px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 3px 0px 3px 6px;
	margin: 0px 0px 4px 0px;
	text-decoration: none;
	border-bottom: solid 1px #E2C498;
}

#sidebar ul li a:hover {
	background: #E2C498; 
	color: #660000;
	text-decoration: none;
	border-bottom: solid 1px #fefee7;
	}
	
	
	
/******************** controls new products in the side bar on the wordpress side ***************************/

#new_products{
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	background: #ffffff;
	border: solid 2px #660000;
	width: 180px;
	margin: 6px;
	padding: 6px;
	line-height: normal;
	text-align:left;
}


#new_products P{
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	font-size: 10px;
	line-height: normal;
}


#new_products a:hover{
	color: #660000;
}

#new_products a:active{
	color: #666666;
}


#new_products h1 {
	color: #660000;
	font-size: 14px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
	margin: 0px;
	}
	
#new_products img {
	text-align: center;
	}


/****************************************
This controls the table for category display items on the index page and main category leaf node pages
*****************************************/

#cattable table{
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 1.2em;
	margin-right: 1.2em;
}

#cattable tr{
	border: 0;

}	

#cattable td{
	width: 33%;
	text-align: center;
	border-right: 2px solid #FFCC99;
	border-bottom: 2px solid #FFCC99;
	padding: .1em;
}

#cattable td p{

	text-align: center;
}		
	
#cattable td.borderless{
	border-right: 0;
}

#cattable td.borderless2{
	border-right: 0;
	border-bottom: 0;
}	

#cattable td.borderless3{
	border-bottom: 0;
}	

#cattable h2 a{
	font-size: 80%;
	color: #660000;
	text-decoration: none;
}

#cattable h2 a:hover{
	color: #D1A359;
}


#cattable P{
 font-family: Verdana, arial, helvetica;
 font-weight: normal;
 font-size: 11px;
 color: #000000;
 line-height: normal;
	
}

/************************* cat table image container *************/

#cat_image_container table, #cat_image_container table td{
	margin: auto;
	display: block;
	width: 120px;
	height: 120px;
	border: none;
	vertical-align: middle;
}





/*************************** genric buttons *******************/

#generic_but a{
	width: auto;
	height: auto;
	background: #CCCCCC;
	color: #000000;
	font-family: Verdana,Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
	margin: 3px;
	border: solid 1px #666666;
}


#generic_but a:hover{
	background: #333333;
	color: #CCCCCC;
	border: solid 1px #666666;
}

#generic_but a:active{
	background: #000000;
	color: #FFFFFF;
	border: solid 1px #666666;	
}






/*************************** add 2 cart button *******************/

#add2cart a{
	clear: both;
	width: 134px;
	height: 31px;
	background-image:url(images/add-to-cart.jpg)
	color: #FFFFFF;
	font-family: Verdana,Arial, Helvetica;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}


#add2cart a:hover{
	background: #CC0000;
	color: #CCCCCC;
	border: solid 1px #666666;
}

#add2cart a:active{
	background: #000000;
	color: #FFFFFF;
	border: solid 1px #666666;	
}

#add2cartqty {
	width: 100px;
	height: 23px;
	font-size: 20px;
	vertical-align:top;
	font-family:Verdana, Geneva, sans-serif;
	color: #670000;
}
			  
		


/*************************** back next buttons for images *******************/

#next_but a{
	width: auto;
	height: auto;
	background: #FFFFFF url(images/next.gif) no-repeat  right; 
	color: #660000;
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 3px 6px 3px 3px;
	margin: 3px;
}


#next_but a:hover{
	background: #FFFFFF url(images/next2.gif) no-repeat  right; 
	color: #666666;

}

#next_but a:active{
	background: #FFFFFF url(images/next3.gif) no-repeat  right; 
	color: #330000;
	
}



#back_but a{
	width: auto;
	height: auto;
	background: #FFFFFF url(images/back.gif) no-repeat  left; 
	color: #660000;
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 3px 3px 3px 6px;
	margin: 3px;
}


#back_but a:hover{
	background: #FFFFFF url(images/back2.gif) no-repeat  left; 
	color: #666666;

}

#back_but a:active{
	background: #FFFFFF url(images/back3.gif) no-repeat  left; 
	color: #330000;
	
}



/****************************** makes a buy it a now box ******************************/

#buyit{
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0px 6px 0px 6px;
	border-top: 0;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
	text-align: center;
}

#buyit h4{
	font-size: 12px;
	width: auto;
	margin: 0 0 0 0;
	padding: .6em;
	color: #FEFEE7;
	background: #660000;
	text-align: center;
	line-height: 1em;
	width: 200px;
	}
	
	
#buyit h3{
	font-size: 16px;
	font-family: arial, hevetica;
	font-weight: bold;
	width: auto;
	margin: 0 0 0 0;
	padding: 6px;
	color: #FF0000;
	text-align: center;
	}


/****************************** makes mutiple buy it boxes on a single page ******************************/

#buyit2{
	height: 110px;
	font-family: verdana, arial;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	padding: 0;
	margin: 6px 0px 6px 0px;
	border-bottom: 2px solid #660000;
}



#buyit2 td h3{
	font-size:12px;
	color: #660000;
	font-weight: bold;
	text-align: right;
}

#buyit2 a:hover table{
	background: #e1e1e1;
	color: #660000;
}

#buyit2 a:active table{
	background: #eeeeee;
	color: #660000;
}
	
/****************************** makes a calculate shipping box ********************************/
	
#calculate{
	font-family: verdana, arial;
  	clear: right;
	width: 200px;
	background: #FFFFFF;
	height: 120px;
	padding: 0;
	margin: 0px 6px 0px 6px;
	border-top: 2px solid #660000;
	border-left: 2px solid #660000;
	border-right: 2px solid #660000;
	border-bottom: 2px solid #660000;
	text-align: center;
}

#calculate h2{
	font-size: 12px;
	width: auto;
	margin: 0px 0px 6px 0px;
	padding: 6px;
	color: #660000;
	background: #E5CDA7;
	text-align: center;
	line-height: 1em;
	}
	
.shippingtitle {
	font-size: 12px;
	font-family: verdana, arial;
	color: #909090;
	font-weight: bold;
	}
	
.shippingtotal {
	font-size: 10px;
	font-family: verdana, arial;
	color: #FF0000;
	font-weight: bold;
	}

/************************************* pagination breadcrumbs ***************************/

#pagination{
	display: block;
	width: auto;
	float: right;
    clear: both;
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	margin: 0px 10px 0px 0px ;
}


#pagination td{
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}


#pagination a{
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#pagination a:hover{
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #660000;
	text-decoration: underline;
}

#pagination a:active{
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}


#pagination strong{
	font-weight: bold;
	color: #000000;
}


/************* crumbs ***************/

.breadcrumbs{
	font-family: Verdana,Arial, Helvetica;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
}

.breadcrumbs a{
	background: #FFFFFF url(images/next.gif) no-repeat  right; 
 	color: #666666;
	font-family: Verdana,Arial, Helvetica;
	padding: 3px 8px 3px 3px;
	margin: 0px  4px 0px 0px;
	text-decoration: none;
}

.breadcrumbs a:hover{
	background: #FFFFFF url(images/next2.gif) no-repeat  right; 
	color: #CCCCCC;
	text-decoration: none;
}

.breadcrumbs a:active{
	background: #FFFFFF url(images/next3.gif) no-repeat  right; 
	color: #000000;
	text-decoration: none;
}


.breadcrumbs strong{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/********************* cat_box styles the images text descriton on the cat pages div are added on the widget page *************/


#cat_box{
	float: left;
	height: 150px;
	width: 140px;
	margin: 6px;
	padding: 6px;
	background: #FFFFFF;
	color: #660000;
	border: solid 2px #E5CDA7;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
}

#cat_box img{
	border-style: none;
	padding: 4px;
}


#cat_box_items{
	float: left;
	height: 190px;
	width: 140px;
	margin: 6px;
	padding: 6px;
	background: #FFFFFF;
	color: #660000;
	border: solid 2px #E5CDA7;
	text-align: center;
	font-family: verdana, Arial, helvetica;
	font-size: 10px ;
	font-weight: normal;
}

#cat_box_items img{
	border-style: none;
	padding: 4px;
}



#details{
	color:#000000;
	text-align: left;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 6px 0px 20px;	
}

#details h3{
	color:#660000;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 22px;
	font-weight: normal;
	padding: 0px 6px 0px 6px;
	line-height: normal;	
}

#details{
	color:#000000;
	text-align: left;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 6px 0px 6px;	
}

#detail_image{
	color:#666666;
	text-align: center;
	font-family: arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 6px 0px 6px;
	float: left;
	width: 350px;
}

#detail_image img{
	border: none;
	padding: 0px 0px 6px 0px
	}
	
	
/*************** shopping cart styles ala spencer **********************/

#shopping_cart {
	margin: 10px 0px 20px 10px;
	text-align: left;
}

#shopping_cart h1 {
	text-align:left;
	margin: 6px 20px 6px 6px;
	padding: 0px 0px 9px 0px;
}

#shopping_cart_table {
	font-size: 1em;
	margin-top: 10px;
	width: 98%;
	border-collapse: collapse;
}

#shopping_cart_table thead {
	font-size: 1.1em;
	background-color: #CCCCCC;
	font-family: Arial, sans-serif;
}

#shopping_cart_table th, #shopping_cart_table td {
	vertical-align: top;
	padding: 4px;
}
#shopping_cart_table th {
	text-align: left;
}

.cart_sub_total, .cart_unit_price {
	font-weight: bold;
}

#qty_submit_box {
	width: 98%;
	border-bottom: 2px solid #999999; 
	height: .8em;
	margin-bottom: 1.5em;
}

#update_qty_submit {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	color: #777777;
	font-weight: bold;
}	

#update_qty_submit:hover {
	background-color: #666666;
	color: #FFFFFF;
}	

#update_qty_submit:active {
	color: #CCCCCC;
	border: 1px solid #000000;
}

#cart_footer {
	border-top: 2px solid #999999;
	clear: both;
	margin-bottom: 5px;
}

#cart_footer p {
	width: 65%;
	text-align: right;
}

#cart_links {
	margin-top: 10px;
	width: 65%;
	text-align: right;
}

#cart_totals {
	margin-right: 20px;
	float: right;
	width: 30%;
	margin-bottom: 5px;
}
#cart_weight_total,
#cart_grand_total {
	text-align: right;
	font-weight: bold;
	color: #444444;
	font-size: 1.3em;
	margin-top: 5px;
}
#cart_sub_total,
#cart_tax_total,
#cart_shipping_total {
	font-size: 1.2em;
	text-align: right;
	font-weight: normal;
	color: #444444;
	margin-top: 5px;
}

#cart_actions {	
	clear: both;
	font-size: .9em;
	margin-top: 15px;
	margin-right: 20px;
	width: 90%;
	background-color: #660000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

#cart_actions h2 {
	color: #FFFFFF;
	margin-bottom: 5px;
	display: inline;
}

.checkout_button {
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px 3px;
	background-color: #777777;
	border: 1px solid black;
	font-weight: bold;
	margin: 0px 5px;
}

.checkout_button:hover {
	background-color: #AAAAAA;
}

.checkout_button:active {
	color: #000000;
}

.item_promo_message {
	background-color: #FFFFCC;
	padding: 2px 5px;
	border: 1px dashed #777777;
	line-height: 1.5em;
	margin: 5px 0px 5px 0px;
}
.item_promo_message em {
	text-decoration: underline;
	font-weight: bold;
}

#cart_submit_bar {
	clear: both;
	width: 98%;
	text-align: center;
}

/******************** welcome and flash on the index ***************/

#welcome{
	width: auto;
	height: 102px;
	background: #450100 url(images/welcome_bg.jpg) center no-repeat;
	margin: 0px 0px 6px 0px;
	
	}
	
#greeting{
	color: #E5CDA7;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
	line-height: 15px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	}

#greeting h1{
        color: #E5CDA7;
        font-family: Arial, Helvetica;
        font-size: 14px;
        font-weight: normal;
        vertical-align: middle;
        line-height: 15px;
        padding: 0px 10px 0px 10px;
        margin: 0px;
        }
	
#greeting h2{
	color: #E5CDA7;
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-top: 0px;
	padding-top: 6px;
	line-height: normal;
	}
	
#greeting a{
	color: #E5CDA7;
}
#greeting h1 a{
	color: #E5CDA7;
}
	
	/*************** flash box ************************/
	
	#flashbox{
		background: #450001;
		color: #FFFFFF;
		width: 100%;
		height: 265px;
		margin: 0px;
		padding: 0px;
		text-align: center;		
	}
	
	
		#flashbox a{
		color: #cccccc;		
	}	
	
	
/*************** security badge ***************************/

/* #secure{
	position:fixed;
	_position:absolute;
	bottom:0px;
	left:0px;
	clip:rect(0 100 85 0);
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);
	} */
	
/*********************** the excerpt on the wp home page *******/	
	
#excerpt{
	float: left;
	height: auto;
	display:inline;
	border-bottom: solid 2px #660000;
	text-align:left;
}

/********************** OLT header /sig on the wp  home page **************/

#olt{
	width: auto;
	height:66px;
	background: url(images/olt_tile.jpg) repeat-x;
	margin: 6px 6px 0px 6px;
}

/************* wheres my order page ****************/

#myorder{
	display: block;
	margin-top: 20px;
}


