/*******************************************************************************************
OVERCOMING OBSTACLES :: Styles for Screen
********************************************************************************************

Aquatoad Design, Copyright 2007
1270 Lafayette Street
Santa Clara, CA 95050
Phone: 408-916-1230
Email: randy (at) aquatoad (dot) com
http://www.aquatoad.com




/*******************************************************************************************
BEGIN DOCUMENT LEVEL LAYOUT STYLES 
*******************************************************************************************/

body{
	margin: 0;
	padding: 0 0 20px 0;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #adcaeb;

}

#layoutContainer {
	margin: 0 auto;
	padding-top: 28px;
  	width: 796px;
  	text-align: left;
  	background: url(../images/nav/header_back.gif) no-repeat;
  	background-position: top;
  	background-color: #ffffff;
}

#flashContainer {
	margin-top: -20px;
	height:300px;
	background: url(../images/pages/chalkboard.jpg);
	z-index: 1;
	
}

#mainColumn { /* Other Main Column styles in Main Column Section below */
	float:left;
	margin: 26px 10px 20px 28px;
	width: 486px;
	font-size: 12px;
	line-height: 20px;
	color:#4c687d;
	z-index: 100;
}

* html #mainColumn { /* Other Main Column styles in Main Column Section below */
	margin-left:14px;
}

#sidebarColumn { /* Other Sidebar styles in Sidebar Section below */
	float:right;
	margin: -20px 0 10px 0;
	width: 264px;
	font-size: 11px;
	line-height: 20px;
	color:#4c687d;
}

#footer { /* Other Footer styles in Footer Section below */
	clear: both;
	margin: 0 auto;
	width: 796px;
	padding: 10px;
	background: url(../images/nav/footer.gif) no-repeat;
	background-position: bottom;
	font-size: 11px;
	color:#809cb2;
}

.clear {
	clear:both;
}


h2 {
	font-family: Arial, sans-serif;
	margin:0;
	padding:0;
	font-size: 22px;
	z-index: 0;
	color: #23245d;
}

h3{
	font-size: 12px;
	color: #23245d;
}

h3.buy {
	font-size: 12px;
	color: #23245d;
	background-color: #e2eefc;
	border-bottom: 5px solid #23245d;
	padding: 10px 4px 10px 6px;
	margin-top: 30px;
	/* background: url(../images/nav/stripe_bg.png) repeat; */
	
}

h3.buy a {
	color: #23245d;
	border: none;
}

h3.buy a:hover {
	color: green;
}

#sidebarColumn h3 {
	margin:0;
	line-height: 16px;
}

h4 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	z-index: 1000;
	color: #23245d;
}

#sidebarColumn h4 {
	margin: 0 0 10px 0;
}

h5 {
	margin:10px 0 0 0;
	padding:0;
	font-size: 12px;
}

#sidebarColumn h5 {
	font-family: Georgia, Times, Serif;
	font-style: italic;
	font-weight: normal;
	color: #4c687d;
}

h6 {
	margin:0 0 20px 0;
	padding:0;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}

a {
	color: #8ba8c9;
	text-decoration: none;
	border-bottom: 1px dotted #8ba8c9;
}

* html a {
	border-bottom: 1px solid #8ba8c9;
}

a.visited {
	color: #8ba8c9;
	text-decoration: none;
	border-color: #8ba8c9;
}

em {
	color: #23245d;
}

/*******************************************************************************************
END DOCUMENT LEVEL LAYOUT STYLES 
********************************************************************************************
BEGIN HEADER/NAV MENU STYLES 
*******************************************************************************************/
#headerContainer {
	position: relative;
	height: 80px;
}

#logoContainer {
	position: relative;
	height: 34px;
}

#logo {
	position: absolute;
	margin: -6px 0 0 -5px;
	padding: 0;
	width: 182px;
	height: 97px;
	background: url(../images/nav/logo.png);
	z-index: 2;
	}
	
*html #logo {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav/logo.png", sizingMethod="scale");	
}

#logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

/* MENU STYLES */

#navWrapper {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1px 0 0 160px;
	z-index: 1;
	background: url(../images/nav/nav_back.gif) repeat-x;
}

