body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #FFF;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a, a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#container {
	margin: auto;
	width: 760px;
	border: 1px solid #CCC;
	background: #FFF;
}

#header {
	background: url('../graphics/header_bg.jpg') no-repeat;
	height: 75px;
}

#banner {
	text-align: center;
	color: #3366CC;
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#banner-time {
	width: 160px;
}

#nav {
	float: left;
	width: 160px;
}

#nav-search {
	background: url('../graphics/blue_bg.gif');
	height: 22px;
	padding: 5px;
	color: #FFF;
}

#nav-search form {
	margin: 0px;
	padding: 0px;
}

#nav-search input#searchtxt {
	width: 68%;
	float: left;
}

#nav-search input#go {
	margin-right: 2px;
	float: right;
	padding-right: 3px;
	padding-left: 3px;
}

#nav-bar {
	clear: both;
	border-right: 1px solid #CCC;
	color: #003366;
	background: #EEE;
	font-weight: bold;
	font-size: 11px;
}

#nav-bar ul {
	margin: 0px;
	margin-left: 12px;
	padding: 10px;
	list-style: url('../graphics/arrow_blue.gif');
}

#nav-bar h3 {
	font-size: 13px;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	background: #CCC;
}

#nav-bar div#contact {
	border: 1px solid #CCC; 
	background: white; 
	margin: 10px 7px 7px 7px; 
	text-align: center;
	font-weight: normal;
}

#nav-bar div#contact a {
	font-size: 13px;
}

#nav-bar ul#quicklinks {
	margin-left: 20px;
	padding: 5px;
	list-style: url('../graphics/sub_arrow_blue.gif');
}

#nav-bar ul#quicklinks a {
	font-weight: normal;
}

#content {
	margin-left: 160px;
	background: #FFF;
}

#content-breadcrumbs {
	background: url('../graphics/blue_bg.gif');
	padding: 2px;
	padding-left: 7px;
	line-height: 18px;
	color: #FFF;
}

#footer {
	clear: both;
	width: 100%;
	height: 30px;
	background: url("../graphics/footer_bg.jpg");
	background-repeat: no-repeat;
	color: #FFF;	
	font-size: 10px;
}

#footer p {
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	padding: 3px;
}


#footer p#foot-img {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}

#footer p#foot-copy {
	float: right;
	margin-right: 12px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #footer {
	margin-bottom: -3px;
}

* html .product-table {
	float: left;
}

/* End hide from IE5/mac */
