@import url('reset.css');
@import url('960.css');
@import url('menu.css');
@import url('nivo-slider.css');
@import url(http://fonts.googleapis.com/css?family=Hammersmith+One);
@import url(http://fonts.googleapis.com/css?family=Lusitana);

/*-----------------------------------------------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------------------------------------------*/
.hammersmith {
font-family: 'Hammersmith One', sans-serif; font-weight: 400;
}

.lusitana {
font-family: 'Lusitana', serif;
}

body {
	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 {
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.blacklink a{
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #333 !important;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.blacklink a:hover{
	color: #ccc !important;
}


h2 {
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #5c89c7;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.bluelink a{
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #5c89c7 !important;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.bluelink a:hover{
	color: #ccc !important;
}



h3 {
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #8ec642;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

.greenlink a{
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #8ec642 !important;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.greenlink a:hover{
	color: #ccc !important;
}


h4 {
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-family: 'Hammersmith One', sans-serif; font-weight: 400;
	color: #666666;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 55px;
	line-height: 20px;
}

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

a:hover { color: #cccccc; }
a:active { color: #8dc62c; }

.blanco a:link  { 
	color: #cccccc;
}

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

.small-text {
	top: -5px;
	position: relative;
	font-size: 10px;
}

sup {
	font-size: 8px;
}

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

.alpha {float: left;}

.omega {float: right;}

.main_box {
	min-height: 600px;
	margin-right: 0;
	margin-top: 0;
	line-height: 17px;
	-webkit-box-shadow: inset 0 8px 3px -6px black;
	-moz-box-shadow: inset 0 8px 3px -6px black;
	box-shadow: inset 0 8px 3px -6px black;
}


#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;
}

.new_item {
	background:  url(http://www.store-a-tooth.com/images/side-nav-bak_new.png) !important;
}
	
#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;
}

.green-bookmarklets li  {
	padding-left: 25px;
	margin-bottom: 15px;
	background-image: url(http://www.store-a-tooth.com/images/bookmarklet.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

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

.whitedot-ongrey li  {
	padding-left: 25px;
	margin-bottom: 15px;
	background-image: url(http://www.store-a-tooth.com/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(http://www.store-a-tooth.com/images/bookmarklet.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}

/*-----------------------------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------------------------*/
#top {
	width: 100%;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 17px;
	background-color: #efefef;
    
}

#hdr_phone_number {
	text-align: right;
}

#menu_bar{

}

.newsletter_btn{
	margin-top: 35px;
	
}

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

.v250 {
	height: 250px;
	overflow: hidden
}

/* Home Page */

.wordmark-tagline {
	margin-left: 20px;
	font-size: 18px;
	line-height: 22px;
}

.follow-us {
	margin-left: 20px;
	font-size: 22px;
	line-height: 22px;
}

.shareIt {
	text-align: right;
	padding-top: 10px;
}

.helpShareIt {

}

.quoteCycle{
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 20px;
}

/* Forms */

.form_container {
	
	width: 400px;
	}

.banner { 
	background-color: #06b;
	color: white;
	height: 80px;
	background: url(http://www.store-a-tooth.com/images/banner-bg.gif) repeat-x;
	text-align: center;
	padding-top: 2px;
	}
    
.lshadow-divider {
	margin-top: 50px;
	background: url(http://www.store-a-tooth.com/images/lshadow-divider.png) repeat-y;
	width: 60px;
	height: 500px;
}

/* My 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;
	color: #333;
}
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: #eee;
}

form.quiz fieldset p label {
	color: #999;
}

.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 !important;
	font-style: italic
}

/* Hubspot Forms */

.hubspot_form td {
	font-size: 13px;
	padding-bottom: 5px;
}


/* 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--*/
}

/* Quick Links Toggle*/

#quick-links {
	display: none;
}

#rss2 {
	margin-top: 10px;
}

/* 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--*/
}


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

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

.lightgrey_bkgrnd {
	background-color: #f7f7f7;
}

.article {
	padding: 7px;
}

.baktop {
	background: url(/images/grid_3-baktop.png) no-repeat left top;
}

.baktop h1 {
	
	margin-bottom: 10px;
	
	margin-top: 15px;
	
	line-height: 15px;
	
	text-align: center;
	
}

.press_releases {
	font-size: 10px;
	height: 250px;
}

.pr-box {
	width: 220px;
	height: 170px;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}


.pr-alert {
	margin-bottom: 7px;
}

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



/*-----------------------------------------------------------------------------------------------
WIDGETS
-----------------------------------------------------------------------------------------------*/
.videos {
	z-index:-1
}

#sms {
	width: 200px;
	margin-left: 130px;
	padding-left: 0px;
}

.slide-out-div {
	padding: 20px;
	width: 200px;
	height: 450px;
	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 2  */

#rssticker2 {
	height: 60px;
	width: 610px;
	float: left;
}

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

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

/* 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;
	width: 530px;
	height: 600px;
	overflow-x: hidden;
}


#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: #07592e;
	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
-----------------------------------------------------------------------------------------------*/
.footer_wrapper {
    background: url("../images/footer_pattern.png") repeat scroll 0 0 transparent;
    border-top: 1px solid #FFFFFF;
    box-shadow: 0 7px 22px -10px rgba(0, 0, 0, 0.3) inset, 0 -30px 50px 0 #FFFFFF inset, 0 1px 0 #C4C4C4 inset;
    position: relative;
    text-shadow:1px 1px 1px #FFF
}

.lte_ie8 .footer_wrapper {
    background: url("../images/footer_pattern_ie.png") repeat-x scroll center top #FFFFFF;
    border-top: 1px solid #B3B3B3;
    box-shadow: 0 -1px 0 #FFFFFF, 0 -17px 17px -17px #DADADA;
}
.footer_wrapper:before {
    box-shadow: 0 -8px 9px -1px #F3F3F3 inset;
    content: " ";
    display: block;
    height: 25px;
    position: absolute;
    top: -26px;
    width: 100%;
}
.lte_ie8 .footer_wrapper:before {
}
#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: 10px;
	
	width:100%;
	
	
	font-size: 10px;
	line-height: 20px;
	
}

#baseblock a {
	color: #666666;
}

#baseblock a:hover { color: #000000; }
#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
-----------------------------------------------------------------------------------------------*/