* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5% Verdana, Arial, sans-serif;
	line-height: 2.1em;
	background: #FFF url('../images/body_bg.gif') top center;
	color: #000;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
}
h1 {
	font-size: 2.4em;
	margin-bottom: 10px;
}
h2 {
	font-size: 2.1em;
}
h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.6em;
}
a img {
	border: none;
}
.small {
	font-size: .8125em;
}
.large {
	font-size: 1.5em	;
}


/* LAYOUT */
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	float: left;
	background: url('../images/header_bg.jpg') no-repeat;
}
#nav {
	clear: both;
	margin-left: 20px;
	padding-top: 20px;
	display: block;
}
#content {
	width: 1000px;
	float: left;
	padding: 0;
	background: #FFF url('../images/content_bg.png') no-repeat top left;
}
#main {
	width: 595px;
	float: left;
	margin: 80px 60px 30px 40px;
	display: inline;
}
.trees #main,
.accessories #main,
.cart #main,
.catalog #main,
.billing_and_shipping_address #main,
.invoice #main {
	width: 905px;
	float: left;
	margin: 80px 60px 30px 40px;
	display: inline;
}
#aside {
	width: 250px;
	float: left;
	margin: 30px 40px 30px 0;
}
#footer {
	width: 940px;
	height: 120px;
	clear: both;
	margin-bottom: 30px;
	padding: 0 30px;
	background: #FFF url('../images/footer_bg.png') no-repeat bottom center;
	text-align: right;
}


/* HEADER */
#header h1 {
	width: 357px;
	height: 134px;
	float: left;
	background: url('../images/header_logo.png') no-repeat top left;
	text-indent: -9999px;
}
#header #shoppingCart {
	width: 224px;
	height: 75px;
	margin-left: 320px;
	padding: 0 30px 15px 30px;
	float: left;
	background: url('../images/header_cart_bg.png') no-repeat bottom center;
}
#shoppingCart .cartImage {
	float: left;
	width: 37px;
	height: 33px;
	background: url('../images/shopping_cart.png') no-repeat top left;
	margin: 15px 10px 5px 5px;
}
#shoppingCart .cartImage span {
        display: none;
}
#shoppingCart .cartImage:hover {
	background-position: bottom left;
}
#shoppingCart .info {
	width: 170px;
	
	float: left;
	margin-top: 10px;
	font-size: 1.2em;
}
#shoppingCart .links {
	clear: both;
	display: block;
	text-align: center;
}
#shoppingCart a {
	color: #6E7895;
}
#shoppingCart a:hover {
	color: #000;
}


/* NAVIGATION */
#nav li {
	float: left;
	list-style: none;
}
#nav a {
	margin-right: 3px;
	padding: 5px 15px;
	display: block;
	background: #E8E9EE url('../images/nav_bg.png') repeat-x bottom left;
	font-size: 1.4em;
	text-decoration: none;
	color: #808080;
	border: 1px solid #CCC;
	border-bottom: none;
}
#nav li a:hover {
	background: #E8E9EE;
	color: #000;
}
#nav li ul {
	position: absolute;
	width: 188px;
	display: none;
	padding-bottom: 5px;
	background: url('../images/nav_drop_down_bg.png') no-repeat bottom left;
	z-index: 9999;
}
.trees #nav li#trees li a, .accessories #nav li#accessories li a {
	background: none;
	color: #808080;
}
#nav li ul li a {
	width: 158px;
	padding: 3px 15px;
	margin: 0;
	background: none;
	border: none;
}
#nav li:hover ul, #nav li.sfhover ul { /* Suckerfish Dropdown */
	display: block;
	border: none;
}
#header #nav li ul li a:hover {
	background: none;
	color: #000;
}
.home #nav #home a, 
.trees #nav #trees a, 
.accessories #nav #accessories a, 
.downloads #nav #downloads a,
.gallery #nav #gallery a,
.resellers #nav #resellers a,
.contact #nav #contact a,
.wheels #nav #colorWheels a,
.parts #nav #parts a {
	background: #6E7895;
	color: #FFF;
	border-color: #666;
}


