/* cleanoceanaction.org | CSS Document v.2.2
 * Created by Jonathan C. Hall (2004)
 *
 * Color Palette:
 *
 * sand light: #E2DDB3
 * sand base: #DACE9A
 * brown: #785A1E
 * dark brown: #5C3E03
 * blue pale: #E6E6F3
 * blue light: #D2D2E6
 * blue base: #6A6A8F
 * blue dark: #5F5F80 
 *
 * Elements: ------------------------------> */

body {
	padding: 0;
	margin: 0;
	text-align: left;
	background: #EEE url(images/body800.gif) 0px 0px repeat-y;
	font-family: Verdana, Arial, sans-serif;
}

#wrapper {
	position: absolute;
	top: 0px;
	background: transparent url(images/header.jpg) 0px 0px no-repeat;
	width: 800px;
}

tbody {
                font: 11px/150% Verdana,sans-serif;
}

tbody.h1, tbody.h2, tbody.h3 {
                font-family: Verdana, Arial, sans-serif;
	font-weight: 500;
	color: #6A6A8F;
	letter-spacing: -.05em;
}

tbody.h4 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: 500;
	color: #6A6A8F;
}
                
h1, h2, h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: 500;
	color: #6A6A8F;
	letter-spacing: -.05em;
}

h4, h5, h6 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: 500;
	color: #6A6A8F;
}

/*
h1 {font-size: 48px; line-height: 54px}
h2 {font-size: 36px; line-height: 42px}
*/
h1 {font-size: 24px; line-height: 30px}
h2 {font-size: 20px; line-height: 24px}
h3 {font-size: 18px; line-height: 22px}
h4 {font-size: 16px; line-height: 20px}

a, a:link, a:visited {
	color: #663300;
	text-decoration: none;
	background: transparent url(images/underline.gif) bottom left repeat-x;
}

a:hover {
	text-decoration: underline;
}

img {border: none;}

/* Special classes: ------------------------------> */

.bodytext {

}

.csc-caption {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px
	text-align: left;
	padding: 4px;
}


/* Special divs: ------------------------------> */

/*
#wrapper {
	position: absolute;
	top: 0px;
	background: transparent url(images/header.jpg) 0px 0px no-repeat;
	width: 800px;
}
*/

#header {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 151px;
	width: 100%;
}

#links {
	position: absolute;
	top: 68px;
	left: 625px;
                width: 175px;
	font: 9px/14px Verdana,sans-serif;
}

#links a {
	background: none;
	color: #FFF;
}

/* #links div {
	display: inline;
} */

#searchbar {
                color: #FFF;
                position: absolute;
	top: -10px;
	left: 625px;
                width: 175px;
	padding-top: 35px;
	text-align: left;
	background: transparent url(images/searchbar.gif) top left no-repeat;
}

#searchbar a {
                color: #FFF;
                text-decoration: none;
	background: none;
}

#page {
                font: 11px/150% Verdana,sans-serif;
	position: relative;
	margin: 151px 0 0 215px;
	padding: 0 28px 20px 0;
}

/* Begin fix for min-height issue in IE: */

#content {
	height: 400px;
	min-height: 400px;
}

*>#content {
	height: auto;
}

/* End fix for min-height issue. */


/* Top Menu (Horizontal) ------------------------------> */

#menu1 {
	position: absolute;
	top: 94px;
	left: 0px;
	display: block;
	height: 45px;
}

#menu1 li {
	position: absolute;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}


#id1000 {left: 165px;}
#id1001 {left: 252px;}
#id1002 {left: 339px;}
#id1003 {left: 426px;}
#id1004 {left: 513px;}
#id1005 {left: 600px;}
#id1006 {left: 687px;}

