body{
	background:#fff none repeat top left;
	font:12px/1.25 "Trebuchet MS", arial, helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
}

h1{
	color:#693;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px;
}

h2{
	color:#693;
	font-size:14px;
	font-weight:normal;
	margin:0;
}

h3{
	color:#693;
	font-size:1em;
	font-weight:normal;
	margin:0;
}

p {
	margin:0 0 1em;
}

a{
	color:#693;	
}

img{
	border-style:none;
}

#wrapper {
	margin:0 auto 1em;
	position:relative;
	text-align:left;
	width:980px;
}

#content{
	clear:both;
	left:100px;
	margin:0 0 2em;
	position:relative;
	width:734px;
}

#footer {
	clear:both;
	color:#aaa;
	font-size:85%;
	margin:1em 0 0 35px;
	text-align:center;
	width:734px;
}

#footer a{
	color:#aaa;
}

.error{
	color:#f00 !important;
	display:none;
	font-weight:bold;
}

.hilight{
	color:#693;
	font-size:1.25em;
	font-weight:bold;
}

/*Nav*/
#nav_canvas {
	margin:0 auto;
	position:relative;
	width:980px;
	z-index:50;
}

/* CSS for Droppy Menu Plugin*/
#nav { display: block; margin: 0; padding: 0; position: relative; }
 #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
 #nav a { display: block; }
 #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
/* * html #nav ul { line-height: 0; }*/ /* IE6 "fix" */
 	#nav ul a { zoom: 1; } /* IE6/7 fix */
   #nav ul li { float: none; }
   #nav ul ul { top: 0; }
/* /CSS for Droppy Menu Plugin*/

#nav {
	font-size:13px;
	height:31px;
	left:100px;
	margin:25px 0 1em;
	width:734px;
	z-index:10;
}

#nav li {
	/*background:transparent url(/img/bg_nav.png) repeat-x 0 -98px;*/
	background:#fff none;
	height:30px;
	text-align:center;
	width:16%;
}

#nav li.nav_about{
	width:20%;
}

#nav li.selected,
.home #nav li.nav_home,
.labs #nav li.nav_labs,
.lounge #nav li.nav_lounge,
.profile #nav li.nav_profile,
.products #nav li.nav_products,
.about #nav li.nav_about{
	background-position:left bottom;
}

#nav li.selected a,
.home #nav li.nav_home a,
.labs #nav li.nav_labs a,
.lounge #nav li.nav_lounge a,
.profile #nav li.nav_profile a,
.products #nav li.nav_products a,
.about #nav li.nav_about a{
	border-bottom:3px solid #693;
	color:#693;
}

#nav ul{
	background:#fff url(/img/bg_subnav.png) repeat-x left bottom;
	list-style:none;
	padding:0 10px 10px;
	text-align:left;
	top:33px;
}

.home #nav ul{
	background-color:transparent;
}

#nav ul li{
	background-image:none;
	height:auto;
	text-align:left;
	width:auto;
}

#nav li a{
	color:#9c3;
	cursor:pointer;
	padding:5px 0 9px;
	text-decoration:none;
	white-space:nowrap;
}

#nav li ul a {
	border-bottom-style:none !important;
	padding:12px 0 0;
}

#nav li a:link,#nav li a:visited{
	color:#9c3;
}

#nav li a:hover,#nav li a:active{
	color:#693;
}

#nav li.selected ul a,
.labs #nav li.nav_labs ul a{
	color:#9c3;
}

#nav li.selected ul a:link,
#nav li.selected ul a:visited,
.labs #nav li.nav_labs ul a:link,
.labs #nav li.nav_labs ul a:visited{
	color:#9c3;
}

#nav li.selected ul a:hover,
#nav li.selected ul a:active,
.labs #nav li.nav_labs ul a:hover,
.labs #nav li.nav_labs ul a:active{
	color:#693;
}

#logo{
	left:-15px;
	position:absolute;
	top:50px;
}

/*Home Page*/

.home {
	background:#fff url(/img/bg_body_home.jpg) repeat-x top left;
}

.home #wrapper {
	width:980px;
}

.home #content{
	background:#ccc url(/img/home.jpg) no-repeat top left;
	overflow:hidden;
	height:651px;
	left:0;
	margin:0 auto 5em auto;
	position:relative;
	width:100%;
}

.home #logo{
	display:none;
}

.home #home_sound{
	left:100px;
	top:100px;
	position:absolute;
}

