a, b, blockquote, body, div, em, form, h1, h2, h3, h4, h5, h6, hr, html, i, img, label, li, object, ol, p, pre, span, strong, table, tbody, td, tfoot, th, thead, tr, tt, u, ul { border: 0; margin: 0; padding: 0; font-size: 100%; }
b, strong { font-weight: bold; }
img { color: transparent; font-size: 0; vertical-align: middle; -ms-interpolation-mode: bicubic; }
li { display: list-item; }
table { border-collapse: collapse; border-spacing: 0; }
th, td, caption { font-weight: normal; vertical-align: top; text-align: left; }
html { overflow-y: scroll; font-family: Cambria, Chicago, "Times New Roman", Times, serif; font-size: 100%; }
body{ color: #333; background: #fff; font-size: 16px; line-height: 1.5em; }
hr { border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 24px; font-weight: bold; }
h1 { font-size: 1.875em; line-height: 0.8em; }
h2 { font-size: 1.25em; line-height: 1.2em; }
p, hr, h1, h2, h3, h4, h5, h6, ol, ul, table { margin-bottom: 24px; }
ol { list-style: decimal outside; }
ul { list-style: disc outside; }
li { margin-left: 30px; }
ul ul, ol ol { margin: 0 0 0 60px; }
blockquote { margin: 0 60px 0 45px; border-left: 5px solid #ccc; padding-left: 10px; text-indent: -0.4em; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; }
.clear-hide { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }




body {
	background: url(../images/bg.jpg) center top fixed;
}
h1, h2{
	color: #226A86;
}
p{
	color: #333;	
}
a{
	text-decoration: none;
	color: #06C;
}
a:hover{
	text-decoration: underline;
}

::-moz-selection { background: #03C; color: #fff; text-shadow: none; }
::selection { background: #03C; color: #fff; text-shadow: none; }

#mainContainer, #header, #nav, #body, #footer{
	width: 820px;
	
	text-align: left;
}

#mainContainer{
	margin: 0 auto;
	padding: 42px 0 24px 0;
}


#header{
	height: 384px;
	background: url(../images/header.png) left top no-repeat;
}


#nav{
	height: 72px;
	background: url(../images/nav.png) left top no-repeat;
}
	#nav li.bar{
	padding: 0 40px;
	font-weight: bold;
	color: #257594;
	display: inline;
	}
	#nav ul{
		margin-bottom: 0;
		padding: 18px 0 6px 0;	
		font-size: 1.125em;
		text-align:center;
		line-height: 1.33em;
		list-style: none;
	}
	#nav li{
		margin-left: 0;	
		display: inline;
	}
	#nav a{
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	color: #1A5166;
	cursor: pointer;
	}
	#nav a:hover,
	#nav a.active{
	color:#FFFFFF;
	}
	#nav a:active,
	#nav a:focus{
		position: relative;
		top: 1px;
	}


#body{
	background: url(../images/body.png) left top repeat-y;
}
#body-inner{
	width: 700px;
	min-height: 288px;
	margin: 0 auto;
	padding: 24px 0;
}
	.ie6 #body-inner{
		height: auto !important;
		height: 288px;
	}


#footer{
	height: 72px;
	background: url(../images/foot.png) left top no-repeat;
}
	#footer p{
		margin-bottom: 0;
		padding: 20px 0 4px 0;
		
		font-size: 0.75em;
		text-align: center;
		line-height: 2em;
	}


/*------------------------------------------*\
  MISC
\*------------------------------------------*/
.float-left{
	margin-right: 20px;	
	float: left;
}
.ordercopy{
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.2em;
}