#id1000 a {background: transparent url(images/menu1.jpg) 0px 0px no-repeat;}
#id1001 a {background: transparent url(images/menu1.jpg) -87px 0px no-repeat;}
#id1002 a {background: transparent url(images/menu1.jpg) -174px 0px no-repeat;}
#id1003 a {background: transparent url(images/menu1.jpg) -261px 0px no-repeat;}
#id1004 a {background: transparent url(images/menu1.jpg) -348px 0px no-repeat;}
#id1005 a {background: transparent url(images/menu1.jpg) -435px 0px no-repeat;}
#id1006 a {background: transparent url(images/menu1.jpg) -522px 0px no-repeat;}

#id1000 a:hover {background: transparent url(images/menu1.jpg) -0px -46px no-repeat;}
#id1001 a:hover {background: transparent url(images/menu1.jpg) -87px -46px no-repeat;}
#id1002 a:hover {background: transparent url(images/menu1.jpg) -174px -46px no-repeat;}
#id1003 a:hover {background: transparent url(images/menu1.jpg) -261px -46px no-repeat;}
#id1004 a:hover {background: transparent url(images/menu1.jpg) -348px -46px no-repeat;}
#id1005 a:hover {background: transparent url(images/menu1.jpg) -435px -46px no-repeat;}
#id1006 a:hover {background: transparent url(images/menu1.jpg) -522px -46px no-repeat;}

#menu1 li a {
	display: block;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 87px;
	height: 45px;
}

.menu1-level1-no a span, .menu1-level1-act a span {
	display: block;
	padding: 10px 12px 0 12px;
}

.menu1-level1-no a, .menu1-level1-no a:link, .menu1-level1-no a:visited {
	color: #785A1E;
}

/* Second-Level Menu (Sidebar) ------------------------------> */

#panel {
	position: absolute;
                top: 160px;
	left: 0;
	width: 190px;
}

#menu_content {
	width: 190px;
	color: #FFF;
	text-decoration: none;
                padding: 0 0 5px 5px;
                margin: 0 0 0 0;
}

#menu_content a {
	color: #FFF;
	background: none;
}

#menuheader {
	padding: 0 3px 3px 3px;
	color: #FFF;
	font: 14px/32px Verdana,sans-serif;
	font-weight: bold;
}

#menuheader a {
	color: #FFF;
	font: 14px/32px Verdana,sans-serif;
	font-weight: bold;
}

#menu_separator {
                width: 196px;
                height: 5px;
                background-image: url(images/menu_separator.jpg);
                background-repeat: repeat-x;
                margin: 0 0 0 0;
                margin: 0 0 0 0;
}

#menu2 {
	width: 196px;
	padding: 0 0 2px 0;
                background: #FFF;
                border-top: 2px solid #FFF;
                margin: 0 0 7px 0;
}

#menu2 ul {
	display: block;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
                border-top: 1px solid #B5AA8C;
}

#menu2 a, #menu2 a:link, #menu2 a:visited, #menu2 a:hover {
	display: block;
}

.menu2-level1-no {
                border-bottom: 1px solid #B5AA8C;
                background: #FFF;
                padding: 2px 3px 2px 0;
}

.menu2-level1-no a, .menu2-level1-no a:link, .menu2-level1-no a:visited {
	background: #6A6A8F;
	color: #D2D2E6;
	padding: 2px 0 2px 16px;
}

.menu2-level1-no a:hover {
	background: #D2D2E6;
	color: #6A6A8F;
}

/* Imported from X-Cart's CSS ------------------------------> */

.DialogTitle {
	color: #FFF;
                font-weight: bold;
}

.DialogBorder {
	background-color: #6A6A8F;
}

.DialogBox {
	background-color: #FFF;
}

.Button {
       background: url(images/butbg.gif);
       Background-color: #616186;
       color: #FFF;
       font-weight: bold;
       font-size: 10px;
       text-decoration: none;
}

.NavigationPath {
       font-weight: bold;
}

.VertMenuItems {
       color: #FFF;
       text-decoration: none;
}

.ProductTitle {
	font-weight: bold;
}

.ErrorMessage {
	color: #FF3300;
                font-weight: bold;
}

.Star {
	color: #FF0000;
}

.HighLight {
	background-color: #FFFFCC;
}