/* CSS for Waterscene web site */
/* by George Pytlik www.adwiz.biz */

/* Standard elements */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
}
h1 {
	color: #390; 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 22px;
	letter-spacing: -20%;
	font-family: Tahoma, Arial, Helvetica, Swiss, sans-serif; 
	margin: 10px 0 0 0;
}
h2 { 
	color: #390; 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 22px; 
	letter-spacting: -20%;
	font-family: Tahoma, Arial, Helvetica, Swiss, sans-serif; 
	margin: 10px 0 0 0;
}
h3 { 
	color: #390; 
	font-weight: bold; 
	font-size: 18px; 
	line-height: 20px;;
	font-family: Tahoma, Arial, Helvetica, Swiss, sans-serif; 
	margin: 10px 0 0 0;
}
h4 { 
	color: #390; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 18px;;
	font-family: Tahoma, Arial, Helvetica, Swiss, sans-serif; 
	margin: 10px 0 0 0;
}
h5 { 
	color: #390; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 16px;;
	font-family: Tahoma, Arial, Helvetica, Swiss, sans-serif; 
	margin: 10px 0 0 0;
}
a:link, a:visited {
	color: #069;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}
blockquote {
	font-size: 16px;
	line-height: 20px;
	padding: 0 20px 10px 30px;
	color: #369;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p { 
	font-size: 13px;
	line-height: 18px;
}
li   {
	margin: 5px 0 0 0;
	/*list-style-image: url(/images/icons/arrow-green.gif);*/
	background-image: url(/images/icons/arrow-green.gif);
	background-repeat: no-repeat;
	background-position: center left;
	display: list-item;
	font-size: 12px; 
	line-height: 16px;
}
li a:link, li a:visited {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}

/* Special Text classes */

.largetext { 
	font-size: 14px; 
	line-height: 16px; 
}
.graytext { 
	color: #666;
}
.lightgray {
	color: #999;
}
.redtext { 
	color: #900;
}
.whitetext { 
	color: #fff;
}
.smallertext { 
	font-size: 12px; 
	line-height: 13px;
}
.smalltext {
	font-size: 11px;
	line-height: 13px;
}
.navtext  { 
	color: #666; 
	font-size: 11px; 
	line-height: 13px;
	margin-right: 10px; 
	padding-right: 10px;
}
.navtext2 { 
	color: #666; 
	font-size: 11px; 
	line-height: 13px; 
	margin-left: 20px; 
	padding-right: 10px; 
}
.callouts { 
	color: #666; 
	font-size: 12px; 
	line-height: 13px;
}
.tinytext  { 
	font-size: 10px; 
	line-height: 13px; 
}
.subhead { 
	color: #390; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 18px; 
	letter-spacing: -20%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 10px 0 4px 0;
}
.subheadGray  { 
	color: #666; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 18px; 
	letter-spacing: -1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	text-transform: uppercase;
	margin: 10px 0 4px 0;
}
.price  { 
	color: #390; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 16px; 
	text-transform: uppercase; 
}
.oldprice { 
	color: #900; 
	font-size: 16px; 
	line-height: 17px; 
	font-weight: bold; 
	text-decoration: line-through; 
	text-transform: uppercase; 
}
.productname { 
	color: #390; 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 20px; 
	text-transform: uppercase; 
}
.subhead_black { 
	color: black; 
	font-weight: bold; 
	font-size: 13px; 
	line-height: 15px;
}
.footer { 
	color: #666; 
	font-size: 10px; 
	line-height: 11px;
	margin-top: 20px;
}

/* Cell design classes */

.borderTop { 
	border-top: 1px solid #dcdcdc; 
}
.borderTopRight { 
	border-top: 1px solid #dcdcdc; 
	border-right: 1px solid #dcdcdc;
}
.borderBottom { 
	margin-right: -1px; 
	margin-left: -1px; 
	padding-right: -1px; 
	padding-left: -1px; 
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.borderLeft { 
	border-left: 1px solid #dcdcdc;
}
.borderRight { 
	border-right: 1px solid #dcdcdc;
}
.indentCell { 
	margin-top: 10px; 
	margin-right: 10px; 
	margin-left: 20px; 
	padding: 10px 10px 0 20px;
}
#content_cell {
	margin: 20px;
}
#footer_cell {
	margin: 10px 20px 20px 20px;
}

/* Navigation elements */

a:link { 
	color: #069; 
	text-decoration: none;
}
a:visited { 
	color: #366; 
	text-decoration: none;
}
a:hover { 
	color: #069; 
	text-decoration: underline;
}
