html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-repeat:repeat-x;
	margin:0;
	padding:40px 0 0 0;
	height:100%;
	background-color: #d0e4e2;
	background-image: url(../images/ss-page_gradient.jpg);
}

#main {
	width:1021px;
	margin:auto;
	border:0;
	background-color:#FFF;
}

.header_text{
margin:5px 20px 5px 0;
padding:3px;
float:right;
text-align:right;
font-family:Verdana, Geneva, sans-serif;
line-height:150%;
font-size:9px;
color:#333;
height:70px;
display:inline;
}

.header_text img{
border:0;
}

.wy10_form {
/*we will first set the border styles.*/
border-width: 1px;
border-style: solid;
border-color: #999999;
/*we are now going to add in the shadow image that we created earlier*/
background-color:#FFF;
/*I am going to add some text formatting of my own*/
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
width: 50px;
}

.formbutton1 {cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#FFF;
font-family:Verdana, Geneva, sans-serif; 
font-size:9px;
padding: 0;
background:url(media/formbg.gif) repeat-x left top;
}

/*------------------------MENUBAR----------------------*/


#nav_holder_2 {
	top:-23px;
	left:185px;
	height:23px;
	width:615px;
	position:relative;
	background-image: url(../images/nav/nav_bgnd_3.gif);
}
#nav_holder_3 {
	top:-23px;
	left:185px;
	height:23px;
	width:615px;
	position:relative;
	background-image: url(../images/nav/nav_bgnd_4.gif);
}

#nav_ch {
	width:615px;
	top:0px;
	position:relative;
	margin:0 0 0 180px;
	padding:0;
	}

#nav {
	width:650px;
	top:0px;
	position:relative;
	margin:0 0 0 140px;
	padding:0;
	z-index:500;
}

#nav_ch ul, #nav ul {
	padding:0;
	/*width: 70em;*/
	list-style:none;
	padding: 0;
	/*margin:auto;*/
}
/*#nav li {
	
	float:left;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}*/

#nav_ch ul li, #nav ul li {
	position: relative;
	float: left;
	text-align:center;
}
#nav_ch li ul, #nav li ul {
	position: absolute;
	top: 30px;
	display: none;
	width:auto;
}

#nav_ch ul ul li.width, #nav ul ul li.width {
	width: 70px;
}



#nav_ch ul li a, #nav ul li a {
	background-color:#FF9C4E;
	border:0;
	line-height:1em;
	margin-right:0px;
	padding:5px 6px 5px 6px;
	color: #FFF;
	font-weight:normal;
	font-size: 11px;
	text-decoration: none;
	text-align:left;
}

#nav_ch li a:hover, #nav li a:hover {
	color: #FFFFFF;
	background-color:#FF9C4E;
	border-bottom:#c6f2ff solid 3px;
}
#nav_ch ul li .selected, #nav ul li .selected {
	color: #FFFFFF;
	background-color:#FF9C4E;
	border-bottom:#c6f2ff solid 3px;
}



#nav_ch li:hover ul, li.over ul, #nav li:hover ul, li.over ul { display: block; }




div#navbar {
	width: 310px;
	display:block;
	float:right;
	text-align:right;
	padding-top:60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 0;
	color: #494848;
}
div#navbar a {
	text-decoration:underline;
}
div#navbar a:link {
	color: #111A6B;
}
div#navbar a:visited {
	color: #111A6B;
}
div#navbar a:hover {
	color: #e67e1f;
	background-color: #FFFFFF;
	text-decoration:none;
}
#logo {
	margin:0;
	padding:0;
	background-image:url(../images/masthead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:130px;
}

#logo_ch {
	margin:0;
	padding:0;
	background-image:url(../images/masthead_ch.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:130px;
}

#logo img {
	padding:0;
	border:0;
}
h1, h3, h4, h5, h6 {
	margin: 15px 0;
	color: #111A6B;
}
/*p, ul, ol { margin: 15px 0; }*/


.clear {
	clear:both;
}
.headingimg {
	margin:18px 0 0 0;
}
.h1 {
	color:#111A6B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	margin: 10px 0 10px 0;
}
/*--------------------MAIN CONTAINERS----------------------*/

#left_container {
	float: left; /* since this element is floated, a width must be given */
	width: 238px; /* 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-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 17px; /* padding keeps the content of the div away from the edges */
	margin:0; 
	display:block;
}

#right_container {
	width: 268px;
	display:block;
	float:right;
	margin:0;
	padding:0 17px 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#centre_container {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0  289px 0 259px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
}

/*--------------------PRODUCT CONTAINERS----------------------*/

#left_productcontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 690px; /* 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-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0 0 10px 10px; 
	display:block;
	border:#E6E6E6 solid 1px;
}

#left_testcontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 690px; /* 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-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0 0 10px 10px; 
	display:block;
	border:#E6E6E6 solid 1px;
}

#centre_productcontainer {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0  285px 0 355px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
}


/*-------------------PRODUCTS------------------------*/

.product_text {
	width:330px;
	padding:7px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-align:left;
	float:left;
}

.product_text_ch {
	width:330px;
	padding:7px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-align:left;
	float:left;
	line-height:200%;
}


