@charset "UTF-8";
/* default.css 
ingenious.org */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
}

input, textarea, select {
	margin: 0;
}

input::-moz-focus-inner, button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

sub, sup {
	line-height: 1;	
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #000000;
	background: #000000 url(../img/layout/asphalt_bg_2.jpg) 0px 90px;
}

/* default positioning */

.websiteOverlay {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

.websiteRow {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	text-align: center;
}

.websiteDisplay {
	display: block;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	min-width: 960px;
	position: relative;
	text-align: left;
}

.websiteContent {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 960px;
	min-width: 960px;
	position: relative;
}


/* text styles */

p, .user-content ul, .user-content ol {
	padding: 6px 0px 6px 0px;
	line-height: 20px;
}

.user-content ul {
	list-style: disc;	
}

.user-content ol {
	list-style: decimal;	
}

.user-content img {
	margin: 15px 15px 15px 15px;	
}

h1, h2, h3, h4, h5, h6 {
	padding: 12px 0px 0px 0px;
	line-height: 20px;
}

.user-content ul, .user-content ol {
	margin: 0px 20px 0px 20px;
}

.user-content li ul, .user-content li ol {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
}

.user-content table {
	width: 100%;	
	line-height: 24px;
	margin: 10px 0px;
}

.user-content table tr td {
	padding: 0px 5px 5px 0px;	
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	color:#999;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	font-weight: bold;
}


h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, 
h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, 
h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, 
h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, 
h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, 
h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	padding-top: 2px;	
}

h1 a:link, h1 a:active, h1 a:visited, 
h2 a:link, h2 a:active, h2 a:visited, 
h3 a:link, h3 a:active, h3 a:visited, 
h4 a:link, h4 a:active, h4 a:visited, 
h5 a:link, h5 a:active, h5 a:visited, 
h6 a:link, h6 a:active, h6 a:visited {
	text-decoration: none;	
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}

/* layout */

#header {
	height: 90px;
	line-height: 35px;
	background: #000000;
}
	
	#header .websiteContent {
		height: 90px;
	}	

	#logo img{
		margin: 20px 5px 0px 20px;
		vertical-align:middle;	
	}

	#logo a:link, #logo a:visited, #logo a:active, #logo a:hover {
		color: #ffffff;
		text-decoration: none;
		outline: none;
	}

/* navigation */

#nav {
	height: 35px;
	position: absolute;
	z-index: 2000;
	bottom: 0px;
	right: 0px;
}

#nav ul {
	line-height: 35px;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	padding: 0px 20px 0px 20px;
	display: block;
	color: #999;
	text-decoration: none;
}

	/* flyouts */
	
	#nav ul li ul { 
		position: absolute;
		left: auto;
		height: auto;
		display: none;
		width: 200px;
		background: #666666;
		line-height: normal;
		padding: 0px 0px 6px 0px;
	}
	
	#nav ul li:hover > ul { 
		display: block;
		z-index: 0;
	}
	
	#nav ul li:hover, #nav ul li.hover { 
		background: #000000;
	}
	
	#nav ul li:hover a, #nav ul li.hover a, #nav ul li.sel a{ 
		color: #ffffff;
	}
	
	#nav ul li ul li {
		display: block;
		float: none;
		_height: 0;
	}
	
	#nav ul li ul li a {
		display: block;
		padding: 5px 20px 5px 20px;
	}
	
	#nav ul li ul li ul {
		position: relative;
		display: none;
		left: 200px;
		top: -20px;
	}

#content {
	
}
	
	#content.internal {
		background: url(../img/layout/asphalt_bg_1.jpg) 0px 0px repeat-x;
	}

	#content .websiteContent{
		background: #ffffff;
	}
	
	#content.internal .websiteContent{
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;	
	}

#billboardRow {
	height: 450px;
	overflow:hidden;
	background: #000000 url(../img/layout/asphalt_bg_1.jpg) 0px 0px;	
}

#billboard {
	height: 450px;
	z-index: 1000;
}

	#billboard .photo img{
		-moz-border-radius: 10px 10px 0px 0px;
		-webkit-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;	
	}
	
	#billboard .featured{
		display: block;
		position: absolute;
		height: 105px;
		width: 840px;
		padding: 120px 100px 0px 20px;
		left: 0;
		bottom: 0px;
		color: #ffffff;
	}
	
	#billboard a:link,#billboard a:visited, #billboard a:active {
		color: #ffffff;
	}
	
	#billboard .tread-1{
		background: url(../img/layout/tread-1.png) bottom left no-repeat;
	}
	
	#billboard .tread-2{
		background: url(../img/layout/tread-2.png) bottom left no-repeat;
	}
	
	#billboard .tread-3{
		background: url(../img/layout/tread-3.png) bottom left no-repeat;
	}
	
	#billboard .tread-4{
		background: url(../img/layout/tread-4.png) bottom left no-repeat;
	}

	#pager {
		display: block;
		position: absolute;
		right: 0;
		bottom: 20px;
		margin: 0px 20px 0px 0px;
		z-index: 2000;
	}
	
	#pager ul {
		
	}
	
	#pager ul li {
		display: block;
		float: left;
		width: 11px;
		height: 11px;
		margin: 8px 0px 0px 8px;
	}
	
	#pager ul li a {
		display: block;
		width: 9px;
		height: 9px;
		background: #cccccc url(../img/layout/billboard-button-bg.gif) 0px 0px no-repeat;
		border: 1px #cccccc solid;
		text-decoration: none;
	}
	
	#pager ul li a:hover, #pager ul li a.sel {
		background-position: 0px -11px;
		background-color: #000000;
	}

