/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #336699;
}

div#page {
	margin: 0 auto;
	width: 810px;
	text-align: left;
	background: transparent url(../images/bg.gif) top center repeat-y;
}

/* -------------------------------------------------------------------- */
/* ------------------------------ logo -------------------------------- */
/* -------------------------------------------------------------------- */
div#logo {
	margin: 0 35px 0 35px;
	border: 1px solid #003366;
	border-width: 5px 0 1px 0;
}

div#logo img {
	display: block;
}

/* -------------------------------------------------------------------- */
/* --------------------------- navigation ----------------------------- */
/* -------------------------------------------------------------------- */
div#nav {
	width: 185px;
	float: left;
	padding-left: 35px;
	border: 1px solid #000033;
	border-width: 0 1px 0 0;
}

/* ----------------------- main navigation ---------------------------- */
div#main a:link, div#main a:visited, span {

	display: block;
	background-color: #6699CC;
	border-bottom: 1px solid #003366;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 5px;
	color: white;
}

div#main a:hover, div#main a:active
{
	background-color: #003366;
}

/* ------------------------ sub navigation ---------------------------- */
div#sub a:link, div#sub a:visited, div#sub div.searchBar {
	display: block;
	background-color:#B0D1F9;
	border-bottom: 1px solid #6699CC;
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #003366;
}

div#sub a:hover, div#sub a:active,
div#sub a.current:link,
div#sub a.current:visited
{
	background-color: #FFFF66;
}

div#sub span {
	background-color: #B0D1F9;
}

/* -------------------------------------------------------------------- */
/* ---------------------- utility navigation -------------------------- */
/* -------------------------------------------------------------------- */
div#utility {
	position: absolute;
	top: 15px;
	width: 100%;
	text-align: center;
	left: 0;
}

div#utility div {
	margin: 0 auto;
	width: 770px;
	text-align: right;
}

div#utility div a:link, div#utility div a:visited {
	display: block;
	float: right;
	background-color: #6699CC;
	border: 1px solid #000033;
	border-width: 1px 1px 1px 0;
	padding: 2px 10px;
	color: white;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div#utility div a#utility_first {
	border-left-width: 1px;
}

/* ------------- IE Mac band pass filter and tan hack ----------------- */
*>html div#utility div a {width : 30px;}

div#utility div a:hover, div#utility div a:active {
	background-color: #003366;
}
 
/* -------------------------------------------------------------------- */
/* ------------------------------ content ----------------------------- */
/* -------------------------------------------------------------------- */
div#content {
	background: white url(../images/side.gif) top left repeat-y;
	padding: 20px 50px 20px 195px;
	margin: 0 35px 0 35px;
}

/* -------------------------------------------------------------------- */
/* ------------------------------- bottom ----------------------------- */
/* -------------------------------------------------------------------- */
div#bottom {
	text-align: center;
	clear: both;
	height: 65px;
	padding-top: 5px;
	background-image: url(../images/bottom.gif);
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

/* -------------------------------------------------------------------- */
/* ------------------------------- text ------------------------------- */
/* -------------------------------------------------------------------- */
h1, th {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000033;
}

h2
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}

p, td, th, li {
	font: 11.5px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

li, ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

th
{
	font-weight: bold;
}

a:link {
	color: #336699;
}

a:hover, a:active {
	color: #003366;
}

a:visited {
	color: #CC3300;
}

em.nonhuman {
	color: #CC3300;
}

div#bottom a:link, div#bottom a:visited {
	color: white; !important
}

div#bottom a:hover, div#bottom a:active {
	color: #336699; !important
}

/* -------------------------------------------------------------------- */
/* ---------------------------- cart ---------------------------------- */
/* -------------------------------------------------------------------- */
table
{
	border-right: 1px solid #666666;
}	

th, td
{
	border: 1px solid #666666;
	padding: 3px;
	border-width: 1px 0 1px 1px;
}

th
{
	background-color: #e5f0fd;
}

td
{
	border-top-width: 0;
}

.first_cell
{
	background-color: white;
	border-width: 0px;
	text-align: center;
}

#cart_info
{
	float: right;
	text-align: right;
	margin-top: 10px;
}

.carttables
{
	clear: right;
}

#checkout
{
	margin-top: 10px;
}

/* -------------------------------------------------------------------- */
/* ---------------------------- other styles -------------------------- */
/* -------------------------------------------------------------------- */
img {
	border: 0;
}

ul.top_level
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.top_level li
{
	padding-bottom: 10px;
}

.indent
{
	margin-left: 20px;
}

#translate
{
	float: right;
}
