/* CSS Document */

html * {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #e3d4ad;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#headerSpace {
	_margin-left: 3px;
}

#baseSpace {
	height: 20px;
	clear: both;
}

#bgWrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	margin: 10px;
	width: 744px;
}

a:link {
	color: #004236;
	text-decoration: none;
}

a:visited {
	color: #004236;
	text-decoration: none;
}

a:hover {
	color: #9E292B;
	text-decoration: none;
}

#frontPackshot {
	text-align: center;
	margin: 20px 0px 0px 0px;;
}

#frontText {
	margin-top: 20px;
	clear: both;
	padding-left: 10px;
	padding-right: 0px;
}

#locationNav {
	float: left;
	margin-left: 2px;
}

#quickNav {
	float: right;
	margin-right: 2px;
}

#leftColumn {
	width: 161px;
	float: left;
	padding: 5px 2px 2px 2px;
}

#rightColumn {
	width: 574px;
	float: right;
	padding: 5px 2px 2px 2px;
}

.mainTitle,.pageHeading h1 {
	color: #9E292B;
	font-size: 15px;
}

.divide {
	background-color: #004236;
	height: 23px;
	margin: 5px 0px;
	color: #F6F2CA;
	padding-left: 8px;
}

.divideText {
	padding-top: 2px;
}

#introText {
	padding: 5px 15px 0px 15px;
}

#department {
	background: url(/images/bestselling-bg.gif) no-repeat;
	background-position:top;
	width: 161px;
	text-align: center;
	margin-bottom: 18px;
}

#departLinks {
	margin-top: 17px;
	line-height: 24px;
}

.boxHeadings {
	color: #F6F2CA;
	text-align: center;
	padding-top: 1px;
}

.boxSpace {
	margin-top: 13px;
}

#shoppingCart,.box {
	background: url(/images/bestselling-bg.gif);
	width: 161px;
	margin-top: 18px;
	text-align: center;
	padding-bottom: 17px;
}

#info {
	background: url(/images/bestselling-bg.gif);
	width: 161px;
	height: 130px;
	margin-top: 18px;
	text-align: center;
}

#infoText {
	line-height: 24px;
	margin-top: 7px;
}

#tellafriend {
	background: url(/images/bestselling-bg.gif);
	width: 161px;
	height: 111px;
	margin-top: 18px;
	text-align: center;
}

#emailInput {
	width: 88px;
	background: #F6F2CA;
	font-size: 12px;
	color: #C7BD8A;
}

#emailBox {
	margin-bottom: 10px;
}

#bestSelling {
	background: url(/images/bestselling-bg.gif);
	width: 161px;
	height: 155px;
	margin-top: 18px;
	padding-bottom: 17px;
}

#bestItems {
	margin: 8px 0px 0px 10px;
	color: #9E292B;
	line-height: 24px;
}

.productTitle {
	width: 270px;
	font-size: 15px;
	float: left;
	margin-left: 20px;
}

#productDecriptionTop {
	width: 270px;
	margin: 10px 0px 0px 20px;
	float: left;
}

.productDecription {
	width: 270px;
	margin: 20px 0px 0px 20px;
	_margin-top: -20px;
	float: left;
}

.productCopy {
	width: 270px;
	float: left;
	margin-left: 20px;
}

.thumbs {
	float: left;
}

.listPrice {
	font-size: 15px;
	/*float: right;*/
	color: #9E292B;
	text-align:right;
}
.listPrice img {
	margin-top:5px;
}

#cartButtonTop {
	float: right;
	clear: right;
	margin-top: 5px;
}

.cartButton {
	float: right;
	clear: right;
	margin-top: -5px;
	/*_margin-top: -25px;*/
}

.list {
	clear: both;
	padding-top: 30px;
	_padding-top: 15px;
}
.listtable {
	margin-bottom: 20px;
}

#enlargeButton {
	width: 56px;
	height: 15px;
	margin: -145px 0px 0px 20px;
	_margin-left: 10px;
	float: left;
	clear: both;
}

#mainImages {
	clear: both;
	padding-left: 35px;
}

.mainImages {
	width: 140px;
	height: 140px;
	float: left;
	margin: 20px 15px 0px 15px;
	_margin-left: 10px;
}

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

#nameInput {
	width: 140px;
	font-size: 12px;
	margin-left: 10px;
}

#contactEmailInput {
	width: 140px;
	font-size: 12px;
	margin-left: 10px;
}

#enquiryInput {
	width: 429px;
	font-size: 12px;
	margin-left: 10px;
}

#continueButton {
	float: right;
}



