article, aside, figure, footer, header, hgroup, nav, section { display: block; }

body {
	background-color: Black;
	background-image: url(bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	color: White;
	font-size: 12px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-attachment: fixed;
}

body.frameBody {
	background-color: White;
	color: Black;
	background-image: none;
	font-size: 16px;
}

img {
	border: 0;
}

h1 {
	 text-align: center;
	 margin: 0;
	 padding: 0;
}

h2 {
	padding: 0;
	margin: 0.3em 0;
}

h3 {
	text-shadow:-0.04em 0 #FF1515, 0.04em 0 cyan;
}

p {
	font-size: 2em;
	margin: 1em;
}

#container {
	display: block;
	width: 960px;
	margin: 0 auto;
	background-color: White;
	color: Black;
	padding: 10px;
	background-image: url(stripe.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

footer {
	display: block;
	clear: both;
	padding: 10px;
	text-align: right;
}

section {
	display: block;
}

a {
	text-decoration: none;
	color: #483D8B;
}

a:hover {
	color: White;
	background-color: #483D8B;
}

nav {
	display: block;
	font-size: 1.2em;
	margin-top: 0.5em;
}

nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	padding: 0.15em 0.5em;
	list-style: none;
	display: inline-block;
}

nav ul li a {
	padding: 0.2em 1em;
}

nav ul li a:hover, a.selected {
	background-color: #483D8B;
	color: White;
}

span.pad {
	font-size: 1.1em;
}

header.main {
	width: 100%;
	background-color: White;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

span.highlight {
	background-color: #5D5B46;
	color: #FFFFFF;
}

div.galleryimage {
	margin: 1px;
	width: 230px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin: 1px;
}

#swiftgallery h4 {
	text-transform: capitalize;
}

.formlabel {
	text-align: right;
}

div.product {
	width: 250px;
	height: 310px;
	float: left;
	margin-left: 25px;
}

.skips {
	color: Gray;
	width: 950px;
	text-align: right;
	padding-right: 10px;
	position: absolute;
}

.spbasket, .sptags {
	float: right;
	width: 20%;
	padding: 10px;
	background-color: White;
	border: 1px solid Silver;
	position: relative;
	top: 10px;
}

.spbasket .basket {
	background-color: #F2F0DC;
	padding: 5px;
}

.spbasket h3, .sptags h3 {
	margin: 0;
	font-size: medium;
}

.spbasket ul, .sptags ul {
	padding: 0;
	margin-left: 0;
}

.spbasket ul li, .sptags ul li {
	list-style: none;
	margin: 3px 0;
}

.spbasket ul li a, .sptags ul li a {
	display: block;
	width: 100%;
	padding: 2px 0;
}

.spproduct, .spitem {
	margin: 10px 0;
	width: 72%;
	padding: 1%;
	background-color: White;
	border: 1px solid Silver;
	float: left;
}

.spconfirmation {
	display: none;
}

.sppaging {
	width: 72%;
	padding: 1%;
	text-align: right;
	clear: left;
	font-size: larger;
}

.spcomment {
	margin: 10px auto;
	width: 90%;
	padding: 1%;
	background-color: White;
	border: 1px solid Silver;
}

.current {
	color: Gray;
}

.was {
	color: Gray;
	margin-right: 15px;
}

.was span {
	text-decoration: line-through;
}

.now {
	font-size: larger;
	margin-right: 15px;
}

.save {
	color: Green;
}

.total {
	text-align: right;
	font-size: larger;
}

.price {
	font-weight: bold;
}

.productimage {
	float: left;
	width: 100px;
}

.productdescription {
	margin-left: 120px;
}

.productdescription h3 {
	margin: 0;
}

.product img, .productimage img {
	border: 1px solid #5D5B46;
}

.category a {
	font-size: x-large;
}

ul.gallerylist li a {
	font-size: x-large;
}

div.rsstop { text-align: center; 
	float: right;
	margin-top: -100px;
}

div.rsstop h3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
