body {
	background: url(img/background.png);
	font-size: 100%;
	line-height: 0.8em;
}

.logoarea {
	border: 1px solid #000;
	background: #000 url(img/logoarea.jpg) no-repeat;
	width: 983px;
	height: 103px;
}

.logoarea img {
	margin: 20px 0px 0px 30px;
}

.navigation {
	background: #000 url(img/navigation.png) repeat-x;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 1px solid #222;
	margin: 0 auto;
	width: 981px;
}

.navigation a {
	background: #000 url(img/navbutton.png) no-repeat;
	border-right: 1px solid #000;
	color: #fff;
	display: block;
	float: left;
	font-size: 0.625em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px 15px 7px 15px;
	margin: 0px;
}

.navigation a:hover {
	background: #bc2323;
}

.whereami {
	background: #000 url(img/whereami.png) repeat-x;
	border: 1px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	width: 961px;
	color: #ccc;
	margin: 0px auto;
}

.whereami p {
	color: #666;
	padding: 5px;
}

.whereami a {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.main {
	border: 2px solid black;
	border-top: none;
	background: #000 url(img/main.png) repeat-x;
	border-top: 1px solid #222;
	width: 981px;
	padding: 20px 0px 0px 0px;
}

.leftbar {
	margin: 0px 0px 30px 10px;
}

.leftbar hr {
	margin: 20px 10px 20px 10px;
}

.shipping {
	margin: 0px 0px 0px 20px;
}

.menu {
	background: #000 url(img/menu.png) repeat-x 0 25px;
	border: 1px solid #222;
	color: #ccc;
	font-size: 0.625em;
	width: 165px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
}

.menu a {
	color: #cbcbcb;
}

.menu a:hover {
	text-decoration: underline;
}

.menu hr {
	border: 0;
	border-top: 1px dotted #7a7a7a;
}

.menu input[type="text"], .menu input[type="password"] {
	background: #101010 url(img/input.png) repeat-x;
	border: 1px solid #2e2e2e;
	color: #ccc;
	font-size: 1em;
	width: 140px;
	height: 15px;
	padding: 4px 0px 4px 4px;
}

.button {
	background: #c33 url(img/button.png) repeat-x;
	border: 1px solid #c33;
	color: #fff;
	cursor: pointer;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 3px;
	height: 20px;
	font-size: 1em;
	text-transform: uppercase;
}

.menutitle {
	border-bottom: 2px solid #871414;
	background: url(img/menutitle.png) repeat-x;
	color: #fff;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
}

.menutitle-black {
	border: 1px solid black;
	background: url(img/menutitle-black.png) repeat-x;
	color: #fff;
	font-weight: normal;
	padding: 5px 0px 8px 10px;
	margin-bottom: 13px;
}

/* .category_menu li, */
/* .category_menu li.expandable, */
/* .category_menu li.collapsable, */
/* .category_menu li.last, */
/* .category_menu li.lastCollapsable { */
/* 	background: #000 url(img/category-menu.png) repeat-x 0 0; */
/* 	padding: 9px 0px 9px 20px; */
/* } */

/* .category_menu li.lastCollapsable, */
/* .category_menu li.lastExpandable { */
/* 	padding: 9px 0px 0px 20px; */
/* } */

/* ul.menu_sub { */
/* 	margin-top: 9px; */
/* 	margin-left: -20px; */
/* } */

/* .treeview .expandable-hitarea, */
/* .treeview div.lastExpandable-hitarea { */
/* 	background: transparent url(img/plus.gif) no-repeat 3px 3px; */
/* } */

/* .treeview .collapsable-hitarea, */
/* .treeview div.lastCollapsable-hitarea { */
/* 	background: transparent url(img/minus.gif) no-repeat 3px 3px; */
/* } */

/* .category_menu a.selected { */
/* 	background: transparent; */
/* 	font-weight: bold; */
/* } */

.treeview li,
.treeview li.collapsable,
.treeview li.expandable
{
	background: #000 url(img/category-menu.png) repeat-x 0 0;
}

.treeview ul.menu_sub li
{
	background: #000;
	padding: 7px 0 7px 20px;
}

.treeview ul.menu_sub li.collapsable
{
	padding-bottom: 0;
}

.treeview li
{
	padding: 9px 0 9px 20px;
}

.treeview menu_sub li,
.treeview a.selected
{
	background: transparent;
}

.treeview .hitarea
{
	width: 9px;
	height: 9px;
	margin-left: -10px;
}

.treeview a
{
	margin-left: 5px;
}

.treeview .collapsable-hitarea
{
	background: url(img/minus.gif) no-repeat;
}

.treeview .expandable-hitarea
{
	background: url(img/plus.gif) no-repeat;
}

.content {
	background: #fff;
	border: 1px solid #212121;
	width: 580px;
	/* padding: 0px 0px 20px 0px; */
	margin: 0px 10px 0px 10px;
	font-size: 0.625em;
}

.content p {
	margin: 0px 0px 20px 15px;
	color: #333;
}

 .content .menutitle-black {
	margin: -5px -10px 13px -10px;
}

.rightbar a {
	color: #c33;
}

.footer {
	background: transparent;
	color: #999;
	margin-top: 10px;
	margin-bottom: 30px;
}

.footer a {
	color: #999;
}

.list-red-arrow {
	list-style-image: url(img/arrow-red.png);
	padding-left: 20px;
}

.list-white-arrow { list-style-image: url(img/arrow-white.png);
	padding-left: 15px;
}

.productbox {
	border: 1px solid #b1b1b1;
	width: 140px;
	height: 240px;
	float: left;
	padding: 10px 15px 0px 15px;
	margin: 0px 10px 20px 10px;
}

.productbox hr {
	border: 0;
	border-bottom: 1px dotted #999;
	margin: 15px 0 15px 0;
	padding: 0;
	width: 100%;
}

.productbox .button {
	margin: 0 0 0 5px;
	padding: 0 15px 3px 15px;
	float: left;
}

.imagebox {
	width: 100%;
	height: 115px;
	text-align: center;
	margin-bottom: 5px;
	padding: 0;
}

.productname {
	font-weight: bold;
}

.price {
	color: #c33;
}

div.prodInfo {
	width: 300px;
}

#searchbox {
	height: 100px;
}

#searchbox .button {
	background: #c33 url(img/search.png) repeat-x;
	background-position: top right;
	padding-right: 25px;
	padding-left: 5px;
}

#cart hr {
	margin: 10px;
}

#cart img {
	margin: 20px 0px 0px 25px;
}

