@charset "utf-8";
body  {
	background-image:url(images/bkgrnd-fade.jpg);
	background-position:top;
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/bkgrnd-water3.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 16px;
	font-weight: bold;
} 

.twoColFixLtHdr #header {
	color:#FFFFFF;
	background-image: url(images/CatchTitle.png);
	background-repeat: no-repeat;
	background-position:222px 0px;
	height: 260px;
	font-size: 18px;
	font-weight: normal;
} 
.twoColFixLtHdr #header a, a:visited {
	color:#FFFFFF;
	
	font-weight: normal;
	font-style:normal;
	text-decoration: none;
} 
.twoColFixLtHdr #header img {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	
}
.twoColFixLtHdr #header  #little {
	margin-left: 20px;
	padding-top: 100px;
}
.twoColFixLtHdr #header table td{
	margin: 10px;
	padding: 10px;
}
.twoColFixLtHdr #header #butonsright {
	float:right;
	height: auto;
	margin-top: -50px;
	margin-right: 18px;
}
.twoColFixLtHdr #header #butonsright a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #header #welcome {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	margin-top: 0px;
	margin-left: 420px;
	font-weight: bold;
	width: 550px;
	padding-top: 20px;
	

}
.twoColFixLtHdr #header #welcome2 {
	font-size: 24px;
	color: #666666;
	margin-top: 0px;
	margin-left: 420px;
	font-weight: bold;
	width: 550px;
	padding-top: 20px;
	

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 201px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 10px;
	margin-top: -10px;
}
.twoColFixLtHdr #sidebar1 #main {
	width:201px;
	font-size:18px;
	margin-left: 0px;
	margin-top: -100px;
}
.twoColFixLtHdr #sidebar1 #sub {
	width: 200px;
	margin-bottom: 3px;
}

.twoColFixLtHdr #sidebar1 table #hed {
	height:37px;
	padding-left:2px;

}
.twoColFixLtHdr #sidebar1 table img {
	border:none
}
.twoColFixLtHdr #sidebar1 table #buy {
	padding-top: 3px;
	padding-left: 0px;
	height: 30px;

}






/* main CONTENT */

.twoColFixLtHdr #mainContent {
	col
	margin-top: 0px;
	margin-left: 235px;
	width: 761px;
} 
.twoColFixLtHdr #mainContent #spacer1 {
	background-image:url(images/spacer-rpt.gif);
	background-repeat:repeat-x;
	height:3px;
	width: 240px;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #mainContent #spacer2 {
	background-image:url(images/spacer-rpt.gif);
	background-repeat:repeat-x;
	height:3px;
	width: 290px;
	margin-left: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.twoColFixLtHdr #mainContent #box1 {
	background-image:url(images/sun.jpg);
	background-repeat:no-repeat;
	width: 170px;
	margin-top: 5px;
	margin-left: 20px;
	vertical-align: top;
	padding-left: 115px;
	height: 137px;
	padding-top: 25px;
}
.twoColFixLtHdr #mainContent #box1 a, a:visited {
	color: #666666;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #box1 a:hover {
	color: #999999;
	text-decoration: underline;
}

.twoColFixLtHdr #mainContent #box2 {
	background-image:url(images/glasspic.jpg);
	background-repeat:no-repeat;
	width: 289px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 180px;
}
.twoColFixLtHdr #mainContent #box2 a, a:visited {
	color: #666666;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #box2 a:hover {
	color: #999999;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #box3 {
	background-image: url(images/galery-bkgrnd.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 370px;
	margin-left: 15px;
	margin-top: 0px;
	padding-top: 15px;
	height: 310px;
	padding-left: 15px;
	padding-right: 18px;
	padding-bottom: 15px;
}

.twoColFixLtHdr #mainContent #box4 {
	width: 200px;
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 10px;
	height:100px;
	padding-left: 190px;
	background-image: url(images/polarized.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
}







.twoColFixLtHdr #footer { 
	t
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
	margin-right: auto;
	margin-left: 240px;
	width: 690px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	margin-top: 8px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
