* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: url(bg.gif) center repeat-y #c3c3c3;
}

p {
	padding: 0 0 15px;
}

a {
	color: #d71e26;
	text-decoration: none;
}
a:hover {
	color: #ac0f16;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	padding: 20px 0 28px;
	width: 924px;
}

#header {
	height: 124px;
	background: url(header.jpg);
}

#nav {
	height: 40px;
	font-weight: bold;
	background: url(nav.gif);
}
#nav ul {
	padding: 0 0 0 23px;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 12px 16px 0;
	height: 26px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #000;
}
#nav a:hover {
	color: #d71e26;
	background: url(nav-over.gif);
}
#nav a.left {
	border-left: 1px solid #000;
}

#top {
	margin: 0 0 22px;
	height: 382px;
}

#topLeft {
	width: 594px;
	float: left;
}

#banner {
	height: 339px;
	background: url(banner.jpg);
}

#search {
	padding: 12px 0 0 23px;
	height: 31px;
	background: url(search.gif);
}
#search input {
	width: 330px;
}
#search input.actinic-button {
	width: 45px;
}

#topRight {
	width: 330px;
	float: left;
	background: #eec225;
}

#basket {
	padding: 15px 0 0 51px;
	height: 29px;
	background: url(basket.gif);
}

#viewBasket {
	margin: 0 0 55px;
	height: 40px;
}
#viewBasket a {
	width: 178px;
	height: 40px;
	display: block;
	float: right;
	background: url(view-basket.gif);
}

#trade-login {
	margin: 0 auto 52px;
	width: 300px;
	height: 105px;
	position: relative;
}
#trade-login h4 {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#trade-login a {
	margin: 0 0 10px 5px;
	padding: 0 8px;
	width: auto;
	height: 31px;
	display: block;
	float: right;
	font-weight: bold;
	line-height: 31px;
	color: #fff2c8;
	border: 1px solid #c19610;
	background: url(login-btn.gif);
}
#trade-login a {
	color: #fff;
}
#trade-login p {
	clear: both;
	text-align: right;
	font-size: 9px;
	line-height: 15px;
	color: #806511;
}
/*#login-box label {
	margin: 0 0 3px;
	height: 31px;
	float: left;
	clear: right;
	line-height: 31px;
}
#login-box input {
	margin: 0 0 3px;
	padding: 0 5px;
	width: 180px;
	height: 31px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 31px;
	border: 1px solid #c19610;
	background: #f5d97c;
}
#login-box input.login-button {
	margin: 0;
	width: auto !important;
	clear: both;
	font-weight: bold;
	cursor: pointer;
	color: #fff2c8;
	background: url(login-btn.gif);
}
#login-box a.logout {
	position: absolute;
	bottom: 10px;
	left: 75px;
}*/

#checkout {
	height: 86px;
}
#checkout a {
	width: 330px;
	height: 86px;
	display: block;
	background: url(checkout.gif);
}

#contentLeft {
	width: 680px;
	float: left;
}

#contentTop {
	height: 48px;
	background: url(content-top.gif);
}

#content {
	margin: 0 0 13px;
	padding: 18px 18px 3px;
	line-height: 18px;
	text-align: justify;
	border: 4px solid #e5a304;
	border-top: none;
}
#content ul {
	list-style: square;
}
#content img.product {
	border: 1px solid #000;
}
#content .form {
	width: 500px;
}
#content .submit {
	width: 50px;
}
#content img.galleryFloat {
	margin: 0 15px 15px 0;
	width: 100px;
	float: left;
	clear: none;
	border: 1px solid #000;
}

.contact {
	margin: 0 10px 20px 0;
	width: 190px;
	float: left;
	border: 1px solid #000;
}
.contact h3 {
	padding: 4px 7px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: #000;
}
.contact p {
	padding: 7px;
}

#content p.subject {
	font-size: 9px;
	font-style: italic;
}

#contentRight {
	width: 240px;
	float: left;
}

#menuTop {
	height: 48px;
	background: url(menu-top.gif) right;
}

#menu {
	padding: 12px 21px 12px 29px;
	background: url(menu.gif) right;
}
#menu ul {
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 9px 0 9px 14px;
	width: 172px;
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	background: url(menu-btn.gif) 2px 13px no-repeat;
}
#menu a:hover {
	color: #d71e26;
	border-bottom: 1px solid #d71e26;
	background: url(menu-btn-over.gif) 2px 13px no-repeat;
}

#menuBot {
	margin: 0 0 13px;
	height: 16px;
	background: url(menu-bot.gif) right;
}

#footer {
	clear: both;
}

#footerContent {
	padding: 50px 0 0;
	height: 67px;
	text-align: center;
	background: url(footer.gif);
}
#footerContent ul {
	list-style: none;
}
#footerContent li {
	display: inline;
}
#footerContent a {
	margin: 0 10px 0;
	padding: 0 0 0 14px;
	color: #fff;
	background: url(footer-link.gif) 0 5px no-repeat;
}
