@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {
	line-height: 1;
	background:#490000 url(../images/index/bg_repeat.jpg) left top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	text-indent:-9999px;
}

h3 {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#9e2a24;
	font-size:20px;
	padding-bottom:10px;
	font-weight:normal;
}

p.shopping_cart {
	padding-left:20px;
	background:url(../images/buttons/shopping_cart.jpg) left top no-repeat;
}

p,td {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#222222;
	font-size:12px;
	line-height:1.25em;
}

td {
	vertical-align: middle;
}

table.sep_rows tr {
	border-bottom: 1px #999 solid;
}

table.sep_rows tr.last {
	border: none;
}

table.sep_rows tr.last td {
	font-size: 16px;
	line-height: 32px;
}

table.contact_form {
	margin: 20px;
}

table.contact_form td {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#555;
	font-size:12px;
	line-height:1.25em;
}

table.contact_form input {
	width: 450px;
}

a {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#666666;
	font-size:12px;
	line-height:1.25em;
	text-decoration:underline;
}

a:hover {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#000000;
	font-size:12px;
	line-height:1.25em;
	text-decoration:underline;
}	

a.go_to_cart {
	width: 69px;
	height:18px;
	margin-top:10px;
	text-indent:-9999px;
	background:url(../images/buttons/go_to_cart.jpg) top left no-repeat;
}

a.go_to_cart:hover {
	float:left;
	width: 69px;
	height:18px;
	margin-top:10px;
	text-indent:-9999px;
	background:url(../images/buttons/go_to_cart.jpg) bottom left no-repeat;
}

a.go_to_online {
	float:left;
	width: 168px;
	height:95px;
	margin-top:20px;
	text-indent:-9999px;
	background:url(../images/buttons/online_store_tab.jpg) top left no-repeat;
}

a.go_to_online:hover {
	width: 168px;
	height:95px;
	margin-top:20px;
	text-indent:-9999px;
	background:url(../images/buttons/online_store_tab.jpg) bottom left no-repeat;
}

/*********** Container Items *************/

#main_container {
	width:940px;
	padding-left:20px;
	height:auto;
	background:url(../images/backgrounds/content_bg_repeat.png) top repeat-y;
}

#main_container_bottom {
	position:relative;
	width:960px;
	height:18px;
	background:url(../images/backgrounds/content_bottom.png) top left no-repeat;
}

#header {
	position:relative;
	width:920px;
	height:75px;
	background-color:#FFFFFF;
}

/********* Container Elements ********/

#logo {
	float:left;
	margin-left:8px;
	margin-top:12px;
	width:386px;
	height:52px;
	background:url(../images/index/logo.jpg) top left no-repeat;
}

#shopping_cart {
	float:right;
	margin-right:8px;
	margin-top:12px;
}

#banner {
	position:relative;
	width:920px;
	height:128px;
	padding:8px;
	padding-bottom:0px;
}

#inner_top_shadow {
	position:relative;
	height:12px;
	width:920px;
	background:url(../images/backgrounds/inner_content_top.jpg) top left no-repeat;
}

#inner_repeat {
	position:relative;
	width:920px;
	height:auto;
	background:url(../images/backgrounds/inner_content_repeat.jpg) top left repeat-y;
}

#inner_content_bottom {
	position:relative;
	height:11px;
	width:920px;
	background:url(../images/backgrounds/inner_content_bottom.jpg) top left no-repeat;
}
	
/********** Navigation ***************/

#nav_bar {
	background-color:#000000;
	height:20px;
	margin-left:8px;
	margin-right:8px;
	padding:6px 0 2px;
	position:relative;
	width:904px;
}

#nav_bar ul {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	font-size: 12px;
	color: #FFF;

}

#nav_bar li {
	list-style-type: none;
	display: inline;
}

#nav_bar li a {
	text-decoration: none;
	padding: 7px 20px;
	color: #FFF;
}

#nav_bar li a:hover {
	color: #000;
	background-color:#FFF;
	padding: 7px 20px;
}

/******* Content area**********/

#content_container {
	float:left;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;	
	padding-top:10px;
	padding-bottom:10px;
	padding-right:20px;	
	width:650px;
	height:auto;
	border-right:solid thin #999999;
}

#right_bar {
	float:right;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;	
	padding-top:10px;
	padding-bottom:10px;	
	width:160px;
	height:auto;
}

#side_bar {
	float:right;
	width:185;
	height:auto;
}

#clear {
	clear:both;
}


/****** table styles *******/

input.sign_up {
	width:100px;
	float:right;
}

/*****image thumbs*********/

#thumbs {

}

#tina {
	float:left;
	width:109px;
	height:73px;
	margin-top:20px;
	padding-left:76px;
	background:url(../images/pictures/tina_portrait.jpg) top left no-repeat;
}

/***** Shop Styles ******/

