/* CSS Document */

body {
	width:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#fbfcff;
}
h1 {
	font-size:medium;
	font-weight:bold;
	color:#333333;
	margin-top:3px;
	margin-bottom:12px;
	padding:0;
}
h2 {
	font-size: small;
	font-weight:bold;
	color:#333333;
	margin-top:15px;
	margin-bottom:8px;
	padding:0;
}
p {
	margin:0 0 10px 0;
}
a {
	color:#333333;
}
.notes {
	font-size:x-small;
}

/***************************************** Page Formatting *****************************************/
#main {
	min-width:790px;
	width:expression(document.body.clientWidth < 790? "790px": "auto" );
	max-width:1100px;
	width:expression(document.body.clientWidth > 1100? "1100px": "auto" );
	background-color:#FFFFFF;
	margin:0; padding:0;
}
#content {
	padding: 0 10px 10px 10px;
	color:#333333;
	text-align:left;
	margin-left:200px; 
	min-height:270px;
	height:expression(document.body.clientWidth < 270? "270px": "auto" );
}

/***************************************** Header *****************************************/
#header {
	height:200px;
	background-image:url(images/header2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#subheader {
	background:#FFFFFF url(images/content-top.gif) no-repeat top left;
	height:8px;
}
.navigation {
	height: 22px;
	color:#FFFFFF;
	background-color:#113E7F;
	font-weight:bold;
	border-bottom:3px solid #ffffff;
	padding:7px 0 5px 0;
}
.navigation a, .footerNavigation a {
	padding:0 9px;
	color:#FFFFFF;
	text-decoration:none;
}


/***************************************** Side Column *****************************************/
#sidepics {
	background: transparent url(images/seahorse.jpg) bottom center no-repeat; 
	padding:0px;
	padding-bottom:170px;
	margin-right:22px;
	float:left; 
	width: 190px; 
	text-align:left; 
	color:#000000;
	clear: both;
}

#sidepics ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:small;
	font-weight:bold;
}
#sidepics li  {
	margin:0;
	padding:0;
}
#sidepics li a {
	padding: 4px 3px 8px 8px;
	margin:0;
	display:block;
	text-decoration:none;
	border:0;
	color:#FFFFFF;
	background-color:#150c79;
	border-bottom:1px solid white;
}
#sidepics li a:hover {
	color:#FFFFFF;
	background-color:#4c45ad;
}
#sidepics li.categories ul li a {
	background-color: #8564b5;
}
#sidepics li.categories ul li a:hover {
	background-color: #d0b0fb;
}


/***************************************** Footer *****************************************/
#footer {
	margin:10px;
	color:#666666;
}
#footer a {
	text-decoration:none;
	color: #666666;
}
.footerNavigation {
	height: 22px;
	color:#FFFFFF;
	background-color:#04214B;
	font-weight:bold;
	border-bottom:3px solid #ffffff;
	padding-top:3px;
	clear:both;
}




/***************************************** Other *****************************************/
/* other pages */
.left {
	float: left;
	margin-right:10px;
	width:200px;
	font-size:x-small;
}
.left img {
	border: 1px solid #666666;
}
.pageContent {
	margin-left:212px;
}


/* product formatting 
.product {
	width: 150px;
	height:250px;
	float:left;
	text-align:center;
}
.product a {
	text-decoration:none;
}
.productDetailImage {
	float:left; 
	width:210px;
	text-align:left;
	margin-bottom:10px;
}
.productDetailImage .productImg {
	margin:0 10px 10px 0; 
	border:1px solid #666666;
}
.productDetailContent {
	margin-left:210px;
}
.productImages {
	width:100px;
	margin-right:20px;
	float:left;
	text-align:center;
}
.productImages img {
	border:1px solid #777777;
}
.productImages a, .productImages {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}


*/