@charset "utf-8";

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
}

p, li, td {
	line-height: 16px;
	margin: 0;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1em 0;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
}

a:link {
	color: #F8AFAE;
}

a:visited {
	color: #F8AFAE;
}

a:hover {
	color: #652300;
}

a:active {
	color: #652300;
}

table {
	margin: 0;
}

table#wrapper {
	height: 100%;
	margin: auto;
}

#container {
	padding: 10px 100px 10px 100px;
	position: relative;
	width: 800px;
}

#pageTitle {
	float: left;
	left: 150px;
	position: absolute;
	top: 4px;
}

#shopMenu {
	border-bottom: 2px dotted #F8AFAE;
	color: #F8AFAE;
	font-size: 12px;
	font-weight: bold;
	height: 16px;
	margin-bottom: 30px;
	padding: 0 50px;
	text-align: right;
}

#shopMenu span {
	color: #652300;
}

#mainMenu {
	border-top: 2px dotted #F8AFAE;
	color: #F8AFAE;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 50px;
	text-align: center;
}

#mainMenu a, #mainMenu span {
	display: inline-block;
	margin: 0 28px;
}

#mainMenu span, #mainMenu a.dark {
	color: #652300;
}

#mainMenu .first {
	margin-left: 0;
}

#mainMenu .last {
	margin-right: 0;
}

#contentWrapper {
	min-height: 505px;
	padding: 0 50px 8px 50px;
}

#contentLeft {
	color: #652300;
	float: left;
	overflow: hidden;
	position: relative;
	width: 315px;
}

#contentLeft a:link, #contentLeft a:visited {
	color: #652300;
}

#contentLeft a:hover, #contentLeft a:active {
	color: #F8AFAE;
}

#contentRight {
	float: right;
	text-align: right;
	width: 380px;
}

#contentRight td {
	height: 90px;
	padding: 0 0 0 35px;
	vertical-align: top;
	width: 60px;
}

#contentRight td a {
	display: block;
	float: right;
	padding-bottom: 6px;
}

#contentRight td a.selected, #contentRight td a:hover {
	border-bottom: 4px solid #F8AFAE;
}

#contentRight td a.selected {
	cursor: default;
	padding-bottom: 6px;
}

#footer {
	color: #F8AFAE;
	padding: 10px 0 0 55px;
}

p.small {
	font-size: 10px;
	font-weight: bold;
	padding-top: 10px;
}

p.priceBasket {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 2px;
}

a.addToBasket {
	background: url(images/addtobasket.gif) 0 3px no-repeat;
	display: inline-block;
	margin-left: 5px;
	padding-left: 30px;
}

.secondaryImageBox {
	height: 22px;
	position: absolute;
	right: 3px;
	top: 15px;
	width: 64px;
}

#sliderWrapper {
	border-left: 2px dotted #F8AFAE;
	float: right;
	height: 404px;
	margin: 0 0 0 10px;
	padding: 50px 0 0 0;
	width: 8px;
}

#slider {
	height: 390px;
	margin: 7px 0;
	position: relative;
	width: 2px;
}

.ui-slider-handle {
	background: #F8AFAE;
	height: 50px;
	outline: none;
	position: absolute;
	right: -4px;
	width: 14px;
}

#scroller {
	float: left;
	height: 454px;
	overflow: hidden;
	width: 295px;
}

#content {
	height: auto;
}

#homeContactDetails {
	color: #FFF;
	position: absolute;
	right: 155px;
	top: 492px;
}

#homeContactDetails a, #homeContactDetails a:visited {
	color: #FFF;
}

#homeContactDetails a:hover, #homeContactDetails a:active {
	color: #F8AFAE;
}

.hidden {
	display: none;
}

.clearFix {
	clear: both;
	font-size: 1px;
	height: 2px;
	line-height: 1px;
}

.titlePadding {
	padding-bottom: 12px;
}