@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
ul {
    padding-left:1.2em;
}
h1, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5em;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #920031;
}
h1 {
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
}
p {
	line-height: 1.5em;
} 
a img {
	border: none;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #920031;
}
blockquote {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 5px 0;
	line-height: 1.5em;
}
blockquote label {
	color: #920031;
	font-weight: bold;
	display: block;
	margin-bottom: 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.accessibility {
	display: none;
}
#background {
	width: 850px;
	margin: 0 auto;
	background-color: #920031;
	padding-bottom: 30px;
}
#header {
	height: 362px;
	background-image: url(../images/header.jpg);
}
#navigation {
	height: 38px;
	background-image:url(../images/bg_menu.png);
	background-repeat: repeat-x;
}
#submenu {
	width: 800px;
	margin: 0 auto;
	height: 27px;
	background-image: url(../images/bg_submenu.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#submenu ul{
	display: inline;
	list-style-type: none;
	margin: 0 auto;
}
#submenu ul li{
	display: inline;
	line-height: 19px;
}
#submenu ul li a{
	color: #000;
	font-weight: normal;
	font-size: 0.75em;
	padding: 0 30px;
}
#main {
	background-position: bottom left;
	background-image:url(../images/bg_body.png);
	background-repeat: no-repeat;
	width: 720px;
	margin: 0 auto;
	background-color: #E9E4BF;
	padding: 30px 40px;
}
#navigation ul {
	width: 485px;
	height: 38px;
	margin: 0 auto;
	list-style-type: none;
}
#navigation ul li {
	display:inline;
}
#navigation ul li a img {
	display:block;
	float: left;
}
.clear-left {
	clear: left;
}
.clear-both {
	clear: both;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #920031;
}
#footer {
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	font-size: 0.75em;
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer a {
	color: #666666;
	font-weight: normal;
}
#footer a:hover {
	color: #FFF;
}

#shopping {
	width: 180px;
	height:52px;
	background-image: url(../images/bg_checkout.png);
	background-repeat: no-repeat;
	padding: 16px 15px 0 15px;
	font-size: 10px;
	float: right;
	margin-right: 38px;
}
#shopping-left {
	float:left;
	width:120px;
	margin-bottom: 5px;
}
#shopping-left img {
	vertical-align: middle;
}
#shopping-right {
	float: right;
	width: 60px;
	text-align: right;
}
hr {
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	width: 100%;
	border: 0;
	clear:left;
	margin: 5px 0;
}
.checkout-box {
	background-color: #FFF;
	border: 1px solid #920031;
}
.basket-items {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	clear: left;
}
.basket-items tr th {
	padding: 5px;
	color: #920031;
	font-size: 14px;
}
.basket-items tr td {
	padding: 5px;
	font-size: 12px;
}
#options a {
	width: 145px;
	margin-right: 15px;
	float: left;
}
a.button {
	display: block;
	background-color: #920031;
	color: #FFF;
	padding: 8px 10px;
	text-align: center;
}
#options a.large {
	width: 160px
}
a.button:hover {
	background-color: #B49F64;
	color: #920031;
}
#options a.last {
	margin-right: 0;
}
#top {
	border-bottom: 1px solid #FFF;
	height: 20px;
	margin-bottom: 5px;
}