/** Colors **/
/**
	red: ef0f16
**/

/** HTML **/

* { 
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Verdana, sans-serif;
	color: #fff;
}

/** Classes **/

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus, .skip:hover { 
	position:absolute; 
	top: 3px;
	width: 100%;
	background: url(/content/img/structure/bg_skip_footer.gif) center bottom no-repeat;
	color: #fff; 
	padding: 2px 5px 12px 5px;
	text-decoration: none;
	text-align: center;
}

.img_left {
	float: left;
	margin: 0 10px 10px 0;
}


.link_divider {
	display: none;
}



/** Site Structure **/

#site_holder {
	width: 770px;
	margin: 15px auto 0 auto;
}


	/** Top **/
	#site_holder #top {
		width: 783px;
		margin-top: 20px;
		background: url( /img/hockey-stick.gif ) no-repeat 0 10px;
		padding: 0 15px 0 0;
		height: 52px;
	}
	
		#site_holder #top h1 {
			float: left;
		}
	
		#site_holder #top #nav {
			float: right;
			display: inline;
			margin-right: 15px;
			list-style-type: none;
		}
		
		#site_holder #top #nav {
			margin-top: 10px;
		}
		
		#site_holder #top #nav li, #site_holder #footer #footer_nav li {
			display: inline;
			list-style-type: none;
		}
		
		#site_holder #top #nav a, #site_holder #top #nav a:visited {
			display: block;
			height: 28px;
			background-position: 0 -28px;
			background-repeat: no-repeat;
			background-color: transparent;
			position: absolute;
		}
		
		#site_holder #top #nav a:hover, #site_holder #top #nav a:focus, #site_holder #top #nav li#current a {
			background-position: 0 0;
		}
		
		#site_holder #top #nav a span {
			position: absolute;
			top: -100em;
		}
		
		#site_holder #top #nav a#home {
			margin-left: 0;
			background-image: url(/img/nav/home.gif);
			width: 67px;
			margin-left: -454px;
		}
		
		#site_holder #top #nav a#contact {
			background-image: url(/img/nav/contact-us.gif);
			width: 98px;
			margin-left: -396px;
		}
		
		#site_holder #top #nav a#press {
			background-image: url(/img/nav/press.gif);
			width: 66px;
			margin-left: -307px;
		}
		
		#site_holder #top #nav a#trade {
			background-image: url(/img/nav/trade.gif);
			width: 64px;
			margin-left: -250px;
		}
		
		#site_holder #top #nav a#how-to-use {
			background-image: url(/img/nav/how-to-use.gif);
			width: 101px;
			margin-left: -195px;
		}
		
		#site_holder #top #nav a#buy-online {
			background-image: url(/img/nav/buy-online.gif);
			width: 103px;
			margin-left: -103px;
		}
	
	/** Middle **/
	#site_holder #middle {
		margin-top: 10px;
		font-size: 0.8em;
		min-height: 350px; /** see also ie6_fixer.css **/
	}
	
		#site_holder #middle h1 {
			font-size: 1.2em;
		}
		
		#site_holder #middle h2 {
			font-size: 1.1em;
		}
		
		#site_holder #middle .normal_ul {
			display: block;
		}

		#site_holder #middle .normal_ul li{
			float: none;
			display: block;
		}
	
		#site_holder a img {
			border: 0;
		}
	
		#site_holder a, #site_holder a:visited {
			color: #fff;
		}
	
		#site_holder a:hover, #site_holder a:focus {
			color: #fff;
			text-decoration: none;
		}
		
		#site_holder #middle ul {
			margin: 10px 0;
			padding-left: 15px;
		}
		
			#site_holder #middle ul li {
				margin: 2px 0 5px 0;
			}

		#site_holder #middle  p {
			line-height: 1.5em;
			margin: 0.8em 0;
		}
	
	/** Footer **/
	#site_holder #footer {
		margin-top: 15px;
		clear: both;
		overflow: hidden;
		height: 100%;
	}
	
		#site_holder #footer_nav, #site_holder #gallery_nav {
			margin-bottom: 15px;
			overflow: hidden;
			height: 100%;
			list-style-type: none;
		}
		
			#site_holder li {
				float: left;
			}
		
			#site_holder #footer_nav  a, #site_holder #gallery_nav  a {
				display: block;
				height: 150px;
				background-position: bottom center;
				background-repeat: no-repeat;
			}
			
			a#footer-how-to-use {
				width: 152px;
				margin: 0 2px 0 0;
				background-image: url(/img/how-to-use.gif);
			}
			
			a#footer-buy {
				width: 152px;
				margin-left: 9px;
				background-image: url(/img/buy-now.gif);
			}
			
			a#footer-feedback {
				width: 152px;
				margin-right: 8px;
				background-image: url(/img/feedback.gif);
			}
			
			a#footer-gallery {
				width: 295px;
				background-image: url(img/gallery.gif);
			}
			
		#site_holder #footer_text {
			clear: both;
			margin-top: 10px;
			padding: 10px 0;
			border-top: 2px solid #6d7478;
			font-size: 0.7em;
			text-align: center;
		}
		
		.link_back {
			margin-top: 10px;
		}
		
		#site_holder #footer_text_nav {
			font-size: 1.1em;
			text-align: right;
			padding: 0 10px;
			margin-bottom: 8px;
		}
		
