* {
	margin: 0;
	padding: 0;
}

html, body {
	overflow-x: hidden;
}

body {
	background: #fff url("/images/subnav-column.gif") repeat-y 30px 0px;
    font-family: "helvetica", "arial", sans-serif;
}

a:link,
a:visited {
    color: #56545b;
    text-decoration: none;
}

a:hover,
a:active {
    color: #ffab4b;
}

p {
	margin-bottom: 10px;
}

body#page-splash {
    margin: 0;
	background: #ffab4b;
	padding: 30px 0;
}

body#page-splash #splash {
	padding: 15% 0;
	text-align: center;
	background: #c5c4c9;
}

body#page-splash #splash img {
	border: none;
	display: block;
	margin: 0 auto 20px auto;
}

body#page-splash #splash span.links {
	color: #e5e5e5;
	font-weight: bold;
	font-size: 90%;
}

body#page-splash #splash span.links a {
	color: #fff;
}

body#page-splash #footer {
	display: none;
}

#logo {
    margin: 0 0 -4px 35px;
	padding: 50px 4px 10px 4px;
	border: none;
}

#nav {
	height: 30px;
	border-top: 1px #c49258 solid;
	border-bottom: 1px #c49258 solid;
	background-color: #ffab4b;
}

#nav ul {
    padding: 8px 0 3px 240px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: bold;
	font-size: 17px;
}

#nav li {
    display: inline;
    padding: 0 5px 0 18px;
	background: url("/images/nav-bullet.gif") no-repeat 0px 4px;
}

#nav li.first {
	background: none;
}

#nav li a:link,
#nav li a:visited {
    color: #fff;
}

#nav li a:active,
#nav li a:hover {
    color: #dbdbdb;
}

#subnav {
    position: absolute;
	z-index: 2;
    top: 142px;
    left: 40px;
    width: 180px;
    list-style: none;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: bold;
	font-size: 15px;
	padding: 35px 4px 0px 4px;
}

#subnav li {
    padding-bottom: 10px;
}

#subnav li.green a:link,
#subnav li.green a:visited {
	color: #94ab00;
}

#subnav li.green a:hover,
#subnav li.green a:active {
    color: #ffab4b;
}

#subnav2 {
    position: absolute;
	z-index: 2;
    top: 350px;
    left: 40px;
    width: 180px;
    list-style: none;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: bold;
	font-size: 12px;
	padding: 35px 4px 0px 4px;
}

#subnav2 li {
    padding-bottom: 10px;
}

#content {
	position: absolute;
	z-index: 2;
    margin-top: 25px;
    margin-left: 231px;
    width: 690px;
    padding: 10px 10px 10px 20px;
}

p.copyright {
	font-size: 9pt;
	color: #56545b;
	margin-left: 150px;
}

#content .product-row-1,
#content .product-row-2 {
    padding: 0 0 10px 0;
}

#content .product-row-1 img,
#content .product-row-2 img {
    padding: 0 5px;
	border: none;
}

#content .product-row-2 img {
}

#content .products-sm {
	float: left;
	width: 300px;
}

#content .products-sm .first {
	margin-bottom: 10px;
}

#content img.product-lg {
	float: right;
	margin-right: 60px;
}

#content #product-details {
	width: 100%;
	text-align: right;
}

#content #product-details a {
	margin-right: 60px;
}

#content #product-details a img {
	border-width: 1px;
}

#content h3 {
	font-family: "helvetica", "arial", sans-serif;
	font-weight: normal;
	font-size: 10pt;
	text-transform: uppercase;
	margin-bottom: 8px;
	color: #565656;
}

#content p.credit {
	font-size: 65%;
	text-transform: uppercase;
	color: #aaa;
}

#content img.about {
	border: 1px #565656 solid;
}

#content .left {
	float: left;
	margin: 0px 10px 10px 0px;
}

#content .right {
	float: right;
	margin: 0px 0px 10px 10px;
}

#content .center {
	display: block;
	margin: 0px auto 10px auto;
}

#footer {
	clear: both;
	margin-top: 10px;
}

#footer p {
	margin: 270px 0px 0px 150px;
}