@media screen {
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#99CCCD ;
	color: #61513D;
	margin:0px;
    padding:0px;
	font-size:95%;
	line-height: normal;
	min-width: 840px;
	}
p { 
	font-size: 100%;
	line-height: 125%;
	}
h1 {
	color: #FFC572;
	font-size: 160%;
	font-weight: 500;
	}
h2 { 
	font-size: 130%;
	font-weight:400;
	}
h3 { 
	font-size: 110%;
	font-weight:400;
	}
th { text-align: left; }
table {	width: 94.5%; }
.wave {
	width: 80%;
	border: thin solid #E1E1E1;
	margin:0 10%;
	font-size: 90%;
	}
th { background-color: #FFF3E1; }
td { padding: 20px; }
.nospace { padding: 0px 15px 0px 15px; }
img { border: none; }
li { line-height: 25px; }
a{ color:#3CB9D4; text-decoration: none; }
a:link { color:#3CB9D4; text-decoration: underline; }
a:visited { color: #58B4B6; text-decoration: underline; }
a:hover { color: #FFC572; text-decoration: none; }

#wrap {
    margin:0px auto;
    width:85%;
	background: #FFFFFF;
	}


/*********** HEADER ***********/

#header {
	clear:both;
	margin: 0px;
	background:#D0B395 url(../images/header.png) no-repeat;
	height: 100px;
	}


/*********** NAVIGATION ***********/
#nav {
	clear: both;
	height: 30px;
	background: #FFD79B;
	margin: 0px;
	padding-top: 1px;
	color: #E9F3F2;
	}

#nav ul {
	list-style: none;
	margin: 3px;
}

#nav li{
    display:inline;
	font-size: 110%;
    margin-left:1%;
	padding: 0 1% 0 1%;
	line-height: 20px;
	}

/*.on1 { background-image:url(images/on1.gif); }
.on2 { background-image:url(images/on2.gif); }
.on3 { background-image:url(images/on3.gif); }
.on4 { background-image:url(images/on4.gif); }
.on5 { background-image:url(images/on5.gif); }
.on6 { background-image:url(images/on6.gif); }*/

#nav a{ color: #FFFFFF; text-decoration: none;  }
#nav a:link { color:#FFFFFF; text-decoration: none; }
#nav a:visited { color: #FFFFFF; text-decoration: none; }
#nav a:hover { color: #61513D; text-decoration: none; }


/*********** CONTENT ***********/
#content {
	clear: both;
	text-align: left;
    width: 100%;
	}


/* Left Column  */
#text{
	float: left;
	padding: 5px 0px;
	display: block;
	width: 76.5%;
	padding: 1%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
	}

/**  Center Column ***/
#image{
  background: #E9F3F2/* #E9F3F2 #85B8CD*/;
  float: left;
  width: .5%;  
  height:500px;
  vertical-align: top;
	}

/** Right column  **/
#sidebar {
    float:right;
    width:17.5%;
	padding: 7% 1% 1% 1%;
	background: url(../images/sidebar_river1.jpg) no-repeat;
	color: #666666;
	font-size: 85%;
	}


/********************** #CONTENT CLASSES ***********************/
.h1text {
	font-size: 160%;
	font-weight: 500;
	text-align: center;
	} 
.h2text {
	font-size: 110%;
	font-weight:400;
	text-align: center;
	}

.border { 
	border: thin solid #E1E1E1;
	padding:2px;
	}

.indent { padding-left: 20px; padding-right:20px; }
.ctr { text-align: center; }
.clrbl { color: #333333; }
.small { font-size: 90%; padding-left: 20px; font-style: italic; }
.ralign { text-align: right; }

.box { 
	background: url(../images/bg-box.png) repeat-x;
	border: thin solid #61513D;
	width: 60%;
	text-align: center;
	padding: .6%;
	margin: 3% 20%;
	}
		
.products {
	text-align: center;
	border: thin solid #333333;
	padding: 10px;
	}
.productstext { 
	font-size: 100%;
	font-weight: 600;
	color: #2B5F61;
	}
.shippingtext { 
	font-size: 95%;
	}
.divider {
	height: 1px;
	background-color: #666666;
	margin: 10px 0px 10px 0px;
}

/*********** FOOTER  ***********/
#footer {
    clear:both;
	height: 30px;
	background: #FFD08A;
	margin: 0px;
	padding: 0px;
    }
	
#footer ul {
	list-style: none;
}

#footer li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    display:inline;
	font-size: 80%;
	font-weight: bold;
    margin: 0;
	padding: 0 3.5% 0 3.5%;
	}
/******** end of @media screen css********/
}



@media print {
body, html {	}

#header { display:none;   }
#nav { display:none;   }
#sidebar { display:none;   }
#footer, #footer ul, #footer li { list-style: none; display:inline;  }*/

/* {	font-family: Verdana, Arial, Helvetica, sans-serif; }
 
*.noDisplay {
	display:none;
}
.fix {
	visibility:hidden;
	clear:both;
	display:block;
}
h1, h2, h3, h4 {
	font-size:13px;
}

/********************** #content styles ***********************/

.h1text {
	font-size: 160%;
	font-weight: 500;
	text-align: center;
	} 
.h2text {
	font-size: 110%;
	font-weight:400;
	text-align: center;
	}

.border { 
	border: thin solid #E1E1E1;
	padding:2px;
	}

.indent { padding-left: 20px; padding-right:20px; }
.ctr { text-align: center; }
.clrbl { color: #333333; }
.small { font-size: 90%; padding-left: 20px; font-style: italic; }
.ralign { text-align: right; }

.products {
	text-align: center;
	border: thin solid #333333;
	padding: 10px;
	}
.productstext { 
	font-size: 100%;
	font-weight: 600;
	color: #2B5F61;
	}
.shippingtext { 
	font-size: 95%;
	}
.divider {
	height: 1px;
	background-color: #666666;
	margin: 10px 0px 10px 0px;
}
}.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FF9900;
	font-weight: normal;
}
.style4Copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
productstext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF9900;
	font-style: normal;
}
productstext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
}
.productstext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #FF9900;
}
