body {
   margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 845px;	
	
}
img {border:none;}
form {padding:0;margin:0;}
.form select, .form input, .form textarea {vertical-align:middle;}



#bg {
	background: url(../images/body-bg3.jpg) repeat-x 50% 0;
	
	min-width: 845px;
	min-height: 800px;
	padding-bottom:20px;
}
#main {
	margin: 0 auto;
	width: 900px;
	padding-top: 143px;
	position: relative;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 143px;
}
#header .logo {
	position: absolute;
	top: 8px;
	left: 0;
	height: 85px;
	width: 306px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
}
#top-nav {
	position: absolute;
	top: 97px;
	left: 97px;
	list-style: none;
	padding: 0;
	margin: 0;
}
#top-nav li {
	float: left;
	margin: 0 0 0 1px;
	display: inline;
}
#top-nav li a {
	float: left;
	height: 29px;
	width: 92px;
	text-indent: -9999px;
	overflow: hidden;
}
#top-nav li.snow a {background: url(../images/snow-link.gif) no-repeat;}
#top-nav li.street a {background: url(../images/street-link.gif) no-repeat;}
#top-nav li.skate a {background: url(../images/skate-link.gif) no-repeat;}
#top-nav li.misc a {background: url(../images/misc-link.gif) no-repeat;}
#top-nav li a:hover {background-position: 0 -29px;}
#top-nav li.active a {background-position: 0 -58px !important;}

#header .form {
	position: absolute;
	top: 102px;
	left: 10px;
}
#header .form .text-input {
	float: left;
	width: 134px;
	border: 1px solid #fff;
	background-color: #d0d0d1;
	padding: 2px 0 1px 5px;
}
#header .form .btn {
	float: left;
	width: 33px;
	height: 18px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
	background: url(../images/form-btn.gif) no-repeat;
}
#header .top-links {
	position: absolute;
	top: 98px;
	right: 0px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #777;
}
#header .top-links li {
	float: left;
}
#header .top-links li a {
	border-left:1px solid #666;
	float:left;
	text-align:center;
	color: #fff;
	text-decoration: none;
	background:url(../images/btn.jpg) no-repeat;
	width:92px;
	height:28px;
	line-height:28px;
}
#header .top-links li a.active,
#header .top-links li a:hover {background:url(../images/btn_h.jpg) no-repeat;}

