body {
	background: #C1B678;
	margin: 0 auto;
	text-align: center;
	font-size: 76%;
}

#content_with_subs h1 {
	background:url("../images/sunpleat_logo.gif")
	width: 147px;
	height: 48px;
	text-indent: -10000px;
}

/* Links */
a:link {	
	color: #C1B678;
	text-decoration: underline;
	font-weight: normal;	
}

a:visited {
	color: #C1B678;
	text-decoration: underline;
	font-weight: normal;	
}

a:hover {
	color: #C1B678;
	text-decoration: underline;
	font-weight: normal;	
}

div.thumbs img {
	padding: 0;
	margin: 0;
	border: 1px solid #fff;
}

div.thumbs img:hover {
	padding: 0;
	margin: 0;
	border: 1px solid #39b6e9;
	cursor: pointer;
}

div.thumbs img.selected {
	padding: 0;
	margin: 0;
	border: 1px solid #39b6e9;
	cursor: pointer;
}


/* Product Options */
#options, #view {
	margin: 5px 0;
	padding: 0;
}

#options ul, #view ul {
	font: 1em/normal Arial, Helvetica, sans-serif;
	color: #C1B678;
	text-indent: 0;
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#options li, #view li {
	text-indent: 0;
	list-style-type: none;
	display: inline;
	margin-right: 3px;
}

#options li.first, #view li.first {
	font-weight: bold;
	text-indent: 0;
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}