/*
--------------------------------------------------------------------
GENERAL LAYOUT
--------------------------------------------------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

html { height:100%; }

body {
    background-color: #ffffff;
	height:100%;
	font-family: arial;
	font-weight: bold;
	color: #a4a6a9;
    font-size: 13px;
	line-height: 20px;
}

/*
div {
    border: 1px solid red;	
}
*/

p {
    margin: 13px 0 0 0;
}

/*
--------------------------------------------------------------------
DEFINITIONS FOR LAYOUT PARTS
--------------------------------------------------------------------
*/

/* HEADER ---------------------------------------------------------- */

#header {
	background: url(../images/header_bg.gif) repeat-x;
	height: 123px;
}

#header_left {
	background: url(../images/header_left_bg.jpg) no-repeat;
	height: 123px;
	float: left;
	width: 680px;
	position: relative;
}

#header_right {
	background: url(../images/header_right_bg.jpg) no-repeat;
	height: 123px;
	float: right;
	width: 220px;
}

#header_learn_more_div { position: absolute; left: 407px; top: 0px; width: 184px; height: 80px; }
#header_learn_more_div a { display: block; width: 184px; height: 80px; }

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

#footer {
	background: url(../images/footer_bg.gif) repeat-x;
	height: 20px;
}

#footer_left {
	float: left;
	background: url(../images/footer_left_bg.gif) no-repeat;
	height: 20px;
	width: 120px;
	position: relative;
}

#footer_right {
	float: right;
	background: url(../images/footer_right_bg.gif) no-repeat;
	height: 20px;
	width: 318px;
	position: relative;
}

#footer_left_link_div { position: absolute; left: 0px; top: 0px; width: 117px; height: 20px; }
#footer_left_link_div a { display: block; width: 117px; height: 20px; }

#footer_right_link_div { position: absolute; right: 0px; top: 0px; width: 65px; height: 20px; }
#footer_right_link_div a { display: block; width: 65px; height: 20px; }

/* LEFT SIDEBAR----------------------------------------------------- */

#nav_bar_container {
	width: 120px;
	padding-top: 7px;
	line-height: 14px;
}

#nav_bar_container ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#nav_bar_container ul li {
	text-align: center;
}

#nav_bar_container ul li a {
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 7px 0;
}

#nav_bar_container ul li a:hover {
	background: #2f92d6;
}

.active_nav {
	background: #2f92d6;
}

/* CONTENT --------------------------------------------------------- */

#home_div_1 {
	float: left;
	background: url(../images/home_1_big.jpg) 5px 25px no-repeat;
	width: 396px;
	height: 213px;
	position: relative;
	padding: 16px 56px;
	border-right: 1px solid #aaaaa9;
	border-bottom: 1px solid #aaaaa9;
}
#home_div_1 a { color: #2973d7; font-size: 13px; text-decoration: none; }
#home_div_1_image_link { position: absolute; left: 37px; top: 25px; width: 188px; height: 99px; }
#home_div_1_image_link a { display: block; width: 188px; height: 99px; border: 0px;}

#home_div_interproximal_toothbrush {
	float: left;
	width: 226px;
	height: 185px;
	position: relative;
	padding: 13px 20px;
	border-right: 1px solid #aaaaa9;
	border-bottom: 1px solid #aaaaa9;
}
#home_div_interproximal_toothbrush a { color: #2973d7; font-size: 15px; text-decoration: none; }
#home_div_interproximal_toothbrush a:hover { text-decoration: underline; }
#home_div_interproximal_toothbrush p { font-size: 13px; margin-top: 0px; }

#home_div_products {
	float: left;
	width: 330px;
	height: 211px;
	position: relative;
	padding: 0px 0px;
	border-right: 1px solid #aaaaa9;
	border-bottom: 1px solid #aaaaa9;
	background: url(../images/home_3.jpg) 141px 17px no-repeat;
}
#home_div_products_text { position: absolute; left: 20px; top: 25px; width: 115px; height: 160px; }
#home_div_products_text h1 { color: #0895af; font-size: 19px; font-family: Helvetica; }
#home_div_products_text a {
	display: block; padding-top: 12px; line-height: 16px;
	color: #5a74bf; text-decoration: none; font-size: 13px; font-family: Helvetica; font-weight: bold;
}
#home_div_products_text a:hover { text-decoration: underline; }
#home_div_products_link { position: absolute; left: 182px; top: 156px; width: 85px; height: 30px; }
#home_div_products_link a { display: block; width: 85px; height: 30px;}
#home_div_products_image_link { position: absolute; left: 146px; top: 22px; width: 155px; height: 130px; }
#home_div_products_image_link a { display: block; width: 155px; height: 130px; border: 0px;}

