/* xBoardIlluminators.com css layout styles */

/* @group normalization */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* @end */

html {
	text-align: center;
	background: #000;
}

body {
	position: relative;
	width: 825px;
	margin: 0 auto;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-align: left;
}

/* @group branding */

div#branding {
	height: 80px;
	background: transparent url(images/branding.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
}

div#branding blockquote { 
	position : absolute;
	top : -9999px;
}

/* @end */

/* @group navigation */

div#nav_main {
	background-color: white;
	position: absolute;
	height: 20px;
	width : 824px;
	z-index: 1;
	top: 80px;
	left: 0px;
}

div#nav_main h2 { 
position : absolute;
top : -9999px;
}

#nav_features {
	margin: 0;
	padding: 0 0 20px 10px;
}

#nav_features li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#nav_features a:link, #nav_features a:visited {
	float: left;
	margin: 0 10px 4px 37px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000;
	font: bold 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#nav_features a.active:link, #nav_features a.active:visited, #nav_features a:hover {
	border-bottom: 3px solid #900;
	padding-bottom: 1px;
	background: white;
	color: #900;
}

/* @end */

/* @group content */

div#content {
	background-color: black;
	position: relative;
	width: 100%;
	height: 550px;
}

div#content_main {
	width: 43%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#content a:link, #content a:visited {
	color: maroon;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#lightBoard {
	height: 70px;
	background: transparent url(images/lightUpYourBoard.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
}

div#lightBoard blockquote { 
	position : absolute;
	top : -9999px;
}

div#readReview {
	height: 36px;
	background: transparent url(images/button_reviews.gif) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
}

div#writeReview {
	height: 36px;
	background: transparent url(images/button_write_review.gif) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
}

div#content_sub {
	left: 43%;
	width: 50%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#carBoard {
	height: 242px;
	background: transparent url(images/carBoard.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#unlitBoard {
	height: 242px;
	background: transparent url(images/unlitBoard.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 50px;
	left: 25px;
}

/* @end */

div#mailing_list {
	position: relative;
	width: 100%;
	height: 20px;
	text-align: center;
	right: 10px;
	bottom: 10px;
	top: 20px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group site info */

div#site_info {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	right: 10px;
	bottom: 10px;
	top: 75px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#site_info a:link, #site_info a:visited {
	color: maroon;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

/* @end */

/* @group affilate info */

div#affilate_info {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	right: 10px;
	bottom: 10px;
	top: 50px;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#affilate_info a:link, #affilate_info a:visited {
	color: maroon;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}

/* @end */

/* @group photos page */

div#content_photos {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#photos {
	width: 95%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 0px;
	text-align: center;
}

img.thumb {
	position: relative;
	margin-top: 5px;
	padding-right: 5px;
}

/* @end */

/* @group video page */

div#contentVideo {
	background-color: black;
	position: relative;
	width: 100%;
	height: 550px;
}

div#content_mainVideo {
	width: 43%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#contentVideo a:link, #contentVideo a:visited {
	color: maroon;
	text-decoration: none;
}

div#content_subVideo {
	left: 43%;
	width: 50%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#video {
	position: relative;
	width : 100%;
	z-index: 10;
	top: 95px;
	left: 25px;
}

/* @end */

/* @group shop page */

div#lightColors {
	height: 150px;
	background: transparent url(images/lightColors.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
}

div#xBoardUnit {
	height: 242px;
	background: transparent url(images/xBoardUnit.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

/* @end */

/* @group contentFAQ */

div#contentFAQ {
	background-color: black;
	position: relative;
	width: 100%;
	height: 550px;
}

div#content_mainFAQ {
	width: 75%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 25px;
}

div#contentFAQ a:link, #content a:visited {
	color: maroon;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#lightBoard {
	height: 70px;
	background: transparent url(images/lightUpYourBoard.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
}

div#lightBoard blockquote { 
	position : absolute;
	top : -9999px;
}

/* @end */

/* @group affilate pages */

div#contentAff {
	background-color: black;
	position: relative;
	width: 100%;
	height: 550px;
	font-size: 10px;
}

div#content_mainAff {
	width: 43%;
	padding-top: 50px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#contentAff a:link, #contentAff a:visited {
	color: maroon;
	text-decoration: none;
}

div#lightBoardAff blockquote { 
	position : absolute;
	top : -9999px;
}

div#content_subAff {
	left: 43%;
	width: 50%;
	padding-top: 25px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#decksAff {
	height: 242px;
	background: transparent url(images/decks.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#skateAff {
	height: 242px;
	background: transparent url(images/skate.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#amWasteAff {
	height: 242px;
	background: transparent url(images/4gesevb.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#proGroundAff {
	height: 242px;
	background: transparent url(images/Tony-Hawks-Proving-Ground.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#pro8Aff {
	height: 242px;
	background: transparent url(images/thP8_320x240b.gif) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#skateShoesAff {
	height: 242px;
	background: transparent url(images/skateboard_shoes.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#skateVintAff {
	height: 242px;
	background: transparent url(images/Skateboardvintage70s.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#skateTrucksAff {
	height: 242px;
	background: transparent url(images/Skateboard-truck.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

div#skateWheelsAff {
	height: 242px;
	background: transparent url(images/wheels.jpg) no-repeat 0 0;
	position: relative;
	width : 100%;
	z-index: 10;
	top: 20px;
	left: 25px;
}

/* @end */

/* @group affilate video page */

div#contentVideoAff {
	background-color: black;
	position: relative;
	width: 100%;
	height: 550px;
	font-size: 10px;
}

div#content_mainVideoAff {
	width: 43%;
	padding-top: 50px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#contentVideoAff a:link, #contentVideoAff a:visited {
	color: maroon;
	text-decoration: none;
}

div#content_subVideoAff {
	left: 43%;
	width: 50%;
	padding-top: 50px;
	padding-bottom: 1em;
	padding-left: 10px;
}

div#videoAff {
	position: relative;
	width : 100%;
	z-index: 10;
	left: 25px;
}

/* @end */

h1 {
	position: absolute;
	top: -10000px;
	left: -10000px;
}

h2 {
	color: silver;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

p, ul {
	padding-top: 10px;
}

/* @group clearChildren */

/* =si_clear_children */
.pc,.sc {
	position: absolute;
	top: 0;
	left: 0;
}

.clear_children,.cc_tallest {
	position: relative;
}
/*\*/* html .clear_children {
	display: inline;
}
/**/.cc_tallest:after {
	content: '';
} /* PREVENTS A REDRAW BUG IN SAFARI */

/* @end */