/** Home **/
#home_text {
	padding-top: 15px;
	overflow: hidden;
	height: 100%;
}

	#home_text img {
		float: left;
	}
	
	#home_text p {
		padding-bottom: 5px;
		line-height: 1.4em;
	}

		
/** Buy **/
#buy_spacer {
	height: 200px;
}
		
#buy_left {
	float: left;
	width: 150px;
	padding-top: 10px;
}

	#img_guarantee {
		margin-top: 50px;
	}
	
	#img_phone {
		margin-top: 10px;
	}

#buy_right {
	float: right;
	width: 600px;
}

	#buy_right p {
		margin-top: 0;
	}

	#buy_right #buy_text_bottom {
		padding-bottom: 20px;
	}

	#buy_right label {
		width: 80px;
	}

	#buy_right input, #buy_right textarea, #buy_right select {
	
		width: 180px;

	}
	
	#buy_right .form_row {
		margin-bottom: 10px;
	}
	
	#buy_right #ch_details {
		float: left;
		width: 290px;
	}
	
	#buy_right #bill_details {
		float: right;
		width: 290px;
	}
	
	#quantity_holder {
		font-size: 1.1em;
		font-weight: bold;
		margin: 25px 0 0 0;
	}
	
	input#ecom_submit {
		width: 79px;
		height: 24px;
		margin: 12px 0 5px 75px;
	}
	
	#ccimg {
		margin: 15px 0 15px 420px;
	}
		
/** Contact Us **/

#contact_page {
	background: url( /img/contact/bg_contact.gif ) bottom right no-repeat;
	border-bottom: 2px solid #6d7478;
	padding: 20px 0;
}

	#contact_page h2 {
		font-size: 1.1em;
		margin-top: 25px;
	}
	
	#contact_page img, #contact_page a {
		display: block;
	}
	
	#contact_page address {
		font-size: 1.2em;
		font-style: normal;
		color: #9ca1a9;
	}
		
		
/** Gallery **/
#gallery_left {
	float: left;
	width: 280px;
	overflow: hidden;
	height: 100%;
}

	#gallery_left h2 {
		font-size: 1.1em;
		margin: 0;
	}
	
	#site_holder #gallery_left p {
		margin: 0 0 15px 0;
		color: #ccc;
	}
	
	#site_holder #gallery_left #gallery_ul {
		padding: 0;
	}
	
	#site_holder #gallery_left #gallery_ul li {
		list-style-type: none;
		padding-left: 15px;
		margin-bottom: 20px;
		background: url(/img/gallery/bullet.gif) no-repeat 2px 5px;
	}
	
	#gallery_thumbs {
		margin-bottom: 20px;
	}
	
	#gallery_thumbs div {
		
	}


