@charset "UTF-8";
/* CSS Document */

#product-nav {
	width:150px;
	height:195px;
	position:relative;
	margin-left:20px;
	margin-top:62px;
	padding:0px;
	float:left;
}

#product-main-text {
	float:left;
	width:425px;
	position:relative;
	margin-top:50px;
	margin-left:25px;
	padding:0px;
	padding-left:25px;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#ededed;
}

#product-main-text h1, #cleanse-main-text h1, #service-main-text h1, .product-text h1 {
	font-size:24px;
	letter-spacing:-.5px;
}

.product-type li {
	display:inline;
	text-decoration:none;
	float:left;
	margin-right:25px;
	margin-top:4px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:14px;
}

#product-main-text li a:link {
	text-decoration:none;
	color:#8b8b8b;
	font-weight:bold;
}



#product-main-text li a:visited {
	text-decoration:none;
	color:#8b8b8b;
	font-weight:bold;
}

#product-main-text li a:hover {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

#product-main-text li a:active {
	text-decoration:none;
	color:red;
	font-weight:bold;
}

#product-main-text p {
	clear:both;
}

#product-main-text p.first {
	padding-top:20px;
	clear:both;
}

h2 {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:16px;
	margin-top:10px;
	color:#333333;
}

#product-nav-header {
	position:relative;
	top:65px;
	left:20px;
	font-size:12px;
}

h3 {
	font-style:italic;
	font-size:14px;
	margin-top:0px;
	padding:3px;
}

#secondary-list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:1.5em;
	padding:5px;
	list-style-image:url(web-graphics/check.gif);
	list-style-position:outside;
	margin-left:20px;
	width:500px;
}

#secondary-list2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:1.5em;
	padding:5px;
	list-style-image:url(web-graphics/check.gif);
	list-style-position:outside;
	margin-left:20px;
	width:425px;
}

#secondary-list li {
	margin-top:15px;
}

/* BEGIN STYLES FOR PRODUCT MENU */

#product-nav {
	width:150px;
	height:199px;
	background:url(web-graphics/product-nav.png);
	position:relative;
	top:15px;
	text-indent:-9999px;
	
}

#product-nav li, #product-nav a {
	float:left;
	display:block;
}

#NVC a {position:absolute; left: 0px; width:150px; height:26px;}
#POV a {position:absolute; top: 34px; width:150px; height:26px;}
#Conversion a {position:absolute; top:68px; width:150px; height:26px;}
#Re a {position:absolute; top:102px; width:85px; height:26px;}
#SI a {position:absolute; top:138px; width:150px; height:26px;}
#Cleanse a {position:absolute; top:169px; width:150px; height:32px;}

#NVC a:hover, #NVC a:active {
	background:url(web-graphics/product-nav.png) -152px 0px no-repeat;
}

#POV a:hover, #POV a:active {
	background:url(web-graphics/product-nav.png) -152px -34px no-repeat;
}

#Conversion a:hover, #Conversion a:active {
	background:url(web-graphics/product-nav.png) -151px -68px no-repeat;
}

#Re a:hover, #Re a:active {
	background:url(web-graphics/product-nav.png) -152px -102px no-repeat;
}

#SI a:hover, #SI a:active {
	background:url(web-graphics/product-nav.png) -152px -138px no-repeat;
}

#Cleanse a:hover, #Cleanse a:active {
	background:url(web-graphics/product-nav.png) -152px -169px no-repeat;
}

/* END STYLES FOR PRODUCT MENU */

/* BEGIN STYLES FOR IMAGE OR SAMPLE */
.sample {
	margin-top:50px;
	margin-bottom:25px;
	float:right;
	padding-right:75px;
}

.sample2 {
	margin-top:250px;
	float:right;
	padding-right:75px;
}

/* BEGIN ORDERED LIST STYLES */
ol {
	list-style-position:outside;
	font-size:12px;
	margin:10px 50px;
	color:#666666;
	line-height:1.5em;
}

ol li {
	padding-top:5px;
}

#re-connect-logo {
	position:relative;
	left:10px;
	top:4px;
}

/* BEGIN SERVICE PAGE STYLES */

#service-table {
	color:#666666;
	font-size:13px;
	margin-bottom:25px;
}

#service-table td {
	padding:5px;
}

.alt-row {
	background-color:#f0f0f1;
}

.service-table-header {
	color:#CCCCCC;
	background-color:#333333;
	font-size:15px;
	font-weight:bold;
}

