
/* 
Author:    Michael Lund @ redmyse.com
Created:  April 2009
*/



/*  Reset
--------------------------------------------------------------------------------*/
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, swont, img, ins, kbd, q, s, samp, small, strike,  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, ul {
	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: "" "";
}



/*  Basic Stuff / Structure
--------------------------------------------------------------------------------*/
body {
	background: #001127 url(images/bg.gif) repeat-x 0 0;
	font: .7em Verdana MS, Arial, Helvetica;
	color: #aed8ff;
}
a {
	color: #3b2313;
	text-decoration: none;
}
a:hover {
	color: #faa51a;
	text-decoration: underline;
}
div#master-wrapper {
	width: 1002px; /* if your point was to make it fit in a 800px wide screen you failed. */
	margin: 11px auto;
}





/*  Header
--------------------------------------------------------------------------------*/
div#header {
	height: 117px;
}





/*  Nav
--------------------------------------------------------------------------------*/
ul#nav {
	height: 32px;
}
ul#nav li {
	float: left;
	display: block;
}
ul#nav li#home {
	padding-left: 10px;
}
ul#nav li#products {
	padding-left: 36px;
}
ul#nav li#why {
	padding-left: 50px;
}
ul#nav li#buy {
	padding-left: 76px;
}





/* footer
--------------------------------------------------------------------------------*/
div#footer {
	clear: both;
	background: url(images/footer_bg.gif) no-repeat 0 0;
	width: 940px;
	height: 55px;
	margin: 30px auto 0 auto;
	color: #156cbe;
}
div#footer a {
	color: #156cbe;
}
p#links {
	float: left;
	padding-left: 15px;
	padding-top: 15px
}
p#help {
	float: right;
	padding-top: 15px;
	padding-right: 15px
}
p#copy {
	float: left;
	clear: both;
	padding-left: 15px;
	padding-top: 5px;
	color: #415971;
}