#nav {

	/* background: url(../images/nav/nav_back.gif) repeat-x; */
	height: 23px;
	font-size: 11px;

}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	/*width: 10em;*/
	width: auto;
	color: #23245d;
	text-decoration: none;
	padding: 5px 10px 8px 10px;
	background: url(../images/nav/menu_divider.gif) no-repeat;
	background-position: right;
	border-width: 0px;
}

#nav a:hover, active {
	/* background: url(../images/nav/menu_item_over.gif) no-repeat; */
	/* background-position: right; */
	/* background-color: #d3e3f9; */
	background: url(../images/nav/menu_item_darken.gif) no-repeat;
	background-position: top right;
	background-color: none;
	color: black
}

#nav li { /* main/all list items */
	float: left;
	/*width: 10em;*//* width needed or else Opera goes nuts */
	width: auto;	
}



#nav li ul { /* second-level lists */
	margin:0; 
	padding:6px 0 0 0; /* matches 1st level item offset*/
	position: absolute;
	width: 130px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background: url(../images/nav/submenu_shadow.gif) repeat-x;
	background-color: #e8f2fc;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	z-index: 1000;
}

* html #nav li ul { /* second-level lists */
	margin-top:0px;
	border-width: 1px;
}


#nav li ul li { /* second-level list items */
	
	
}


#nav li ul li.flyout { /* second-level list items */
	
}

#nav li ul li.flyout:hover { /* second-level list items */
	background-color: #adcaeb;
}

#nav li ul li a { /* second-level links */
	padding: 5px 5px 6px 10px;
	width: 115px;
	background: none;
	border-bottom: 1px solid #d7e1eb;
	border-top: 1px solid #f9f3fd;	
}

#nav li ul li:first-child a, #nav li ul li:first-child a:hover {
	border-top:0px;
}

#nav li ul li a.first, #nav li ul li a.first:hover { /* required since ie6 doesnt suppor child pseudo class */
	border-top:0px;
}

*html #nav li ul li a { /* second-level links */
	width: 130px;
}

#nav li ul a:hover { /* second-level list items */
	background-image: none;
	background-color: #adcaeb;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #809cb2;
}

#nav li ul li a.flyout {
	background: url(../images/arrow_closed.gif) no-repeat;
	background-position: 96px;
}

#nav li ul li a.flyout:hover {
	background: url(../images/arrow_closed.gif) no-repeat;
	background-position: 96px;	
	background-color: #adcaeb;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 120px;
	border-width: 1px;
	background-color: #e8f2fc;
}

*html #nav li ul ul {
	margin: -14px 0 0 110px;
}

#nav li ul ul li:hover { /* third-and-above-level lists */
	background: #adcaeb;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*******************************************************************************************
END HEADER/NAV MENU STYLES 
********************************************************************************************

*******************************************************************************************/
.sidebarImageContainer {
	height: 275px;
	background: url(../images/nav/sidebar_imageframe.png) no-repeat;
	background-position: bottom;
}

*html .sidebarImageContainer {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/nav/sidebar_imageframe.png", sizingMethod="scale");
}

.sidebarTextContainer {
	margin-right: 2px;
	padding: 36px 5px 10px 10px;
	background: url(../images/nav/sidebar_back.jpg) repeat-x;
	
}

a.jump {
	margin: 4px 8px 0 0;
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background: url(../images/pages/right.png) no-repeat;	
	border:0;
}


*html a.jump, *html a.jump:hover {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pages/right.png", sizingMethod="scale");	
}

.sidebarTextContainer h3 a{
	color: #23245d;
	border: none;
}

.sidebarTextContainer h3 a:hover{
	color: #8ba8c9;
}

#sidebarColumn h5 {
	font-family: arial, sans-serif;
	font-size: 16px;
}

#sidebarColumn ol {
	margin: 0;
	padding:0;
}

#sidebarColumn ol li {
	margin: 0 0 0 24px;
	padding: 0;
}

/******************************************************************************************/

#mainColumn h3 {
	margin: 16px 0 5px 0;
	padding: 20px 0 0 0px;
	font-size: 12px;
	color: #23245d;
	background: url(../images/nav/h3_top.gif) no-repeat;
}

#mainColumn h3.noRule {
	background: none;
	margin: 0;
}

#mainColumn p {
	margin: 10px 0 14px 0;
	padding: 0;
}

.mainLeftColumn { /* Breaks up main column into two */
	 width:49%;
	 float:left;
}

