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, font, 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 {  
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:62.5%;
	height:100%;
}
p{
	margin:10px 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
/*************************** common *****************************/
.bold{ font-weight:bold; }
.nobold{ font-weight:normal; }
.italic{ font-style:italic; }
.underline{ text-decoration:underline; }
.nounderline{ text-decoration:none; }

.textleft{ text-align:left; }
.textcenter{ text-align:center; }
.textright{ text-align:right; }
.larger{ font-size:1.2em; }

.gold{ color:#dbc18f; }
.red{ color:#ee0000; }

.redborder{ border:1px solid #ff0000; }

.left{ text-align:left; }
.center{ text-align:center; }
.right{ text-align:right; }

.hiddenclear{ clear:both; line-height:0; height:0; overflow:hidden; }

.errormsg{
	background-color:#ffcccc;
	border:2px solid #ffeeee;
	color:#990000;
	margin:10px auto;
	padding:10px;
	text-align:center;
	width:50%;
}
.successmsg{
	background-color:#ccffcc;
	border:2px solid #eeffee;
	color:#009900;
	margin:10px auto;
	padding:10px;
	text-align:center;
	width:50%;
}

/*************************** site *****************************/
body{ background:#000000 url(../images/bg-pagetile.jpg) top center repeat-x; color:#ffffff; font-family: Arial, Verdana, Helvetica, sans-serif; font-size:1.3em; height:100%; }
a:active,a:link{
	color:#ffffff;
}a:visited{
	color:#cccccc;
}
#siteContainer{
	font-size:12px;
	margin:0 auto;
	text-align:center;
	width:850px;
}
	#topBar{
		background:transparent url(../images/bg-topbarcheckers.png) 100px 0 no-repeat;
		height:33px;
	}
		#indexLink{ float:left; }
		#winLink{
			background:transparent url(../images/register-to-win.png) center center no-repeat;
			float:left;
			height:33px;
			margin-left:300px;
			overflow:hidden;
			width:251px;
		}#winLink span{ margin-left:-1000px; }
		#socialMedia{ position:relative; left:15px; }
		#socialMedia a{ background:transparent url(../images/sprite-socialmedia.png) 0 0 no-repeat; float:left; height:29px; margin:1px 0 0 6px; overflow:hidden; width:29px; }
			#socialMedia a span{ margin-left:-1000px; }
		#socialMedia a#smmyspace{ background-position:-30px 0px; }
		#socialMedia a#smfacebook{ background-position:-60px 0px; }
	#topnav{ font-size:13px; margin-bottom:10px; overflow:hidden; }
	#topnav a{
		border-left:1px solid #494949;
		color:#000000;
		display:block;
		float:left;
		padding:4px 0 3px 0;
		text-decoration:none;
		text-transform:uppercase;
	}#topnav a.active, #topnav a:hover{ background:transparent url(../images/bg-navlowlight.png) top center repeat; color:#ffffff; }
	#topnav a#tnhome{ width:76px; }
	#topnav a#tntryout{ width:271px; }
	#topnav a#tnvideo{ width:123px; }
	#topnav a#tnphoto{ width:140px; }
	#topnav a#tnpartners{ width:107px; }
	#topnav a#tncontact{ border-right:1px solid #494949; width:124px; }
	
	.pagecontent{
		background:#ffffff url(../images/bg-content.jpg) top center repeat-y;
		color:#000000;
		margin:-10px auto 0 auto;
		padding:0 10px 10px 10px;
		width:818px;
	}
	.pagecontenttop{ background:#ffffff url(../images/bg-content-topbtm.jpg) top center no-repeat; height:31px; line-height:0px; margin:10px auto 0 auto; width:838px; }
	.pagecontentbtm{ background:#ffffff url(../images/bg-content-topbtm.jpg) bottom center no-repeat; height:9px; line-height:0px; margin:-9px auto 0 auto; width:838px; }
	
	#footer{
		font-size:11px;
	}

/*********************************** index **************************************/

#homepage{
	width:880px;
	height:727px;
	overflow:hidden;
	position:relative;
	background:#000 url(../images/bg-index.jpg) no-repeat top center;
}
	#homepage h1,#homepage h2{
		margin-left:-10000px;
	}
	h3#pre_years{
		background:transparent url(../images/pre_years.gif) no-repeat center;
		height:22px;
		left:50px;
		overflow:hidden;
		text-indent:-3000em;
		position:absolute;
		top:27px;
		width:377px;
	}
	h3#pre_gen{
		background:transparent url(../images/pre_gen.gif) no-repeat center;
		height:55px;
		left:450px;
		margin-left: 30px;
		overflow:hidden;
		position:relative;
		text-indent:-3000em;
		top:-2px;
		width:390px;
	}
	#trailer{
		width:418px;
		height:235px;
		background:transparent;
		position:relative;
		left:30px;
		/*top:185px;*/
	}
	h3#pre_future{
		width:358px;
		height:53px;
		overflow:hidden;
		text-indent:-3000em;
		background:transparent url(../images/pre_future.gif) no-repeat center;
		position:absolute;
		left:75px;
		top:630px;
	}
	#product{
	width:818px;
	height:344px;
	background:#fff url(../images/product_bg.gif) no-repeat top center;
	margin:0 auto;
	color:#000;
	overflow:hidden;
}
	#prod_desc{
		float:left;
		font-size:12px;
		width:425px;
		padding:10px 0 0 15px;
		text-align:left;
	}
	#prod_desc h3{
		width:452px;
		height:83px;
		overflow:hidden;
		text-indent:-3000em;
		background:transparent url(../images/prod_heading.gif) no-repeat center;
	}
	#prod_desc p{
		width:100%;
		padding:0;
	}