.home #footer{
	margin-left:0;
	width:100%;
}

#copy {
	color:#000;
	left:70px;
	position:absolute;
	top:460px;
	width:325px;
	z-index:2;
}

#copy h2{
	color:#000;
	font:bold 125% "BolerRound Regular","Trebuchet MS", arial, helvetica, sans-serif;
	margin:0 0 10px;
	/*text-shadow:2px 2px 3px #000;*/
}

#copy p{
	/*text-shadow:1px 2px 2px #000;*/
}

#copy a{
	color:#000;
}

#copy_profile{
	display:none;
}

/*Screens*/
#screenBox{
	height:405px;
	overflow:hidden;
	position:absolute;
	top:0;
	width:728px;
	z-index:25;
}

.home #screenBox{
	height:651px;
	width:980px;
}

.visited #screenBox{
	display:none;
}

.screen {
	height:100%;
	position:absolute;
	width:50%;
	z-index:1;
}

.home .fauxscreen{
	display:none;
}

.visited .fauxscreen{
	display:block;
}

.screen_glass{
	background:transparent url(/img/bg_screen.jpg) repeat top left;
	height:100%;
	opacity:.8;	
	/*Good ol' IE.*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	width:100%;
}

.screen_edge{
	background:#666 url(/img/bg_screen_rim.jpg) repeat top left;
	height:100%;
	position:absolute;
	top:0;
	width:5px;
	z-index:1;
}

#screenLeft .screen_edge{
	right:0;
}

#screenLeft {
	/*background:transparent url(/img/screenleft.jpg) no-repeat top right;*/
	left:0;
	top:0;
}

#screenLeft.open{
	left:-450px;
}

#screenLeftFaux{
	top:0;
	/*left:462px;*/
	left:0;
	width:15px;
	z-index:1;
}

#screenLeftFaux .screen_edge{
	right:0;
}

#screenRight {
	/*background:transparent url(/img/screenright.jpg) no-repeat top left;*/
	right:0;
	top:0;
}

#screenRightFaux{
	top:0;
	right:0;
	width:15px;
	z-index:1;
}

#screenRight.open{
	right:-450px;
}

.logo_door{
	right:0;
	position:absolute;
	top:200px;
	z-index:2;
}

#screenRight .logo_door{
	left:0;
}

/*Product*/
.products #wrapper{
	background:#fff url(/img/bg_products.jpg) no-repeat 82% 49%;
}

.products #content{
	padding:25px 0;
}

.product_intro{
	padding:0 0 2em 15px;
	width:607px;
}

.product{
	/*color:#636363;*/
	clear:both;
	margin:0 0 1em;
	overflow:auto;
	position:relative;
}

.product ul{
	margin:0 0 1em;
	padding:0 0 0 15px;
}

.product_shot{
	display:inline;
	float:left;
	margin:0 15px 0 0;
	width:150px;
}

.product_content{
	display:inine;
	float:left;
	width:425px;
}

.pc2{
	width:325px;
}

.product_features{
	color:#000;
}

/*Products - Tub Overlays*/
.tub_color {
	cursor:pointer;
	font-weight:bold;
}

#tub_popup {
	background:transparent url(/img/tub_popup_bkgd.png) no-repeat top left;
	display:none;
	height:154px;
	left:-90px;
	position:absolute;
	top:200px;
	width:149px;
	z-index:1;
	}
	
#tub_popup_pack {
	background:transparent url(/img/tub_popup_colors.jpg) no-repeat top left;
	height:114px;
	left:3px;
	position:absolute;
	top:25px;
	width:142px;
}

/*Profile*/

.default #profile_content h1{
	display:none;
}

.default #profile_content h1.show{
	display:block;
}

.default #profile_content{
	margin-bottom:5em;
}

.default #profile_copy .moreinfo, 
.default #lnk_qa,
.default #suggestions{
	display:none;
}

#profile_content{
	background:transparent url(/img/bg_profile.jpg) no-repeat top left;
	height:414px;
	margin:0 0 1em;
	padding-top:1px;
	position:relative;
	width:100%;
}

#profile_copy{
	background:transparent url(/img/semi_opaque.png) repeat 0 0;
	color:#434343;
	left:20px;
	margin:0;
	padding:10px 15px;
	position:relative;
	top:15px;
	width:304px;

}

#profile_copy a{
	color:#434343;
}

#profile_copy p{
	margin:0 0 .5em;
}

#profile_copy strong{
	color:#693;
}

