/*
/		RESET /RELOADED by Eric Meyer
/		www.meyerweb.com
--------------------------------------------------------------------------------------------------------*/

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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/*---CLEANER---*/
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border: none;
	margin: 0px; padding:0px;
	background: transparent;
	}




	
/*
/		Global Properties
--------------------------------------------------------------------------------------------------------*/

body {
	background: #000 url('../images/bg.jpg') no-repeat center top;
	font-family: arial;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	}

a {
	color: #666;
	text-decoration: none;
	}
	a:hover {
	color:#982f2b;
	}

p {
	margin-bottom: 8px;
	}
p.indent {
	text-indent: 30px;
	}

h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	}

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}

hr {
	border:0;
	border-bottom: 1px dashed #666;
	margin-top: 20px;
	}







/*
/		Navigation Properties
--------------------------------------------------------------------------------------------------------*/

/* ul#navigation span			{ display: none; } */
ul#navigation				{ 
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left:20px;
	height:30px;
	padding-top: 70px;
	width: 750px;
	}
ul#navigation li				{ float: left; }
ul#navigation li a {
	display: block;
	float: left;
	height: 17px;
	margin-right: 15px;
	.margin-right: 10px;
	_margin-right: 7px;
/* background: url('../images/menu.gif'); */
	font-family: Georgia;
	color: #333;
	font-size: 17px;
	text-decoration: none;
	text-transform: uppercase;
}
ul#navigation li a:hover {
	color: #FFF;
	border-bottom: 3px solid #FFF;
	}
ul#navigation li a.active {
	color: #FFF;
	border-bottom: 3px solid #FFF;
	}

/*
ul#navigation #main a 	{ width:39px; background-position: 0 0; }
ul#navigation #main a:hover 	{ background-position: 0 bottom; }
ul#navigation #facility a 	{ width:71px; background-position: -50px 0;  }
ul#navigation #facility a:hover { background-position: -50px bottom;  }
ul#navigation #rates a { width:47px; background-position: -135px 0;  }
ul#navigation #rates a:hover { background-position: -135px bottom;  }
ul#navigation #samples a { width:62px; background-position: -200px 0;  }
ul#navigation #samples a:hover { background-position: -200px bottom;  }
ul#navigation #faq a { width:40px; background-position: -275px 0;  }
ul#navigation #faq a:hover { background-position: -275px bottom; }
ul#navigation #delivery a { width:102px; background-position: -330px 0; }
ul#navigation #delivery a:hover { background-position: -330px bottom; }
ul#navigation #links a { width:110px; background-position: -454px 0;  }
ul#navigation #links a:hover { background-position: -454px bottom;  }
ul#navigation #contact a { width:68px; background-position: -586px 0;  }
ul#navigation #contact a:hover { background-position: -584px bottom;  }
*/





/*
/		Global Layout
--------------------------------------------------------------------------------------------------------*/
	
#wrap {
	margin: 165px auto;
	padding-left: 127px;
	width: 720px;
	}
	
#contact {
	float: right;
	text-align: right;
	margin-right: 50px;
	font-size: 11px;
	}
	#contact strong {
	font-size: 11px;
	}

#content {
	margin-top: 5px;
	padding: 20px 10px 0 25px;
	height:460px;
	width:600px;
	overflow: auto;
	clear:left;
	}

#footer {
	clear: left;
	padding: 40px 0 10px 20px;
	.padding-top: 0px;
	color: #666;
	}
	#footer a {
	font-family: georgia;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	}
	#footer a:hover {
	color: #333;
	border-bottom: 2px solid #333;
	}



/*
/		Lists
--------------------------------------------------------------------------------------------------------*/

#content ul {
	list-style: square;
	color: #333;
	}
	#content ul li {
	margin-left: 40px;
	}


/*
/		Page Specific
--------------------------------------------------------------------------------------------------------*/

/* 
/	contact
------------------------------------------*/
table.contact {
	}
	table.contact tr td {
	vertical-align: top;
	padding: 5px;
	}
	table.contact tr td.label {
	text-align: right;
	padding-right: 10px;
	}
	table.contact input,
	table.contact textarea {
	border: 1px solid #999;
	}
	
/* 
/	FAQ
------------------------------------------*/

a.noHover {
	color: #333;
	}