/*---- Page Atributes ----*/
body {
	margin: 0;
	background-color: #7a5017;
	background-image: url('images/static/bs-bkgnd.gif');
	background-repeat: repeat-y;
	font-family: 'Verdana', 'Geneva', sans-serif;
	font-size: 12px;
}
#container
{
	width: 710px;
	margin: 0 0 0 50px;
	padding: 5px;
}
img
{
	border: none;
}

/*---- Text Atributes ----*/
h1
{
	font-size: 18px;
}
h2
{
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
}
h2 a
{
	color: #000000;
}
#results_nav
{
	float: right;
}
.Red
{
	color: #BF1F06;
}


/*---- Header ----*/
#Header {
	margin: 5px;
}

/*---- Side Bar Navigation ----*/
#SideBar {
	float: left;
	width: 160px;
	list-style-type: none;
	margin: 5px;
	padding: 0 0 28px 0;
	background-color: #663300;
	background-image: url(images/static/nav-stripe.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-transform: uppercase;
}
#SideBar li {
	border-bottom: 1px solid #ffffff;
	padding: 5px 10px;
}
#SideBar form
{
	margin: 0;
}
#SideBar a {
	text-decoration: none;
	color: #CCCC99;
}
#SideBar a:hover {
	color: #ffffff;
}
#SideBar ul
{
	display: none;
	list-style-type: none;
	padding: 5px 0 0 10px;
	margin: 0;
}
#SideBar ul li
{
	border-bottom: none;
	padding: 0;
}
.navigation_arrow, #SideBar li img
{
	display: block;
	float: right;
	margin-left: 5px;
}

/*---- Body Content ----*/
#Content {
	float: left;
	margin: 5px;
	padding: 0;
	width: 525px;
}
#Content ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
}
#Content ul h2
{
	margin-top: 0;
	padding-top: 35px;
	background-image: url(images/static/nav-stripe.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#Content li
{
	float: left;
	width: 160px;
	height: 215px;
	margin: 5px;
	text-align: center;
}
#Content li a
{
	color: #000000;
	text-decoration: none;
}

.model_name_photo
{
	display: block;
	text-align: center;
	height: 150px;
}

#product_image
{
	float: left;
	margin: 0 10px 10px 0;
}
#product_description
{
	width: 290px;
	margin: 0;
	padding: 0;
	float: left;
}
#product_description table
{
	width: 290px;
	margin: 5px 0;
	padding: 0;
}
#product_description thead
{
	background-color: #663300;
}
#product_description th
{
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
#product_description td
{
	border: none;
}
#add_sku
{
	display: block;
}
#add_quantity
{
	width: 20px;
}
#add_submit
{
	display: block;
	margin-top: 5px;
}

/*---- Product Photos ----*/
#product_image, #product_images
{
	float: left;
	width: 225px;
	margin: 0 10px 10px 0;
}
#PhotoFrame
{
	margin-top: 1em;
}
#PhotoGallery li
{
	float: left;
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
}
#PhotoGallery a:hover
{
	color: #6C167E;
}
#PhotoGallery img
{
	border: solid 1px;
}

/*---- Footer ----*/
#Copyright {
	width: 690px;
	margin: 5px;
	padding: 5px;
	clear: both;
	background-color: #663300;
	color: #ffffff;
	text-align: center;
}

/*---- Shopping Cart ----*/
#Cart
{
	position: absolute;
	top: 0px;
	left: 940px;
	width: 245px;
	margin: 0;
	padding: 0 0 35px 0;
	background-color: #FFFFFF;
	background-image: url(images/static/product-stripe.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	font-size: 0.8em;
}
#Cart form
{
	margin: 0;
	padding: 0;
}
#Cart h1
{
	padding: 35px 10px 5px 10px;
	margin: 0;
	background-image: url(images/static/nav-stripe.gif);
	background-position: top;
	background-repeat: repeat-x;
}
#Cart ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Cart li
{
	margin: 5px 10px;
	padding: 0 0 5px 0;
	border-bottom: dotted #000000 thin;
}
#Cart em
{
	display: block;
}
#Cart input
{
	width: 1em;
}
#Cart p
{
	margin: 10px 10px 5px 10px;
}
#Cart p a
{
	color: #000000;
	text-decoration: none;
}
#Cart p a:hover
{
	text-decoration: line-through;
}
#Cart button
{
	display: block;
	margin: 1em auto 0 auto;
}
p.availability
{
	display: none;
}

/*##### Links #####*/
#Links li
{
	height: auto;
	text-align: left;
}
#Links a
{
	display: block;
	padding: 0.5em 1em;
	border: solid 1px #FFFFFF;
}
#Links a:hover
{
	border-color: #7a5017;
}
#Banners li
{
	float: none;
	width: auto;
	height: auto;
	margin: 2em 0;
	text-align: left;
}
#Banners img
{
	display: block;
}
#BannersNote
{
	clear: both;
}