.product_featurebox {
	float:left;
	width:315px;
	padding:5px;
	margin:0 5px 10px 0;
	background-color:#EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}

.research_featurebox {
	float:left;
	width:600px;
	padding:5px;
	margin:0 5px 10px 0;
	background-color:#EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}


.product_img {
	float:right;
}


/*---------------------HOME---------------------------*/


.left_box_jwplayer {
	width: 430px;
	height:241px;
	background-image:url(../images/jw_player_grab.jpg);
	margin:0;
	z-index:-999;
}



.home_box_header {
	display:block;
	padding:5px 0px 3px 10px;
	background-color:#4C4C4C;
	border-bottom:#64D1FC solid 3px;
}

.box_header {
	display:block;
	padding:5px 0px 3px 10px;
	background-color:#4C4C4C;
	border-bottom:#64D1FC solid 3px;
}

.box_text {
	padding:7px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border-bottom:#E6E6E6 solid 1px;
	border-left:#E6E6E6 solid 1px;
	border-right:#E6E6E6 solid 1px;
	text-align:left;
}

.box_text_ch {
	padding:7px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border-bottom:#E6E6E6 solid 1px;
	border-left:#E6E6E6 solid 1px;
	border-right:#E6E6E6 solid 1px;
	text-align:left;
	line-height:200%;
}


/*---------------------RESULTS---------------------------*/

#results_left_container {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* 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-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 10px; /* padding keeps the content of the div away from the edges */
	margin:0; 
	display:block;
}

#results_left_container img {
	border:#64D1FC solid 2px;
	padding:2px;
	margin:0 0 7px 0;
}

#results_centre_container {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0  295px 0 340px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
}

#results_centre_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:5px;
}

#results_centre_text_ch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:5px;
	line-height:200%;
}



/*---------------------RESEARCH---------------------------*/

.research_text {
	width:630px;
	padding:7px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-align:left;
	display:block;
	margin:0 auto;
}


.bluetext {
	margin:5px 4px 0 0;
	padding:5px;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color:#64D1FC;
	border-top:#E6E6E6 solid 1px;
	border-left:#E6E6E6 solid 1px;
	border-right:#E6E6E6 solid 1px;
	border-bottom:#64D1FC solid 3px;
	font-weight: bold;
}

/*---------------------TESTIMONIALS---------------------------*/

.testimonials_text {
	width:670px;
	padding:7px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	text-align:left;
	display:block;
	margin:0 auto;
}

#left_productcontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 690px; /* 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-color: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	margin:0 0 10px 10px; 
	display:block;
	border:#E6E6E6 solid 1px;
}

.testimonial_picsbox {
	float:left;
	width:665px;
	padding:5px;
	margin:0 5px 10px 0;
	background-color:#EDEDED;
}

/*---------------------DISTRIBUTORS---------------------------*/

.test_midbox {
	padding:10px 10px 0 0;
	margin:0;
	background-color:#FFF;
	width:330px;
	float:right;
}

.test_midgreybox {
	padding:5px;
	margin:0;
	background-color:#EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

.test_midgreybox {
	padding:5px;
	margin:0;
	background-color:#EDEDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	line-height:200%;
}


.test_midbox_container {
float:right;
}
.testbox {
	float:left;
	padding:5px;
	margin:0 5px 10px 0;
	background-color:#FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	width:314px;
	border:#E6E6E6 solid 1px;
	border:#E6E6E6 solid 1px;
	border:#E6E6E6 solid 1px;
}

/*------------TABLE-------------*/
.table_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
}

table td.dentists {
	padding:0.2em 0.2em 0.2em 0.6em;
	border-bottom:#CCC 1px solid;
}


/*------------OTHER-------------*/


.centrebox {
	padding:0;
	margin:0;
	border-bottom:#E6E6E6 solid 1px;
	border-left:#E6E6E6 solid 1px;
	border-right:#E6E6E6 solid 1px;
	}

.centrebox img {
	border:#FFF solid 2px;
	padding:0;
	display:block;
	margin:0 auto;
}

.box {
	padding:0;
	margin:0;
	border-bottom:#E6E6E6 solid 1px;
	border-left:#E6E6E6 solid 1px;
	border-right:#E6E6E6 solid 1px;
}

.newsbox {
	padding:0.6em;
	margin:0;
	border-bottom:#E6E6E6 solid 1px;
	border-left:#E6E6E6 solid 1px;
	border-right:#E6E6E6 solid 1px;
}


.box img {
	margin:0;
	padding:0;
}

.box a img{
	padding:0;
	margin:0;
	border:#FFF solid 2px;
}


.box a:visited img{
	margin:0;
	padding:0;
	border:#FFF solid 2px;
}

.box a:hover img{
	margin:0;
	padding:0;
	border:#FF9C4E solid 2px;
}


.box a:hover {  /* wakeup IE */
	border-width: 0;
}



.box_header_text {
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color:#FFF;
}

.newsbox a:link {
	color:#F00;
	text-decoration:none;
}

.newsbox a:visited {
	color:#F00;
	text-decoration:none;
}

.newsbox a:hover {
	color:#F00;
	text-decoration:underline;
}

.newsbox a .active {
	color:#F00;
	text-decoration:underline;
}

/*---------------FOOTER--------------*/

.footer {
	clear:both;
	font-size: 10px;
	height:25px;
	color:#FFF;
	background-color:#464646;
	margin:10px 0 0 0;
}

.footer_left{
	margin:2px 0 0 17px;
}

.footer_right{
	float:right;
	margin:3px 17px 0 0;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-align:left;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-align:left;
	text-decoration:underline;
	background-color: transparent;
}
#footer .selected {
	color: #FFFFFF;
	text-decoration:underline;
}

/*-------------LINKS-------------*/


a, a:visited {
	color:#64D1FC;
	text-decoration:none;
}
a .selected {
	color:#64D1FC;
	text-decoration:underline;
}
a:hover {
	color:#64D1FC;
	text-decoration:underline;
}
