
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: url(img/dark-blggrray-bg.gif);
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}
h3 {
     font: bold 1.2em Verdana, sans-serif;
}
/* currently the only table is the item display table */
td {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			padding:4px;
			vertical-align: top;
		}
/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 /* url(img/stripe.gif)*/;
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* Use these for left side navigation */
.left2 {float: left;}
.right2 {float: right;}


/* header */
.header {
	background-color: #add5d5 ;
	background-image: url(img/aquahdr2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	border-bottom: 1px solid #333;
	font: oblique 36px "Times New Roman", times, serif;
	font-weight:bold;
	height: 120px;
	text-align:center;
}
.headersmall {
        font: normal 12px sans-serif;
}
.header a {
	color: #fefefe;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}


/* structure */
.container {
	border: 3px solid #444;
	background: #f9f8f7;
	border-top: none;
	width:780px;
	margin-left:auto; margin-right:auto;
}

.main {
	background: #c8d8e2;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 70%;}
.main .right {width: 30%;}

.main .left2 {width: 30%;}
.main .right2 {width: 70%;}

.content {
	border-left: 1px solid #444;
	min-height:670px;
	background: #f9f8f7;
	padding: 16px;
}

/* content elements */
.content h1 {
	/*background: url(img/bgh1.gif) repeat-x left bottom; */
	color: #333;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #339;
	text-decoration: underline;
}
.content a:hover {color: #66F;}
.content .descr {margin-bottom: 5px;}

/* sub-navigation */
#sidebarPriceSearch {
    padding-bottom:1.2em; 
	margin-left:2em;
}
.subnav {
	/* background: #8BA0BB; */
	/* background: #cfe6e6; */
	/*background: #ADc4D4; */
	background: #c8d8e2;
	/* border: 1px solid #1E1E1E;
	border-top-color: #444;	*/
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	/* background: url(img/li.gif) no-repeat left bottom; */
	list-style: none;	
	margin: 0;
}
.subnav li a {
	color: #333;
	line-height: 1.7em;
	padding-left: 15px;
	text-decoration: none;
}
.subnav li a:hover {color: #333; text-decoration: underline;}

/* footer */
.footer {
	background: #add5d5;
background: -moz-linear-gradient(top, #C6EFEF 2%, #ADD5D5 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#C6EFEF), color-stop(100%,#ADD5D5)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C6EFEF', endColorstr='#ADD5D5',GradientType=0 ); /* ie */
background: -o-linear-gradient(top, #C6EFEF 2%, #ADD5D5 100%);
background: -ms-linear-gradient(top, #C6EFEF 2%, #ADD5D5 100%);
background: linear-gradient(top, #C6EFEF 2%, #ADD5D5 100%);
	border-top: 1px solid #444;
	color: #333;
	padding: 5px;
}

.footer a {color: #333;}

.bottom {
	color: #333;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #333;}
.imgleft {float:left; margin-right:5px;}
.imgright {float:right; margin-left:5px;}
#loading {
   text-align:center; padding:30px 0; margin:0 auto; 
   font-family:Verdana, Arial, Helvetica, sans-serif; color:red; font-weight:bold;
}