/* MAIN CONTENT */
#main p {
	margin: 0 0 1em;
	font-size: 1.2em;
	color: #666;
}
#main strong, #main b {
	color: #222;
}
#main sup {
	font-size: .5em;
}
#main a {
	color: #6E7895;
}
#main a:hover {
	color: #000;
}
#main ul {
	margin-bottom: 1em;
}
#main li {
	margin-left: 20px;
	color: #666;
	font-size: 1.2em;
}
#main ul ul {
	margin: 0;
}
#main #innerColumn1 {
	width: 370px;
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dotted #808080;
}
#main #innerColumn2 {
	width: 180px;
	float: left;
}
#main #innerColumn3 {
	width: 370px;
	float: left;
}
#main .alert {
	color: #D00;
	font-weight: bold;
}
.catalog #main {
	position: relative;
}
.catalog #main .photos {
	position: absolute;
	top: -150px;
	right: -30px;
}


/* ASIDE CONTENT */
/* Box Styles */
.box {
	margin-bottom: 30px;
}
.box h2 {
	width: 250px;
	height: 70px;
	text-indent: -9999px;
background: url('../images/box_retro.gif') no-repeat top left;
}
.box h2.search {
	background: url('../images/box_search.gif') no-repeat top left;
}
.box h2.goGreen {
	background: url('../images/box_go_green.gif') no-repeat top left;
}
.box h2.categories {
	background: url('../images/box_categories.gif') no-repeat top left;
}
.box h2.bestSellers {
	background: url('../images/box_best_sellers.gif') no-repeat top left;
}
.box UL  {
margin: 0;
padding: 0 0 0 40px;	
}
.BoxContent {
	border: none;
	color: #666;
}
div.goGreen {
	display: block;
	padding-left: 60px;
	background: url('../images/recycle.png') no-repeat 0 50%;
}
.BoxContent a {
	color: #6E7895;
}
.BoxContent a:hover {
	color: #000;
}
.BoxContent input#search_str {
	width: 100%;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #D1D4DD;
}
.BoxContent div input {
	float: left;
	margin: 0;
}
.BoxContent div a.advanced {
	float: right;
}
.BoxContent .learnMore {
	float: right;
	margin-top: 10px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	text-align: right;
	background: url('../images/arrow.gif') no-repeat left 50%;
}
.BoxLink {
	display: block;
	font-size: 1.2em;
}


/* FOOTER */
#footer #utilityNav {
	padding: 60px 0 0;
	display: block;
}
#footer #utilityNav li {
	display: block;
	float: right;
	list-style: none;
	margin-left: 10px;
}
#footer #utilityNav li a {
	color: #6E7895;
}
#footer #utilityNav li a:hover {
	color: #000;
}
#footer .copyright {
	clear: both;
	display: block;
}


/* HOME PAGE FEATURES */
#features {
	position: relative;
	width: 595px;
	float: left;
	margin: 20px 0 20px;
}
#features #big {
	width: 340px;
	height: 193px;
	margin-bottom: 10px;
	padding: 25px 15px 10px 240px;
	display: block;
	background: url('../images/home_big_feature.jpg') no-repeat top left;
	position: relative;
}
#features #big .originalSilverTree {
	position: absolute;
	top: -31px;
	left: -26px;
}
#features #big h1 {
	margin-bottom: 10px;
	font-style: italic;
}
#features #big .price {
	width: 180px;
	margin: 5px 0;
	font-style: italic;
}
#features #big .buyNow	 span {
	display: none;
}
#features #big a.buyNow {
	position: absolute;
	width: 160px;
	height: 36px;
	top: 140px;
	right: 15px;
	display: block;
	margin-top: 28px;
	background: url('../images/buy_now_btn.png') no-repeat top left;
}
#features #big a.buyNow:hover {
	background: url('../images/buy_now_btn.png') no-repeat bottom left;
}
#features #products li {
	list-style: none;
	display: block;
	float: left;
	margin: 0;
}
#features #products li a {
	width: 190px;
	height: 138px;
	display: inline;
	float: left;
	margin-right: 12px;
}
#features #products li a span {
	display: none;
}
#features #products #one a {
	background: url('../images/home_small_feature_1.jpg') no-repeat top left;
}
#features #products #one a:hover {
	background: url('../images/home_small_feature_1.jpg') no-repeat bottom left;
}
#features #products #two a {
	background: url('../images/home_small_feature_2.jpg') no-repeat top left;
}
#features #products #two a:hover {
	background: url('../images/home_small_feature_2.jpg') no-repeat bottom left;
}
#features #products #three a {
	margin: 0;
	background: url('../images/home_small_feature_3.jpg') no-repeat top left;
}
#features #products #three a:hover {
	background: url('../images/home_small_feature_3.jpg') no-repeat bottom left;
}