#gallery_right {
	float: right;
	width: 490px;
	overflow: hidden;
	height: 100%;
}

	#gallery_right #fade_holder {
		margin-left: 15px;
		height: 309px;
		width: 464px;
	}
	
	
#gallery_page {
	background: green;
	overflow: hidden;
	height: 100%;
}

/** How to use **/
#how_to_use_content {
	float: left;
	display: inline;
	margin-left: 275px;
	width: 490px;
	height: 235px;
}

#how_to_use_content p {
	margin: 12px 0 12px 0;
	font-weight: bold;
}

#how_to_use_content ul {
	list-style-type: none;
}

#how_to_use_content li span {
	float: left;
	width: 3em;
	text-transform: uppercase;
}

a:focus {
	outline: none;
}

a#how_0_a, a#how_1_a, a#how_2_a,
a#how_0_a:visited, a#how_1_a:visited, a#how_2_a:visited
{
	text-decoration: none;
	outline: none !important;
}

a#how_0_a:hover, a#how_1_a:hover, a#how_2_a:hover,
a#how_0_a:focus, a#how_1_a:focus, a#how_2_a:focus
 {
	color: #ef0f16;
	outline: none !important;
 }
 
a#how_0_a:active, a#how_1_a:active, a#how_2_a:active {
	outline: none !important;
}

#buy_now_htu_img {
	float: right;
	margin-top: 15px;
}
 
/** IE 7 layout bug **/
#fade_list {
	list-style-type: none;
}

#fade_list li {
	float: left;
	clear: left;
	list-style-type: none;
	width: 400px;
}
 
 
/** Press **/
#col_left, #col_right {
	margin-top: 10px;
} 
 
#col_left {
	float: left;
	width: 289px;
}
 
#col_right {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 456px;
}
 
#col_left h1, #col_right h2 {
	font-size: 0.8em;  /** FF height fix **/
	margin-bottom: 20px;
}

.date {
	text-transform: uppercase;
	color: #d9303b;
	font-weight: bold;
}

	#buy_now_press_img {
		margin-top: 15px;
	}

	/** Media Feedback **/
	#cust_feedback_link {
		display: block;
		margin-top: -23px;
	}
	
	.recommendation {
		font-style: italic;
		margin-bottom: 20px;
	}
	
	.recommended_by {
		margin-top: 8px;
		font-style: normal;
		color: #bbb;
	}
	
	#press_press {
		display: block;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	
	
/** Trade **/
#ta_left {
	float: left;
	width: 200px;
	margin-right: 20px;
}

	#ta_left #buy_now_trade_img {
		margin-top: 25px;
	}

form#trade_frm {
	float: left;
	display: inline;
	margin-left: 60px;
	width: 400px;
}

/** forms **/
fieldset {
	border: 0;
}

	legend {
		color: #e51937;
		font-weight: bold;
		font-size: 1.2em;
		margin-bottom: 20px;
	}

.form_row {
	overflow: hidden;
	height: 100%;
	margin-bottom: 20px;
}

label {
	float: left;
	width: 140px;
}


input, textarea {
	float: left;
	width: 250px;
}

input#submit {
	width: 98px;
}

.error {
	color: #e51937;
	margin-bottom: 25px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

/*ADDED FOR DOWNLOAD PAGE*/
#downloadText
{
	width: 650px;
	padding: 10px;
	margin: auto;
}

.downloadImage
{
	position: relative;
	float: left;
	width: 250px;
	margin: 10px;
}

.downloadLinkRight
{
	position: relative;
	float: right;
	width: 100px;
	padding-top: 20px;
}

.downloadImageLeft
{
	width: 150px;
}

.downloadSubmit
{
	width: 100px;
	color: #ffffff;
	background-color: #000000;
	border: 0px solid #000000;
	text-decoration: underline;
	cursor: pointer;
}

#downloadsMain
{
	width: 550px;
	margin: auto;
}

ul#partner_list, ul#partner_list li {
	list-style-type: none;
}

#site_holder #middle ul#partner_list {
	margin: 10px 0;
	padding: 0;
}