body {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h2 {
	color: #238574;
	font-size:16px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
h3 {
	color: #1D7061;
	font-size:14px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 0px;
}
hr  {
	border: 0;
	height: 1px;
	color: #A0A0A4;
	background-color: #A0A0A4;
}

#container {
	background-color: #FFFFFF;
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}

A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1C6C5F;
	text-decoration: underline;
	text-align: left;
}

A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #1C6C5F;
	text-decoration: underline;
	text-align: left;
}

A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1C6C5F;
	text-decoration: underline;
	text-align: left;
}
#nav {
	float: right;
	width: 760px;
	margin: 0;
	padding: 0px 0 0 0px;
	border-top: #FFFFFF solid 1px;
	list-style: none;
	background: #D3D2D2 url(img/off-bg.gif) repeat-x top right;
}
#nav li {
float: right;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
#nav a {
float: left;
display: block;
margin: 0 0px 0 0;
padding: 5px 20px;
color: #45423B;
text-decoration: none;
border: 1px solid #FFFFFF;
border-bottom: none;
background: #D3D2D2 url(images/off-bg.gif) repeat-x top left;
}
#nav a:hover, #t-nav a {
	color: #333;
	padding-bottom: 5px;
	border-color: #A39D92;
	background: #fff url(images/on-bg.gif) repeat-x top left;
}
#nav a:hover, #t-navon a {
	color: #333;
	padding-bottom: 5px;
	border-color: #FFFFFF;
	background: #fff url(images/on-bg.gif) repeat-x top left;
	border-left: solid #FFF 1px;
}
#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(images/header.jpg);
	height: 160px;
}
.boxleftind {
	width: 350px;
	background: url(images/inddiv-bottom.gif) no-repeat bottom left;
	margin: 0px 0px 0px 13px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 5px 0px;
} 
.boxleftind h1 {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 10px 20px;
	font-size: 18px;
	color: #FFFFFF;
	background: url(images/inddiv-top.gif) no-repeat top left;
}
.boxleftind p {
	margin: 0;
	padding: 0px 30px 0px 20px;
	font-size: 14px;
	text-align: left;
	color:#FFFFFF;
}
.boxleftind A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #182665;
	text-decoration: underline;
	text-align: left;
}

.boxleftind A:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px; 
	color: #182665;
	text-decoration: underline;
	text-align: left;
}

.boxleftind A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.boxleftind A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #182665;
	text-decoration: underline;
	text-align: left;
}
.boxleftind img {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.boxrightind {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* 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: url(images/inddivright-bottom.gif) no-repeat bottom left;
	margin: 0px 12px 0px 15px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
	background-color: #FC9005;
} 
.boxrightind h2 {
	margin: 0px;
	padding: 4px 8px 4px 10px;
	font-size: 17px;
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: url(images/inddivright-top.gif) no-repeat top left;
}
.boxrightind p {
	margin: 0;
	padding: 10px 0px 0px 18px;
	font-size: 14px;
	text-align: left;
	color:#FFFFFF;
	font-weight: bold;
}
.boxrightind img {
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#maincontent {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
#maincontentother {
	margin: 50px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 35px 0px 35px;
}
#maincontentother h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #1D7061;
}
#maincontentother p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: justify;
	color:#555555;
}
#maincontentcont {
	margin: 50px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 35px 0px 35px;
	text-align: left;
}
#maincontentcont h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color: #1D7061;
}
#maincontentcont p {
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	color:#555555;
}
#maincontenthow {
	margin: 50px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 25px 40px 0px 30px;
}
.clear { clear: both; 
}
.floatleft {
	float: left;
	border: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	clear: right;
	margin-top: 0px;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #1d7061;
	text-align: center;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 10px;
}
#footer h2 {
	font-size: 17px;
	color: #FFFFFF;
	margin-bottom: -10px;
}
#footer p {
	font-size: 13px;
	color: #FFFFFF;
}

#footer a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #D2D2D5;
	text-decoration: underline;
}
#footer a:active {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
#container #mainproducts {
	margin: 50px 0px 10px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 25px 0px 30px;
}

#container #mainproducts h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1C6C5F;
	margin-top: 0px;
	margin-left: 0px;
}
#container #mainhow {
	margin: 50px 0px 10px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 50px 0px 50px;
}

#container #mainhow h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1C6C5F;
	margin-top: 0px;
	margin-left: 0px;
}

.box {
	width: 700px;
	background: url(images/div-bottom.gif) repeat-x bottom left;
	margin: 0;
}
.box img {
	float: left;
	margin-top: 25px;
	border: 3px solid #FFFFFF;
	margin-left: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	clear: left;
}
.box .buttonimg {
	float: none;
	border: 1px solid #FFFFFF;
	margin-left: 15px;
}

.box h2 {
	margin: 0;
	padding: 6px 8px 4px 15px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background: url(images/h2-bg.gif) repeat-x top left;
}
.box p {
	margin: 0;
	padding: 0px 25px 0px 15px;
	font-size: 12px;
	text-align: left;
	color:#555555;
}

.box2 {
	width: 650px;
	background: url(images/div-bottom.gif) repeat-x bottom left;
}
.box2 img {
	float: left;
	margin-top: 25px;
	border: 3px solid #FFFFFF;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.box2 h2 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background: url(images/h2-bg.gif) repeat-x top left;
}
.box2 p {
	margin: 0;
	padding: 10px 5px 0px 10px;
	font-size: 12px;
	text-align: left;
	color:#555555;
}
.smlimg {
	margin: 0px;
	padding: 0px;
	float: left;
}
#container #wrapper {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 30px 0px 20px 0px;
	width: 760px;
	clear: both;
}
.tabledetails 
{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	width: 610px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 15px;
}

.tabledetails td,th
{
	background-color: #FFFFFF;
	color: #000;
	padding: 2px 0px 0px 2px;
	text-align: left;
	border: 1px #A0A0A4 solid;
	vertical-align: top;
}

.tabledetails th
{
	background-color: #1D7061;
	color: #ffffff;
	padding: 2px;
	text-align: left;
	border: 1px #A0A0A4 solid;
	vertical-align: middle;
}
.howtoimg {
	padding: 0px;
	width: 255px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}
.howtoimg img {
	border: solid #B2B2B2 1px;
}
.howtoimg p {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
	text-align: left;
	margin: 8px 0 0 0;
}
.video {
	margin: 0px 0px 0px 115px;
	padding: 0px;
	width: 480px;
}
table#choices {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 0 0;
	width: 220px;
	background-color: #E8E8E8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

table#choicess td{
	border: 1px solid #FFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

td.data {
	color: #AA0000;
	padding-left: 0px;
}

td.data2 {
	color: #0000FF;
	padding-left: 0px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
