/*
===================
			Global Styles
===================			
*/

body{
	margin: 0px;
	padding: 0px;
	background-color: black;
	font-family: Geneva, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
.wrapper {
	width: 1000px;
	margin: 0 auto; 
	padding: 0;
	min-height: 600px !important;
	height: auto !important;
	height: 600px;
	background-image: url(/Images/backgroundTile.jpg);
	background-repeat: no-repeat;
}
.home{
	background-image: url(/Images/homepage_backgroundTile.jpg);
	background-repeat: no-repeat;
}
h1{
	text-shadow: black 1px 1px 5px;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
}
h2{
	font-size: 20px;
	text-transform: uppercase;
}
h3{
	font-size: 14px;
	text-transform: uppercase;
}
h4{
	text-indent: -9999px;
	overflow: hidden;
}
p{
	float: left;
}
a,  a:active,  a:link,  a:visited{
	/*float: left;*/
	text-decoration: underline;
	color: #fff;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}




/*
=========================
			Header styles and elements
=========================			
*/

.header{
	width: 1000px;
	margin: 50px 0 60px 0;
	float: left;
}
.home .header{
	width: 1000px;
	height: 380px;
	margin: 50px 0 20px 0;	
}
.header .content{
	width: 890px;
	margin: 0 auto;
}
.header .content .logo{
	width:221px;
	height: 42px;
	float:left;
}
.header .content .logo a, 
.header .content .logo a:active,
.header .content .logo a:link,
.header .content .logo a:visited{

	float: left;
}


/* ++ Top Nav ++ */
.header .content ul{
	margin: 0;
	padding: 0;
	float: right;
}
.header .content ul li{
	margin: 0;
	padding: 0 8px;
	background-image: url(/Images/topNav_centerTile.gif);
	background-repeat: none;
	float: left;
	list-style-type: none;
}
.header .content ul li.leftCap{
	width: 9px;
	height: 30px;
	padding: 0;
	display: block;
	background-image: url(/Images/topNav_leftCap.gif);
	background-repeat: no-repeat;
}
.header .content ul li a,
.header .content ul li a:visited,
.header .content ul li a:link,
.header .content ul li a:active{
	display: block;
	height: 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	padding: 5px 0 0 0;
}
.header .content ul li a:hover{
	color: #FFF36F;
}
.header .content ul li.rightCap{
	width: 9px;
	height: 30px;
	display: block;
	background-image: url(/Images/topNav_rightCap.gif);
	background-repeat: no-repeat;
}


.heaader_search_box{
	width: 200px;
	margin: 0;
	float: right;
}
.heaader_search_box .search{
	width:100px;	
	border: 1px solid gray #0a0a0a;
	background-color: #BcBcBc;
	color: #000;
}
.heaader_search_box .submit{
	width: 90px;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
	float: left;
}





/*
=========================
		Content styles and elements
=========================			
*/

.content_container{
	width: 1000px;
	float: left;
	min-height: 400px !important; height: auto !important; 	height: 400px;
}
.home .content_container{
	min-height: 10px !important;
	height: auto !important;
	height: 10px;
	float: left;
}
.content_container .content{
	width: 900px;
	padding: 0 50px 0 50px;
	float: left;
}
.content_container .content{
	width: 900px;
	padding: 0 50px 40px 50px;
	float: left;
}
.secondary{
	background-color: #1a1a1a;
	margin: 0px;
	padding: 0 50px;
	width: 900px;
	float: left;
}
.secondary_content_container{
	margin: 10px 0 0 0;
}
.secondary table{
	width: 900px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}
.secondary table td{
	text-align: center;
}
.secondary img{
	margin: 0;
	padding: 0;
}



/* ++ rounded corner box ++ */
.rounded_corner_box{
	width: 280px;
	float: left;
	background-color: #3a3a3a;
}
.rounded_corner_box .RCHeader{
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;	
	float: left;
}
.rounded_corner_box .RCHeader .left_corner{
	width: 9px;
	height: 10px;
	position: absolute;
	left: 0px;
	background-image: url(/Images/roundedCornerBox/secondaryContent_cornerBox_ul.gif);
	background-repeat: no-repeat;
}
.rounded_corner_box .RCHeader .right_corner{
	width: 9px;
	height: 10px;
	position: absolute;
	right: 0px;
	background-image: url(/Images/roundedCornerBox/secondaryContent_cornerBox_ur.gif);
	background-repeat: no-repeat;
}
.rounded_corner_box .RCContent{
	width: 100%;
	text-align: left;
	float: left;
}
.rounded_corner_box .RCContent p
{
	padding: 0 10px;
	margin-top: 5px;
}
.rounded_corner_box .RCContent h3{
	padding: 0 10px;
	margin: 5px;
}
.rounded_corner_box .RCContent img{
	float: left;
}
.rounded_corner_box .RCContent a{
	float: left;
	margin: 10px;
}
.rounded_corner_box .RCFooter{
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #3a3a3a;
	float: left;
}
.rounded_corner_box .RCFooter .left_corner{
	width: 9px;
	height: 10px;
	position: absolute;
	left: 0px;
	background-image: url(/Images/roundedCornerBox/secondaryContent_cornerBox_ll.gif);
	background-repeat: no-repeat;
}
.rounded_corner_box .RCFooter .right_corner{
	width: 9px;
	height: 10px;
	position: absolute;
	right: 0px;
	background-image: url(/Images/roundedCornerBox/secondaryContent_cornerBox_lr.gif);
	background-repeat: no-repeat;
}




/*
=========================
		Footer styles and elements
=========================			
*/

.footer{
	width: 1000px;
	height: 142px;
	background-image: url(/Images/footerTile.jpg);
	background-repeat: no-repeat;
	float: left;
}
.footer .content{
	width: 920px;
	padding: 0 40px;
}
.footer .content ul{
	margin: 68px 0 0 0;
	padding: 0;
	float: left;
}
.footer .content ul li{
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	list-style-type: none;
	font-size: 10px;
	color: white;
	font-family: Geneva, Arial;
}
.footer .content ul li a,
.footer .content ul li a:visited,
.footer .content ul li a:link,
.footer .content ul li a:active{
	font-family: Geneva, Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.footer .content ul li a:hover{
	text-decoration: underline;
}
.copywrite{
	font-family: Geneva, Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	margin: 68px 9px 0 0;
	float: right;
}
.copywrite table{
	float: left;
}
.copywrite table tr td{
	padding-right: 10px;
}
.copywrite a, .copywrite a:visited, .copywrite a:link, .copywrite a:link{
	font-family: Geneva, Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.copywrite a:hover{
	text-decoration: underline;
}


/*======================
		Homepage Elements
======================*/

.featured_skate{
	width: 455px;
	float: left;
}
.featured_skate h2{
	width: 300px;
	margin:0;
	padding: 0;
	float: left;
}
.featured_skate p{
	width: 300px;
 	float: left;
}
.featured_skate img{
	float: right;
	margin: 0;
	padding: 0;
}


.infoBox_Container{
	width: 300px;
	float: right;
}
.infoBox_Container .left{
	background-image: url(/Images/infoBox_left.gif); 
	background-repeat: no-repeat;
	width: 14px;
	height: 65px;
	float: left;
}
.infoBox_Container .content{
	background-color:  #222222;
	width: 250px;
	height: 55px;
	padding: 5px;
	float: left;
}
.infoBox_Container .right{
	background-image: url(/Images/infoBox_right.gif); 
	background-repeat: no-repeat;
	width: 14px;
	height: 65px;
	float: left;
}
.infoBox_Container h3{
	width: 200px;
	margin:0 0 5px 0;
	padding: 0;
	float: left;
}
.infoBox_Container .search{
	width: 150px;
	border: 1px solid gray #0a0a0a;
	background-color: #BcBcBc;
	color: #000;
}
.infoBox_Container .submit{
	width: 80px;
	font-family: Geneva, Arial;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background-color:  #222222;
	margin-bottom: 2px;
}




.dealerLogin{
		background-image: url(/Images/home_searchBarBkgnd.jpg);
		background-repeat: no-repeat;
		width: 400px;
		height: 30px;
		margin: 60px 0 0 0;
		padding: 0 0 0 5px;
		float: left;
}
.dealerLogin .search{
	width: 100px;
	border: 1px solid gray #0a0a0a;
	background-color: #BcBcBc;
	color: #000;
	margin-bottom: 2px;
}
.dealerLogin .search .email{
	width:60px;
}
.dealerLogin .search .login{
		width:60px;	
}
.dealerLogin .submit{
	width: 150px;
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	background-color: transparent;
}



/*======================
		Product Pages Elements
======================*/


.product{
	width:136px;
	margin: 0 15px 0 0;
	padding: 0;
}
.product .outdoor{
	margin: 0;
}
.product img{
	margin: 0;
	padding: 0;
	float: left;
}
.product p{
	width:126px;
	margin: 0;
	padding: 5px;
	background-color: black;
	float: left;
}

.jam p{padding-bottom: 5px;}
.track p{padding-bottom: 50px;}
.art p{padding-bottom: 20px;}
.rhythm p{padding-bottom: 5px;}
.speed p{padding-bottom: 40px;}
.outdoor p{padding-bottom: 20px;}

.radar_wheel_spot{
	width: 280px;
	margin: 0 10px;
	float: left;
}
.learnMoreBtn{
	float: right;
}
.radar_wheel_spot p{
	padding: 5px;
	text-align: left;
	float: left;
}
.radar_wheel_spot p a{
	float: right;
}
.radar_wheel_spot p img{
	float: right;
}

/* ++ Product Listing Page ++ */
.productListing{
	width: 346px;
	height: 129px;
}
.productListing .itemText a:link,
.productListing .itemText a:active,
.productListing .itemText a:visited,
.productListing .itemText a{
	width: 211px;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	float: right;
	text-align: right;
	text-decoration: none;
}
.productListing .itemText a:hover{
	text-decoration: underline;
}
.productListing .itemImage a{
	width: 135px;
	height: 115px;
	float: left;
	text-decoration: none;
}
.alt .itemText a,
.alt .itemText a:link,
.alt .itemText a:active,
.alt .itemText a:visited{
	text-align: left;
	float: left;
}
.alt .itemImage a,
.alt .itemImage a:link,
.alt .itemImage a:active,
.alt .itemImage a:visited{
	float:  right;
}


.jamSkate{
	background-image: url(/Images/productList_Background_JamSkates.jpg);
	background-repeat: no-repeat;
}


.plates{
	background-image: url(/Images/productList_Background_JamSkates.jpg);
	background-repeat: no-repeat;
}

.accessories{
	background-image: url(/Images/productList_Background_JamSkates.jpg);
	background-repeat: no-repeat;
}


/* ++ product detail page ++ */
.product_detail_image{
	width: 426px;
	float: left;
}
.product_detail_image img{
	float: left;
}
.product_information{
	width: 470px;
	margin: 0 0 20px 0;
	float: left;
}
.product_information p{
	padding: 0 10px;
	float: left;
}
.product_information h4{
	background-image: url(/Images/product_SpecificationsHeader.jpg);
	background-repeat: no-repeat;
	width: 470px;
	height: 97px;
	display: block;
	margin: 20px 0 0 0;
	float: left;
}
.product_information .bar{
	margin: 5px 0 0 70px !important;
	margin: 5px 0 0 40px;
	padding: 0 7px;
	width: 300px;
	height: 22px;
	font-size: 12px;
	color: white;
	float: left;
}
.product_information .bar .top{
	background-image: url(/Images/product_bar_top.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 14px;
	font-size: 0;
	float: left;
}
.product_information .bar .content{
	width: 290px;
	background-color: #1b1b1b;
	padding: 0 5px;
	float: left;
}
.product_information .bar .bottom{
	background-image: url(/Images/product_bar_bottom.gif);
	background-repeat: no-repeat;
	width: 300px;
	height: 14px;
	font-size: 0;
	float: left;
}
	
/* ++ Thumb and detail box styles ++ */	
.product_thumbs{
	width: 405px;
	min-height: 50px !important;
	height: auto !important;
	height: 50px;
	padding: 10px 10px;
	background-image: url(/Images/products/product_image_reflection.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
.product_thumbs img{
	margin: 0 3px;
	float: left;
}

.product_detail_hoverBox{
	width: 380px;
	background-color:#353535;
	padding: 10px;
	position: absolute;
	bottom: 160px;
	left: 10px;
	z-index: 500;
	visibility:hidden;
}
.product_detail_hoverBox img{
	float: left;
	margin-bottom:6px;
	margin-left:3px;
	margin-right:3px;
}
.product_detail_hoverBox h3{
	margin: 5px 0 0 0;
}
.product_detail_hoverBox p{
	padding: 5px;
	width: 150px;
	float: left;
}



/* ++ Jquery Zoom ++ */
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(/Images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
}



/*======================
				Find a Dealer
======================*/

.dealer_img_spot{
	width: 290px;
}
.dealer_selects{
	margin: 0 0 20px 0;
	width: 400px;
	float: left;
}
.dealer_spot_img{
	width: 350px;
	margin: 0 10px 0 0;
	float: left;
}
.dealer_results{
	width: 600px;
	float: left;
}
.dealer_results_table{
	width:100%;
	margin-top: 20px;
	float: left;
	border: none;
}
.dealer_results_table th{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #B13513;
	text-align: left;
}
.dealer_results_table tr td{
	padding: 5px;
}
.dealerAlt{
	background-color: #3F3F3F;
}


/*======================
					Support
======================*/

.supportNav{
	width: 200px;	
/*	margin: 30px 0 0 0;*/
	float: left;
}
.supportNav ul{
	margin: 0;
	padding: 0;
}
.supportNav ul li{
	margin: 1px 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.supportNav ul li a,
.supportNav ul li a:link,
.supportNav ul li a:active,
.supportNav ul li a:visited{
	width: 180px;
	padding: 5px 5px 5px 10px;
	background-color: #2F2F2F;
	display: block;
	font-size: 12px;
	text-decoration: none;
}
.supportNav ul li a:hover{
	background-color: #4F4F4F;
}


.supportContent{
	width: 660px;
	margin: 10px 10px 10px 20px;
	float: left;
}
.supportContent h2{
	margin-top: 30px;
}

/*=======================
			Search Results
=======================*/

.result_product_table{
	width:900px;
	margin-top: 20px;
	border: none;
}
.result_product_table thead td{
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px solid #B13513;
}
.result_product_table tr{
	margin: 0 0 10px 0;
}
.result_product_table tr td{
	padding: 20px;
}

.result_product_imageContainer{
	width: 135px;
}
.result_product_image{
	background-color: white;
	width:135px;
	height: 115px;
}
.result_product_description{
	width: 150px;
}
.result_product_price{
	width: 100px;
}

.search_results_box{
	width:145px;
	height: 125px;
}
.rightDealerContainer{
	float:left;
	width: 530px;
}
.pagination{
	margin-top: 20px;
}
/* ++ .pagination td{
	white-space:nowrap;
	text-align: left;
} ++ */
.pagination td a,
.pagination td a:link,
.pagination td a:active,
.pagination td a:visited{
	color: yellow;
	float: none;
}
