@charset "UTF-8";
body {
	margin: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 */
	font-size: 100%;
	background-color: #fff;
	padding:0;
	top:0;
}
#shadow {
	margin: 0 auto;
	height: 100%;
	z-index: 0;
	top: 0px;
	left: 0px;
}
#wrapper {
	text-align:left;
	height:100%;
	margin:0 auto;
	padding:0px 0px 100px 0px;
}
#container {
	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. */
	z-index:0;
	position:relative;
	padding:0px;
	top: 0px;
	background-color: #FFF;
}
#header {
	background-repeat:no-repeat;
	background-color: #F0F0F0;
	height: 71px;
	padding-left: 637px;
	width: 213px;
	display: none;
}
#headerNav {
	background-repeat:no-repeat;
	height: 32px;
	width: 213px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	font-size: 10pt;
	text-align: center;
	padding: 7px 0 0 0;
	margin: 0px;
	display: none;
}
#headerNav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
}
#headerNav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	text-decoration: none;
}
#headerNav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	text-decoration: underline;
}
#headerNav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	text-decoration: none;
}
#navigation {
	height: 33px;
	width: 475px;
	padding-left: 375px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	bottom: 0px;
	display: none;
}
.clear {
	clear:both
}
/* remove the list style */
#nav {
	margin:0;
	padding:0;
	list-style:none;
	display: none;
}
/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
#nav li {
	float:left;
	display:block;
	position:relative;
	z-index:500;
	margin:0 1px;
	background-image: url(images/navSep.png);
	background-repeat:no-repeat;
	background-position:left center;
}
#tevalogo {
	position: absolute;
	left: 572px;
	top: 369px;
	width: 251px;
	height: 109px;
	overflow: hidden;
}
/* this is the parent menu */
#nav li a {
	display:block;
	padding:8px 5px 0 5px;
	font-weight:700;
	height:23px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#333;
}
#nav li a:hover {
	color:#3D8682;
}
/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
	width:200px;
}
#nav ul li {
	float:left;
	border-top:1px solid #fff;
}
/* display block will make the link fill the whole area of LI */
		#nav ul a {
	display:block;
	height:10px;
	padding: 8px 5px;
	color:#699;
	background-color:#FFF;
}
#nav ul a:hover {
	background-color:#999;
	color:#fff;
}
/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
	margin:0 0 0 -2px;
}
#nav li .n1 {
	width:125px;
}
#nav li .n2 {
	width:50px;
}
#nav li .n3 {
	width:100px;
}
#nav li .n4 {
	width:150px;
}
#topCurve {
	position:absolute;
	background-repeat:no-repeat;
	height:34px;
	z-index:40;
	top: 104px;
	left: 0px;
	width: 850px;
}
#product {
	display:none;
}
#feature {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 13pt;
	margin-bottom: 50px;
}
#DVTButton {
	position:absolute;
	left:31px;
	top:300px;
	width:256px;
	height:30px;
	z-index:30;
	background-image: url(images/Layout_v1_12.png);
	background-repeat: no-repeat;
	cursor:pointer;
	display: none;
}
#cupon {
	cursor:pointer;
	position:absolute;
	left:578px;
	top:319px;
	width:318px;
	height:181px;
	z-index:800;
	background-image: url(images/Layout_v1_16.png);
	background-repeat: no-repeat;
	display: none;
}
#mainContent {
}
#hometext1 {
	text-align:left;
}
#hometext1 ul {
	margin: 0;
	padding: 0;
}
#hometext1 .H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #4B9694;
	text-align: left;
	width: 790px;
	padding-bottom: 2px;
}
#hometext1 .H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
#hometext1 a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#999;
	text-decoration: none;
	font-style: italic;
}
#hometext1 a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12pt;
	color:#999;
	text-decoration: underline;
}
#hometext1 a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 12pt;
	color:#999;
	text-decoration: underline;
}
#bottomCurve {
	background-attachment: inherit;
	background-repeat: no-repeat;
	height: 76px;
	display: none;
}
#foot_shadow {
}
#foot_container {
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p {
}
#footer a {
	display: none;
}
#footer a:hover {
}
#fixed_footer a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	text-decoration: none;
	display: none;
}
#fixed_footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	text-decoration: underline;
	display: none;
}
#fixed_footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #33827F;
	text-decoration: none;
	display: none;
}
#navigation_internal {
	background-image:url(images/Layout_v1_08-2.png);
	height: 67px;
	background-repeat: no-repeat;
	width: 475px;
	padding-left: 375px;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	bottom: 0px;
	display: none;
}
#twoRows a:link {
	color:#34827f;
	font-size:100%;
	text-decoration:none;
}
#twoRows a:hover {
	color:#34827f;
	font-size:100%;
	text-decoration:underline;
}
#twoRows a:visited {
	color:#34827f;
	font-size:100%;
	text-decoration:none;
}
#twoRows .H1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#1B6F6C;
}
#twoRows .H2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
#twoRows .H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:9pt;
}
#twoRows .H4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
}
#twoRows .H5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}
#twoRows li {
	list-style-image: url(images/bullet.png);
	font-style: italic;
	color: #666;
}
#rightContent {
}
#rightContent table {
	text-align: center;
	border:solid,#ffffff,1px;
	}
#leftContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#34827f;
	width:156px;
	left: 15px;
	height: 300px;
	margin: 0;
	position: absolute;
	top: 5px;
	padding: 2px 5px 0px 8px;
	display:none;
}
#lefttopinfo {
	margin: auto 0;
	width: 169px;
	left: 8px;
	top: 3px;
	height: 100%;
}
.smallerDetail {
	font-size: 9pt;
	color: #666;
}
#INST_vidText{
	}
#INST_intro{
	}
#INST_steps{
	}
#INST_video{
	left: 207px;
	top: 0px;
	width: 395px;
	display: none;
	}

#INST_picBox {
	left:-26px;
	top:494px;
	width:240px;
	height:1635px;
	z-index:1;
	text-align: right;
}

.smlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #53969F;
	text-decoration: underline;
}
#FlashID{
	height:auto;
	border:dashed #DDDDDD 2px;
	width: auto;
}
#Print_Header .H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #4B9694;
	text-align: left;
	width: 790px;
	padding-bottom: 2px;
}
#Print_Header .H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
}
