/* RESET (Based on Eric Meyer's Reset) */

	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; vertical-align: baseline; background: transparent; }
	body 					{ line-height: 1; }
	ol, ul 					{ list-style: none; }
	blockquote, q 			{ quotes: none; }
	table 					{ border-collapse: collapse; border-spacing: 0; }


/* LAYOUT */

/* Body */

	body					{ margin: 0 0 20px 0; background: #020400 url(../images/layout/bg.jpg) 150% bottom repeat-x fixed; }
	#wrapper				{ width: 960px; margin: 0 auto; }
	
/* Header */

	#header					{ padding: 30px 30px 28px 30px; background: url(../images/layout/header_bg.jpg) no-repeat;
							  border-bottom: 2px solid #c9c9c9; position: relative; }
	#header, #header a		{ color: #fff; }
	#header	img				{ margin: 0; border: 0; }
	
	#header #logo			{ display: block; width: 224px; }
	#header #awards			{ position: absolute; top: 34px; right: 30px; color: #d8f2ff;
							  text-align: right; margin: 0; font-size: 1.2em; }
	
/* Navigation */

	#nav					{ list-style: none; padding: 0; background: transparent; }
	#nav li					{ border-top: 1px solid #ebebeb; margin: 0; }
	#nav li:first-child		{ border-top: 0; }

	#nav a					{ background: #fff; }
	#nav li.active a		{ background: url(../images/layout/nav_bg.alpha.png) left repeat-y; }
	#nav li.active a .title	{ font-weight: bold; }

/* Main */

	#main					{ background: url(../images/layout/main_bg.alpha.png); padding: 13px 0 0 15px; overflow: hidden; }

