@import url('reset.css');
@import url('960.css');
@import url('nav.css');
@import url('nivo-slider.css');

/*-----------------------------------------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------------------------------------*/
body {
	background-color: #ffffff;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	color:#444444;
}

a.linkopacity img {
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
	-khtml-opacity: 1.0; }
  	    	

a.linkopacity:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;}

h1 {
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}

h1.headline {
	font-size:12px;
	word-spacing: 5px;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: .5px; 
	padding: 5px 0 5px 0; 
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	color: #004d82;
	font-size: 16px;
}

h3 {
	color: #353535;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

h4 {
	color: #ececec;
	font-size: 16px;
}

a:link, a:visited  { 
	color: #09346e;
}

a:hover { color: #cccccc; }
a:active { color: #255f8f; }



.ullink a {
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.small-text {
	font-size: 10px;
}

sup {
	font-size: 8px;
}

/*-----------------------------------------------------------------------------------------------
CORE STRUCTURE
-----------------------------------------------------------------------------------------------*/

.alpha {float: left;}

.omega {float: right;}

.main_box {
	min-height: 600px;
	margin-bottom: 5px;
	margin-right: 0;
	margin-top: 0;
	line-height: 17px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #ffffff; /* for non-css3 browsers */
	border: solid 1px #cccccc;
}

#side-nav {
	width: 200px;
	margin-top: 20px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #ffffff; /* for non-css3 browsers */
	border: solid 1px #cccccc;
	
	overflow:hidden;
}

.side-nav-title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	line-height: 20px;
	
}
	
#side-nav ul li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	color: #333;
	display: block;
	background:  url(http://www.store-a-tooth.com/images/side-nav-bak.png);
	padding: 8px 0 0 10px;
}
	
#side-nav ul li a:hover {
	color: #FFF;
	background:  url(http://www.store-a-tooth.com/images/side-nav-bak.png) 0 -32px;
	padding: 8px 0 0 10px;
}

#side-nav ul li a.selected {
	color: #FFF;
	background:  url(http://www.store-a-tooth.com/images/side-nav-bak.png) 0 -64px;
	padding: 8px 0 0 10px;
}

.white-bookmarklets li  {
	padding-left: 25px;
	margin-bottom: 15px;
	background-image: url(/images/white-bookmarklet.jpg);
	background-repeat: no-repeat;
	background-position: 0 0px;

}

.green-checkmarks li  {
	padding-left: 35px;
	margin-bottom: 15px;
	background-image: url(/images/yes.png);
	background-repeat: no-repeat;
	background-position: 0 0px;

}

.whitedot-ongrey li  {
	padding-left: 25px;
	margin-bottom: 15px;
	background-image: url(/images/whitedot-ongrey.png);
	background-repeat: no-repeat;
	background-position: 0 0px;

}

.pop-out-window {
	width: 510px;
	padding: 15px;
	background: #ffffff; /* for non-css3 browsers */
	overflow:hidden !important;
}

.pop-out-window li {
	line-height: 20px;
	padding-left: 25px;
	margin-bottom: 15px;
	background-image: url(/images/bookmarklet.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}


/*-----------------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------------*/
#top {
	width: 100%;
	border-bottom-color: #8eafc7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 17px;
	background-color: #004d82;
    
}

#hdr_phone_number {}

#menu_bar{}

#lang {
	padding-right: 7px;
	position: relative;
	top: 15px;
	z-index: 100;
}

.newsletter_btn{
	margin-top: 35px;
	
}

/*-----------------------------------------------------------------------------------------------
CONTENT
-----------------------------------------------------------------------------------------------*/
.body_copy {
	padding: 15px;
}

.v250 {
	height: 250px;
	overflow: hidden

}

.latest-news {
	padding-top: 10px;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
}

/* Kit Grid table */
#kit_table {

	background-color: white;

	text-align: center;
	min-width: 700px;
	width: 700px;
	border-spacing: 0px 0px;
	border: solid 1px #6d6d6d;
}

#kit_table a {
	
	text-decoration: none;
}

#kit_table td {

	padding-right: 10px;
	padding-left: 10px;
}

