body {
	background-color: black;
	font: small/135% Arial, Helvetica, sans-serif;
	color: white;
	margin: 0px;
	padding-top: 50px;
	padding-bottom: 40px;
}
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav {
	color: #FFFFFF;
	height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#nav a {
	color: #FFFFFF;
	background-color: #43494D;
	width: 115px;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
}
#nav a:hover {
	background-color: #6A757B;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#nav li {
	float: left;
	margin-right: 5px;
}
#nav li.last {
	margin-right: 0px;
}
#nav li.last a {
	width: 118px;
}
#nav li ul {
	position: absolute;
	width: 115px;
	left: -999em;
	border: solid 1px #000;
	border-top: solid 3px #000;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li ul li a {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav li ul li a.last {
	border: none;
}
#content {
	color: black;
	margin-bottom: 0px;
	padding-bottom: 25px;
	z-index:1;
}
#content #whitebg{
	background-color: white !important;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	color: black;
	margin-bottom: 25px;
	padding: 130px 25px 35px 37px;
	position: relative;
}

#whitebg{
	background-color: white !important;
	background-image:url(../images/logo.jpg);
	background-repeat: no-repeat;
	color: #000000;
	margin-bottom: 25px;
	padding: 130px 25px 35px 37px;
}

#lefttitle {
	text-align: center;
}

#collection #content {
	padding: 130px 280px 35px 37px;
	background-color: #FFF;
}
body#collection h4, body#product h4 {
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	background-color: #43494D;
	height: 20px;
	padding-top: 5px;
	margin: 0;
}
#productbanner {
	margin: 0px 0px 30px;
	background-color: #FFFFFF;
	text-align: center;
}
h2#collection-title span {
	margin-left: -9999px;
}
#phonenumber {
	position: absolute;
	height: 15px;
	width: 259px;
	top: -20px;
	right: 0px;
	background: url(../images/phonenumber.gif) no-repeat;
	margin: 0;
	padding: 0;
}
#phonenumber p {
	margin: 0;
	padding: 0;
}
#phonenumber span, #soldonly span {
	margin-left: -9999px;
}
#soldonly {
	background: url(../images/soldonly.gif) no-repeat;
	height: 29px;
	width: 596px;
	margin: 0 auto 30px auto;
}
#footer {
	background-color: #43494D;
	color: #FFFFFF;
	padding-left: 15px;
	height: 18px;
	position: relative;
	padding-top: 2px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 4px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer form {
	width: 250px;
	position: absolute;
	right: 0px;
	background-color: #000;
	top: 0px;
	border-left: solid 4px #000;
	font-size: 85%;
}
#footer #username, #footer #password {
	width: 100px;
	height: 18px;
	border: 1px solid #43494D;
	margin: 0px;
	padding: 0px;
}
#footer label {
	position: absolute;
	top: -16px;
}
#signin {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	bottom: 0px;
}
#copyright {
	margin-top: 35px;
	text-align: center;
	font-size: 80%;
	color: #646C73;
}
#breadcrumb {
	position: absolute;
	top: -16px;
	left: 0px;
	color: #CCCCCC;
	font-size: 85%;
	font-variant: small-caps;
}
#product #content {

	padding: 130px 510px 35px 37px;
	background-color: #FFF;
}
#product table {
	font-size: 85%;
	border: 1px solid #CCCCCC;
	margin-top: 30px;
}
#product table td {
	padding-left: 4px;
}

.alt {
	background-color: #CCCCCC;
}

h2#product-title {
	position: absolute;
	top: 65px;
	right: 130px;
	margin: 0;
	padding: 0;

}
h2#product-title span {
	margin-left: -9999px;
}
#thumbnails {
	position: absolute;
	text-align: right;
	padding-right: 20px;
	width: 128px;
	top: 65px;
	right: 0px;
}
#photodetail {
	position: absolute;
	width: 350px;
	right: 129px;
	top: 140px;
}


/** Spencer and Al, new CSS because the losers didn't complete it themselves. **/
table {
	background-color: white;
	font: small/135% Arial, Helvetica, sans-serif;
	color: black;
	font-size: 85%;
	margin-top: 30px;
}
table td {
	padding-left: 4px;
}
h3 {
	color: #FFFFFF;
	font-size: 95%;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	margin: 0;
}
h4 {
	color: #FFFFFF;
	font-size: 115%;
	text-align: center;
	height: 25px;
	padding-top: 5px;
	margin: 0;
}
#breadcrumb a {
	color: #FFFFFF;
	text-decoration: none;
}