#handheld{
	background:transparent url(/img/handheld_profile.png) no-repeat top left;
	height:185px;
	left:25px;
	position:absolute;
	top:280px;
	width:143px;
}

#handheld img {
	left:21px;
	position:absolute;
	top:15px;
}

#handheld_cta{
	background:transparent url(/img/dot.gif) repeat top left;
	display:none;
	height:100%;
	left:0;
	position:absolute;
	text-indent:-9000px;
	top:0;
	width:100%;
	z-index:2;
}

.default #handheld_cta{
	display:block;
}

#profile_disclaimer {
	bottom:0;
	color:#000;
	font-size:75%;
	left:200px;
	line-height:1.1;
	position:absolute;
	width:270px;
}

#sidecontent{
	left:522px;
	position:absolute;
	top:100px;
	width:196px;
}

/*.noresults
{
	bottom:73px;
}

.results
{
	top:100px;
}*/

#sidecontent p{
	line-height:1.15;
}

#sidecontent_cap{
	position:absolute;
	top:-7px;
}

#lnk_qa{
	background:transparent url(/img/faq_tab_l.png) no-repeat top left;
	bottom:0;
	color:#fff;
	font-size:16px;
	left:19px;
	position:absolute;
	white-space:nowrap;
}

#lnk_qa a{
	background:transparent url(/img/faq_tab_r.png) no-repeat top right;
	color:#fff;
	display:block;
	height:100%;	
	left:14px;
	padding:10px 15px;
	position:relative;
	text-decoration:none;
	text-indent:-14px;
}

#lnk_qa_close{
	position:absolute;
	right:25px;
	top:25px;
}

#qa {
	background:transparent url(/img/semi_opaque_dark.png) repeat top left;
	display:none;
	height:414px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:3;
}

#qa_content{
	background:#fff none;
	border:3px solid #693;
	margin:25px;
	min-height:309px;
	padding:25px 125px 25px 25px;
	position:relative;
	
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#qa_content h2 span{
	text-transform:lowercase;
}

#qa dt{
	color:#693;
	cursor:pointer;
	margin:0 0 5px;
	padding:0 20px;
	text-indent:-13px;
}

#qa dt span{
	white-space:nowrap;
}

#qa dt .ques{
	position:relative;
	left:-10px;
}

#qa dd {
	display:none;
	margin:0 0 1em 30px;
	padding:0;
}

#faq_puppy{
	bottom:-28px;
	position:absolute;
	right:-20px;
}

.dot{
	background:transparent url(/img/arrow_dn.gif) no-repeat top left;
	height:9px;
	width:9px;
}

.expand{
	background-image:url(/img/arrow_rt.gif);
}

.moreinfo, .moreinfo a{
	color:#693;
}

#robe{
	height:125px;
	left:490px;
	position:absolute;
	top:0;
	width:200px;
}

#robe img{
	position:absolute;
	width:40px;
}

#robe img#badge_wind{
	left:0;
	top:25px;
}

#robe img#badge_food{
	left:40px;
	top:50px;
}

#robe img#badge_touch{
	left:80px;
	top:25px;
}

#robe img#badge_smells{
	left:120px;
	top:50px;
}

#robe img#badge_additives{
	left:160px;
	top:25px;
}

#robename_box{
	left:450px;
	position:absolute;
	top:135px;
}

/*Quiz*/
.quiz #content{
	background:#fff url(/img/bg_quiz.jpg) no-repeat top left;
	height:418px;
}

.quiz #downStageCopy{
	margin-right:200px;
}

.questions{
	background:transparent url(/img/bg_questions.jpg) no-repeat 191px -5px;
	display:none;
	height:185px;
	left:17px;
	position:absolute;
	top:118px;
	width:518px;
}

.questions .question{
	background:#9c3 none no-repeat top left;
	display:table-cell;
	height:173px;
	vertical-align:middle;
	width:177px;
}

.questions .question p{
	color:#fff;
	font-size:16px;
	line-height:1.35;
	margin:0;
	padding: 15px;
}

#q1{
	display:block;
}

#q6{
	background-image:none;
}

#q6 .question{
	color:#fff;
	height:auto;
	position:relative;
	width:400px;
}

#q6 .question fieldset {
	border-style:none;
	margin:0;
	padding: 20px;
}

#q6 .question legend{
	display:none;
}

#q6 .question label {
	display:inline;
	float:left;
	font-size:14px;
	margin:0 0 5px;
	width:200px;
}