.kit_table_top {

	padding-top: 10px;

	border-color: #cccccc;
	border-width: 1px;
	border-style: dotted;
	font-weight: bold;
	color: white;
	height: 50px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.td_yes {

	background-image: url(/images/yes.png);
	background-position: center center;
	background-repeat: no-repeat;

}

.td_no {
	background-image: url(/images/no.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.td_a {

	width: 120px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-style: dotted;
	border-color: #cccccc;
	border-width: 1px;
	color: #4c4c4c;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.td_b {

	width: 120px;
	padding-top: 7px;
	border-width: 1px;
	border-style: dotted;
	border-color: #cccccc;
	background-color: #e6e6e6;
	padding-bottom: 7px;
	color: #4c4c4c;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.td_c {

	width: 200px;
	padding-top: 7px;
	text-align: left;
	border-width: 1px;
	border-style: dotted;
	border-color: #cccccc;
	background-color: #255f8f;
	padding-bottom: 7px;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.table_bottom {
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-color: #333333;
	border-left-color: #cccccc;
	border-bottom-color: #cccccc;
	border-right-color: #cccccc;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-top-style: solid;
	vertical-align: bottom;
}

.table_bottom a{
	
	font-size: 10px;
	
}

.ppgo {
	
	z-index: 100;
}

/* Pricing Grid table */

#pricing_table {

	min-width: 550px;
	width: 550px;
	border-spacing: 0px 0px;
	border: solid 1px #6d6d6d;
}

#pricing_table td {
	padding: 10px;
}

#pricing_table_top {

	font-weight: bold;
	color: white;
	height: 50px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #8b8b8b; /* for non-css3 browsers */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9a9a9', endColorstr='#7a7a7a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), to(#7a7a7a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a9a9a9,  #7a7a7a); /* for firefox 3.6+ */
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

#pricing_table_bottom {
	
	background-color: #666666;
}

.td_grey {

	background-color: #e6e6e6;

	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	color: #4c4c4c;

}

.td_white {

	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	color: #4c4c4c;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.td_ltblue {

	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	color: white;
	background-color: #255f8f;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.td_drkblue {

	border-bottom-color: #cccccc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	color: white;
	background-color: #09346e;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
}

#upgrade_main {
	padding: 10px;
}

.upgrade {
	padding: 20px;
	background-color: #f2f2f2;
	-moz-box-shadow: 0 5px 5px #ccc;
	-webkit-box-shadow: 0 5px 5px #ccc;
	box-shadow: 0 5px 5px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#cccccc');
}

/* SEM Pricing Grid table */

#SEM-pricing_table {

	min-width: 450px;
	width: 450px;
	border-spacing: 0px 0px;
	border: solid 1px #6d6d6d;
}

#SEM-pricing_table td {
	padding: 5px;
	width: 80px;
}

.ribbon {
	position: absolute; top: -5px; right: -8px;
	background: url(images/sprite.png) -115px -68px no-repeat;
	height: 46px;
	width: 46px;
	z-index: 20;
}
	
.ribbon.feature {
	position: absolute; top: 5px; right: 2px;
	background-position: -173px -68px;
	height: 66px;
	width: 66px;
}

#options_explained a {
	
	font-size: 13px;
	
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	
}

#options_explained a:hover{
	text-decoration:underline;
}

/* Forms */
form legend {
	color: #333;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}

form {
	padding: 0 20px 20px 20px;
}

form, form fieldset input, form fieldset textarea, form label {
	font-size: 11pt;
}
form p { text-align: left; position: relative; margin: 10px 0;}
form p label { position: absolute; top: 0; left: 0;}
form p br {display: none;}


form fieldset p input,
form fieldset p textarea {
	display: block;
	padding: 4px;
	width: 300px;
	margin: 0;
}

form fieldset p label {
	width: 300px;
	display: block;
	margin: 5px 5px 5px 6px;
	padding: 0;
}

form fieldset p textarea {
	padding: 2px;
	width: 300px;
}

form fieldset p textarea,
form fieldset p input {
	border: solid 1px #ccc;
}
form fieldset p label {
	color: #777;
}

.required label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	font-size: 10px;                                                                          
	text-align: right;                                                                          
	color: red;
	font-style: italic
}

/* Research Toggle */

h2.trigger {
	font-size: 13px;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	float: left;
}

h2.trigger a {

}

h2.trigger a:hover { color: #ccc; }

h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 13px;
	width: 700px;
	clear: both;
}

.toggle_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}



/* FAQs Toggle*/

h2.faq_trigger {
	font-size: 13px;
	padding-left: 0px;
	padding-bottom: 0;
	padding-right: 10px;
	padding-top: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
}

h2.faq_trigger a {

	text-decoration: none;

}