.mainRightColumn { /* Breaks up main column into two */
	 width:49%;
	 float:right;
}

.highlightBox {
	width: auto;
	margin: 10px 0 14px 0;
	padding: 14px;
	background: #bdcfe7 url(../images/nav/highlight_back.jpg) repeat-x top;
	/* background-color: #e8f2fc; */
	color: #23245d;
	border-top: 5px solid #23245d;
	
}

.highlightBox a {
	color: #4c687d;
	border-color: #4c687d;
}

.highlightBox a.visited {
	color: #4c687d;
	border-color: #4c687d;
}




.testimonial {
	margin: 10px 0 14px 0;
	border-bottom: 1px solid #eee;
}

.testimonial blockquote{
	margin:0;
	padding:0;
	font-style: italic;
}

.awardContainer table {
	width: 100%;
	color: #4c687d;
	margin-bottom: 20px;
}

.awardContainer td {
	vertical-align: middle;
}

.awardContainer td.awardtop {
	vertical-align: top;
	
}

.awardContainer td.awardtop img {
	margin-top: 16px;
	
}

.awardContainer td.awardtop a img {
	width: 73px; 
	height:67px; 
	border-width: 0 0 0 0;
	margin: 0;
}

.awardContainer td.awardtop a {
	border: none;
}

.awardContainer img {
	border-bottom: 5px solid #23245d;
	margin-right: 5px;
	background: url(../images/nav/image_back.gif);
	background-color: #adcaeb;
	width: 78px;
	height: 75px;
}

.press {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.press li {
	background-image: url(../images/nav/ico_pdf.gif);
	background-repeat: no-repeat;
	background-position: 8px 55%;
	padding: 8px 0 8px 35px;
	margin: 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	
}

.press li.video {
	background-image: url(../images/nav/ico_vid.gif);
}

.form { /* Styles for form tables. The form class applied to the table itself */
	width: 100%;
	
	background: url(../images/nav/form_back.jpg) repeat-x;
	background-position: top;
	
	font-size: 11px;
	color: #23245d;
	border-top: 5px solid #23245d;
	background-color: #bdcfe7;
	
}

.form td {
	padding: 5px 10px 6px 10px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	line-height: 1.5em;
}

.form td.next2last {
	border-bottom: 1px solid #bbb;
}
.form td.last {
	
	border-top: 1px solid #fff;
}

.form tr.first {
	padding-top: 12px;
}

.form input.text, .form textarea {
	width: 325px;
}

/*******************************************************************************************
SIDEBAR STYLES 
*******************************************************************************************/

.navlist
{
padding-left: 0;
margin: 0 0 2em 0;
border-bottom: 1px solid #e9e9e9;

}


.navlist li
{
list-style: none;
margin: 0;
padding: .5em 0.25em;
border-top: 1px solid #e9e9e9;
line-height: 1.5em;
}

.navlist li a:hover
{
color: #23245d;
}

.mainLeftColumn .navlist li, .mainRightColumn .navlist li 
{
padding: 1em 0.25em;
}

.navlist li a { text-decoration: none; font-weight: bold; border-bottom-width: 0px }
.navlist li a.hot { color: green; }

.navlist li ul
{
padding-left: 0;
margin: 0 0 0 2em;
}

.navlist li ul li
{
list-style: outside disc;
}

/*******************************************************************************************
STORE STYLES 
*******************************************************************************************/


.cartTable {
	font-size: 12px;
	line-height: 20px;
	color:#4c687d;
	background-color: #e8f2fc;
	margin-bottom: 20px;
	
}

.cartTable a {
	color:#4c687d;
}

.cartTable th {
	border-bottom: 5px solid #23245d;
	color: #23245d;
}


.cartTable td {
	background-color: white;
	border-bottom: 1px solid #ddd;
}

.cartTable td.total {
	background-color: #ccc;
	border-top: 1px solid #23245d;
	color: #23245d;
}

.cartTable td.buttonRow {
	border-bottom-width: 0px;
	border-top: 1px solid #23245d;
	background-color: #fff;
	padding: 8px 3px;
	background-color: #e8f2fc;
}

.cartTable td h2 {
	margin:0;
	padding:0;
}

h3.product{
	margin:0;
	padding:0;
	
}

.productTitle{
	font-size: 14px;
	color: #23245d;
	margin: 0px 4px;
	padding: 4px 0;
	
}

