* {
	margin: 0;
	padding: 0;
}

body {
	background: url('/images/bg.gif');
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	padding-top: 15px;
}

a {
	color: #999999;
	text-decoration: underline;
	border: none;
}
a:hover { color: #000000; text-decoration: underline; }

img {
	border-style: none;
}

h1 {
	margin: 0px;
	color: #0072BC;
	font-size: 120%;
}
	
.testdiv {
	border: 1px solid #000;
}

#pagewrapper {
	width: 700px;
	margin: 0px auto;
}

#header {
	background: url('/images/header.gif');
	height: 105px;
	padding-top: 22px;
}
#header #order {
	float: right;
	padding-right: 50px;
}
#header #order a {
	color: #7E0C6E;
	text-decoration : none;
}
#header #order a:hover {
	color: #999999;
}
	
#header #logo {
	display: inline;
	float: left;
	padding-left: 15px;
	padding-top: 50px;
}
#header #topmenu {
	float: right;
	clear:right;
	padding-top: 50px;
}
#header li {
	float: left;
	list-style: none;
}
#header li a {
	padding-right: 15px;
	color: #ffffff;
	text-decoration: none;
}
#header li a:hover {
	color: #ffdddd;
}

#menu {
	width: 700px;
	height: 30px;
	background: url('/images/menu-bg.gif') repeat-x;
}
#menu ul {
	width: 700px;
}
#menu li {
	float: left;
	list-style: none;
	padding-left: 12px;
}
#menu li a {
	display: block;
	height: 22px;
	width: 83px;
	padding-top: 2px;
	margin: 6px 10px 0px 10px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url('/images/tab-bg2.gif');
}
#menu li a.current {
	background: url('/images/tab-bg.gif');
	color: #7E0C6E;
}
#menu li a:hover {
	background: url('/images/tab-bg3.gif');
	font-weight: bold;
	color: #ffffff;
}


#content {
	background-color: #ffffff;
	padding: 0px 20px;
}
#content h1 {
}
#content p {
}

#content div.item {
	float: left;
	margin: 15px 5px;
	display: block;
	width: 150px;
	height: 180px;
	text-align: center;
	color : #7E0C6E;
	border:1px solid #ffffff;
}
#content div.item a {
	text-decoration: none;
}
#content div.item a.image {
	display: block;
	width: 150px;
	padding: 10px 0px;
	border: 1px solid #ffffff;
	text-align: center;
}
#content div.item a.image:hover {
	border: 1px solid #ffdddd;
}


#content #webpage {
	padding: 0px 20px;
}
#content #webpage img {
	float: left;
	margin: 20px 20px 30px 0px
}
#content #webpage {
	color: #55094A;
}


#content .itemdetail {
	padding-top: 30px;
	color: #7E0C6E;
}
#content .itemdetail #back {
	display : block;
	float: right;
	padding: 3px 10px;
	clear: right;
	color: #7E0C6E;
	background-color: #C47397;
	text-decoration: none;
	margin: 0px 30px 30px 30px;
}
#content .itemdetail #back {
	color: #55094A;
}
#content .itemdetail .bigimg {
	float: right;
	margin: 0px 30px 30px 30px;
}
#content .itemdetail p, #content .itemdetail h1 {
	padding-left: 30px;
	padding-bottom: 20px;
}
#content .itemdetail h1 {
	font-size: 150%;
	color: #7E0C6E;
}
#content .itemdetail .itemdesc {
	font-size: 120%;
	color: #7E0C6E;
}
#content .itemdetail .itemcode {
	color: #aaaaaa;
}
#content .itemdetail img.raw {
	width: 600px;
}
#content .itemcolour {
	border: 1px solid #ffdddd;
	width: 220px;
	margin-left: 30px;
}
#content .itemcolour span {
	display: block;
	padding: 2px 10px;
	background-color: #ffdddd;
	color: #7E0C6E;
}
#content .itemcolour img {
	height: 80px;
	margin: 15px 0px 0px 15px;
}

#menubottom {
	width: 700px;
	height: 60px;
	background: url('/images/menu-bottom-bg.gif') repeat-x;
	padding-top: 20px;
}
#menubottom ul {
	width: 700px;
}
#menubottom li {
	float: left;
	list-style: none;
	padding-left: 12px;
}
#menubottom li a {
	display: block;
	height: 20px;
	width: 83px;
	margin: 10px;
	text-align: center;
	color: #7E0C6E;
	background-color: #C47397;
	text-decoration: none;
}
#menubottom li a.current {
	background-color: #ffffff;
	color: #7E0C6E;
}
#menubottom li a:hover {
	color: #55094A;
}



#footer {
	color: #ffffff;
	text-align: right;
	padding-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

.clear {
	display: block;
	clear: both;
	width: 80%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}