#q6 .question label span{
	display:block;
	font-size:10px;
}


#q6 .question input {
	border-style:none;
	display:inline;
	float:right;
	width:145px;
}

#q6 .question input#btnSubmit{
	width:auto;
}

#q6 .question p{
	clear:both;
	font-size:10px;
	line-height:1.15;
	margin:0 0 2em;
	padding:1em 0 0;
}

#lnk_restart_quiz {
	color:#fff;
	font-size:10px;
	left:25px;
	position:absolute;
}

.answer{
	background:transparent none no-repeat 5px 5px;
	height:81px;
	left:0;
	line-height:1.25;
	position:absolute;
	top:0;
	width:154px;
	z-index:2;
}

.answer a{
	background:transparent url(/img/dot.gif) repeat top left;
	height:81px;
	left:0;
	position:absolute;
	top:0;
	width:154px;
}

.answer p{
	display:table-cell;
	height:81px;
	margin:0;
	padding: 5px 10px 5px 25px;
	vertical-align:middle;
}

.ansa{
	background-image:url(/img/ansa.gif);
	left:197px;
	top:0;
}

.ansb{
	background-image:url(/img/ansb.gif);
	left:360px;
	top:0;
}

.ansc{
	background-image:url(/img/ansc.gif);
	left:197px;
	top:90px;
}

.ansd{
	background-image:url(/img/ansd.gif);
	left:360px;
	top:90px;
}

.quiz_status_box{
	bottom:-80px;
	left:280px;
	position:absolute;
	text-align:right;
	z-index:2;
}

.quiz_status{
	background:transparent url(/img/quiz_count.png) no-repeat 0 0;
	height:18px;
	width:141px;
}

#q1 .quiz_status{}
#q2 .quiz_status{background-position:0 -18px;}
#q3 .quiz_status{background-position:0 -36px;}
#q4 .quiz_status{background-position:0 -54px;}
#q5 .quiz_status{background-position:0 -72px;}

.quiz_pup{
	bottom:-110px;
	position:absolute;
	z-index:1;
}

#quiz_pup6{
	left:513px;
}

#quiz_pup5{
	left:485px;
}

#quiz_pup4{
	left:441px;
}

#quiz_pup3{
	left:429px;
}

#quiz_pup2{
	left:457px;
}

#quiz_pup1{
	left:422px;
}

/*About*/
.about #content{
	background: url(/img/bg_about.jpg) no-repeat;
	height:414px;
	width:734px;
	position:relative;
	margin-bottom:5em;
}
.about #packshot
{
	position:absolute;
	left:240px;
	top:207px;
}
.about h1
{
	position:absolute;
	top:50px;
	left:25px;
	width:168px;
	color:#693;
	margin:0px;
}
#about_copy{
	color:#fff;
	margin:0 0px 0 382px;
	padding-top:35px;	
	width:318px;
	line-height:1.3em;
}
#about_copy p
{
	color:#000;
}
#about_copy2
{
	background-color:#693;
	padding:10px 10px 1px 22px;
}
#about_copy2 p
{
	color:#fff;
}
#about_copy2 h2{
	color:#fff;
	margin:0 0 10px;
}
#about_footer
{
	position:absolute;
	bottom:0px;
	left:0px;
	padding:0px 0px 9px 25px;
	margin:0px;
}
#about_footer span
{
	font-weight:bold;
}
#about_footer a
{
	color:#000;
}

/*Labs*/

.labs #nav{
	left:0;
	margin:25px auto 1em;
}

.labs #footer{
	left:0;
	margin:1em auto 0;
}

.labs #wrapper{
	width:100%;
}

.labs #content{
	left:0;
	width:100%;
}

.labs #labstage{
	height:405px;
	overflow:hidden;
	position:relative;
	width:100%;
}

.labs #screenBox{
	display:none;
}

.labs .screen{
}


.labarrow{
	outline:none;
	position:absolute;
	top:50%;
	z-index:60;
}

/*#lab_left img{
	position:relative;
	left:-400px;
}

#lab_right img{
	position:relative;
	left:380px;
}*/

/*.labs #screenLeft.open{
	left:-370px;
}
.labs #screenLeft.open{
	right:-370px;
}*/

.labs #library{
	display:none;
}

.labs #cards{
	background:#fff;
	display:none;
	height:405px;
	left:0;
	position:relative;
	top:0;
	width:100%;
}