#home_div_inventors_story {
	float: left;
	width: 523px;
	height: 235px;
	position: relative;
	padding: 0px 0px;
	border-right: 1px solid #aaaaa9;
	border-bottom: 1px solid #aaaaa9;
	background: url(../images/home_4_photo.jpg) 26px 29px no-repeat;
}
#home_div_inventors_story_text { position: absolute; left: 177px; top: 41px; width: 241px; height: 150px; }
#home_div_inventors_story_text_heading_link a { color: #2973d7; font-size: 15px; text-decoration: none; }
#home_div_inventors_story_text_heading_link a:hover { text-decoration: underline; }
#home_div_inventors_story_text_link {
	display: block; margin: 13px 0 0 0; font-size: 14px; color: #a4a6a9;
	text-decoration: none;
}

#home_div_youtube {
	float: left;
	width: 200px;
	height: 198px;
	position: relative;
	padding: 13px 20px 0px;
	border-right: 1px solid #aaaaa9;
	border-bottom: 1px solid #aaaaa9;
}
#home_div_youtube a { color: #2973d7; font-size: 13px; text-decoration: none; }

#home_div_block_10_billion_sold {
	float: left;
	background: url(../images/10_billion_bg.png) 20px 0px no-repeat;
	width: 202px;
	height: 203px;
	position: relative;
	padding: 16px 56px;
	border-right: 1px solid #aaaaa9;
	border-bottom: 1px solid #aaaaa9;
}
#home_div_block_10_billion_sold_link { position: absolute; left: 20px; top: 0px; width: 202px; height: 203px; }
#home_div_block_10_billion_sold_link a { display: block; width: 272px; height: 230px; }


/*
--------------------------------------------------------------------
DEFINITIONS FOR TEXT ELEMENTS
--------------------------------------------------------------------
*/

.grey_link { color: #a4a6a9; }

/*
--------------------------------------------------------------------
PAGES
--------------------------------------------------------------------
*/

/* CLINICAL STUDIES --------------------------------------------------------- */

#clinical_studies_page {
	width: 760px;
	padding-left: 20px;
	padding-top: 20px;
}

#clinical_studies_page h1 {
	color: #FC7300;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#clinical_studies_page a {
	color: #FC7300;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-decoration: underline;
}

#clinical_studies_page blockquote {
	display: block;
	margin: 1em 40px;
}

#clinical_studies_page hr {
	width: 90%;
	margin: 1em 40px;
}

.para {
	color: #616161;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
}

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

#products_page {
	width: 1000px;
	padding-left: 20px;
	padding-top: 20px;
}

#products_page h1 {
	color: #2973D7;
	font-size: 19px;
	margin-bottom: 15px;
}

#products_page h2 {
	color: #FC7300;
	font-size: 18px;
	margin-bottom: 2px;
	font-weight: bold;
}

#products_page h3 {
	color: #036;
	font-size: 15px;
	margin-bottom: 2px;
	font-weight: bold;
}

#products_page h4 {
	color: #3275c0;
	font-size: 13px;
	margin-top: 10px;
	font-weight: bold;
}

#products_page .product_description {
	color: #a79f9f;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 15px;
}

#products_page .product_features {
	color: #5e5e5f;
	font-size: 13px;
	margin-top: 10px;
	font-weight: normal;
	line-height: 14px;
	position: relative;
	width: 670px;
}

#products_page .products_separator {
	font-size: 0px;
	width: 90%;
	height: 3px;
	background: #60afb9;
	margin: 40px 0;
}

#products_page .order_button {
	position: absolute; right: 0px; bottom: 0px; width: 82px; height: 37px;
	background: url(../images/products/order_button.jpg) no-repeat;
}
#products_page .order_button a { display: block; width: 82px; height: 37px; }

/* ORDER --------------------------------------------------------- */

#order_page {
	width: 760px;
	padding-left: 20px;
	padding-top: 20px;
	color: #616161;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

#order_page h1 {
	color: #FC7300;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin: 0.67em 0px;
}

#order_page h2 {
	color: #FC7300;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0.83em 0px;
}

#order_page .hr_color {
	border-style: inset;
	border-width: 1px;
	display: block;
	margin: 0.5em auto;
	background: #6CC repeat scroll 50% 50%;
}

#order_page .separator {
	font-size: 0px;
	width: 90%;
	height: 1px;
	background: #6CC;
	margin: 15px 0 10px;
}

/* SOLAR --------------------------------------------------------- */

#solar_page {
	width: 630px;
	padding-left: 20px;
	padding-top: 20px;
}

#solar_page .solar_text_small {
	color: #a19a7d;
	font-size: 12px;
	font-weight: bold;	
}

#solar_page .solar_text_normal {
	color: #a19a7d;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

#solar_page .solar_text_normal a {
	color: #5b6975;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	text-decoration: none;
}

#solar_page .solar_text_normal a:hover {
	text-decoration: underline;
}

#solar_page img {
	border: 0px;
}

#solar_page .big_video_link {
	color: #5b6975;
	font-size: 21px;
	font-weight: normal;
	text-decoration: none;
}
