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

A:link {
	color:#990000;
}
A:visited {
	color:#990000;
}
A:active {
	color:#990000;
}
A:hover {
	color:#990000;
}


body {
	margin-left: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#layout {
	width:766px;
}


#header {
	width:766px;
	height:270px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
}


#logo {
	height:89px;
	width:262px;
	position:relative;
	top:33px;
	left:170px;
}


#category {
	width:262px;
	height:89px;
	position:relative;
	top:45px;
	left:200px;
	font-size:12px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



#buttons {
	 width:766px;
	 height:15px;
	 background-color:#b50f03;
}



#Category2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0001D9;
	position: relative;
	width: 170px;
	top: 17px;
}


#go_button {
	position: relative;
	top: 25px;
	left: 5px;
}


#spacer {
	height:5px;
}


#body {
	height:675px;
	background-color:#b50f03;
	width: 766px;
}

#box_left {
	height: 201px;
	width: 272px;
	background-image: url(images/featured_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	background-position: right;
	padding-right: 10px;
	padding-top: 20px;
}


#box_right {
	height: 201px;
	width: 272px;
	background-image: url(images/featured_bg.png);
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	padding-left: 10px;
	background-position: left;
	padding-top: 20px;
}

#box_left #product_picture {
	height: 190px;
	width: 135px;
	float: left;
	position: relative;
	top: -5px;
	left: 8px;
	overflow: hidden;
}
#box_left #product_info {
	height: 190px;
	width: 125px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	position: relative;
	top: 0px;
}


#box_right #product_picture {
	float: right;
	height: 190px;
	width: 135px;
	margin-right: 12px;
}

#box_right #product_info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height: 190px;
	width: 125px;
	position: relative;
	top: 0px;
	float: left;
	margin-left: -2px;
}

#category-list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #E3DFDE;
	width: 179px;
	height: 630px;
	float: left;
	margin-left: 7px;
	margin-top: 10px;
	padding: 7px;
	list-style-image: url(../shop/images/bg_list.gif);
	line-height: 20px;
}
#category-list .header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#product_info .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dark_bg {
	background-image: url(images/dark_bg.png);
}
#banner {
	height: 144px;
	width: 766px;
	margin-top: 10px;
	margin-bottom: 10px;
}


#body #category-list .boxText .categories .bg_list a {
	list-style-image: url(../shop/images/bg_list.gif);
}
