body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #AE0000;
}

#container, #footer {
	margin: 0 auto 10px auto;
	text-align: left;
	width: 764px;
}

/* Margin/padding clearing code */
form, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #AE0000;
	border-bottom: 1px dashed #AE0000;
}

/* Image replacement code */
#header h1, #searchBox button {
	display: block;
	letter-spacing : -1em;
	text-indent: -1000em;
	overflow: hidden;
}

#header {
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image:url(/media/header_bg.jpg)
}

#header h1 {
	background-image: url(../media/header.jpg);
	width: 750px;
	height: 203px;
	margin-top: 4px;
	background-position: left top;
	background-repeat: no-repeat;
}

.imgRight {
	float: right;
	padding-bottom: 40px;
}

#topNav {
	width: 750px;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#centreCol {
	margin: 0;
	background-position: right;
	background-repeat: repeat-y;
	background-image:url(/media/right_shadow.jpg)
} 

#mainContent {
	width: 708px;
	background-position: top left;
	background-repeat: repeat-x;
	background-image:url(/media/centre_bg.jpg);
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#secondnav {
	width: 700px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 15px;
}


#mainContent h2 {
	color: #AE0000;
	font-size: 16px;
	margin-bottom: 20px;
}

#mainContent p{	
	color: #333333;
	font-size: 12px;
	margin-bottom: 15px;
}

.clearBoth {
	clear: both;
}

#bodyFooter {
	width: 764px;
	background-position: top right;
	background-repeat: repeat-y;
	background-image: url(/media/body_footer_bg.jpg);
}

#bodyFooter p {
	background-color: #000000;
	width: 740px;
	padding: 5px;
}

#bodyFooter a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	width: 110px;
	text-decoration: none;
	padding-right: 10px;
	background-image: url(/media/footer_link_bullet.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#bodyFooter a:hover {
	color: #AE0000;
	border-bottom: none;
}

#topNav ul, #topNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#topNav li {
	margin-left: 18px;
	width: 90px;
	display: inline;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#topNav li a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topNav li a:hover {
	color: #AE0000;
	border-bottom: none;
}

#searchBox {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#searchBox * {
	display: inline;
}

#searchBox .bar {
	background-color: #FFFFFF;
	margin-left: 10px;
}

#searchBox .bar * {
	display: inline;
}

#searchBox input, #searchBox button {
	border: none;
	background: transparent;
	color: #990066;
	font-size: 12px;
	margin: 0;
}

#searchBox button {
	background-color: #AE0000;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	cursor: pointer; 
	cursor: hand;
}

#searchBox input {
	width: 170px;
	height: 14px;
}

#productList, #catList {
}

#productList td, #catList td {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: top;
	color: #000000;
	width: 150px;
}

#productList td {
	width: 175px;
}

#productList td a, #catList td a {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#productList td a:hover, #catList td a:hover {
	color: #AE0000;
	border-bottom: none;
}

#productList td img, #catList td img {
	display: block;
	margin: 0 auto 5px auto;
}

#detailContent, #cartContent {
	border: 1px solid #CCCCCC;
	padding: 3px 10px 10px 10px;
	width: 400px;
}

#cartContent {
	width: 550px;
}

#detailContent h3, #detailContent h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

#detailContent p {
	color: #333333;
}

#detailLeft {
	vertical-align: top;
}

#detailRight {
	padding-left: 10px;
	vertical-align: top;
	width: 260px;
}

#detailRight img {
	float: right;
}

#productAttributes {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	background-image:url(/media/attribute_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #000000;
	font-weight: bold;
	font-color: #333333;
	padding-top: 38px;
}

#productAttributes p {
	font-size: 11px;
	margin-left: 10px;
}

#productAttributes button {
	width: 100%;
	color: #FFFFFF;
	border: none;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px 5px 0;
	background: #000000 url(/media/footer_link_bullet.jpg) right center no-repeat;
}

#userMsg {
	border: 1px dotted #990066;
	background-color: #AAF9FD;
	color: #000000;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

.cartContents {
	 width: 100%;
}

.cartContents th {
	text-align: center; 
	padding: 2px 0 2px 0;
	border: 1px solid #AE0000;
	color: #AE0000;
	font-size: 11px;
}

