@charset "utf-8";

/* CONTENT */

/* Text */

	html					{ font-size: 100%; }
	body					{ font-size: 81.25%; font-family: Arial, Helvetica, sans-serif;	  
							  color: #666666; }

/* Headers */

	h1, h2, h3, h4, h5, h6	{ font-weight: bold; color: #4c4c4c; }
	h1, h2					{ }
	
	h1						{ font-size: 1.846em; line-height: 1.25; font-weight: normal;
							  margin: 1em 0 0 0; padding: 0 0 0.25em 0;
							  border-bottom: 1px solid #e5e3d1; }
	h2						{ font-size: 1.384em; line-height: 1.25; font-weight: normal;
							  margin: 1em 0 0 0; }
	h3						{ font-size: 1.0em; line-height: 1.538;	
							  margin: 1.5em 0 0 0; }
	h4						{ font-size: 1.0em; line-height: 1.538;	
							  margin: 1.5em 0 0 0; }
	h5						{ font-size: 1.0em; line-height: 1.538;	
							  margin: 1.5em 0 0 0; }
	h6						{ font-size: 1.0em; line-height: 1.538;	
							  margin: 1.5em 0 0 0; }

	h2.toggle				{ cursor: pointer; color: #b02a30;
							  padding: 0 0 0.15em 0;
							  border-bottom: 1px solid #b02a30; }

/* Paragraphs */

	p						{ line-height: 1.538;	
							  margin: 1.5em 0 0 0; }
	h4 + p, h5 + p, h6 + p,
	h3 + p					{ margin-top: 0; }
	
	p.summary				{ font-size: 1.153em; color: #4c4c4c;
							  margin-top: 0.45em;  }
	p.details				{ font-size: 0.923em; line-height: 1.666;
							  font-family: Georgia, "Times New Roman", Times, serif; font-style: oblique;
							  color: #999;
							  margin-top: 0.5em; }
	p.logo					{ padding: 5px 0; line-height: 60px; }
	p.logo img				{ display: inline; vertical-align: middle; }

/* Lists */

	ul, ol					{ overflow: hidden;
							  margin: 1.5em 0 0 0; padding-left: 30px; }
	ul ul, ul ol,
	ol ol, ol ul			{ margin-top: 0; }
	dl						{ margin: 1.5em 0 0 0; }

	li 						{ line-height: 1.538; }
	dt 						{ line-height: 1.538; font-weight: bold; text-align: right;
							  float: left; width: 120px; }
	dd 						{ line-height: 1.538;
							  margin-left: 135px; }

	ul						{ list-style: square; }
	ul ul					{ list-style: circle; }
	ul ul ul				{ list-style: disc; }
	ol						{ list-style: decimal; }
	ol ol					{ list-style: lower-alpha; }
	ol ol ol				{ list-style: lower-roman; }

/* Links */
	
	a						{ color: #b02a30; }
	a:visited				{ }
	a:focus,
	a:hover,
	a:active				{ color: #b02a30; }
	
	a.forwards				{ padding: 0 16px 0 0;
							  background: url(../images/layout/arrow_right.png) right no-repeat; }
	a.backwards				{ padding: 0 0 0 16px;
							  background: url(../images/layout/arrow_left.png) left no-repeat; }
	a.up					{ padding: 0 0 0 16px;
							  background: url(../images/layout/arrow_up.png) left no-repeat; }
	a.down					{ padding: 0 0 0 16px;
							  background: url(../images/layout/arrow_down.png) left no-repeat; }


/* Emphasised Text */

	em, i					{ font-style: oblique; }
	strong, b				{ font-weight: bold; }

/* Quotes */

	blockquote				{ font-style: oblique;
							  margin: 1.5em 0 0 0; padding: 0 30px; }
	blockquote > *:first-child 
							{ margin-top: 0; }

	q						{ quotes: '\201C' '\201D' '\2018' '\2019'; }
	q:before				{ content: open-quote; }
	q:after					{ content: close-quote; }

/* Preformatted Text & Code */

	pre, code				{ font-size: 1em; line-height: 1.538;
							  font-family: Consolas, "Courier New", Courier, monospace; }

	pre						{ margin: 1.5em 0 0 0; padding: 1.5em;
							  white-space: pre-wrap; white-space: -moz-pre-wrap;
							  white-space: -pre-wrap; white-space: -o-pre-wrap;
							  word-wrap: break-word;
							  background: #eee;
							  -moz-border-radius: 2px;
							  -webkit-border-radius: 2px; }

	code					{ padding: 0 0.3em; color: #fff;
							  background: #000; }
	pre.code				{ color: #fff;
							  background: #000; }
	pre.code code			{ padding: 0; }

/* Abbreviations */

	abbr					{ border-bottom: 1px dotted; cursor: help; }

/* Superscript & Subscript Text */

	sup 					{ vertical-align: super; vertical-align: 0.4em; }
	sub 					{ vertical-align: sub; vertical-align: -0.2em; }

/* Deleted & Inserted Text */

	del, strike				{ text-decoration: line-through; }
	ins, u 					{ text-decoration: underline; }
	
/* Other Text Styles */

	.small 					{ font-size: 0.923em; line-height: 1.666; }
	.large 					{ font-size: 1.142em; line-height: 1; }
	.note 					{ color: #999; }
	.error 					{ color: #b02a30; }

/* Images & Objects */

	img, object				{ border: 0; }
	
	.image 					{ position: relative; margin: 0; }
	.image img				{ display: block; margin: 0; }	
	.image div				{ border: 1px solid rgba(0, 0, 0, 0.2); 
							  position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

/* Property */

	.property				{ margin: 1.5em 0 0 0 !important; padding: 1.5em 0 0 0;
							  border-top: 1px solid #e5e3d1; }
	.property .details		{ margin-top:  0.30em; }
	.property dl			{ margin-top:  0.30em; }


/* Tables */

	table					{ width: 100%; margin: 1.5em 0 0 0;
							  border-collapse: collapse; border-spacing: 0; }
	th, td 					{ line-height: 1.333;
							  vertical-align: top;
							  padding: 4px 0;
							  border: 0 solid #000; }
	th						{ font-weight: bold; color: #4c4c4c;
							  text-align: left; }

	tfoot th, tfoot td		{ font-weight: normal; }
	tbody th,
	thead th				{ font-family: Georgia, "Times New Roman", Times, serif; font-style: oblique;
							  font-weight: normal; color: #b02a30; }
	tbody th, tbody td		{ border-top: 1px solid #e5e3d1; }

	caption					{ font-size: 0.923em; line-height: 1.666;
							  font-family: Georgia, "Times New Roman", Times, serif; font-style: oblique;
							  color: #999; text-align: right;
							  margin: 0.5em 0 0 0;
							  caption-side: bottom; }

/* Figure */

	.figure					{ margin: 1.5em 0 0 0;
							  position: relative; }
	.figure .legend			{ font-size: 0.923em; line-height: 40px;
							  font-style: oblique; color: #fff;
							  font-family: Georgia, "Times New Roman", Times, serif;
							  margin: 0; padding: 0 20px;
							  position: absolute; left: 0; bottom: 0; width: 860px;
							  background: url(../images/layout/figure_bg.png); }

/* Box */

	.box					{ margin: 0.5em 0 0 0;
							  border: 1px solid; border-color: #f1efda #E1DEC8 #E1DEC8 #f1efda;
							  background: #f8f6df url(../images/layout/box_bg.png) bottom repeat-x }
	.box + .box				{ margin-top: 0.5em;  }
	.box h2					{ padding: 7px 15px; margin: 0;
							  background: #f1efda; }
	.box .body				{ padding: 10px 15px; }
	.box h3					{ font-family: Georgia, "Times New Roman", Times, serif;
							  font-weight: normal; font-style: oblique; color: #b02a30;
							  margin-top: 0.75em; }

	.box.light				{ border-color: #f4f2e1 #e6e5d4 #e6e5d4 #f4f2e1;
							  background: #fcfbeb url(../images/layout/box_light_bg.png) bottom repeat-x }
	.box.light h2			{ background: #f4f2e0; }

/* Forms */

	form					{ }
	fieldset				{ margin: 0; padding: 0;
							  border: 0; }
	legend					{ display: none; }

	.form					{ margin: 1.5em 0 0 0; }
	.form > *:first-child 	{ margin-top: 0; }
	.form fieldset			{ margin: 1.5em 0 0 0; padding: 0; }
	.form legend			{ display: none;
							  margin: 1.05em 0 0 0; padding: 0; }
	.form legend span		{ }
	.form legend + *		{ margin-top: 0; }
	
	.form .control			{ overflow: hidden; margin: 0.5em 0 0 0; }
	.form p + .control		{ margin-top: 1.5em; }
	.form .mandatory		{ }
	.form .description		{ float: left; width: 150px; }
	.form .fields			{ margin: 0 0 0 160px; }
	.form .fields p			{ font-size: 0.923em; line-height: 1.666;
							  font-family: Georgia, "Times New Roman", Times, serif; font-style: oblique;
							  color: #999;
							  margin: 0.25em 0 0 0; }

	.form label				{ display: block; }
	.form .fields label		{ display: inline; }
	.form .asterisk			{ float: right; font-size: 1.5em; color: #c5c2ab; font-weight: normal; }

	.form .actions			{ padding: 0 0 0 160px; background: transparent; }
	.form .actions legend	{ display: none; }

/* Inputs */
	
	input, button, select,
	textarea				{ font-size: 1em; font-family: sans-serif;
							  text-rendering: optimizeSpeed; }
	input[type=text],
	input.type_text,
	input[type=password],
	input.type_password,
	textarea,				
	select					{ margin: 0; padding: 6px;
							  background: transparent;
							  border: 1px solid #e5e3d1; }
	input[type=text]:focus,
	input.type_text:focus,
	input[type=password]:focus,
	input.type_password:focus,
	textarea:focus,				
	select:focus			{ border-color: #c5c2ab;
							  background: #fff; }
	select					{ padding: 5px; }
	input[type=file],
	input.type_file			{ margin: 0; }
	input[type=radio], 
	input.type_radio, 
	input[type=checkbox],
	input.type_checkbox 	{ margin: 0; }

	textarea.monospaced		{ font-family: Consolas, "Courier New", Courier, monospace; }
	optgroup				{ font-style: normal; font-weight: bold;
							  text-indent: 2px; }
	optgroup option			{ padding-left: 15px; }
	
	.size_liquid			{ width: 96%; }

	input.size_xxs			{ width: 3em; }
	input.size_xs			{ width: 6em; }
	input.size_s			{ width: 12em; }
	input.size_m			{ width: 18em; }
	input.size_l			{ width: 24em; }
	input.size_xl			{ width: 30em; }
	input.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; }

/* Links */

	.links					{ margin: 0 !important; }
	.links ul				{ margin: 0; padding: 0;
							  list-style: none; }
	.links li				{ display: inline;
							  padding: 0 0 0 10px; margin: 0 0 0 7px;
							  background: url(../images/layout/dot.png) left no-repeat; }
	.links li:first-child	{ padding-left: 0; margin-left: 0;
							  background: transparent; }
	.links ul a				{ display: inline;
							  text-decoration: none; text-transform: lowercase; }
	.links ul a[href]:focus,
	.links ul a[href]:hover,
	.links ul a[href]:active, 
	.links li.active a		{ color: #fff !important; }
	
	.links img				{ vertical-align: middle; }
	
/* Rule */

	.rule					{ border-top: 1px solid #e5e3d1; margin: 1.428em 0; }
	.rule hr				{ display: none; }

/* Placeholder */

	.placeholder			{ height: 200px;
							  background: #f1efda url(../images/layout/refresh.png) center no-repeat;
							  -moz-border-radius: 2px;
							  -webkit-border-radius: 2px;
							  border-radius: 2px; }
	
		
/* UTILITIES */

/* Grid */

	.x						{ margin: 40px 0 0 0; overflow: hidden; }
	.x:first-child			{ margin-top: 0 !important;
							  padding-top: 0 !important;
							  border-top: 0 !important; }
	.y						{ float: left; }
	.y_l					{ margin-right: -10px; }
	.y > div				{ margin: 0 0 0 40px; }
	.y:first-child > div	{ margin-left: 0 !important;
							  padding-left: 0 !important;
							  border-left: 0 !important; }

	.y_half					{ width: 50%; }
	.y_image				{ width: 140px; }
	.y_description			{ width: 410px; }
	.y_description > div	{ margin-left: 20px; }
	.y_thumb				{ width: 73px; margin: 0 0 0 6px; }
	.y_thumb:first-child	{ margin-left: 0; }

	.x_thumbs				{ margin: 6px 0 0 0; }
	.x_thumbs img			{ display: block; }
	
	.suppliers				{ margin-top: 20px; margin-left: -20px; overflow: hidden; }
	.suppliers .supplier 	{ width: 33.333%; float: left; }
	.suppliers .supplier > div	
							{ margin-left: 20px; }
	.suppliers .body		{ overflow: hidden; }
	.sup					{ float: left; }
	.sup1					{ margin-right: 10px; }
	.sup2					{ margin-left: 10px; }
	
	.twocol					{ overflow: hidden; }
	.twocol1				{ float: left; width: 430px; margin-right: 20px; }
	.twocol2				{ float: left; width: 430px; margin-left: 20px; }

/* Content */

	.c > *:first-child, 
	.c > a > *:first-child,
	.c > .ba_lr:first-child + *, 
	.c > .ba_rw:first-child + *
							{ margin-top: 0 !important; }

/* Text Alignment */

	.ta_c					{ text-align: center; }
	.ta_l					{ text-align: left; }
	.ta_r					{ text-align: right; }
	.ta_j					{ text-align: justify; }

/* Block Alignment */
	
	.ba_c					{ display: block;
							  margin-left: auto; margin-right: auto; }
	.ba_l					{ display: block;
							  margin-left: 0; margin-right: auto; }
	.ba_r					{ display: block;
							  margin-left: auto; margin-right: 0; }
	.ba_lw					{ display: block; float: left;
							  margin-left: 0; margin-right: 1em; margin-bottom: 1.5em; }
	.ba_rw					{ display: block; float: right; clear: right;
							  margin-left: 1em; margin-right: 0; margin-bottom: 1.5em; }
							  
/* Hidden */

	.p_yes					{ display: none; }


/* PAGE LAYOUT */

/* Body */

	html					{ height: 100%; }
	body					{ height: 100%; margin: 0;
							  background: #7d7e7e; }
/*	body					{ background: url(../images/layout/baseline.png) 0 18px; }*/
	.wrapper				{ width: 100%; width: 900px; margin: 0 auto;
							  position: relative; }

/* Strip */

	#strip					{ border-bottom: 1px solid #962429;
							  background: #b02a30; }
	#strip .wrapper			{ font-size: 0.923emem;
							  padding: 7px 0; overflow: hidden;
							  background: url(../images/layout/strip_fade.png); }
	#strip .links ul a		{ color: #f1d9da; }


	#skip					{ margin: 0;
							  float: left; }
	#skip a					{ color: #c45f64;
							  text-decoration: none; text-transform: lowercase; }
	#skip a:active, 
	#skip a:hover, 
	#skip a:focus			{ color: #fff; }
							  
/* Main */

	#main					{ background: #fffde9; }

/* Header */

	#header					{ background: url(../images/layout/header_bg.png) bottom repeat-x;
							  border-bottom: 1px solid #e8e5ce; }
	#header	.wrapper		{ padding: 25px 0;
						  	  position: relative;
							  background: url(../images/layout/fade.png); }
	#header, #header a		{ color: #000; }
		
	#logo					{ display: block; }

/* Banner */

	#banner					{ margin: 25px 0 -66px 0; width: 900px; height: 250px;
							  position: relative; z-index: 2; }
	#banner	.figure			{ margin-top: 0; width: 900px; height: 250px; overflow: hidden;
							  position: absolute; top: 0; left: 0; }
	#banner	img				{ margin: 0 0 0 -45px; position: relative; top: -111px; }

/* Slideshow */

	#slideshow				{ position: relative; height: 675px; }
	#slideshow img			{ position: absolute; top: 0; left: 0; }
	#slideshow img:first-child
							{ z-index: 10; }

/* Twitter */

	#twitter h2				{ background-image: url(../images/layout/twitter_light.png);
							  background-position: 260px 50%; background-repeat: no-repeat; }
	#twitter h3,
	#twitter h3 a			{ color: #00a3db; }
							  
/* Navigation */

	#nav					{ position: absolute; top: 53px; right: 0; }
	#nav ul					{ margin: 0; padding: 0; white-space: nowrap;
							  list-style: none; }
	#nav li					{ display: inline-block;
							  padding: 0 0 8px 0; margin: 0 0 0 15px; }
	#nav li:first-child		{ margin-left: 0; }
	#nav a					{ font-size: 1.384em; line-height: 1;
							  font-family: Georgia, "Times New Roman", Times, serif; font-style: oblique;
							  color: #666666; text-decoration: none;
							  display: inline-block;
							  padding: 0.25em 0;
							  border-bottom: 1px solid #f0eedd; }
	#nav a[href]:focus,
	#nav a[href]:hover,
	#nav a[href]:active, 
	#nav li.active a		{ color: #b02a30; }
	#nav li.active			{ background: url(../images/layout/nav_pointer.png) bottom center no-repeat; }
	#nav li.active a		{ border-color: #e2e1d0; }

	#nav ul ul				{ position: absolute; top: 35px; right: 0;
							  padding: 1px 10px;
							  background: #efeddc;
							  border: 1px solid #e2e1cf; }
	#nav ul li.active ul li	{ padding-bottom: 0; background: transparent; }
	#nav ul li.active ul a	{ font-size: 1em; line-height: 1;
							  font-family: Georgia, "Times New Roman", Times, serif; font-style: oblique;
							  color: #666666; 
							  display: inline-block;
							  padding: 0.25em 0;
							  border: 0; }
	#nav ul ul a[href]:focus,
	#nav ul ul a[href]:hover,
	#nav ul ul a[href]:active, 
	#nav ul ul li.active a	{ color: #b02a30; }
	
	#nav ul ul				{ display: none; }
	#nav ul li.active ul	{ display: block; }

/* Breadcrumbs */

	#breadcrumbs p			{ font-weight: bold;
							  display: inline;
							  margin: 0; }
	#breadcrumbs ul			{ padding: 0; margin: 0;
							  list-style: none;
							  display: inline; }
	#breadcrumbs li			{ display: inline; }
	#breadcrumbs a			{ color: #000;
							  display: inline;}
	#breadcrumbs a[href]	{ padding: 0 16px 0 0;
							  background: url(../images/layout/arrow_right.png) right no-repeat; }

/* Content */

	#content .wrapper		{ padding: 35px 0;
							  background: url(../images/layout/fade.png); }
	#content.padding .wrapper
							{ padding-top: 75px; }
						  
	#primary				{ width: 550px; }
	#secondary				{ width: 350px; }

/* Footer */

	#footer 				{ }
	#footer 				{ padding: 25px 0;
							  background: url(../images/layout/footer_bg.png) top repeat-x;
							  border-top: 1px solid #585959; }
	#footer, #footer a		{ color: #a1a1a1; }		
	#footer p				{ font-size: 0.846em; line-height: 1.666;
							  margin-top: 0.75em; }				
	#footer em				{ font-size: 1.181em; line-height: 1.5; font-style: normal;
							  color: #c7c7c7; }						
	#footer .links li a		{ color: #c7c7c7; }				

/* MEDIA PRINT */ 

@media print {
/* Hidden */

	#header,
	#footer, 
	.p_no					{ display: none; }

/* Visible */

	.p_yes					{ display: block; }
	
/* Reset */

	body, 
	#wrapper, 
	#content, 
	#primary,
	#primary > div,
	#secondary, 
	#secondary > div		{ display: block; float: none; clear: none; overflow: visible;
							  position: static; top: auto; right: auto; bottom: auto; left: auto;
							  width: auto; min-width: 0; max-width: none;
							  height: auto !important; min-height: 0; max-height: none;
							  margin: 0; padding: 0;
							  border: 0;
							  background: transparent; }						  
}
