/* -----------------------------------------------------------------------

CSS Document

   * Screen CSS - resets, typography and layout
   * Copyright (c) 2008-Present.
   * Author - Nick Lansdell
   * Date of origin - 06/12/08

----------------------------------------------------------------------- */

/* reset.css */
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 {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1.5;
}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}


a img {
	border:none;
}

/* typography.css */
body {
	font-size:75%;
	color:#adb8bf;
	background:#262628;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

h1, h3, h4, h5, h6 {
	font-weight:normal;
	color:#adb8bf;
}

h1 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:1em;
	margin-top:1.6em;
}

h2 {
	font-size:1.6em;
	margin-bottom:0.75em;
	color:#BFD42F;
}

h2:first-letter {
	color:#adb8bf;
	font-weight:bold;
}

h3 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:1em;
}

h4 {
	font-size:1em;
	line-height:1.25;
	margin-bottom:1.25em;
}

h5 {
	font-size:.8em;
	font-weight:bold;
	margin-bottom:1.5em;
}

h6 {
	font-size:.8em;
	font-weight:bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight:bold;
	color:#fff;
}

p {
	margin:0 0 1.5em;
}

a:focus, a:hover {
	color:#BFD42F;
}

a {
	color:#adb8bf;
	text-decoration:none;
}

li {
	list-style:outside disc;
	margin-left:10px;
}

strong {
	font-weight:bold;
}

.italic {
	font-style:italic;
}


/* layout.css */
#container {
	width:780px;
	margin: 0 auto;
	padding:10px;
}

#header {
	height:106px;
	width:100%;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#header-graphic {
	float:right;	
}

#clearing-shadow {
	background-image:url(../images/clearing-shadow-bg.gif);
	background-repeat:repeat-x;
	clear:both;
	width:100%;
	height:40px;
	overflow:hidden;
}

#sidebar {
	float:left;
	width:210px;
	padding:0 0 40px 0;
}

#page {
	float:right;
	padding:0 0 40px 0;
	text-align:left;
}

#content {
	clear:both;	
	padding:0 20px 0 20px;
}

#content img {
	padding:0 0 20px 0;	
}


.one-col {
	width:740px;
}

.two-col {
	width:540px;
}

.product {
	text-align:center;
	width:150px;
	float:left;
	margin-right:15px;
}

.product-last {
	text-align:center;
	width:150px;
	float:left;
}

#footer {
	clear:both;
	position:relative;
	bottom:0px;
	background:url(../images/footer-bg.jpg) repeat-y;
	overflow:hidden;
	text-align:right;
	height:20px;
}

#footer p {
	font-size:9px;
}

#footer a {
	color:#adb8bf;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;	
}

#footer img {
	float:left;
}

.clear {
	clear:both;
}



/* forms css */

form {
	width:302px;
	padding:0 20px 0 20px;
	background-color: #070707;
}

label {
	font-weight: bold;
}

input {
	border:#333 1px solid;
	background-color:#fff;
	color:#070707;
}

input:hover {
	color:#999999;
}

.fields {
	width: 250px;
	padding: 5px;
}

textarea {
	width: 250px;
	height: 250px;
	padding: 5px;
	border:#333 1px solid;
	background-color:#fff;
	color:#070707;
}

select {
	width: 250px;
	padding: 5px;
	border:#333 1px solid;
	background-color:#fff;
	color:#070707;
}
.quicklinks {
	padding: 5px;
	border:#333 1px solid;
	font-size: 10px;
	color:#eeeeee;
	text-align: center;
}