/* Content */

	#content				{ }
	
	.r						{ overflow: hidden; margin: 0 0 10px 0; }
	.c						{ float: left; margin: 0 15px 0 0; }
	.c_s					{ width: 175px; }
	.c_c					{ width: 550px; }
	.c_w					{ width: 740px; }
	.c_f					{ width: 930px; }
	
	.b						{ background: #fff; border-bottom: 2px solid #d9d9d9; margin: 0 0 3px 0; overflow: hidden; }
	.i						{ padding: 15px; border-top: 1px solid #ebebeb; overflow: hidden; }
	.b > *:first-child		{ border-top: 0; }

	.i > *:first-child,
	.i > a > *:first-child,
	.i > .ba_lw:first-child + *,
	.i > .ba_rw:first-child + *
							{ margin-top: 0 !important; }

/* Specials */

	#feature				{ position: relative; min-height: 235px; }
	#feature .object		{ width: 305px; position: absolute; top: 0; right: 0;
							  margin: 0; border: 0; }
	#feature .object p		{ width: 285px; }
	#feature .c				{ width: 290px; }
	
	#blog					{ background: url(../images/photos/blog.jpg) top right no-repeat; padding-right: 200px; }
	
	#open h3				{ color: #f47321; }

/* Footer */

	#footer					{ padding: 15px; background: url(../images/layout/footer_bg.alpha.png);
							  border-top: 5px solid #5ea9d0; overflow: hidden; }
	#footer, #footer a		{ color: #fff; }
	#footer p				{  }
	#footer p.secondary, 
	#footer p.secondary a	{ color: #c4db83; }
	#footer p.secondary		{ font-size: 0.833em; margin: 0.5em 0 0 0; }
	
	#contact				{ float: left; }
	
	#logos					{ float: right; list-style: none; margin: 10px 10px 0 0; }
	#logos li				{ float: left; margin: 0 0 0 15px; }
	#logos li.first-child	{ margin-left: 0; }
	#logos img				{ margin: 0; }


/* TEXT */

/* Fonts */

	html					{ font-size: 100%; }
	body					{ color: #595959; font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Helvetica, sans-serif; font-size: 75%; }

	h1, h2, h3, h4, h5, h6	{ font-weight: normal; }
	h1						{ font-size: 1.833em; font-weight: bold; color: #f47321; }
	h2						{ font-size: 1.5em; color: #f47321; }
	h3						{ font-size: 1.28em; color: #000; }
	h4						{ font-size: 1.166em; color: #000; }
	h5						{ font-size: 1.0em; color: #000; font-weight: bold; }
	h6						{ font-size: 1.0em; color: #000; font-weight: bold; }

	p						{ }
	p.small					{ font-size: 0.9em; }
	p.summary				{ font-size: 1.28em; }
	
	pre						{ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap;
							  white-space: -o-pre-wrap; word-wrap: break-word; }	
	pre, code				{ font-family: Consolas, "Courier New", Courier, monospace; }

	em						{ font-style: oblique; }
	strong					{ font-weight: bold; }
	
	q						{ }

	del 					{ text-decoration: line-through; }
	ins 					{ text-decoration: underline; }

	sup 					{ vertical-align: super; }
	sub 					{ vertical-align: sub; }

	abbr					{ border-bottom: 1px dotted; cursor: help; }
	
	a						{ color: #0053a0; }
	a:visited				{ }
	a:hover,
	a:focus, 
	a:active, 
	li.active a				{ color: #f47321 !important; }
	
	a.back					{ background: url(../images/layout/back.png) left no-repeat; padding: 0 0 0 23px; text-decoration: none; }
	a.back:hover, 
	a.back:focus, 
	a.back:active			{ background-image: url(../images/layout/back_hover.png); }
	
	a.forward				{ background: url(../images/layout/forward.png) right no-repeat; padding: 0 23px 0 0; text-decoration: none; }
	a.forward:hover, 
	a.forward:focus, 
	a.forward:active		{ background-image: url(../images/layout/forward_hover.png); }
	
	a.up					{ background: url(../images/layout/up.png) left no-repeat; padding: 0 6px 0 0; text-decoration: none; }
	a.up:hover, 
	a.up:focus, 
	a.up:active				{ background-image: url(../images/layout/up_hover.png); }
	a.up span				{ display: none; }
	
	a.down					{ background: url(../images/layout/down.png) left no-repeat; padding: 0 6px 0 0; text-decoration: none; }
	a.down:hover, 
	a.down:focus, 
	a.down:active			{ background-image: url(../images/layout/down_hover.png); }
	a.down span				{ display: none; }
	
	a.cross					{ background: url(../images/layout/cross.png) left no-repeat; padding: 0 6px 0 0; text-decoration: none; }
	a.cross:hover, 
	a.cross:focus, 
	a.cross:active			{ background-image: url(../images/layout/cross_hover.png); }
	a.cross span			{ display: none; }
	
	
	blockquote				{ font-style: oblique; background: #ebebeb url(../images/layout/quotes.png) top left no-repeat; }
	blockquote .cite		{ text-align: right; font-weight: bold; }

	dt 						{ font-weight: bold; }

	caption					{ font-size: 0.9em; }

	.note					{ color: #666; }
	.error					{ color: #f47321; }

/* Line Heights */

	h1, h2, h3, h4, h5, h6	{ line-height: 1.2; }
	p, li, dt, dd, 
	td, th,	caption			{ line-height: 1.416; }
	pre						{ line-height: 1.2; }

/* Margins */

	h1, h2, h3, h4, h5, h6	{ margin: 0.8em 0 0 0; }
	p, ul, ol, dl, pre		{ margin: 0.8em 0 0 0; }
	blockquote				{ margin: 1em 0 0 0; padding: 15px 15px 15px 120px; }

	ul, ol					{ padding-left: 2em; overflow: hidden; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; margin-bottom: 0; }
	li						{ margin: 0.4em 0 0 0; }
	
	dd 						{ margin-left: 2em; }

	.top					{ margin-top: 0 !important; }
	.top_h1					{ margin-top: 2.0em !important; }
	.top_h2					{ margin-top: 1.8em !important; }
	.top_h3					{ margin-top: 1.6em !important; }
	.top_h4					{ margin-top: 1.4em !important; }
	.top_h5					{ margin-top: 1.2em !important; }
	.top_h6					{ }

/* Text Alignment */

	.text_center			{ text-align: center; }
	.text_left				{ text-align: left; }
	.text_right				{ text-align: right; }
	.text_justify			{ text-align: justify; }

/* List Styles */

	ul						{ list-style: disc; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: square; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }
	
	
/* IMAGES & MEDIA */

	img, object, .object	{ display: block; margin: 1em auto; }


/* OBJECTS */

	.object					{ margin: 1em auto; position: relative; border-bottom: 2px solid #d6d6d6; }
	.object_standard		{ width: 200px; }
	.object_small			{ width: 150px; }

	.object img,
	.object object, 
	.object table			{ margin: 0; border: 0; float: none; }

	.object .caption		{ background: url(../images/layout/caption_bg.alpha.png); padding: 4px 10px; color: #fff;
							  font-style: oblique; font-size: 0.833em; margin: 0;
							  position: absolute; bottom: 0; left: 0; }
	.object_standard p		{ width: 180px; }
	.object_small p			{ width: 130px; }

/* Alignment */
	
	.object_center			{ margin-left: auto; margin-right: auto; clear: both; }
	.object_left			{ margin-left: 0; margin-right: auto; clear: both; }
	.object_right			{ margin-left: auto; margin-right: 0; clear: both; }
	.object_float_left		{ margin-left: 0; margin-right: 15px; margin-top: 0.8em; float: left; clear: left; }
	.object_float_right		{ margin-left: 15px; margin-right: 0; margin-top: 0.8em; float: right; clear: right; }


/* TABLES  */

	table					{ width: 100%; margin: 1em 0; }
	th, td 					{ padding: 5px 0; vertical-align: top; border: 0 solid #ebebeb; }
	th						{ font-weight: bold; text-align: left; }

	thead th				{ border-bottom-width: 2px; }
	tfoot tr.first-child th, tfoot tr.first-child td
							{ border-top-width: 2px; }
	tbody th, tbody td		{ border-bottom-width: 1px; }

	caption					{ caption-side: bottom; }


/* FORMS */

/* Layout */

	form					{ margin: 1em 0 0 0; background: #ebebeb url(../images/layout/envelope.png) top left no-repeat;
							  padding: 1px 15px 15px 120px; }
	fieldset				{ margin: 0;  }
	legend					{ display: none; }

	fieldset .row			{ margin-top: 1em; overflow: hidden; }
	
	form label				{ display: block; font-weight: bold; line-height: 1.16; margin: 0; color: #000; }
	form .mandatory			{ color: #aaa; }
	form label.secondary	{ font-size: 0.85em; font-weight: normal; color: #aaa; line-height: 1;
							  margin: 4px 0 2px 0; }
	form label .note,
	form label .error		{ font-size: 0.833em; font-weight: normal; }

	form .field				{ padding: 5px 0 0 0; overflow: hidden; clear: left; }
	form .field_part		{ margin-right: 4px; float: left; clear: none; }
	form .affix				{ font-size: 1em; }
	form .field p			{ margin: 0.25em 0 0 0; }

 	form label.inline		{ display: inline; font-weight: normal; line-height: 1.4; }
	
	form.inline				{ background: transparent; padding: 0; }

	form.clear				{ background: transparent; padding: 0; }

/* Inputs */

	input[type=text],
	input[type=password],
	input[type=submit],
	input[type=reset],
	input[type=button],
	button,
	select, textarea,
	optgroup				{ font-family: sans-serif; }
	input[type=text],
	input[type=password],
	select, textarea		{ font-size: 1.333em; }
	input[type=submit],
	input[type=reset],
	input[type=button],
	button					{ font-size: 1.333em; padding: 2px; }

	textarea.pre			{ font-family: Consolas, "Courier New", Courier, monospace; }

	input[type=text],
	input[type=password],
	select, 
	option, textarea		{ text-rendering: optimizeSpeed; }

	optgroup				{ font-style: normal; font-weight: bold; }

	input[type=text],
	input[type=password],
	select, textarea		{ margin: 0; padding: 0; }
	
	input[type=text],
	input[type=password],
	textarea				{ padding: 3px; }
	select					{ padding: 3px; }
	optgroup				{ text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }

	input[type=radio],
	input[type=checkbox] 	{ margin: 0; vertical-align: -0.15em; font-size: 0.85em; }

	fieldset.actions		{ margin-top: 10px; }
	input + label			{ display: inline; font-weight: normal; }
	
/* Input Sizes */

	input[type=text],
	input[type=password]		{ width: 97%; }
	textarea				{ width: 97%; height: 10em; }
	form.inline input.type_text,
	form.inline input.type_password	
							{ width: auto; }
		
	input.integer, 
	input.decimal			{ width: 6em; } 

	input.size_xxs, 
	select.size_xxs			{ width: 3em; }
	input.size_xs, 
	select.size_xs			{ width: 6em; }
	input.size_s, 
	select.size_s			{ width: 12em; }
	input.size_m, 
	select.size_m			{ width: 18em; }
	input.size_l, 
	select.size_l			{ width: 24em; }
	input.size_xl, 
	select.size_xl			{ width: 30em; }
	input.size_xxl, 
	select.size_xxl			{ width: 36em; }
	
	textarea.size_xs		{ height: 2.5em; }
	textarea.size_s			{ height: 5em; }
	textarea.size_m			{ height: 10em; }
	textarea.size_l			{ height: 20em; }
	textarea.size_xl		{ height: 40em; }


/* HORIZONTAL RULES */

	.rule					{ border-top: 1px solid #eee; margin: 1em 0; }
	.rule hr				{ display: none; }
	
/* DATE */ 

	.date					{ font-size: 0.833em; color: #666666; margin: 0.2em 0 0 0; }


/* PLACEHOLDER */

	.placeholder			{ text-align: center; margin: 50px 0; }
	

/* FAQs */

	.question				{ cursor: pointer; text-decoration: underline; }
	.answer					{ background: white; }
	

/* BLOCK */

	a.block, 		
	a.block span			{ display: block; }
	a.block					{ text-decoration: none; line-height: 1.2; }
	a.block img				{ margin: 0; }
	a.block .text			{ padding: 6px 15px; }
	a.block .title			{ font-size: 1.133em; }
	a.block .description	{ font-size: 0.833em; color: #666666; }


/* BUTTON */

	a.button, 
	a.button span			{ display: block; } 
	a.button				{ text-decoration: none; border-bottom: 2px solid #d6d6d6; line-height: 1.333;
							  background: #e9e9e9 url(../images/layout/button_bg.png) top repeat-x; }
	a.button .inner			{ padding: 10px 10px 10px 50px;
							  background: url(../images/layout/icons/pdf.png) 10px 50% no-repeat; } 
	a.button .title			{ }
	a.button .description	{ font-size: 0.833em; color: #666666; }
	
	a.button:hover 			{ border-color: #cccccc; }
	a.button:active 		{ background-image: url(../images/layout/button_bg_active.png); }
	

/* SUBSCRIBE */

	#subscribe input.type_text
							{ width: 410px; }
	#subscribe input.type_button
							{ width: 90px; }
	
	
/* BANNER */

	.banner					{ height: 215px; position: relative; }
	.banner img				{ position: absolute; top: 0; left: 0; margin: 0 }
	.banner .text			{ position: absolute; bottom: 15px; left: 15px;
							  z-index: 10; }
	.banner .text h1, 
	.banner .text p			{ color: #fff; } 
	.banner h1				{ margin: 0; }
	.banner p				{ margin: 0.1em 0 0 0; }
	
	.banner .feed			{ position: absolute; right: 15px; top: 15px; padding: 5px;
							  background: url(../images/layout/caption_bg.alpha.png);
							  color: #f47321; text-decoration: none; }
	.banner .feed span		{ background: url(../images/layout/icons/feed.png) left no-repeat; padding: 0 0 0 20px; }
	.banner .feed:hover span{ text-decoration: underline; }
	
	
/* SHOP */

	.product .object		{ border: 0; margin-bottom: 0; }  
	div.product input.type_text
							{ text-align: center; width: 2em }  
	
	.product form			{ float: left; margin-right: 15px; }
	.product fieldset		{ float: left; }
	.product .info			{ float: left; margin-top: 15px; }
	.product .info .price	{ font-size: 1.5em; font-weight: bold; color: #000; }
	.product .info .promo	{ font-size: 1.5em; color: #f47321; }
	.vat					{ font-size: 0.833em; color: #666; }

	#country select			{ width: 10em; }
	#country fieldset		{ float: left; }
	
	#basket col.qty			{ width: 3em; }
	
	#paypal					{ margin: 0; }
	#paypal input			{ margin: 0 auto; display: block; }
	