#content #left {
	padding: 20px 20px 20px 20px;
	width: 600px;
	display: inline;
	float: left;
}
	
	.map {
		display:block;
		margin: 10px 0px 20px 0px;
		width: 600px;
		height: 280px;
	}

#content #right {
	padding: 20px 20px 20px 20px;
	width: 280px;
	display: inline;
	float: left;
}

#content #right .side{
	margin-top: 30px;
}

#content #right .specs{
	text-align: center;
	background: #cccccc;
	line-height: 30px;
	padding: 0px;
}

#content .column, #social .column {
	padding: 20px 20px 20px 20px;
	width: 280px;
	display: inline;
	float: left;
}

	.twitter-icon {
		float: right;	
	}

#social .websiteContent{
	height: 64px;
	background: url(../img/layout/social_bg.png) top center repeat-x;
}

#social .column {
	padding: 10px 20px 0px 20px;
	width: 280px;
	display: inline;
	float: left;
}

#footer {
	height: 112px;
	line-height: 112px;
	background: url(../img/layout/bg.png) bottom center no-repeat;
}
	
	#footer .websiteContent{
		line-height: 112px;
		text-align:center;
		color: #ffffff;
	}
	
	#footer .websiteContent p{
		line-height: 112px;	
	}

/* credit */

#credit .websiteContent{
	text-align: right;
	line-height: 32px;
}

#credit a {
	margin-right: 20px;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

#credit a:hover {
	color: #CCC;
}

/* filters */
#filters ul {
	line-height: 35px;
}

#filters ul li {
	float: left;
	display: inline;
}

#filters ul li a {
	padding: 0px 10px 0px 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}

#filters ul li a.sel {
	text-decoration: underline;
}

/* list styling */

.list {
	padding: 15px 0px 0px 0px;
}

.list li {
	padding: 0px 0px 15px 0px;
	overflow: auto;
}

.list li.header {
	padding-bottom: 5px;
}

.list img {
	float: right;
	margin: 0px 0px 10px 15px;	
}

.list .time-since{
	padding: 0px 10px 0px 10px;
	color:#999;	
}

.grid li{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 0px;
	width: 140px;
	height: 140px;	
	overflow:hidden;
	text-align:center;
}

	.large li{
		width: 180px;
		height: 240px;
	}

.grid img {
	float: none;
	margin: 0px 0px 0px 0px;	
}

.msrp {
	text-decoration:line-through;	
}

.price {
	color: #FF0000;	
}

/* isotope */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/* pagination */

ul.pagination  {
	padding: 10px 0px 10px 0px;	
	overflow: auto;
}

ul.pagination li {
	float: left;
}

ul.pagination li.pages {
	float: right;
	text-align: right;
}

ul.pagination li.pages a {
	
}

ul.pagination li.pages a.current{
	text-decoration: underline;
	color: #000000;
}

/* image caption */

table.right {
	margin: 0px 0px 10px 10px;
	border-collapse: collapse;
	display: block;
	float: right;
}

table.right caption, table.right caption p {
	font-size: 10px;
	line-height: 13px;
	text-align: left;
	color: #777777;
}

/* windowshade */

div.windowshade {
	padding-bottom: 20px;
}

div.windowshade p {
	width: 550px;
}

/* newsletter */

#newsletter-email {
	float: left;
	height: 22px;
	line-height: 22px;
	border: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	width: 180px;
}

#newsletter input[type=submit] {
	float: left;
	display: block;
	height: 24px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cccccc;
	background: #000000;
	border: 1px solid #000000;
	width: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsletter input[type=submit]:hover {
	cursor: pointer;
	color: #ffffff;
}

#newsletter input[type=submit] {
	width: 60px;	
}

/* miscellaneous */

.left {
	float: left;	
}

.right {
	float: right;	
}

.r {
	text-align: right;	
}

.c {
	text-align: center;	
}

.lorem {
	color: #F0F;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}

/*

filter: alpha(opacity=100); 
opacity: 1;
zoom: 1; /* to make transparency work in IE

*/