/* structure stylesheet - page layout elements */
/**************************************************************************/
/* 1: Zero out all styles except form elements, which are left to default */
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,
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;
}
/* define focus styles */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

em {
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	margin-top: -10px;
	display: block;
}

input, select {
	border: 1px solid  #2A2A2A;
	padding: 2px;
}
textarea {
	border: 1px solid  #2A2A2A;
	padding: 2px;	
	width: 320px;
}
/* Clearing bug fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* End zero out */
/**************************************************************************/

/**************************************************************************/
/* Basic body styles */
html {
	background:#000000; /* set bg on html for chrome */
}

body {
	font-size: 11px; /* 11px default */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
	padding: 20px 0 50px;
	text-align: center;
	text-shadow: 0 0 0 #000;
}
/* Skip to content link */
#skip {
	display: none;
}
/* Standard text styles */
p {
	margin: 10px 0;
	line-height: 1.1em;
}
p.caps {
	text-transform: uppercase;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 3px;
}
h2 {
	font-size: 1.25em;
	font-weight: normal;
	margin: 0 0 10px;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 5px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 5px;
}
h5 {
	font-size: 1.17em; /* 14px - 14/1.2em */
	font-weight: normal;
	margin-top: 12px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.no_border {
	border: none !important;
	background: none !important;
}
.no_margin {
	margin:0 !important;
}
.no_padding {
	padding: 0 !important;
}
.orange_link {
	text-transform: uppercase;
	color: #F4841F;
}

.print-only {
	display: none;
}

/* End Basic body styles */
/**************************************************************************/


/**************************************************************************/
/* Header Section */

#header {
	width: 800px;
	min-height: 66px;
	_height: 66px;
	margin: 0 auto;
	text-align: left;
}
	#header #logo {
		float: left;
	}
		
/* End Header Section */
/**************************************************************************/


/**************************************************************************/
/* Main Navigation Section */

#main_nav {
	float: right;
	margin: 6px 0 0;
	min-height: 44px;
	_height: 44px;
	padding: 0 9px;
	background: url('../images/layout/nav_bg.jpg') left top repeat-x;
}
	#main_nav li {
		display: block;
		float: left;
		border-right: 1px solid #000;
	}
		#main_nav li a {
			display: block;
			color: #FFFFFF;
			font-size: 1.1em;
			min-height: 44px;
			_height: 44px;
			line-height: 44px;
			padding: 0 25px;
			text-transform: uppercase;
			float: left;
			text-decoration: none;
			text-align: center;
		}
			#main_nav li.selected,
			#main_nav li:hover {
				background: url('../images/layout/nav_bg.jpg') left bottom repeat-x;
			}

			#main_nav li#nav_home {
				border-left: 1px solid #000;	
			}

				#main_nav li#nav_home a,
				#main_nav li#nav_home.selected a:hover {
					background: url('../images/layout/nav-home.png') no-repeat center center;
					width: 39px;
					text-indent: -9999px
				}
					#main_nav li#nav_home a:hover {
						background-image: url('../images/layout/nav-home-rollover.png');
					}

				#main_nav li#nav_products a,
				#main_nav li#nav_products.selected a:hover {
					background: url('../images/layout/nav-products.png') no-repeat center center;
					width: 71px;
					text-indent: -9999px
				}
					#main_nav li#nav_products a:hover {
						background-image: url('../images/layout/nav-products-rollover.png');
					}

				#main_nav li#nav_technology a,
				#main_nav li#nav_technology.selected a:hover {
					background: url('../images/layout/nav-technology.png') no-repeat center center;
					width: 90px;
					text-indent: -9999px
				}
					#main_nav li#nav_technology a:hover {
						background-image: url('../images/layout/nav-technology-rollover.png');
					}

				#main_nav li#nav_stockists a,
				#main_nav li#nav_stockists.selected a:hover {
					background: url('../images/layout/nav-where_to_buy.png') no-repeat center center;
					width: 101px;
					text-indent: -9999px
				}
					#main_nav li#nav_stockists a:hover {
						background-image: url('../images/layout/nav-where_to_buy-rollover.png');
					}

/* End Navigation Section */
/**************************************************************************/


/**************************************************************************/
/* Main Content Section */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../images/layout/page_btm.gif) left bottom no-repeat;
}
	#page #page_inner {
		padding: 16px 31px 15px;
		min-height: 410px;
		_height: 410px;
		background: url(../images/layout/page_top.jpg) left top no-repeat;
	}
		#page_inner h1 {
			background: url(../images/layout/title_bg.jpg) right top no-repeat #000000;
			padding: 0 30px 0 15px;
			margin: 0 0 12px;
			min-height: 32px;
			_height: 32px;
		}
		#page_inner h2 {
			text-transform: uppercase;
		}
		#page_inner h2 span {
			font-weight: bold;
		}
		
		#page_inner .page_lhs {
			float: left;
			width: 252px;
		}
		#page_inner .page_rhs {
			float: right;
			width: 530px;
			padding: 13px 14px 0 0;
		}
		
		#page_inner .txt_bg {
			background: url(../images/layout/text_bg.gif) left top no-repeat;
			padding: 12px 25px 12px 15px;
			margin: 12px 0 12px;
		}
	

#footer {
	width: 778px;
	margin: 0 auto;
	padding: 0 15px 0 7px;
	text-align: left;
	color: #B3B3B3;
	text-transform: uppercase;
	font-size: 0.9em;
}
	#footer .lhs {
		float: left;
		width: 450px;
	}
		#footer p {
			margin-left: 8px;
		}

	#footer .rhs {
		float: right;
		width: 300px;
		text-align: right;
	}
	#footer p,
	#footer a {
		color: #404040;
	}
	#footer ul {
		margin: 10px 0 0;
	}
		#footer ul li {
			display: block;
			float: left;
			border-right: 1px solid;
			padding: 0 8px;
		}
			#footer ul li.last_child {
				border: 0;
			}
			#footer ul li a {
				color: #B3B3B3;
			}
		
/* End Content Section */
/**************************************************************************/

