body {
	background-color: #464747;
	background-image: url("images/bggrad.jpg");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Lucida Grande, Verdana, Arial, serif;
	font-size: 11px;
}

p, h1, h2 {
	margin: 0;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-size: 11px;
}

p#special {
	color: #f7941e;
	font-weight: bold;
	margin-top: 2px;
}

a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	color: #f7941e;
}

img {
	margin: 0;
	padding: 0;
}
img a {
	margin: 0;
	padding: 0;
	border: none;
}

table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}
td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
}

form { margin: 0; padding: 0; }
input, select { background-color: #94a6b5; border: 2px solid #ffffff; color: #ffffff; }
input:hover { background-color: #f7941e; color: #ffffff; }

#container {
	margin: 73px auto;
	padding: 0;
	text-align: left;
	width: 711px;
	background-color: #2675b9;
}

#header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 161px;
	background-image: url("images/header.jpg");
}

#navigation {
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	background-color: #f7941e;
	background-image: url("images/menugrad.jpg");
	background-repeat: repeat-y;
}

#navigation a, #navigation a:hover {
	text-decoration: none;
	color: #ffffff;
}

#navigation ul {
	margin: 0;
	padding: 0;
	padding-left: 80px;
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	height: 36px;
	background-image: url("images/menubot.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
}

#navigation ul.cart {
	padding-left: 21px;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	display: list-item;
	float: left;
	width: 108px;
	height: 27px;
	border-right: 2px solid #ffffff;
	text-align: center;
}

#navigation ul li.first {
	border-left: 2px solid #ffffff;
}

#navigation a {	
	display: block;	
	height: 21px;	/* 27 - padding */
	padding: 6px 0 0 0;	
	_padding: 6px 0 1px 0; /* IE only Hack */	
	text-align: center;	
	text-decoration: none;
}

#navigation a:hover {	
	background-image: url("images/rollover.jpg");
}

#content {
	width: 100%;
	margin: 0;
	padding 0;
	padding-top: 10px;
	background-image: url("images/innergrad.jpg");
	background-repeat: repeat-y;
	background-position: bottom;
}

#mainleft {
	width: 195px;
	float: left;
	margin: 0;
	padding: 0;
}

.specials { text-align: right; padding: 0 10px 0 10px; font-weight: normal;}
h2.specials { font-size: 22px; color: #ff0000; }
h1.specials { font-size: 16px; padding: 0 10px 0 10px; }
.specialimage {margin: 10px 0 2px 55px;
width: 130px;}

#mainright {
	width: 499px;
	float: right;
	margin: 0;
	padding: 0;
}

/* this is all in tinymceblack.css too */
#mainright h1, #mainright p {
	margin: 0;
	line-height: 16px;
	font-size: 11px;
	padding: 0 10px 0 10px;
	color: #ffffff;
}
#mainright p {
	text-align: justify;
}
#mainright h1 { font-size: 16px; line-height: 21px; }


#clear {
	width: 100%;
	clear: both;
}

#item, #detail {
	background-color: #94c7e8;
	width: 310px;  /*330-padding*/
	float: left;
	margin: 7px;
	padding: 10px;
}
#item.item, #detail.left { margin-left: 19px; _margin-left: 10px; }
#detail.left, #detail.pic { padding:0; width:330px;}
#item p, #item h1, #item h2 { color: #000000; padding-right: 0; }
#detail p, #detail h1, #detail h2 { color: #000000; }
#detail h1, #item h1 { font-size: 16px; }
#item p.price, #detail p.price {
	font-size: 30px;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	margin-top: -4px;
	padding-top: 0;
}
#item p.priceing, #detail p.priceing {
	margin-bottom: 0; text-align: right; color: #ff0000; font-style: italic;
}
#item p.rrp, #detail p.rrp {
	margin-bottom: -5px; text-align: right; font-style: italic;
}
#item p#special.price, #detail p#special.price { color: #FF0000; }
#item p#notspecial.price, #detail p#notspecial.price { color: #e4ff00; }
a.button {
	float: right;
	text-align: right;
	display: block;
	background-color: #2675b9;
	width: 60%;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
.itemimg {
	_margin: -10px;
}

.red { color: #ff0003; }
.orange { color: #f7941e; }
.yellow { color: #e4ff00; }
.black { color: #000000; }

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 57px;
	background-image: url("images/footer.jpg");
}