html {
    height: 100%;
}
body {
    margin: 0 auto;
    text-align: center;
    height: 100%;
    border-top: 75px solid #d87000;
}
#container_wide {
    width: 100%;
    min-height: 100%;
    border-top: 15px solid #c7d92c;
    background-image: url("images/main_leftbg.gif");
    background-repeat: no-repeat;
}
#container {
    margin: 0 auto;
    min-height: 100%;
    text-align: left;
    width: 940px;
    background-color: white;
}
* html #container {
    height: 100%;
    width: 940px;
}

/* HEADER */
#header {
    height: 125px;
    width: 940px;
}
#nav {
    float: left;
    font-size: 24px;
    font-weight: bold;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#nav a {
    color: #c7d92c;
    text-decoration: none;
    display: block;
    position: relative;
    outline: none;
    padding-right: 28px;
    padding-bottom: 6px;
    padding-top: 13px;
    margin-top: 25px;
    border-bottom: 1px solid #d87000;
}

#nav a:after { content: '  .'; }

#home #homeNav,
#shop #shopNav,
#contact #contactNav,
#nav a:hover {
    color: #d87000;
    margin-top: 25px;
    border-bottom: 15px solid #c7d92c;
    padding-bottom: 6px;
}
#home.active, #shop.active, #rules.active, #contact.active {
    color: #d87000;
    border-bottom: 15px solid #d87000;
}

/* MAIN */
#main {
	width: 940px;
}

#left {
    float: left;
    width: 440px;
    padding-top: 20px;
}
#introText {
	
}

#productShower {
    float: left;
    width: 49%;
}

#productCFL {
    float: right;
    width: 49%;
}
.image {
    height: 170px;
    width: 200px;
    background-color: #ccc;
}
.productCopy {
    margin-right: 20px;
    font-size: 11px;
}
.productCopy h5 {
    margin-top: 15px;
}
#right {
    float: right;
    width: 419px;
    height: 500px;
    margin-top: 80px;
    padding-top: 20px;
    padding-left: 20px;
}

#right .products {
	margin-left: 20px;
}

/* FOOTER */
#footer {
	height: 200px;
	border-top: 7px solid #c7d92c;
	text-align: center;
}
#footerContent {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	margin-top: 25px;
}

#footerContent img {
	margin-left: 20px;
}

/* TEXT */
h1 {
	color: #3366ff;
}
h5 {
	color: #3399cc;
}
.text40 {
	width: 75px
}
.text175 {
	width: auto;
}

/* SHOPPING */
#breadcrumbs {
	margin-top: 30px;
}

#breadcrumbs ul li .inprocess {

}

#largePhotoBox {
	width: 940px;
	height: 307px;
	margin-top: 10px;
	border: 1px solid #ccc;
}

#productImages {
	width: 600px;
	border-right: 1px solid #ccc;
	height: 307px;
	vertical-align: middle;
	float: left;
	height: 307px;
}

#purchaseInfo {
	width: 329px;
	height: 307px;
	float: left;
	margin-left: 10px;
}

#purchaseInfo input#quantity, #purchaseInfo select, #left input.quantity, #left select {
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #ccc;
	padding: 4px;
	margin: 10px;
	margin-left: 0px;
}

#productInfo img {
	display: inline;
}

#purchaseInfo input#quantity:focus, #purchaseInfo select:focus {
	border: 2px solid #3366ff;
	margin: 10px;
	margin-left: 0px;
}

#purchaseInfo img {
	margin: 0;
}

#productDetails {
	margin-top: 20px;
	margin-left: 20px;
}

#productOverview {
	width: 550px;
	float: left;
	margin-right: 50px;
	color: #999;
}

#productInfo {
	width: 300px;
	height: 400px;
	float: left;
}

#productInfo ul {
	list-style-type: disc;
	font-size: 11px;
	color: #999;
}

#productInfo ul li {
	margin: 0 0 0 15px;
}

#left a.productincartlink {
	color: #999;
	text-decoration: none;
}

#left a.productincartlink:hover {
	color: #999;
	text-decoration: underline;
}

#left input.quantity, #left select {
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #ccc;
	padding: 4px;
	margin-left: 0px;
	vertical-align: middle;
}

#left input.quantity:focus, #left select:focus {
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #3366ff;
	padding: 4px;
	margin-left: 0px;
	vertical-align: middle;
}

/* UTILITY */
.clear {
    clear: both;
}