* { padding: 0; margin: 0; }

body {
 font-family: Helvetica;
 font-size: 13px;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
h1 {
	font-size: 35px;
	text-transform: uppercase;
	font-style: italic;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-style: italic;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
	
}
p {
	line-height: 18px;
	margin: 0 0 10px 0;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #e03a3e;
}

#wrapper { 
 margin: 0 auto;
 width: 1000px;
}
#header {
 width: 1000px;
 color: #333;
 height: auto;
 margin: 10px 0 0 0;
 position: relative;
}
	#social_search {
		width: 1000px;
		height: 45px;
		position: relative;
		display: none;
	}
		#social {
			width: 75px;
			height: 32px;
			position: absolute;
			right: 250px;
			top: 8px;
		}
			#social ul li {
				float: left;
				display: inline;
				list-style-type: none;
				margin: 0px 2px;
			}
			#social a.facebook {
				display: block;
				width: 32px;
				height: 32px;
				background: url(/media/images/sprite.png) 0px -100px no-repeat;
			}
			#social a.twitter {
				display: block;
				width: 32px;
				height: 32px;
				background: url(/media/images/sprite.png) -40px -100px no-repeat;
			}
		#search {
		
		}
	#head_slider {
		width: 1000px;
		height: 145px;
		overflow: hidden;
	}
		#slides {
			width: 985px;
			height: 140px;
			margin: 0 auto;
		}
	#logo {
		background: url(../images/logo.png) 0 0 no-repeat;
		width: 360px;
		height: 100px;
		position: absolute;
		top: 90px; 
		right: -3px;	
		z-index: 1000;	
	}
	#head_divider {
		background: url(../images/sprite.png) 0 -150px no-repeat;
		width: 887px;
		height: 8px;
		margin: 40px 0px 10px 12px;
	}
	
/* NAVIGATION */
	
#navigation {
 width: 940px;
 height: 30px;
 color: #333;
 margin: 10px auto 50px auto;
}
	#navigation ul {
	
	}
	#navigation ul li {
		list-style-type: none;
		display: inline;
		margin: 0px 20px 0px 0px;
	}	
	#navigation ul li.wheeldpt a {
		display: block;
		float: right;
		background: url(../images/sprite.png) 0 -165px no-repeat;
		width: 187px;
		height: 30px;
		margin: 0px 100px 0px 0px;
	}
	#navigation ul li a {
		color: #000;
		text-decoration: none;
		font-size: 34px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#navigation ul li a:hover {
		color: #E03A3E;
	}
	
/* SON OF SUCKERFISH */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}
#nav li ul {
	position: absolute;
	left: -999em;
	width: 12em;
	background: #e03a3e;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 10000;
}
#nav li ul li a {
	font-size: 16px;
	padding: 5px 5px;
	width: 8em;
}
#nav li ul li a:hover {
	color: #fff;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* CONTENT */	
	
#content { 
 width: 940px;
 color: #333;
 margin: 0 auto;
 height: auto;
}

/* HOMEPAGE CONTENT */

#home_callout {
	float: left;
	width: 940px;
	min-height: 100px;	
}
#bottom_left {
	float: left;
	display: inline;
	width: 464px;
	min-height: 100px;
	margin: 10px 0px 10px 0px;
}
#bottom_right {
	float: right;
	display: inline;
	width: 464px;
	min-height: 100px;
	margin: 10px 0px 10px 0px;
}
#homepage_content {
	float: left;
	width: 920px;
	margin: 10px 0px;
	padding: 0px 10px;
}

/* PRODUCT CONTENT */

#prod_left {
	width: 390px;
	float: left;
	display: inline;
	margin: 20px 0 0 0;
}
	#prod_left h1 {
		font-size: 40px;
		font-style: italic;
		text-transform: uppercase;
	}
	#prod_left h2 {
		font-size: 24px;
		font-style: italic;
		text-transform: none;
	}
	#prod_left span.title {
		text-transform: uppercase;
		font-weight: bold;
		font-style: italic;
		margin: 0 5px 0 0;
		float: left;
	}
	#prod_left p.msrp {
		font-weight: bold;
		text-transform: uppercase;
		font-size: 17px;
		color: #e03a3e;
		font-style: italic;
		margin: 10px 0 0 0;
	}
	#prod_left p.purchase {
		text-transform: uppercase;
		font-style: italic;
		margin: 10px 0 10px 5px;
	}
	#prod_title {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#prod_desc {
		width: 100%;
		margin: 0 0 20px 0;
		font-size: 110%;
	}
	#prod_specs {
		width: 100%;
		margin: 0 0 20px 0;
	}
		#prod_specs ul {
			display: inline;
		}
		#prod_specs ul li {
			list-style-type: none;
			display: inline;
			padding-top: 3px;
		}
		#prod_specs ul li:after {
			content: ",";
		}
		#prod_specs p span {
			display: inline;
		}