/* BREADCRUMBS */
#breadcrumb {
	width: 100%;
	height: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 25px;
	background: url('../images/breadcrumb_bg.png') repeat-x;
	border: 1px solid #CCC;
}
#breadcrumb li {
    list-style-type: none;
    float: left;
    padding-left: 10px;
	margin: 0;
}
#breadcrumb li a {
	height: 25px;
	float: left;
	display: block;
	background: url('../images/breadcrumb_seperator.png') no-repeat right;
	padding-right: 20px;
	text-decoration: none;
	color: #808080;
}
#breadcrumb a:hover {
    color: #000;
}
#breadcrumb li.print {
	float: right;
}
#breadcrumb li.print a {
	float: right;
	display: block;
	padding: 0 10px 0 10px;
	background: none;
	border-left: 1px solid #CCC;
}
#breadcrumb li.print a:hover {
	background: #FAFAFA;
}



/* CATALOG */
.categoryDescription {
	width: 500px;
}
.catalogNav {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-top: 1px dotted #CCC;
}
.catalogNav #sortForm {
	float: left;
}
.catalogNav .pages {
	float: right;
}
#main p.pages {
	text-align: right;
	margin: 0;
}
#catalog {
	clear: both;
	width: 100%;
	margin-bottom: 15px;
}
#catalog td {
	vertical-align: top;
	margin-bottom: 10px;
	text-align: center;
}
#catalog .item a {
	display: block;
	padding: 20px;
	text-decoration: none;
	border: 1px solid #FFF;
}
#catalog .item a:hover {
	background: #FCFCFC;
	border: 1px dotted #AAA;
}
#catalog .item img, #catalog .item span {
	display: block;
	text-align: center;
	margin: 0 auto;
}
#catalog .item img {
	margin-bottom: 5px;
}
#catalog a .title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;
}
#catalog a .productID {
	color: #888;
}
#catalog a .price {
	font-weight: bold;
	color: #000;
}

/* PRODUCT DISPLAY */
#product {
	width: 100%;
	float: left;
	margin-top: 20px;
}
#product img {
	border: 1px dotted #DDD;
}
#product a:hover img {
	border: 1px dotted #6E7895;
}
#product #photo {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#product #info {
	float: left;
	width: 195px;
	height: 300px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px dotted #AAA;
}
#product #info .product_price {
	color: #000;
}
#product .ProductSubtitle {
	margin-top: 20px;
}
#product #description {
	width: 344px;
	float: left;
}


/* GALLERY */
.gallery a.photo {
	float: left;
	display: block;
	width: 168px;
	padding: 10px;
	margin: 0 6px 10px 0;
	border: 1px solid #DDD;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	text-decoration: none;
}
.gallery a.photo:hover {
	border-color: #999	;
}

