@charset "utf-8";
/* CSS Document */
body {
	background:url(../images/bg.jpg) no-repeat top center #97cae4;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
	color: #3b5564;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixLtHdr .logo{
	height:110px;
	width:915px;
	background:url(../images/logo.png) no-repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #container {
	width: 913px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	background: #FFF;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 .mascot {
	text-align:center;
	padding-left:10px;
}
.twoColFixLtHdr #sidebar1 .save {
	float:left;
	padding-left:4px;
	padding-top:20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent .info {
	background: #F8FAFC url(../images/information.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .note {
	background: #fff6bf url(../images/bg-note.png) 15px center no-repeat;
	text-align: left;
	padding: 5px 20px 5px 75px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	color:#444444;
	font-size:1em;
	text-align:justify;

}
.twoColFixLtHdr #mainContent .number-one {
	background: #F8FAFC url(../images/number-one.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .number-two {
	background: #F8FAFC url(../images/number-two.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .number-three {
	background: #F8FAFC url(../images/number-three.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .number-four {
	background: #F8FAFC url(../images/number-four.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .number-five {
	background: #F8FAFC url(../images/number-five.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .number-six {
	background: #F8FAFC url(../images/number-six.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #B5D4FE;
	border-bottom: 2px solid #B5D4FE;
}
.twoColFixLtHdr #mainContent .blue {
	color:#09F;
	margin:0;
	padding:0;
	text-align: center;
}
.twoColFixLtHdr #mainContent .blue2blue {
	font-size: 14px;
	color: #09F;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #mainContent .call {
	text-align:center;
	clear:both;
	padding-top:20px;
}
.twoColFixLtHdr #mainContent .call table {
	margin-right:250px;
}
.twoColFixLtHdr #mainContent #product ul{
	
}
.twoColFixLtHdr #mainContent #product .red{
	color:#F00;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent .mascot-table {
	float:right;
	margin-top:30px;
}
.twoColFixLtHdr #mainContent .mascot-table-top {
	float:right;
}
.twoColFixLtHdr #mainContent #product .title {
}
.twoColFixLtHdr #mainContent #product .dentist {
	color:#F00;
	font-weight:bold;

}
.twoColFixLtHdr #mainContent #product .our-price {
	color:#09F;
	font-weight:bold;
	font-size:13px;
}
.twoColFixLtHdr #mainContent ul {
	list-style: disc url(../images/li.png) inside;
	text-transform:capitalize;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	height:200px;
}
#footer .break {
	background:transparent url(../images/space.gif) no-repeat scroll 49px 30px;
	height:160px;
	width:60px;
	float:left;
}
#footer li {
	list-style-type:none;
	list-style: none;
	padding-bottom:10px;
	color:#004990;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:16px;
}
#footer li a {
	text-decoration:none;
	color:#004990;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt-2 {
    margin-top:62px;
	margin-right:10px;
	float: right;
}
.fltrt-3 {
    margin-top:12px;
	margin-right:10px;
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* Menu Left */
#menu {
	list-style: none;
	width: 200px;
	padding-top: 35px;
	height: 214px;
	padding-left: 35px;
	background: url(../images/menu-left.png) no-repeat;
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height:16px;
	text-transform:capitalize;
	font-weight:bold;
	font-family:tahoma, verdana, arial, sans-serif;
	list-style-type:none;
	padding:0 0 10px 0px;
}
#menu a {
	padding-bottom:5px;
}
#menu a:link {
	color:#00A4E4;
	display:block;
	text-decoration: none;
}
#menu a:visited {
	color:#00A4E4;
	font-size:12px;
	text-decoration:none;
	line-height:16px;
	display:block;
}
#menu a:hover {
	color:#2D6E8E;
	font-size:12px;
	text-decoration:underline;
	padding-bottom:5px;
}
#menu a:active {
	color:#00A4E4;
	font-size:12px;
	text-decoration:none;
	padding-bottom:5px;
}
/* Menu Left Finish */

/* Links */
.links {
	float:left;
}
/* Link Finish */

/* Slide */

#contactFormContainer {
	position:absolute;
	left:788px;
	float:right;
	top: 58px;
}


/*New Menu*/

.navigation-menu {
	background:transparent url(../images/navigation-menu_bg.gif) repeat-y scroll 0 0;
	float:left;
	margin:0;
	padding:0 0 0 10px;
	width:222px;
}
.navigation-menu ul {
	margin:0;
	padding:0;
}
.navigation-menu li {
	width:211px;
}
.listzero li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:20px;
}
.navigation-menu li a {
	background:#5B97BA url(../images/navigation-menu_a.gif) no-repeat scroll 0 0;
	border-bottom:1px solid #46748E;
	border-top:1px solid #66A9D1;
	color:#FFFFFF;
	display:block;
	height:21px;
	padding:4px 0 4px 25px;
	text-decoration:none;
	width:186px;
}
.navigation-menu li a:hover {
	background-position:left bottom;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#333333;
}
.navigation-menu h2 {
	background:transparent url(../images/navigation-menu_h2_bg.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #334050;
	color:#FFFFFF;
	height:29px;
	margin:0;
	padding:12px 0 0 10px;
	width:201px;
}
.navigation-menu li a:hover {
	background-position:left bottom;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#333333;
}
/*Menu Finish*/
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 1.8em;
	color: #3b5564;
	text-align: center;
}
#product1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	color: #FF0083;
	line-height: 1.2em;
}