#prod_right {
	width: 500px;
	float: right;
	display: inline;
	margin: 30px 0px 30px 30px;
}

/* RIMS STYLES */

#rim_size {
	float: left;
	width: 400px; 
	margin: 0 0 20px 0;
}
#rim_size p {
	float: left;
	display: inline;
	margin: 10px 10px 0 0;
}

#rs_left {
	float: left;
	width: 410px;
	display: inline;
}

#rs_right {
	float: right;
	width: 410px;
	display: inline;
}
#wh_use p.size {
	display: inline;
	margin: 2px 5px 0 10px;
	width: auto;
}
#wh_use p.left {
	float: left;
	width: 85px;
}
#wh_use p.right {
	float: right;
	width: 85px;
}


#rim_size_top {
	float: left;
	width: 100%;
	min-height: 150px;
}
#rim_size_bottom {
	float: left;
	width: 100%;
	min-height: 150px;
}

#rim_row {
	width: 100%;
	height: 155px;
	float: left;
}
#rim_row.header {
	width: 100%;
	height: 44px;
	float: left;
}
	.col {
		float: left;
		display: inline;
		width: 70px;
		height: 100px;
		background: #ddd;
		margin: 2px;
		position: relative;
	}
	.col p {
		position: absolute;
		top: 60px;
		left: 5px;
	}
	.col img {
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.col.title {
		float: left;
		display: inline;
		width: 110px;
		height: 100px;
		background: #ddd;
		margin: 2px;
	}
	.col.title img {
		position: inherit;
		max-height: 95px;
		float: left;
		margin: 0 auto;
	}
	.head {
		float: left;
		display: inline;
		width: 70px;
		height: 40px;
		background: #ddd;
		margin: 2px;
	}
	.head.title {
		float: left;
		display: inline;
		width: 110px;
		height: 40px;
		margin: 2px;
	}



/* WHEELS STYLES */

#wh_use {
	float: left;
	display: inline;
	width: 202px;
	height: 212px;
	background-image: url(/media/images/boxbg_03.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #fff;
	margin:10px;
	border: 1px solid black;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: relative;
	text-align: center;
}
	#wh_use h3 {
		margin: 0px 5px 10px 5px;
	}
	#wh_use a {
		text-decoration: none;
	}
	#wh_use a:hover {
		text-decoration: underline;
	}
	#wh_use p {
		margin: 10px;
	}
	#wh_use img {
		margin: 10px 10px 5px 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	#wh_use.wh_size h3 {
		margin: 10px;
	}

/* RIMS TABS */

.menu { 
	padding: 0; 
	clear: both; 
	float: left;
}
.menu li { 
	display: inline; 
}
.menu li a { 
	background: #ccc; 
	padding: 10px 89px; 
	float:left; 
	border: 1px solid #000;
	text-decoration: none; 
	color: #000; 
	font-weight: bold;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	-webkit-border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-top-left-radius:15px;
}
.menu li.active a { 
	background: #ccc;
	border-bottom: 1px solid #ccc;
}
.content { 
	float: left; 
	clear: both; 
	border: 1px solid #333; 
	border-top: none;
	background: #ccc; 
	padding: 10px 20px 20px; 
	width: 898px; 
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;

}

/* IMAGE GALLERY SLIDER + LIGHTBOX */

#ng_nav {
	width: 450px;
	background: black;
}

#ng_nav li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 0 10px 10px 0;
}
#ng_nav li a {
	display: block;
	width: 70px;
	height: 70px;
	padding: 5px;
	background: #ccc;
}
#ng_nav li a:hover, #ng_nav li.activeSlide a {
	background: #666;
}

input {
	width: 400px;
	padding: 8px;
}
input.submit {
	width: 100px;
}
textarea {
	width: 400px;
	padding: 8px;
}

/*FORM VALIDATION*/

.humans-only-p {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/* FOOTER */

#footer {
 float: left; 
 width: 1000px;
 color: #333;
 margin: 0px 0px 10px 0px;
 text-align: center;
}
#footer p {
	text-transform: uppercase;
	font-style: italic;
	font-size: 15px;
}
	#footer_bar {
		background: url(../images/sprite.png) 0 -200px no-repeat;
		width: 985px;
		height: 5px;
		margin: 10px auto;
	}