/** CHECKING OUT **/
/* Cart table */
#cart {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
}
#cart tr {
	border-bottom: 1px solid #DDD;
}
#cart td, #cart th {
	padding: 15px;
}
#cart th {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background: #FCFCFC;
}
#cart .product_name {
	width: 20%;
}
#cart .product_description {
	width: 35%;
}
#cart .product_price, #cart .product_quantity, #cart .product_total {
	width: 15%;
	text-align: center;
}
#cart .delete a { /* Don't forget to change the background path */
	padding-left: 20px;
	background: url('/cart/images/images/english/imageDeleteItem.gif') no-repeat 0 50%;
}
#cart .subtotal {
	background: #FCFCFC
}
#cart .subtotal .title {
	text-align: right;
	font-size: 1.2em;
}
#cart .subtotal .price {
	text-align: center;
	font-weight: bold;
	color: #090;
	font-size: 1.4em;
}
#cart span, #div_billing_address span, #div_shipping_address span {
	display: block;
}
#div_billing_address, #div_shipping_address {
	width: 35%;
	float: left;
}
.invoice .edit {
	clear: both;
}
/* Invoice table */
#invoice {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border-top: 1px solid #DDD;
}
#invoice th {
	background: #FCFCFC;
	text-align: left;
}
#invoice th, #invoice td {
	padding: 10px;
	vertical-align: top;
}
#invoice tr {
	border-bottom: 1px solid #DDD;
}
#invoice span {
	display: block;
}
#invoice .subtotal {
	border: none;
}
#invoice .label {
	text-align: right;
}
#invoice .total {
	border-top: 1px solid #DDD;
	background: #FCFCFC;
}
#invoice .total .price {
	color: #090;	
	font-weight: bold;
}


/* DOWNLOADS PAGE */
#main .downloadLinks {
	margin-bottom: 20px	;
}
#main .downloadLinks li {
	margin: 0;
	list-style: none;
	
}
.downloadLinks li a {
	width: 300px;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #CCC;
	text-decoration: none;
	background: #E7E7E8;
}
.downloadLinks li.pdf a {
	padding-left: 35px;
	background: #E7E7E8 url('../images/pdf_icon.gif') no-repeat 5px 50%;
}


/* FORMS */
.formFieldSet {
	margin-bottom: 20px;
}
fieldset {
	border: none;
	font-size: 1.2em;
}
label {
	display: block;
	margin: 5px 0;
}
fieldset span {
	display: block;
}
label input, label textarea {
	width: 280px;
	padding: 3px;
	border: 1px solid #D1D4DD;
}
fieldset div input {
	margin: 10px 0;
}


/* POPUPS */
body#popup {
	background: #FFF;
}
#popup .alert {
	color: #D00;
	font-weight: bold;
}
#popup a {
	color: #6E7895;
}
#popup a:hover {
	color: #000;
}
/* email 2 friend */
#email2friend {
	font-size: 1.2em;
}
#email2friend label input {
	width: 150px;
}


/* PRINT */
body#print {
	margin: 5px;
	background: #FFF;
}
#print #info {
	width: 150px;
}
#print #description {
	width: 200px;
}


/* IE6 HACKS */
* html #header h1 {
	background: url('../images/header_logo_ie6.gif') no-repeat top left;
}
* html #header #shoppingCart {
	background: url('../images/header_cart_bg_ie6.gif') no-repeat top center;
}
* html #features {
	margin-top: 10px;
}
* html #features #big .originalSilverTree {
	display: none;
}

	/* Resellers PAGE */
#main .resellersPage {
	margin-bottom: 20px	;
	float: left;
}
#main .resellersPage li {
	margin: 0;
	list-style: none;
	
}
.resellersPage li a {
	width: 155px;
	display: block;
	padding: 5px;
	margin: 15px 0;
	border: 1px solid #CCC;
	text-decoration: none;
	background: #E7E7E8;
	height: 50px;
}
.resellersPage li.netshop a {
	padding-left: 35px;
	background: #E7E7E8 url('../images/hayneedle_logo.gif') no-repeat 10px 50%;
}
.resellersPage li.oaktree a {
	padding-left: 35px;
	background: #E7E7E8 url('../images/oaktree2_logo.jpg') no-repeat 10px 50%;
}
.resellersPage li.elements a {
	padding-left: 35px;
	background: #E7E7E8 url('../images/elements_logo.jpg') no-repeat 10px 50%;
}
.resellersPagedes {
	margin-bottom: 20px	;
	float: right;
	
}
.resellersPagedes li {
	margin: 0;
	list-style:none;
	text-align:left;
	width:350px;
	height: 50px;
	padding: 5px;
	margin: 15px 0;
	font-weight:bold;
}

DIV.CatalogNavigation {
display: none;
}