body
{
	background: #fff url(/media/images/bg.jpg) right top no-repeat;
	color: #624e4d;
	font-family: helvetica, arial, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	margin: 0;
}

.clear
{
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}

img
{
	border: 0 none;
}

form
{
	margin: 0;
}

input, select, textarea
{
	font-family: helvetica, arial, sans-serif;
	font-size: 100%;
}

.text
{
	padding: 5px;
	border: 1px solid #ddd;
	color: #222;
}

.button
{
	border: 0 none;
	padding: 4px 10px;
	background: #7dab00;
	color: #000;
	text-transform: uppercase;
	font-size: 90%;
}

a
{
	color: #7dab00;
	text-decoration: none;
}

hr
{
	clear: both;
	border: 0 none;
	margin: 15px 0;
	color: #fff;
	background: #fff;
	border-bottom: 1px solid #d7d2d0;
}

hr.clear
{
	height: auto;
	line-height: 1.5;
	visibility: visible;
}

.serif
{
	font-family: garamond, 'times new roman';
}

h1, h2, h3, h4, h5, h6, p, ul, ol
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

h1 {font-size: 350%; color: #000;}
h2 {font-size: 220%;}
h3 {font-size: 170%;}

#header
{
	height: 120px;
	background: url(/media/images/header-bg.gif) repeat-x top;
	border-bottom: 3px solid #7dab00;
	text-align: right;
	padding-top: 10px;
}

#header .center
{
	background: url(/media/images/header-bg-2.gif) right 20px no-repeat;
	width: 960px;
}

#header #logo
{
	float: left;
	margin-top: 22px;
}

#header #top
{
	color: #9f9696;
	font-size: 90%;
	float: right;
	padding-bottom: 8px;
	border-bottom: 1px solid #443331;
	margin-bottom: 45px;
}

#header #top a
{
	color: #fff;
}

#header #top form
{
	display: inline;
	margin-left: 15px;
	background: #3c2c2c;
	border: 1px solid #261b1b;
	padding: 3px 5px 5px 5px;
}

#header #top form *
{
	vertical-align: middle;
}

#header #top form .text
{
	background: #3c2c2c;
	color: #795b5b;
	border: 0 none;
	padding: 0;
}

ul#menu
{
	clear: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 125%;
}

ul#menu li
{
	display: inline;
	margin-left: 20px;
	padding: 10px 0;
	position: relative;
}

ul#menu li a:hover
{
	color: #fff;
}

ul#menu li ul
{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0;
	text-align: left;
	width: 200px;
	background: #000;
	font-size: 80%;
}

ul#menu li:hover ul
{
	display: block;
}

ul#menu li ul li
{
	display: block;
	margin: 0;
	padding: 4px 10px;
}

.center
{
	width: 990px;
	margin: 0 auto;
}

.content
{
	float: left;
	width: 960px;
	padding: 10px 15px 15px 15px;
	background: url(/media/images/white-90.png);
	min-height: 1px;
}

.content .page
{
	width: 755px;
	padding-left: 205px;
	margin-bottom: 15px;
}

.product
{
	float: left;
	width: 190px;
	margin: 0 66px 40px 0;
	color: #846e6d;
}

.end
{
	margin-right: 0;
}

.product h3
{
	color: #573f3f;
	line-height: 1;
	margin-bottom: 0;
}

.product .img
{
	background: #f5f5f5;
	padding: 4px;
}

.product .img img
{
	border: 1px solid #fff;
}

.product .info p
{
	margin-top: 0;
}

.product .add
{
	float: right;
}

.product .price
{
	color: #6d9403;
}

.product .price b
{
	font-size: 160%;
	font-weight: normal;
}

.product .custom
{
	background: #eae7e5;
	padding: 5px;
	margin: -5px 0 5px 0;
}

.product label
{
	font-size: 90%;
	color: #534847;
}

.product .text
{
	width: 172px;
	font-size: 90%;
	padding: 3px;
}

#footer
{
	margin: 0 15px;
	clear: both;
	min-height: 1px;
	background: #d9d0cd;
	color: #594141;
	padding: 20px 20px 15px 20px;
}

* html #footer
{
	height: 1px;
}

#footer a
{
	color: #594141;
}

#footer p
{
	margin: 5px 0;
}

#footer .right
{
	float: right;
	margin-top: -50px;
	margin-bottom: 5px;
}

#footer #designby
{
	clear: right;
	float: right;
	margin: 0;
	font-size: 90%;
}

.imgLeft
{
	float: left;
	margin: 0 0 0 -205px;
	border: 5px solid #f5f5f5;
}

.imgRight
{
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #f5f5f5;
}

/*SHOPPING BASKET*/
/*---------------*/

#basket
{
	width: 100%;
	margin-top: 20px;
}

#basket th
{
	text-align: left;
	background: #000;
	color: #fff;
	padding: 5px 0;
	font-size: 100%;
	font-weight: bold;
}

#basket .basketImage,
#basket .basketProduct,
#basket .basketQuantity,
#basket .basketPrice,
#basket .basketRemove
{
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
}

#basket .basketImage
{
	width: 50px;
}

#basket .basketProduct
{
	padding: 10px;
	font-size: 90%;
}

#basket .basketProduct h2
{
	margin: 0;
	font-size: 130%;
}

#basket .basketQuantity
{
	padding: 10px 0;
	width: 130px;
}

#basket .basketQuantity *
{
	vertical-align: middle;
}

#basket .basketPrice
{
	color: #999;
	padding: 10px 0;
	width: 100px;
}

#basket .basketPrice span
{
	color: #2c2c2c;
}

#basket .basketRemove
{
	width: 60px;
}

#basket .basketTotal1
{
	text-align: right;
	padding: 10px 30px 0 0;
	font-size: 135%;
}

#basket .basketTotal1 a
{
	font-size: 70%;
}

#basket .basketTotal2
{
	font-size: 135%;
	padding: 10px 0 0 0;
}

#basket .basketTotal2 span
{
	color: #aaa;
}

#basketSuccess
{
	font-weight: bold;
	font-size: 125%;
}

#basketError
{
	font-weight: bold;
	color: red;
}

#basketError b
{
	display: block;
}