#header .cart {
	/*position: absolute;
	top: 31px;
	left: 480px;*/
	float: right;
	width: 250px;
	padding-top: 15px;
	text-align: right;
}
#header .cart .title {
	display: block;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/kurv-text.gif) no-repeat right;
}
#header .cart span {
	display: block;
	padding: 6px 0 0 2px;
	font-size: 11px;
	color: #b3b3b3;
}
#header .cart p {
	margin: 0 0 2px 2px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
}
#header .cart a {
	color: #DD7607;
	font-size: 11px;
}
#header .cart a:hover {text-decoration: none;}
#content {
	display: table;
	width: 900px;
}
#left-nav {
	float: left;
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 0;
	font: 11px/19px Arial, Helvetica, sans-serif;
	color: #d0d0d1;
}
#left-nav li {
	float: right;
	width: 100%;
	margin: 0 0 1px;
}
#left-nav li a {
	float: right;
	padding: 0 16px 0 4px;
	color: #fff;
	text-decoration: none;
	font-size:13px;
	background: #59595a url(../images/left-nav-bg.gif) no-repeat 100% 0;
}
#left-nav li a:hover {background: #82e5f1 url(../images/left-nav-bg3.gif) no-repeat 100% 0;color: #000;}
#left-nav li.active a {
	background: #82e5f1 url(../images/left-nav-bg3.gif) no-repeat 100% 0;
	color: #000;
	font-weight:bold;
}
#column {
	float: right;
	width: 748px;
}
.box {
	float: left;
	width: 748px;
	/*background-color: #59595a;*/
	background-color: #fff;
	padding: 0px 0 20px ;
	margin-bottom:5px;
}
.box .title-box {
	width: 748px;
	height: 26px;
	background: url(../images/title-box-bg.gif) repeat-x;
	margin: 0 0 0px 0px;
}
.box .title-box ul {
	list-style: none;
	padding: 5px 0 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #666;
}
.box .title-box ul li {
	display: inline;
	padding: 0 2px;
}
.box .title-box ul li a {
	color: #000;
}
.box .title-box ul li.active a {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 0 2px;
}
.box .title-box ul li a:hover {
	text-decoration: none;
}
.box .title-box .btn {
	float: left;
	margin: 6px 0 0 18px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.box .title-box .btn-right {
	float: right;
	margin-right: 18px;
}
.box .title-box .btn:hover {
	text-decoration: underline;
}
.box .text-area {
	float: left;
	width: 360px;
	padding: 25px 0px 20px 28px;
}
.box .text-area h1 {
	margin: 0;
}
.box .text-area h1 img {display: block;}
.box .text-area h2 {
	margin: 13px 0 10px;
	font-size: 18px;
	color: #000;
	font-weight:normal
}
.box .text-area p {
	margin: 0 0 12px;
	font-size: 12px;
	color: #666;
}

.box .text-area li {margin-left:30px;}
.box .cart-item {
	display: block;
	width: 100%;
}

.box .cart-item select {
	border:1px solid #999;padding:3px;font-size:12px;
}

.box .cart-item .price {
	float: left;
	font-weight: bold;
	font-size: 21px;
	line-height: 21px;
	color: #000000;
	padding: 5px 18px 15px 0;
}
h1.title	{float:left;margin:0px;font-size:16px;padding:4px 0px 0px 10px;}

.box .cart-item .cart {
	float: left;
	background: url(../images/buy_old.gif) no-repeat;
	width: 74px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
.box .col {
	float: right;
	width: 333px;
}
.box .image-box {
	float: right;
	width: 323px;
	padding: 3px 5px;
	background-color: #464646;
	margin: 0px 0 0;
}
.box .image-box .img-holder {
	float: left;
	width: 324px;
	
}
.box .image-box .img-holder img {display: block; }
.box .image-box ul {
	float: left;
	list-style: none;
	padding: 6px 0 0;
	margin: 0;
}
.box .image-box ul li {float: left;padding: 0 0 0 11px;}
.box .image-box ul li img {display: block;  cursor: pointer;}
.box .image-box ul li.first {padding: 0;}
.box .form {
	float: left;
	width: 318px;
	height: 75px;
	padding: 0 4px 0 11px;
	background: url(../images/form-bg.gif) no-repeat;
}
.box .form div {
	float: left;
	width: 100%;
	padding: 0 0 5px;
}
.box .form .title {
	float: left;
	height: 11px;
	width: 124px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 21px 0 0;
	background: url(../images/form-title.gif) no-repeat;
}
.box .form label {
	float: left;
	font-size: 11px;
	line-height: 20px;
	padding: 0 5px;
	background-color: #202020;
	color: #80e3f0;
}
.box .form .text-input2 {
	float: left;
	border: 1px solid #d0d0d1;
	background-color: #9e9e9e;
	padding: 2px 0 2px 5px;
	font-size: 11px;
	color: #1b1b1c;
	width: 165px;
}
.box .form .btn {
	float: left;
	background: url(../images/form-btn2.gif) no-repeat;
	width: 33px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}
.box .img {
	margin: 0px 0 0;
}
.box .img img {
	display: block;
}
.sub-box h2,
.sub-box h1 {
	margin: 0;
	background: url(../images/title-box-bg.gif) repeat-x;
	line-height: 22px;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	font-weight: bold;
	padding: 0 0 0 14px;
}

.sub-box p {
	margin: 10px 30px 0 17px;
	font-size: 12px;
	color: #666;
}

.sub-box a {
	
	font-size: 13px;
	color: #DD7607;
}

.sub-box .more {
	margin: 10px 0 0 16px;
	font-size: 12px;
	float: left;
	color: #666;
	text-decoration: none;
}
.sub-box .more:hover {
	text-decoration: underline;
}

.ext_l	{padding:20px;width:331px;float:left;background:#fff;min-height:150px;margin-bottom:5px;}
.ext_l input[type="text"] {border:1px solid #999;padding:5px 10px 5px 10px;width:300px;font-size:16px;}
.ext_r	{padding:20px;width:331px;float:right;background:#fff;min-height:150px;margin-bottom:5px;}

.ext_l p,
.ext_r p	{margin:5px 0px 5px 0px;}

.ext_l a,
.ext_r a	{color:#ff8503}

.ext_l h2,
.ext_r h2	{margin:0px;padding:0px 0px 5px 0px; font-size:16px;background:none;}

.product-list {
	float: left;
	width: 748px;
	margin: 0px 0 0;
	overflow: hidden;
}
.product-list h2 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 15px;
	line-height: 30px;
	color: #d5d4d9;
	background-color: #000;
}
.product-list .list {
	float: left;
	padding: 0;
	margin: 5px 0 0;
	font-size: 12px;
	color: #000;
	width: 800px;
	list-style: none;
}
.product-list .list li {
	float: left;
	width: 180px;
	margin: 0 10px 0 0;
	padding-bottom:5px;
	background: url(../images/list-bg.gif) no-repeat #fff 0px 0px;
}
.product-list .list span {
	display: block;
	padding: 2px 0 0 12px;
	font-size: 13px;
	font-weight: bold;
}

.product-list .list li p {
	margin: 7px 10px 5px 10px;
	font-size: 12px;
	color: #666;
}

.product-list .list .more {
	float: left;
	margin: 14px 0 0 12px;
	font-size: 9px;
	color: #dd7607;
	text-decoration: none;
}


.product-list .list .more:hover {text-decoration: underline;}
.product-list .list .cart {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 40px;
	height: 19px;
	margin: 10px 7px 0 0;
	background: url(../images/buy_small.gif) no-repeat ;
}
.product-list .list .price {
	float: right;
	color: #000;
	font-size: 11px;
	margin: 11px 3px 0 0;
	position:relative;
}

.product-list .list .price em{position:absolute;top:-10px;right:0px;font-size:10px;font-weight:normal;width:60px;text-align:right;}

.product-list2 {
	
	float: left;
	width: 748px;
	overflow: hidden;
}
.product-list2 h2 {
	margin: 0;
	padding: 5px 0 5px 8px;
	background-color: #000;
	color:#fff;
	font-size:16px;
}
.list2 {
	float: left;
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
	font-size: 15px;
	width: 800px;
	color: #000;
}
.list2 li {
	float: left;
	margin: 0 12px 5px 0;
	padding: 0 0 6px 0;
	width: 241px;
	min-height: 243px;
	height: 243px;
	height: auto!important;
	overflow: hidden;
	background: #fff; /*url(../images/list2-bg.gif) no-repeat;*/
}
.list2 li.clear{background:none;clear:both;height:0px;min-height: 0px;padding:0;margin:0;width:742px;float:none;font-size:0px;line-height:0;}


.list2 li .img {
		width: 241px;
		height: 230px;
		line-height: 230px;
		text-align:center;
		background: #fff;;
		overflow: hidden;
}
.list2 li .text {
	display: block;
	padding: 6px 0 4px 10px;
	background: url(../images/prod_head_bg.gif) repeat-x;
}
.list2 li p {
	margin: 7px 10px 5px 10px;
	font-size: 12px;
	color: #666;
}
.list2 li .more {
	float: left;
	margin: 15px 0 0 10px;
	color: #ff8503;
	font-size: 12px;
	text-decoration: none;
}
.list2 li .more:hover {text-decoration: underline;}
.list2 li .cart {
	float: right;
	width: 55px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 8px 10px 3px 0;
	background: url(../images/buy.gif) no-repeat;
}
.list2 li span.price {
	float: right;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 5px 0 0;
	position:relative;
}
.list2 .price em{position:absolute;top:-13px;right:0px;font-size:11px;font-weight:normal;width:60px;text-align:right;}

#footer {
	min-width: 900px;
	background: #191919 url(../images/footer-bg.gif) repeat-x;
	margin: 0px 0 0;
}
.footer-inner {
	margin: 0 auto;
	width: 900px;
	height: 378px;
}




.footer-inner .logos {
	float: left;
	list-style: none;
	padding: 15px 0 0 152px;
	margin: 0 0 11px;
}
.footer-inner .logos li {
	float: left;
	padding: 0 0 0 10px;
	
}

.footer-inner p {
	clear: both;
	margin: 0 8px 0 168px;
	font-size: 12px;
	line-height: 13px;
	color: #606060;
}
.footer-inner .logo {
	float: left;
	width: 751px;
	height: 71px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 16px 0 0 149px;
	background: url(../images/footer2.png) no-repeat;
}

.btn_grey	{display:block;width:91px;height:41px;line-height:41px;text-align:center;background:url(../images/btn_grey.png) no-repeat;color:#333!important;text-decoration:none;}
.btn_grey2	{display:block;width:130px;height:41px;line-height:41px;text-align:center;background:url(../images/btn_grey2.png) no-repeat;color:#333!important;text-decoration:none;}

.btn_grey:hover,
.btn_grey2:hover	{color:#000!important}