.cartContents td {
	vertical-align: top;
	text-align: left; 
	color: #333333;
	font-size: 11px;
}

.cartContents td a {
	color: #333333;
	text-decoration: none;
}

.cartContents input {
	font-size: 11px;
}

.cartContents td.label {
	color: #AE0000;
	text-align: right;
	font-weight: bold;
}

.cartContents td.rule {
	background-color: #AE0000;
	height: 1px;
}

.cartContents td.numeric {
	text-align: center; 
}

#cartOptions td.left {
	text-align: left;
	background-image: url(/media/layout/ldarr.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

#cartOptions td.right {
	text-align: right;
	background-image: url(/media/layout/rdarr.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 25px;
}

#cartOptions a {
	border-bottom: none;
}

#cartOptions td.left a {
	display: block;
}

#cartOptions td.center button, #cartOptions td.right button {
	background: transparent;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #AE0000;
	cursor: pointer;
}

td.center {
	text-align: center;
}

td.right {
	text-align: right;
}

#cartOptions td {
	vertical-align: text-top;
	font-weight: bold;
	color: #AE0000;
}

#cartOptions td a {
	color: #AE0000;
	text-decoration: none;
}

.formBox {
	padding: 10px;
	border-top: 1px solid #AE0000;
	border-bottom: 1px solid #AE0000;
	margin-bottom: 5px;
}
#contactBox {
	float: left;
	width: 400px;
}


.formBox h3 {
	font-size: 14px;
	color: #AE0000;
	font-weight: bold;
	margin-left: 30%;
	margin-bottom: 10px;
}
#splitlayers {
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
}
#lhsp {
	margin: 0px;
	padding: 0px;
	width: 450px;
	float: left;
}
#rhsp {
	width: 200px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}


.formBox p {
	margin-bottom: 5px;
}

.formBox p label {
	width: 30%;
	float: left;
	text-align: right;
	color: #AE0000;
	padding-right: 5px;
}

.formBox p input, .formBox p select, .formBox p textarea {
	border: 1px solid #AE0000;
	width: 45%;
	font-size: 11px;
	color: #AE0000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 2px 0 2px;
}

.formBox p button {
	background: transparent;
	border: 0;
	font-size: 10px;
	font-weight: bold;
	color: #AE0000;
}

.formBox p button img {
	vertical-align: middle;
}

#centreColFullWidth p, #centreColFullWidth p.first {
	margin-bottom: 5px;
	color: #2E8B8B;
}

#centreColFullWidth p.first {
	font-size: 12px;
}

#cartContent a {
	color: #666666;
}

#cartContent a:hover {
	text-decoration: none;
}

.addressList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.addressList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #AE0000;
	margin-bottom: 10px;
	width: 200px;
	font-size: 11px;
	color: #AE0000;
}

.addressList li a {
	margin-right: 15px;
}

#cartContent h3 {
	font-size: 14px;
	color: #AE0000;
}

#cartContent a {
	font-size: 11px;
}

.addressBox {
	float: left;
	width: 270px;
	color: #333333;
	margin-bottom: 15px;
	border-top: 1px solid #AE0000;
	border-bottom: 1px solid #AE0000;
	padding: 5px 0 5px 0;
	font-size: 11px;
}

.addressBox a {
	margin-top: 10px;
	margin-left: 150px;
	text-decoration: none;
}

.addressBox a:hover {
	border-bottom: none;
}

.addressBox a img {
	vertical-align: middle;
}

.buttonLink {
	background-image: url(/media/layout/button_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 16px;
	font-weight: bold;
	color: #AE0000;
}

a.buttonLink:hover {
	color: #000000;
	border-bottom: none;
}

#cartContent a {
	text-decoration: none;
}

#footer {
	width: 750px;
	border: none;
	font-size: 12px;
	background-image: url(/media/footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 14px;
}

#footer .left {
	width: 300px;
	float: left;
}

#footer .right {
	width: 300px;
	float: right;
	text-align: right;
}

.red {
	color: #AE0000;
}

.formBox p input.chk {
	border: none;
	width: auto;
}

.shadow {
	background-image:url(/media/shadow_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	width: 452px;
}

.shadow div.inner {
	padding-right: 8px;
	background-image:url(/media/shadow_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#addressHolder {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 0px;
}