h2.faq_trigger a img {

	top: 2px;

	position: relative;

}

h2.faq_trigger a:hover { color: #ccc; }

h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_faq_container {
	margin: 0 0 5px;
	padding: 0;
	border-top: 1px solid #d6d6d6;
	background: #f0f0f0 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 13px;
	width: 450px;
	clear: both;
}

.toggle_faq_container .block {
	padding: 20px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}

/* Bios*/
.bios {
	
}

.right {
	right: 0px;
	color: #666666;
	float: right;
}

.bios ul li {
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #e6e6e6;
}

.bios .scrollto:hover {
	color: #cccccc;
}

.bios .scrollto {
	color: grey;
	line-height: 18px;
	width: 200px;
	margin: 8px 0 0 0;
	padding: 4px 10px;
	cursor: pointer;
}

#bp_panels {
	width:250px;
	height:300px;
	z-index: 1;
}

a.btns img {
	
	margin-left: 64px;
	
}

.lightgrey_bkgrnd {
	background-color: #f7f7f7;
}

.article {
	padding: 7px;
}

.press_releases {
	font-size: 10px;
}

.more_pr_link {
	margin-left: 150px;
	text-decoration: none;
}

/* Dentist Materials Form table */
.dentist_materials {

	border-collapse: separate;
	text-align: left;
	min-width: 600px;
	width: 600px;
	border-spacing: 4px 4px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	background: #ffffff; /* for non-css3 browsers */
	border: solid 1px #cccccc;

}

/*-----------------------------------------------------------------------------------------------
WIDGETS
-----------------------------------------------------------------------------------------------*/

#sms {padding-left: 20px;}

.slide-out-div {
	padding: 20px;
	width: 250px;
	height: 400px;
	background: #f2f2f2;
	border: #cccccc 1px solid;
	z-index: 100;
	font-size: 14px;
}

.slide-out-div a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	-khtml-opacity: 0.8;
}
/* nivo slider  */

#slider-wrapper {
	margin-top: 15px;
}

/* Facebook CSS  */

#facebook-connect {
	width: 470px;
	margin-left: 225px;
	padding-left: 10px;
	position: relative;
}

#facebook-connect h1 {
	margin-bottom: 15px;
}

/* RSS CSS  */
#news_ticker{
	background: #ffffff; /* for non-css3 browsers */
	border: solid 1px #cccccc;
	padding-top: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

}

#rssticker {
	height: 60px;
	width: 840px;
	float: left;
}

#rssticker_all {
	float: left;
	font-size: 14px;
}

#rssticker_icon {
	margin-top: 5px;
	height: 32px;
	width: 33px;
	float: left;
}

#rssticker_icon-w_title {
	margin-right: 25px;
	height: 32px;
	width: 33px;
	float: right;
}

#rss_more {
	margin-top: 0px;
	margin-left: 5px;
	float: left;
	font-size: 14px;
}

/* ToolTip CSS  */

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
	z-index: 5000;
	display:none;
	font-size:12px;
	color: #09346e;
	line-height: 17px;
	width:200px;
	
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	background: #ffffff right top; /* for non-css3 browsers */
	border: solid 1px #cccccc;
}

.fullb {
	text-align: left;
	width:400px;
}

.license {
	text-align: left;
}

a.licenseinfo {
	text-align: left;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: blue;
}



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

#accreditations{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0px;
}

#baseblock {
	min-height: 250px;
	padding-left: 0;
	padding-bottom: 20px;
	padding-right: 0;
	padding-top: 5px;
	color: #ececec;
	border-top-color: #b3b3b3;
	width:100%;
	border-top: 1px solid;
	background: url(/images/footer.jpg) top center repeat-x;
	font-size: 10px;
	line-height: 20px;
	
}

#baseblock a {
	color: #ececec;
}

#baseblock a:hover { color: white; }
#baseblock a:active { color: #666; }

#copyright_divider {
	margin-bottom: 10px;
	margin-top: 10px;
	border-top-color: black;
	border-bottom-style: none;
	border-top-width: 1px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	background-color: #666666;
	height: 1px;
}
	
#copyright { margin-top: 10px; }


.scrollto:hover {
	color: #cccccc;
}

.scrollto {
	color: white;
	line-height: 18px;
	width: 200px;
	margin: 8px 0 0 0;
	padding: 4px 10px;
	cursor: pointer;
}





/*-----------------------------------------------------------------------------------------------
THE END
-----------------------------------------------------------------------------------------------*/