ul.category {
	padding: 0px;
	margin: 0 15px 0 0;
}

ul.category li a {
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	display: block;
	border-bottom: 1px solid #aaa;
}

ul.category li.selected a {
	color: #000;
}

ul.category li a:hover {
	text-decoration: underline;
}

div.product {
	display: block;
	clear: both;
	border-bottom: 1px #999 solid;
	margin: 0 0 10px 0;
	width: 450px;
}

div.product p.image {
	clear: left;
	float: left;
	width: 160px;
	height: 190px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.product h3.title {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

span.caption {
	font-size: 12px;
	display: block;
	color: #555;
	float: left;
	margin: 10px 0;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
}

div.product p.details a {
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	color: #9E2A24;
	margin-left: 10px;
}

div.product span.dimensions {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-style: italic;
	color:#222;
	font-size:12px;
	line-height:1.25em;
	font-size: 12px;
	margin: 20px 0 0;
	display: block;
}

div.product span.price {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#222;
	font-size:12px;
	line-height:1.25em;
	font-size: 12px;
	margin: 0 0 10px;
	display: block;
}

div.product span.price span {
	color: #9E2A24;
}

div.product a.viewdetails {
	background: url(../images/buttons/view_details.jpg) top left no-repeat;
	float: left;
	display: block;
	width: 79px;
	height: 18px;
	margin: 0 0 10px;
}

div.product a.addtocart, div.product_large a.addtocart {
	background: url(../images/buttons/add_to_cart.jpg) top left no-repeat;
	float: left;
	display: block;
	width: 75px;
	height: 18px;
	margin: 0 10px 10px;
}

div.product a.addtocart:hover, div.product a.viewdetails:hover, div.product_large a.addtocart:hover {
	background-position: bottom left;
}

div.product_large {

}

div.product_large div.image {
	max-height: 300px;
	width: 450px;
	margin: 10px;
	position: relative;
}

div.product_large p.details {
	font-size: 12px;
}

div.product_large span.dimensions {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-style: italic;
	color:#222;
	font-size:14px;
	line-height: 22px;
	font-size: 14px;
	margin: 20px 0 0;
	display: block;
}

div.product_large span.price {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#222;
	font-size:14px;
	line-height: 22px;
	margin: 0 0 10px;
	display: block;
}

div.product_large span.price span {
	color: #9E2A24;
	font-size:14px;
}


span.breadcrumb {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#555;
	font-size:12px;
	height: 30px;
	display: block;
}

span.breadcrumb a {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#555;
	font-size:12px;
	text-decoration: none;
}

span.breadcrumb a:hover {
	text-decoration: underline;
}

div.product_toolbox {
	border-bottom: 1px #999 solid;
	border-top: 1px #999 solid;
	height: 30px;
	margin-bottom: 20px;
}

div.product_toolbox span {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#222;
	font-size:12px;
	line-height: 28px;
}

div.product_toolbox select {
	margin: 5px 20px 0  0;
	background: white;
	border: 1px #ccc solid;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	color:#555;
	font-size:11px;
	font-style: italic;
	background-image: url(../images/buttons/view_details.jpg);
}

.imgbox {
	position: absolute;
	height: 30px;
	background: #333;
	width: 200px;
	display: none;
	left: 50%;
	margin-left: -100px;
	z-index: 1010;
	border: 5px white solid;
}

.imgbox img {
	margin: 30px 60px 60px;
}

.imgbox a.btn_close {
	float: right;
	display: block;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	background: #212132;
	margin-right: -5px;
	margin-top: -5px;
}

.imgbox a.btn_close:hover {
	background: #29293f;
}

span.pages a {
	line-height: 29px;
	margin: 0 2px;
	text-decoration: none;
}

a.more_link {
	float: right;
}

a.prev_link {
	float: left;
}

input#nofill {
	display: none;
}

div.search {
	height:19px;
	padding-top:4px;
	position:absolute;
	right:15px;
	top:0;
	width:167px;
}

div.search input {
	background:url("../images/backgrounds/search.png") no-repeat scroll center center transparent;
	border:medium none;
	color:white;
	float:left;
	font-style:italic;
	height:19px;
	padding:0;
	width:131px;
	font-size: 12px;
}

a.btn_go {
	background:url("../images/buttons/go_search_button.jpg") no-repeat scroll center top transparent;
	display:block;
	float:left;
	height:19px;
	width:36px;
}

div.slideshow#banner {
	position: relative;
}

div.slideshow#banner div.slide {
	position: absolute;
	width: 904px;
	height: 128px;
	display: none;
}

ul.cart_items {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px #999 solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

ul.cart_items h2 {
	color:#9E2A24;
	font-weight: bold;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:12px;
	line-height:1.25em;
}

ul.cart_items h2 span {
	color:#222222;
	font-weight: bold;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:12px;
	line-height:1.25em;
}