#prod_img{
	width:382px;
	height:302px;
	float:right;
	margin:23px 0 0 -45px;
}
#prod_info{
	float:right;
	width:271px;
	height:307px;
	padding:23px 20px 0 0;
	background:transparent url(../images/prod_img.gif) no-repeat bottom left;
	position:relative;
}
	#prod_info h4 a{
		width:76px;
		height:93px;
		background:transparent url(../images/prod_price.gif) no-repeat bottom left;
		overflow:hidden;
		text-indent:-3000em;
		display:block;
		position:absolute;
		right:18px;
	}
	#prod_info a{
		color:#000;
		font-size:14px;
		text-decoration:none;
	}
	#prod_info a:hover{
		text-decoration:underline;
	}
	#prod_info #btn_cart, #prod_info #btn_reviews{
		position:relative;
		top:270px;
		height:25px;
		padding-top:3px;
		float:left;
		text-align:center;
	}	
		#btn_reviews {
			width:116px;
			background:transparent url(../images/btn_reviews.gif) no-repeat center;
			margin-right:15px;
		}
		#prod_info #btn_cart {
			text-align:left;
			width:117px;
			padding-left:15px;
			background:transparent url(../images/btn_cart.gif) no-repeat center;
		}
/*********************************** tryout **************************************/

#earnyourstripes{
	text-align:left;
}

#earnyourstripesinfo{
	background:#000000 url(../images/earn-your-stripes-100-seats.jpg) top right no-repeat;
	height:330px;
}
#earnyourstripesinfo h1{
	background:#000000 url(../images/earn-your-stripes.png) top center no-repeat;
	height:45px;
	overflow:hidden;
	width:406px;
}#earnyourstripesinfo h1 span{ margin-left:-1000px; }
#earn_form{ overflow:hidden; }
.earn_left{ float:left; margin-left:20px; width:250px; }
.earn_right{ float:right; margin-right:20px; width:450px; }

/*********************************** videos **************************************/

/*********************************** photos **************************************/

#photogallery{ overflow:hidden; text-align:left; }
#photogallery h1{
	background:#000000 url(../images/photo-gallery.jpg) top center no-repeat;
	height:21px;
	overflow:hidden;
	width:204px;
}#photogallery h1 span{ margin-left:-10000px; }
#photogalleryimages a{ border:2px solid #bebebe; float:left; height:125px; margin:5px; width:125px; }

/*********************************** partners **************************************/

#partnerlist{
	overflow:hidden;
}
#partnerlist a{
	color:#666666;
	float:left;
	height:200px;
	text-decoration:none;
	width:200px;
}

/*********************************** contact **************************************/

#contactpage .pagecontent{
	overflow:hidden;
}
#contactform{
	float:left;
	margin-left:100px;
	text-align:left;
	width:300px;
}
#contactimg{
	float:right;
	width:400px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}