/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Body Backgrounds and Containers */

body#main {
background: url(img/black_to_grey_gradient.png) repeat-x #1f1f1f;
}

#background {
background: url(img/birds.jpg) no-repeat top;
background-attachment:fixed;
}

#sidegradient {
background: url(img/sidegradient.png) repeat-y top;
position: relative;
}

#container {
background-color: #000;
margin:0px auto;
width:960px;
overflow:hidden;
}


/* Header - Main */

#header {
background: url(img/header_background.jpg) no-repeat;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
height:85px;
width:960px;
}

h1#logo {
display:inline;
float:left;
height:85px;
position:relative;
width:140px;
}

/* Header - Product Drop Down */

ul#nav {
float:left;
margin-top:30px;
}

ul#nav li {
display: inline;
font-size:13px;
margin:0;
position:relative;/*sets position for dropdown*/
text-transform: uppercase;
}

ul#nav li a {
color:#fff;
padding:5px 7px;
text-decoration: none;
}

ul#nav li a:active, ul#nav li a:hover  {
background-color: #2f3448;
}

ul#nav li+li {
margin-left:0px;
}

ul#nav div {
display:none;
}

ul#nav li.products div { /*controls drop down div positioning and style */
left: 0em;
padding: 1.3em;
position: absolute;
top: 13px;
width: 700px;
}

ul#nav li.hovering div { 
display: block;
} 

li.products h2 {
display:inline;
font-weight:normal;
}

li.products div small {
color:#999;
display:inline;
font-weight:normal;
font-size: 9px;
margin-right:5px;
}

li.products div p {
display:inline;
font-size: 11px;
letter-spacing: 1.5px;
} 

li.products div p+p {
margin:0; 
}

li.products div p a {
color:#fff;
padding:4px 6px;
text-decoration: none;
}

li.products div p a:link, li.products div p a:visited {
color:#ccc !important;
}

li.products div p a:active, li.products div p a:hover {
color:#fff !important;
}

/* Footer - Main */

#footer {
background: url(img/footer.png) no-repeat bottom;
font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
padding:30px 0px 0px 0px;
}

#footercontain {
margin:0px auto;
padding-bottom:60px;
width:960px;
}

#footer ul#connect {
float:left;
margin-left:17px;
}

#footer ul#connect li {
float:left;
margin-right:7px;
}

#footer ul#connect li a {
background-image: url(img/network_sprite_16.png);
background-repeat: no-repeat;
height:16px;
display:block;
overflow:hidden;
text-indent: -9999px;
width:16px;
}

/* Footer - Sprite Backgrounds */

a.newsletter {
background-position: 0 0;
}

a.newsletter:hover {
background-position: 0 -16px;
}

a.rss {
background-position: -16px 0;
}

a.rss:hover {
background-position: -16px -16px;
}

a.youtube {
background-position: -32px 0;
}

a.youtube:hover {
background-position: -32px -16px;
}

a.twitter {
background-position: -48px 0;
}

a.twitter:hover {
background-position: -48px -16px;
}

a.myspace {
background-position: -64px 0;
}

a.myspace:hover {
background-position: -64px -16px;
}

a.facebook {
background-position: -80px 0;
}

a.facebook:hover {
background-position: -80px -16px;
}

/* Footer - About */

#footer ul#about {
float:right;
margin:0px 17px 0px 0px;
}

#footer ul#about li {
color:#999;
display: inline;
font-size:12px;
margin:0px 5px;
}

#footer ul#about li a {
font-size:11px;
text-transform: uppercase;
text-decoration: none;
}

#footer ul#about li a:link, #footer ul#about li a:visited {
color:#666;
}

#footer ul#about li a:active, #footer ul#about li a:hover {
color:#ccc;
}

/* Body */

#body {
	clear:both;
	overflow:hidden;
}

/* Search */

#search {
margin-bottom:200px;
overflow:auto;
}

#searchboxcontain {
text-align:right;
margin:0px 20px 25px 20px;
overflow:hidden;
}

#searchresultscontain {
border:none;
width: 800px;
margin:0px 0px 0px 50px;
overflow:hidden;
}

h1.searchresults {
margin:0px 0px 0px 50px;
font-size:25px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
}

#searchpagebody {
margin:0px 0px 0px 50px;
overflow:hidden;
}

p.searchbody {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
margin:0px 0px 0px 0px;
}

/* Standard Template */

div.standard {
background-color: #000;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
width:800px;
margin:40px auto 30px auto;
}

div.standard h1 {
color:#fff;
font-size:34px;
font-weight:normal;
margin-bottom:20px;
text-transform: uppercase;
}

div.standard h2 {
color:#ccc;
font-size:24px;
font-weight:normal;
margin:35px 0px 15px 0px;
}

div.standard p {
color:#fff;
}

div.standard p+p {
margin-top:15px;
}

div.standard ul {
color:#fff;
margin:20px 0px 0px 0px;
}

div.standard ul a:link, div.standard ul a:visited {
color:#AED1F3;
text-decoration: none;
}

div.standard ul a:active, div.standard ul a:hover {
color:#AED1F3;
text-decoration: underline;
}


