html, body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Sans Serif;
	color: #860b0b;	
}
div#outer {
	background: url(../images/left_gradient2.png) top left repeat-y; 	
}
div#inner {
	background: url(../images/right_gradient2.png) top right repeat-y; 
	padding: 0px 15px 0px 15px;
}
div#header {
	background: #c01010 url(../images/header.png) top right no-repeat;
	height: 180px; 
}
div#header label {
	color: #fff;
}
div#customer_login {
	position: absolute;
	top: 160px;
	left: 40px;
}
div#customer_login div.error {
	position: absolute;
	top: -45px;
	border: 2px solid red;
	padding: 10px;
	background: white;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
}
div#header label {
	padding-right: 10px;
}
div#customer_login input {
	margin-right: 10px;
	background: #ffc5c5;
	border: 1px solid #eee;
}
.customer,.customer a {
	color: white;
}
.customer a {
	color: white;
	text-decoration: underline;
}
img#logo {
	float: left;
	margin: 15px 10px 10px 20px;
}
h1#title {
	margin: 0px 0 10px 0;
	padding: 20px 0 0 0;
	color: #fff;
	font-size: 1.6em;
	text-transform: uppercase;
}
h2#subtitle {
	color: white;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
	color: #fff;
	/*font-weight: normal;*/
	text-transform: uppercase;
}

div#topmenu {
}
div#topmenu ul {
	list-style: none;
	padding: 0;
}
div#topmenu li {	
	padding: 0px;
	margin: 0px;
}
div#topmenu li a {
	margin: 0;
	display: block;
	height: 25px;
	width: 170px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background:url("../images/button.png") top left no-repeat;
}
div#topmenu li a:hover, div#topmenu li a:hover span {
	color: #c01010;
	text-decoration: none;
}

div#topmenu li a span
{
	line-height: 25px;
	height: 25px;
	padding: 0px 10px;
	color: #860b0b;
	display:block;
	/*text-align: right;*/
}



div#menubar {
	height: 30px;
	overflow: hidden;
	background: url(../images/menu_gradient.png) top left repeat-x;
	border-bottom: 1px solid #860b0b;
}
div#menubar ul {
	float: left;
	list-style: none;
	position: relative;
	left: 200px;
	top: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid white;
	height: 30px;
	overflow: hidden;
}
div#menubar li {	
	padding: 0;
	margin: 0;
	float: left;
	border-left: 1px solid white;
}
div#menubar li a {
	float: left;
	height: 30px;
	margin: 0;
	padding: 7px 10px 0 10px;
	font-size: 12px;
	display: block;
	color: white;
	font-weight: bold;
	vertical-align: center;
}
div#menubar li a:hover {
	background: url(../images/metal.png) top left repeat-x;
	color: #860b0b;
	text-decoration: none;
}


div#lt {
	height: 15px;
	background: url(../images/left_top_gradient.png) top left no-repeat; 	
}
div#rt {
	height: 15px;
	background: url(../images/right_top_gradient.png) top right no-repeat; 	
}
div#top {
	height: 15px;
	background: url(../images/top_gradient.png) top left repeat-x; 	
	margin: 0 15px 0 15px;
}
div#lb {
	height: 15px;
	background: url(../images/left_bottom_gradient.png) top left no-repeat; 	
}
div#rb {
	height: 15px;
	background: url(../images/right_bottom_gradient.png) top right no-repeat; 	
}
div#bottom {
	height: 15px;
	background: url(../images/bottom_gradient.png) top left repeat-x; 	
	margin: 0 15px 0 15px;
}
.lang {
	display: block;
	position: absolute;
	left: 30px;
	top: 202px;
}
.lang a {
	padding: 0;
	margin-right: 5px;
}
.lang a img {
	padding: 0;
	margin: 0;
}
a {
	color: #860b0b;
}
#left-sidebar a, #right-sidebar a, #menubar a {
	text-decoration: none;
}
#left-sidebar a:hover, #right-sidebar a:hover, #menubar a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
div.separator {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
	border-bottom: 1px solid #ccc; 
}
/* content column */
div#content-column {
	margin: 10px;
	padding-bottom: 15px;
}
/* left sidebar */
td#left-sidebar {
	background: url(../images/metal.png) top right repeat-y; 
	width: 200px;
}
td#left-sidebar div {
	margin: 10px;
}
td#left-sidebar div div {
	margin: 0px;
}
#left-sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#left-sidebar ul li {
	font-size: 1.2em;
	font-weight: bold;
	color: #860b0b;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#left-sidebar ul li a {
	color: white;

}
#left-sidebar ul li ul {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#left-sidebar ul li ul li {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
}
#left-sidebar ul li ul li a {
	color: #333;
}
/* right sidebar styles */
td#right-sidebar {
	background: url(../images/metal.png) top right repeat-y; 
	width: 200px;
}
td#right-sidebar div {
	margin: 10px;
}
td#right-sidebar div div {
	margin: 0px;
}
#right-sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#right-sidebar ul li {
	font-size: 1.2em;
	font-weight: bold;
	color: #860b0b;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#right-sidebar ul li a {
	color: white;

}
#right-sidebar ul li ul {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#right-sidebar ul li ul li {
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
}
#right-sidebar ul li ul li a {
	color: #333;
}
#login-box {
	position:absolute;
	left: 30px;
	top: 30px;
}
h3 {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
form {
	margin:0;
}
.searchform h3 {
	font-size: 12px;
}
form#searchform input {
	float: left;
	display: block;
	height: 16px;
	width: 150px;	
	margin: 0px 0px 10px 0px;
	background: #FFFFFF;
	border: 1px solid #AAA;
}
form#searchform button {
	float:left;
	height:20px;
	width: 20px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: none;
	border: none;
}
form#searchform button img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
div.basket {
	margin: 0 0 10px 0px;
}
div.basket h3 {
	font-size: 12px;
}
div#footer {
	font-size: 0.8em;
	margin-left: 15px;
}
div#footer p {
	float: right;
	height: 14px;
	margin: 0 15px 0 0;
}
table.orders thead {
	background: #cecece;
}
table#content td table.orders td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #cecece;
}
#error_area ul li {
	color: #f00;
}
/* bottom menu */
div#bottommenu {
	border-left: 1px solid black;
	height: 14px;
}
div#bottommenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#bottommenu ul li {
	float: left;
	color: black;
	margin: 0;
	padding: 0;
	height: 14px;
	border-right: 1px solid black;
}
div#bottommenu ul li a {
	display: block;
	color: black;
	padding: 0 5px;
}
.page_title {
	margin: 0 0 15px 0;
}