/* Generic Styles */
body {
	background-color: #FFFFFF;
}
#outer {
	width: 100%;
	height: auto;
}
/* Navbar Styles */
#navbar {
	display: none;
}
/* Splash Styles */
#intromain {
	left: -250px;
}
#introtext {
	right: 50px;
	left: auto;
	/*background-color: #CCCCCC;*/
}
/* Content Styles */
#content {
	position: absolute;
	left: 0;
	width: 400px;
	height: auto;
}
.scroll {
	overflow: visible;
}
#content div.scroll {
	width: 360px;
	height: auto;
}
img#edtop {
	left: 460px;
}
img#edbtm {
	left: 460px;
}
#productimages {
	left: 0;
	width: 382px;
}
#productimages img#main {
	display: block;
	width: 342px;
	height: 434px;
	margin: 0 auto;
}
#productimages ul {
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}
#productimages li {
	display: inline;
	float: left;
	height: 144px;
	margin-right: 20px;
	text-align: center;
}
#productimages li.first {
	clear: left;
}
#productimages li img {
	display: block;
	width: 150px;
	height: 120px;
	border: 0;
}
#productimages a {
	text-decoration: none;
}
#productimages a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	top: 478px;
	left: 67px;
	width: 342px;
	text-align: center;
}
#nav img {
	margin: 0 10px;
	border: 0;
}

#productinfo {
	position: absolute;
	top: 180px;
	left: 409px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#productinfo div.scroll {
	width: 192px;
	height: 206px;
	margin: 0 0 10px;
	padding: 0 17px 0 0;
}
#productinfo h1 {
	margin: 0;
}

/*#options {
	list-style: none;
	margin: 0;
	padding: 0;
}
#options li {
	display: block;
	height: 24px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#options input, #options select {
	float: right;
	font-weight: normal;
	vertical-align: middle;
}
#options input {
	width: 40px;
}
#options p {
	margin: 0;
	line-height: 14px;
}
#options span {
	float: right;
	font-weight: normal;
}
input.button {
	width: 100px;
	margin: 10px 0 0;
	border: 1px solid #999999;
	background-color: #F0F0F0;
	font-size: 11px;
	color: #A42C52;
}*/

#list {
	display: none;
}

#pagenav {
	width: 335px;
	margin: 0 0 0 20px;
}
#pagenav td.right {
	text-align: right;
}

#baskettable {
	width: 656px;
}
#baskettable th {
	text-align: left;
	padding: 3px;
	border-bottom: 1px solid #999999;
}
#baskettable td {
	padding: 3px;
}
#baskettable tr.one {
	background-color: #F6F6F6;
}
#baskettable tr.two {
	background-color: #F2F2F2;
}
#baskettable input {
	float: right;
}

/* Footer Styles */
#footer {
	display: none;
}
/* Popup Enquiry Form Styles */
body.enqform {
	margin: 0;
	background-color: #FFFFFF;
}
body.enqform h1 {
	background-color: #DDDDDD;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin: 0 0 12px;
	padding: 3px;
}
body.enqform p {
	font-size: 11px;
	line-height: 13px;
	color: #333333;
	margin: 0 9px 12px;
}
body.enqform a {
	color: #333333;
}
body.enqform table {
	width: 80%;
	margin: 0 auto 12px;
}
body.enqform td {
	width: 50%;
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	padding: 3px;
}
body.enqform td.right {
	text-align: right;
}
body.enqform input, body.enqform textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 135px;
	border: 1px solid #333333;
}
body.enqform input.button {
	font-weight: bold;
	width: auto;
}