.labs .card{
	background:#fff;
	color:#fff;
	font-size:3em;
	height:405px;
	position:absolute;
	top:0;
	width:728px;
}

.lab_mask{
	/*background:transparent url(/img/bg_screen.jpg) repeat top left;*/
	background:#fff none;
	height:414px;
	opacity:.8;
	position:absolute;
	top:0;
	z-index:25;
	/*Good ol' IE.*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

#maskLeft{
	left:0;
}

#maskRight{
	right:0;
}

/*DownStage*/

#downStage{
	height:170px;
	left:100px;
	position:relative;
	width:734px;
}

.labs #downStage{
	left:0;
	margin:0 auto;
	width:728px;
}

#downStageCanvas{
/*	display:none;*/
	padding:1px 0 0;
	position:relative;
	width:728px;
	z-index:50;
}

#downStageCanvas a{
	cursor:pointer;
}

.downStageImage{
	left:65px;
	position:absolute;
	top:-65px;
	z-index:2;
}

#dsPatch{
	top:-15px;
}

#dsProduct{
	top:-15px;
}

#dsFish{
	left:-50px;
	top:-15px;
}

#dsPeppers{
	left:35px;
	top:5px;
}

#dsHOF{
	left:75px;
	top:-15px;
}

#dsMasque{
	left:25px;
	top:-20px;
}

#dsMasque-yogurt{
	left:-15px;
	top:-65px;
}
#dsMasque-oatmeal, #dsMasque-salt{ 
	left:-15px;
	top:-25px;
}

#dsMasque-pineapple{
	left:45px;
	top:-50px;
}

#dsMasque-honey{
	left:35px;
	top:-25px;
}

#dsHat{
	left:-20px;
}

#dsPlants-ivy{
	left:-25px;
	top:-35px;
}

#dsPlants-flowers{
	left:-20px;
	top:-45px;
}

#dsPlants-aloe{
	left:0;
	top:-45px;
}

#dsJars{
	left:45px;
	top:-35px;
}

#dsWindow{
	left:105px;
	top:-45px;
}

#dsComputer{
	left:75px;
	top:-25px;
}

#dsComputerError{
	left:35px;
	top:-25px;
}

#dsPoly{
	left:43px;
	top:-18px;
}

#dsWool{
	left:32px;
	top:-15px;
}

#dsCotton{
	left:47px;
	top:-13px;
}

#dsSink{
	left:72px;
	top:-18px;
}

#dsBoy{
	left:-15px;
	top:-28px;
}

#dsBrief{
	left:-15px;
	top:-31px;
}

#dsBoxer{
	left:-10px;
	top:-14px;
}

#dsDown{
	left:22px;
	top:-19px;
}

#dsSynth{
	left:16px;
	top:-25px;
}

#dsJewel{
	left:107px;
	top:-25px;
}

#dsJasmine{
	left:50px;
	top:-40px;
}

#dsLemongrass{
	left:65px;
	top:-50px;
}

#dsLavender{
	left:65px;
	top:-50px;
}

#dsFeet{
	left:45px;
	top:-20px;
}

#dsExercise{
	left:55px;
	top:-35px;
}

#dsOnion{
	left:15px;
	top:-30px;
}

#dsGarlic{
	left:15px;
	top:-30px;
}

#dsCurry{
	left:15px;
	top:-40px;
}

#dsArticleLogo{
	left:auto;
	right:545px;
	top:0;
}

#dsWater
{
	left:15px;
	top:-35px;
}

#dsOj
{
	left:25px;
	top:-35px;
	z-index:-1;
}

#dsCereal
{
	left:7px;
	top:-30px;
}

#dsBucket
{
	left:60px;
	top:-27px;
}

#dsDetergent
{
	top:-30px;
}

#dsCosmetic
{
	top:-90px;
	left:95px;
}

#dsSugar
{
	left:60px;
	top:-30px;
	z-index:-1;
}

#downStageCopy{
	margin:15px 25px 0 200px;
}

#downStageCopy ul{
	list-style:none;
	margin:0 0 1em;
	padding:0;
}

.lounge_articles{
	margin-top:0 !important;
}

.multi_list ul{display:none;}

.multi_list ul#sheknows_links1{
	display:block;
}

.lnk_nav_article{
	padding:10px 0 0;
}

.lnk_nav_article a{
	color:#000;
}

#downStageCopy strong{
	color:#693;
}

#dsIntro{
	display:block;
	margin-bottom:.5em;
}

#dsLinkPool{
	display:block;
	margin-top:1em;
	text-align:right;
}

