body{
	background-color : #ffffff;
	font-family : Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 1em;
	font-weight : normal;
	text-align: center;
	color:#ffffff;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

h1{
	font-size : 1.9em;
	color: #ffffff;
}

h2{
	font-size : 1.4em;
	color: #ffffff;
	margin-bottom: 5px;
}

p {
	margin: 0px;
	padding: 6px 0px 6px 0px;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

acronym {
	cursor:pointer;
}

form {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

input, textarea {
	font-family : Trebuchet MS, Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
}

.forminput {
	width: 250px;
	border: 1px solid #c2c2c2;
}

textarea {
	width: 250px;
	height: 85px;
}

.header {
	width: 760px;
	height: 76px;
	margin: auto;
}

.cart {
	text-align: right;
	position: relative;
	top: -85px;
	margin: auto;
	padding-right: 38px;
	margin-bottom: -30px;
	width: 760px;
	font-size: 0.8em;
}

.nav {
	clear: both;
	width: 740px;
	margin: auto;
}

.nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.nav li {
	float: left;
	margin: 0px 4px 0px 4px !important;
	margin: 0px 3px 0px 4px;
	padding: 7px 0px 7px 0px;
}

.on {
	display: block;
	width: 140px;
	background-image: url(../images/navon.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e474a6;
}

.on a {
	display: block;
	width: 140px;
	color: #ffffff;
	text-decoration: none;
}

.off {
	display: block;
	width: 140px;
	background-image: url(../images/navoff.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #d1d2d4;
}

.off a {
	display: block;
	width: 140px;
	color: #666666;
	text-decoration: none;
}

.content {
	clear: both;
	background-image: url(../images/contenttop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e676a8;
	width: 600px;
	padding: 30px 80px 30px 80px;
	margin: auto;
	text-align: left;
	overflow: auto;
}

.footer {
	clear: both;
	width: 580px;
	margin: auto;
	padding: 0px 10px 0px 10px;
	color: #101010;
	background-image: url(../images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #d1d2d4;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 2px;
	color: #666666;
	font-size: 0.7em;
}

.footer a {
	color: #666666;
	font-weight: normal;
}

.mainpic {
	float: right;
	position: relative;
	left: 80px;
	margin-left: -30px;
}

.error {
	color: #c2c2c2;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.colourbox {
	float: left;
	width: 180px;
	margin-right: 28px;
}

.colourbox img {
	width: 180px;
}

.colourbox p {
	text-align: center;
	width: 180px;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #ffffff;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 1.2em "Trebuchet MS";
letter-spacing: 5px;
color: #e575a7;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
background-color: #ffffff;
padding: 5px;
z-index: 5;
text-align: center;
}