/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	text-align: center; /* IE FIX */
	background-color: #DBDBDB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

a:hover {
	text-decoration: underline;
}

#page {
	width: 780px;
	margin: 0px auto;
	text-align: left; /* IE FIX */
}

#header {
	width: 105px;
	height: 130px;
	padding: 50px 740px 0px 35px;
	background: url(art/header.jpg) top left no-repeat;
}

#links {
	width: 740px;
	height: 36px;
	margin-left: 20px;
}

#links ul, #links li {
	padding: 0px;
	margin: 0px;
}

#links li {
	list-style: none;
	height: 38px;
	float: left;
	background: url(art/button-bg.jpg) top left no-repeat;
}

#links li.left {
	background-image: url(art/button-left-bg.jpg);
}

#links li.right {
	background-image: url(art/button-right-bg.jpg);
}

#links li a {
	font-size: 12px;
	font-weight: bold;
	color: white;
}

#links li a.shop-online {
	color: #FF9700;
}

#content {
	width: 710px;
	height: 401px;
	padding: 23px 31px 44px 39px;
	background: url(art/main-bg.jpg) top left no-repeat;
	color: #444444;
}

#content2 {
	width: 710px;
	height: 401px;
	padding: 23px 31px 44px 39px;
	background: url(art/main-bg2.jpg) top left no-repeat;
	color: #444444;
}

#content-header {
	width: 710px;
	height: 34px;
	padding: 23px 31px 0px 39px;
	background: url(art/main-bg-header.jpg) top left no-repeat;
	color: #444444;
}

#content-middle {
	width: 700px;
	padding: 0px 39px 0px 41px;
	background: url(art/main-bg-middle.jpg) top left repeat-y;
	color: #444444;
	line-height: 1.7em;
	overflow: hidden;
}

#content-middle .product {
	width: 227px;
	height: 350px;
	margin: 10px 3px 0px 3px;
	background-color: white;
	float: left;
}

#content-middle .bottom-product {
	width: 134px;
	margin: 10px 2px 0px 2px;
	float: left;
	text-align: center;
}

#content-middle .product img {
	margin-bottom: 10px;
}

#pagelinks {
	width: 450px;
	height: 76px;
	margin: 0px 120px 0px 120px;
	border: 1px solid #02243D;
	padding: 5px;
	line-height: 1.7em;
}

#pagelinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#pagelinks ul li {
	display: block;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#content-footer {
	width: 780px;
	height: 43px;
	background: url(art/main-bg-footer.jpg) top left no-repeat;
}

#content-left {
	width: 230px;
	padding-right: 17px;
	height: 406px;
	line-height: 1.7em;
	float: left;
}

#content-left2 {
	width: 230px;
	padding-right: 17px;
	height: 267px;
	padding-bottom: 5px;
	line-height: 1.7em;
	float: left;
}

#content a, #content-middle a {
	color: #444444;
}

#content a:hover, #content-middle a:hover {
	color: #086B08;
}

#content-flash {
	width: 453px;
	height: 262px;
	padding: 5px;
	float: left;
}

#content-top {
	float: left;
	width: 700px;
	padding-right: 10px;
	height: 406px;
	line-height: 1.7em;
}

#content-bottom {
	clear: left;
	width: 710px;
	height: 117px;
	_height: 123px;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	_padding-top: 9px;
}

#content-contact-left {
	width: 222px;
	padding-left: 10px;
}

#content-contact-right {
	width: 223px;
	padding-left: 8px;
}

#content-contact-left, #content-contact-right {
	height: 87px;
	padding-top: 45px;
	float: left;
	line-height: 1.7em;
}

#content-contact-left img, #content-contact-right img {
	float: left;
	padding-right: 4px;
}

#footer {
	width: 730px;
	height: 20px;
	text-align: right;
}

#footer, #footer a {
	color: #888888;
}

#footer a:hover {
	color: #086B08;
}

h3 {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}

.colour {
	float: left;
	width: 112px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}

.colour img {
	padding-bottom: 2px;
}

.red {
	color: #FF0000;
}

.floatright {
	float: right;
	margin-right: 10px;
}