/* base */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}
body {
	color:#000;
	background:#000; 
	font-family:Helvetica;
	padding:0;
	font-size:12px;
 	line-height:16px;
 	color:#FFF;
}
a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a img {
	border:none;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {
	list-style-type: none;
}
input[type="text"], input[type="password"], textarea {
	padding:5px 10px;
	font-family:inherit;
	font-size:inherit;
	border:none;
	margin:0;
	font-size:14px;
}
input[type="submit"] {
	padding:5px 10px;
	color:#FFF;
	font-size: inherit;
	font-family: inherit;
	cursor:pointer;
	margin:0;
	font-weight:bold;
	border:none;
	font-size:12px;
}
textarea {
	width:300px;
	height:120px;
}
label {
	font-weight:bold;	
}

/* layout */

#everything {
	margin:0 auto;
	width:960px;
	padding:0 5px;
}

/* header */

#header {
	width:100%;
	height:220px;
	z-index:999;
	position:fixed;
	margin:0;
	background:transparent;
}
#logo {
	position:absolute;
	top:28px;
	left:20px;
	width:364px;
	height:193px;
	text-indent:-9000px;
	background:url(../img/logo.png) top left no-repeat; 
}

/* nav */

#nav {
	position:absolute;
	left:20px;
	top:221px;
	z-index:999;
}
#nav-bg {
	position:absolute;
	left:0px;
	top:0px;
	width:134px;
	z-index:998;
	background:#000;
	height:190px;
	opacity:0.6;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	z-index:999;
	float:left;
	clear:none;
	
}
#nav ul li {
	float: left;
	clear:both;
	width:124px;
	position: relative;
	z-index:999;
	padding:0 0 11px 10px;
	margin:12px 0 0 0;
	color:#FFF;
	cursor:pointer;
	font-size:13px;
	line-height:13px;
	font-family: Arial, serif;
	border-bottom:1px solid #303030;
	font-weight:bold;
	cursor:pointer;
}
#nav ul li:hover {
	color:#9a0f53;
}
#nav ul li#nav-footer {
	border:none;	
}

/* main */

#main {
	float:left;
	clear:both;
	margin:213px 0 0 0;
}

/* hero */

#hero {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 233px 0;
}
#hero h1 {
	font-size:32px;
	line-height:38px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	margin:0 0 23px 260px;
}
#hero img {
	float:left;
	clear:both;
	margin:0 0 0 20px;
}

/* who we are */

#who-we-are {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 229px 0;
}
#who-we-are h2 {
	font-size:94px;
	line-height:94px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	margin:0 0 9px 265px;
}
#who-we-are p {
	font-size:14px;
	line-height:24px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	width:710px;
	margin:0 0 26px 264px;
}
#who-we-are img {
	float:left;
	clear:both;
	margin:0 0 0 264px;
}

/* products */

#products {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 230px 0;
}
#products h2 {
	font-size:94px;
	line-height:94px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	margin:0 0 12px 261px;
}
#products p {
	font-size:14px;
	line-height:24px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	width:710px;
	margin:0 0 23px 264px;
}
#product-grid {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 0 20px;
}
#product-grid img {
	float:left;
	clear:none;
	width:233px;
	height:176px;
	margin:0 10px 10px 0;
}
#product-grid img.last {
	margin:0 0 10px 0;
}

/* customer service */

#customer-service {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 0 0;
	height:701px;
	background:url(../img/map.png) 261px bottom no-repeat;
}
#contact {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 8px 0;
}
#customer-service h2 {
	font-size:94px;
	line-height:75px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	width:480px;
	margin:0 0 24px 259px;
}
#customer-service h3 {
	font-size:24px;
	line-height:24px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	width:474px;
	margin:0 0 3px 263px;
}
#customer-service p {
	font-size:14px;
	line-height:24px;
	color:#FFF;
	font-family:Georgia, serif;
	float:left;
	clear:both;
	width:474px;
	margin:0 0 13px 263px;
}
#customer-service p a {
	font-weight:normal;
}
#customer-service p a:hover {
	color:#9a0f53;
}
#customer-service p.last {
	margin-top:-4px;
}

/* footer */

#footer {
	float:left;
	clear:both;
	width:100%;
	margin:0 0 30px 18px;
	height:142px;
}
#footer-logo {
	float:left;
	clear:both;
	width:254px;
	margin:0;
	height:142px;
	background:url(../img/footer-logo.png) top left no-repeat;
}
#footer-contact {
	float:right;
	margin:64px 22px 0 0;
	text-align:right;
}
#footer-contact h3 {
	font-size:24px;
	line-height:24px;
	color:#FFF;
	font-family:Georgia, serif;
	margin:0 0 6px 0;
}
#footer-contact p {
	font-size:12px;
	line-height:12px;
	color:#FFF;
	font-family:Georgia, serif;
}