#dsLinkPoolAlt{
	display:block;
	margin-top:1em;
}

#dsLinkPool a, #dsLinkPoolAlt a{
	text-decoration:none;
}

.handheld{
	/*background:red url(/img/handheld.png) no-repeat top left;*/
	left:65px;
	position:absolute;
	top:-65px;
	z-index:1;
}

.act_remain{
	background:transparent url(/img/bg_to_explore.png) no-repeat 0 0;
	left:87px;
	height:45px;
	position:absolute;
	top:-20px;
	width:65px;
	z-index:2;
}

/*Registration*/
.register #content{
	background:transparent url(/img/bg_register.jpg) no-repeat top left;
	height:407px;
	left:115px;
	width:703px;
}

#register_copy{
	bottom:45px;
	left:75px;
	position:absolute;
	width:240px;
}

#register_copy #txtEmail{
	border:1px solid #c3e196;
	margin:5px 0;
	width:200px;
}

#register_copy #subEmail{
	background:transparent url(/img/submit.png) no-repeat top left;
	border-style:none;
	cursor:pointer;
	float:right;
	height:14px;
	margin:0 40px 0 0;
	padding:0;
	text-indent:-9000px;
	width:81px;
}

#register_flavor{
	left:350px;
	position:absolute;
	top:210px;
}

#register_flavor_finish{
	left:280px;
	position:absolute;
	top:170px;
}

#dblClk, #trackingFrame{
	left:-9000px;
	position:absolute;
	top:0;
}

/*Lounge*/
.lounge #wrapper{
	overflow:hidden;
	width:100%;
}

.lounge #content{
	height:405px;
	left:0;
	width:100%;
}

.lounge #footer{
	left:0;
	margin:1em auto 0;
}

.lounge #screenBox{
	display:none;
}

.lounge #screenRightFaux{
	left:707px;
	right:auto;
}

.lounge .fauxscreen .screen_edge,
.lounge .fauxscreen .screen_glass{
	height:405px;
}

.lounge #downStage{
	left:0;
	margin:0 auto;
	width:722px;
}

#flashCanvas{
	left:722px;
	position:absolute;
	top:0;
}
#socialCanvas{
	background:#fff url(/img/bg_lounge_social.jpg) no-repeat top left;
	height:405px;
	left:0px;
	position:absolute;
	top:0;
	width:722px;
}

/*Social Networking*/
#socialmedia{
	left:585px;
	position:absolute;	
	top:115px;
	width:290px;
}

.lounge #socialmedia{
	left:385px;
	top:13px;
}

.sm{
	background:#fff none;
	border:3px solid #a0cf4a;
	height:375px;
	overflow:hidden;
	width:100%;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#sm_twitter{
	display:none;
}

.sm_icon{
	display:inline;
	float:left;
	height:122px;
	left:45px;
	margin-right:3px;
	position:relative;
	top:-60px;
	width:67px;
}

.sm_icon a{
	background:transparent url(/img/bg_social_networking2.png) no-repeat 0 0;
	display:block;
	height:100%;
	outline:none;
	text-indent:-500em;
	width:100%;
}

#sm_icon_facebook a{
	background-position:0 0;
}
#sm_icon_facebook.select a{
	background-position:-67px 0;
}

#sm_icon_twitter a{
	background-position:0 -122px;
}
#sm_icon_twitter.select a{
	background-position:-67px -122px;
}

.home .sm_icon{
	height:79px;
	left:0;
	top:10px;
	width:43px;
}

.home .sm_icon a{
	background:transparent url(/img/bg_social_networking_smaller.png) no-repeat top left;
}

.home #sm_icon_facebook a{
	background-position:0 0;
}

.home #sm_icon_facebook.select a{
	background-position:-43px 0;
}

.home #sm_icon_twitter a{
	background-position:0 -79px;
}
.home #sm_icon_twitter.select a{
	background-position:-43px -79px;
}

#sm_twitter_head{
	margin:0 0 15px;
}

.addthis_default_style{
	display:inline;
	float:left;
	position:relative;
	top:38px;
	width:49px;
}

#atffc{
	left:1px;
	position:absolute;
	top:1px;
}

.dsc_social{
	position:relative;
	top:-25px;
}

/*	Tweeting */
#tweet_canvas{
	margin:10px;	
}

.tweet{
margin:0 0 1em;	
}

.tweet_text{
	
}

.tweet_meta{
	color:#b2b2b2;
}

