body {
	background: #960b00 url('./bg.png') repeat-x top left;
	margin: 0;
	padding: 0;
	font: 12px Arial;
	color: #672d2d;
    text-align: center;
}

img { border: 0; }
a { color: #672d2d; }
a:hover { text-decoration: underline; }

#top {
	background: #a31607;
	height: 28px;
	color: #fff;
	border-bottom: solid 1px #d53423;
}

#top a {
	color: #fff;
    text-decoration: none;
}

#top .content {
	width: 900px;
	padding: 6px;
	margin: 0 auto;
}

#top .content .left {
    padding-top: 2px;
}

.left {float: left;}
.right {float: right;}

#main {
	width: 914px;
	margin: 0 auto;
    text-align: left;
}

#logo {
	margin: 22px 0;
    background: url('logo.png') no-repeat;
    _background-image: url('logo-ie.png');
}

#content {
	background: #fff url('border.png') repeat-y top left;
	padding: 0 8px;
}

#content-top {
    padding: 0;
    margin-bottom: -3px;
    height: 11px;
    font-size: 2px;
	background: #a31607 url('border-top.png') no-repeat top left;
}

#content-top.home {
    margin-botton: 0;
    background: none;
    height: auto;
}

#nav {
	background: #fff url('nav-bg.png') repeat-x top left;
	height: 51px;
	font: bold 15px Tahoma,Geneva,sans-serif;
}

#nav a {
	display: block;
	padding: 13px 11px;
	margin: 2px 0;
	height: 20px;
	float: left;
    text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a.current {
	background-color: #d98900;
	color: #fff;
}

#nav .sep {
	background: transparent url('nav-sep.png') no-repeat top left;
	width: 3px;
	height: 50px;
	float: left;
}

#body {
	padding: 8px;
}

.title {
	background-color: #bababa;
	height: 32px;
	clear: both;
}

.title h1 {
    text-align: left;
	float: left;
	width: 220px;
	padding: 7px 0 0 7px;
	height: 25px;
	font: bold 14px Verdana,Geneva,sans-serif;
	text-transform: uppercase;
	margin: 0;
	background: url('title.png') repeat-x top left;
	color: #fff;
}

.title h1 a {
    color: #fff;
}

.title .title-right {
	float: left;
	width: 31px;
	height: 32px;
	background: url('title-right.png') no-repeat top left;
}

.title .right {
	padding: 7px 8px;
	color: #7e0101;
}

.title .right a {
	text-decoration: underline;
}

.items.bordered {
	border: solid 1px #f6a823;
	padding: 1px;
}

.items, #news {
	margin-bottom: 13px;
}

.items .item {
	float: left;
	width: 220px;
}

.items .item.first {
	width: 222px;
}

.items.bordered .item.first {
	width: 218px;
}

.items .item .img {
	text-align: center;
	padding-top: 20px;
	height: 125px;
	border-bottom: dashed 1px #b5b5b5;
	border-left: dashed 1px #b5b5b5;
}

.items .item .desc {
	margin-top: 1px;
	background: #DFDFDF;
	border-left: dashed 1px #b5b5b5;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
}

.items .item.first .img, .items .item.first .desc {
	border-left: none;
}

#news .item {
	float: left;
	width: 400px;
	color: #7e0101;
	padding: 20px;
}

#news .item .more {
	float: right;
	padding-top: 10px;
	font-weight: bold;
}

#news .item .more a {
	text-decoration: underline;
}

#footer {
	background: url('border-bottom.png') no-repeat top left;
	height: 80px;
	color: #ffb2b2;
	padding: 10px;
}

#footer a {
	color: #ffb2b2;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer-logo {
    float: right;
    width: 77px;
    height: 77px;
    background: transparent url('footer-logo.png') no-repeat top left;
}

#item .desc {
    text-align: center;
    padding-right: 370px;
}

#item .desc p {
    font-size: 16px;
}

#item .desc .purchase {
    background-color: #BABABA;
    font-weight: bold;
    font-size: 17px;
    width: 310px;
    margin-top: 20px;
    line-height: 27px;
    padding: 5px;
    margin: auto;
    text-align: center;
}

#qty_hint {
    font-weight: normal;
    font-size: 13px;
    color: #cc0000;
}

#item .info {
	float: right;
	width: 360px;
}

#item .info .img {
    font-size: 18px;
    font-weight: bold;
	text-align: center;
	padding-top: 20px;
	border-left: dashed 1px #b5b5b5;
}

#item .info .pricing {
	margin-top: 1px;
	background: #dfdfdf;
	border-top: dashed 1px #b5b5b5;
	border-left: dashed 1px #b5b5b5;
	text-align: center;
	padding: 8px 0;
	font-weight: bold;
	font-size: 14px;
}

.pricing table {
    margin: auto;
    border-spacing: 0;
    text-align: left;
}

.pricing table td, .pricing table th {
    padding: 5px;
}

.pricing table td {
    font-weight: normal;
}

.pricing table .qty {
    text-align: right;
}

.pricing table tr.active {
    background-color: #BABABA;
}

.summary th {
    text-align: right;
    font-weight: bold;
    width: 150px;
}

.summary td {
    text-align: right;
    width: 60px;
    padding-right: 90px;
}

.address_form th {
    text-align: right;
    font-weight: bold;
    font-size: 13px;
}

.custom td {
    text-align: left;
    padding: 0;
}

.custom th {
    text-align: left;
    font-size: 15px;
    padding-right: 10px;
}

.custom label {
    font-weight: bold;
    font-size: 18px;
}

h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
}

.label {
    text-align: right;
}

.error {
    color: #ff0000;
    font-weight: bold;
}

input.qty {
    width: 50px;
    text-align: right;
}

.bigbutton {
    font-size: 20px;
    font-weight: bold;
}

table.cart {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

table.cart td, table.cart th {
    padding: 5px;
}

input.add {
    width: 180px;
    height: 60px;
    font-weight: bold;
    font-size: 18px;
}

.checkout, .checkout-right {
    float: left;
    width:430px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.checkout-right {
    border-left: 1px dashed #B5B5B5;
    padding-right: 0;
    padding-left: 10px;
}

#faq .question {
    margin-bottom: 0;
    font-size: 19px;
}

.question:hover {
    cursor: pointer;
    text-decoration: none;
}

.question {
    text-decoration: underline;
}

#faq .answer {
    margin: 2px 0 15px;
    font-size: 14px;
    text-align: center;
}
