/* 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
clear:left;	
}
body {
background:#FFFFFF none repeat scroll 0 0;
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:85%;
line-height:120%;
margin:0 auto;
text-align:center;
width:100%;
}
p {
margin:10px 0;
}
img {
margin:5px 0;
}
/*  main */

#wrap {
margin:0 auto;
text-align:center;
width:870px;
}

#page {
width:870px;
float:left;
text-align:left;
}

#header {
background:url(../images/header.png) no-repeat bottom center;
height:130px;
width:100%;
float:left;
}

#contentWrap {
background:transparent url(../images/maindiv.png) no-repeat scroll right bottom;
float:left;
margin-top:10px;
width:100%;
}

#content {
background:transparent url(../images/topdiv.png) no-repeat scroll right top;
float:right;
padding:40px 0;
width:670px;
} 

#footer {
background:transparent url(../images/redbar.png) no-repeat scroll left top;
clear:left;
padding:20px 0 0;
width:870px;
}
/*end main*/

/*header parts*/
.logo {
position:absolute;
text-indent:-300em;
}

.searchBar {
float:left;
height:40px;
margin-left:262px;
position:relative;
top:13px;
width:70%;
}
div.searchBar form#Form1 {
float:left;
width:49%;
}
.marquee {
color:white;
float:right;
padding-top:5px;
position:relative;
width:48%;
} 

.banner {
color:white;
float:left;
font-weight:bold;
position:relative;
text-align:center;
top:23px;
width:100%;
}
/*end header*/
/* headings*/

h1,h2,h3,h4,h5,h6 {
font-weight:bold;
padding:5px 0 15px;
color:#004473;
}
h1 {font-size:28px;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
h6 {font-size:14px;}


/*sidebar stuff*/

#sidebar {
float:left;
width:186px;
}
.shoppingCart {
background:transparent url(../images/shoppingcart.png) no-repeat scroll center top;
padding-top:30px
}
.cartCheckout {
background:transparent url(../images/credit.png) no-repeat scroll left bottom;
height:51px;
text-indent:-300em;
}
/*sidebar2*/
#sidebar2 {
border-top:25px solid #004473;
margin-top:20px;
position:relative;
}

/*end sidebar*/
/***Menus****/
/*mainnav*/

.mainNav { /* all lists */
	list-style: none;
	width:100%;
	
}
 .mainNav ul { 
float:right;
line-height:15px;
}
.mainNav a {
color:#900;
}

.mainNav li { /* all list items */
	float: left;
	font-size:9px;
	/*width: 5em; width needed or else Opera goes nuts */
}

.mainNav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.mainNav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

.mainNav li:hover ul ul, .mainNav li:hover ul ul ul, .mainNav li.sfhover ul ul, .mainNav li.sfhover ul ul ul {
	left: -999em;
}

.mainNav li:hover ul, .mainNav li li:hover ul, .mainNav li li li:hover ul, .mainNav li.sfhover ul, .mainNav li li.sfhover ul, .mainNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* end mainnav*/


/*secondarynav*/
.secondaryNav { /* all lists */
	list-style: none;
	width:100%;
}

.secondaryNav ul {
float:right;
line-height:30px;
margin:0;
position:relative;
right:10px;
}
.secondaryNav a {
	display: inline;
	color:white;
	text-decoration:none;	
}
.secondaryNav a:hover {
text-decoration:underline;
}
.secondaryNav li { /* all list items */
	float: left;
	color:white;
	font-size:12px;
	font-weight:bold;
}

.secondaryNav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.secondaryNav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

.secondaryNav li:hover ul ul, .secondaryNav li:hover ul ul ul, .secondaryNav li.sfhover ul ul, .secondaryNav li.sfhover ul ul ul {
	left: -999em;
}

.secondaryNav li:hover ul, .secondaryNav li li:hover ul, .secondaryNav li li li:hover ul, .secondaryNav li.sfhover ul, .secondaryNav li li.sfhover ul, .secondaryNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* end secondaryNav*/
/*footerNav*/

.footerNav {

}
.footerNav, .footerNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.footerNav a {
	display: block;
	
}

.footerNav li { /* all list items */
	float: left;
	font-size:14px;
	color:#900;
	padding:5px 10px;
}

.footerNav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

.footerNav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

.footerNav li:hover ul ul, .footerNav li:hover ul ul ul, .footerNav li.sfhover ul ul, .footerNav li.sfhover ul ul ul {
	left: -999em;
}

.footerNav li:hover ul, .footerNav li li:hover ul, .footerNav li li li:hover ul, .footerNav li.sfhover ul, .footerNav li li.sfhover ul, .footerNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* end footerNav*/
/*misc*/
.caption {
color:#666;
font-size:11px;
}

/*table*/
table, tbody, tfoot, thead, tr, th, td {
font-size:12px;
padding:4px;
vertical-align:top;
}
