/*Möbius New Media Style Sheet*/
@charset "UTF-8";
p, h1, h2, h3, h4, h5, h6, dd, dt, dl, ul, ol, li, hr, td, tr, img, a, form, fieldset, label, input, legend, table, thead, tbody, tfoot, span {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:focus {
	outline: none;
}
/* LAYOUT */
body {
	font-size: 62.5%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: url(../images/body_bg.png) no-repeat center 115px #fff;
}
#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 920px;
}
#header {
	margin: 0;
	padding: 0;
	height: 114px;
	background: url(../images/header_bg.png) no-repeat bottom left;
	position: relative;
}
#header h1 {
	height: 91px;
	width: 235px;
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	top: 23px;
	left: 14px;
}
#header h1 a {
	display: block;
	width:100%;
	height: 100%;
} 
#mainContent {
	margin: 0;
	padding: 35px 45px 25px 45px;
	width: 830px;
	min-height: 357px;
	background: url(../images/mainContent_bgY.gif) repeat-y;
}
#homeContent {
	margin: 0;
	padding: 0;
	width: 920px;
	height: 427px;
	background: url(../images/homeContent_bg.png) no-repeat;
}
#homeLeft {
	margin: 0;
	padding: 0 0 0 10px;
	width: 565px;
	float: left;
	position: relative;
}
#homeRight {
	margin: 0;
	padding: 35px 45px 35px 35px;
	width: 265px;
	float: right;
}
#homeFooter {
	margin: 0;
	padding: 17px 200px 15px 10px;
	background: url(../images/homeFooter_bg3.jpg) no-repeat;
}
.slideshow {
	width: 565px;
	height: 427px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: absolute;
	z-index: 0;
}
.slideshow li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#mainLeft {
	margin: 0;
	padding: 0;
	width: 530px;
	float: left;
}
#mainRight {
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
}
#footer {
	margin: 0;
	padding: 46px 200px 15px 10px;
	background: url(../images/footer_bg3.jpg) no-repeat;
}
#addStore {
	margin: 10px auto;
	padding: 10px;
	width: 400px;
	border: 1px solid #ccc;
	background: #eee;
}
/* NAVIGATION */
#nav {
	width: 521px;
	height: 33px;
	position: absolute;
	background: url(../images/nav.gif) no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 11px;
	bottom: 0;
}
#nav li {
	float: left;
}
#nav li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 33px;
	background: url(../images/nav.gif) no-repeat;
	text-indent: -9999em;
}
#nav li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
	position: absolute;
	top: 33px;
	left: -9999em;
	z-index: 1;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
}
#nav li ul li {
	margin: 0;
	padding: 0;
	background-image: none;
	list-style: none;
	float: none;
	position: relative;
}
#nav li ul li a {
	margin: 0;
	padding: 8px 17px;
	background-image: none;
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 150px;
	height: auto;
	color: #069;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
	position: relative;
}
#nav li ul li a:hover {
	color: #00746b;
	background: #eee;
}
li#nav_about a {
	width: 74px;
	left: 0;
	background-position: 0 0;
}
li#nav_paparrazi a {
	width: 99px;
	left: 74px;
	background-position: -74px 0;
}
li#nav_blog a {
	width: 69px;
	left: 173px;
	background-position: -173px 0;
}
li#nav_press a {
	width: 75px;
	left: 242px;
	background-position: -242px 0;
}
li#nav_storeLoc a {
	width: 81px;
	left: 317px;
	background-position: -317px 0;
}
li#nav_contact a {
	width: 91px;
	left: 398px;
	background-position: -398px 0;
}
li#nav_home a {
	width: 32px;
	left: 489px;
	background-position: -489px 0;
}
li#nav_about a:hover {
	background-position: 0 -33px;
}
li#nav_paparrazi a:hover {
	background-position: -74px -33px;
}
li#nav_blog a:hover {
	background-position: -173px -33px;
}
li#nav_press a:hover {
	background-position: -242px -33px;
}
li#nav_storeLoc a:hover {
	background-position: -317px -33px;
}
li#nav_contact a:hover {
	background-position: -398px -33px;
}
li#nav_home a:hover {
	background-position: -489px -33px;
}
#bodyAbout li#nav_about a {
	background-position: 0px -66px;
}
#bodyPaparrazi li#nav_paparrazi a {
	background-position: -74px -66px;
}
#bodyBlog li#nav_blog a {
	background-position: -173px -66px;
}
#bodyPress li#nav_press a {
	background-position: -242px -66px;
}
#bodyStoreLoc li#nav_storeLoc a {
	background-position: -317px -66px;
}
#bodyContact li#nav_contact a {
	background-position: -398px -66px;
}
#bodyHome li#nav_home a {
	background-position: -489px -66px;
}
#fs {
	position:absolute;
	top:30px;
	right:105px;
	height:37px;
	width:140px;
}
/* FONTS */
p, q, li {
	font-size: 1.2em;
	color: #555;
	margin-bottom: 10px;
}
p.footNote {
	font-size: 1.1em;
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
span.reg {
	font-size: .9em;
}
#footer p, #homeFooter p {
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 1.2em;
	color: #999;
}
h1 {
	font-size: 1.8em;
	color: #069;
}
h2 {
	font-size: 1.6em;
	color: #069;
	margin-bottom: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #069;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #333;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 10px;
}
h4 span {
	color: #00746b;
}
#h2_welcome, #h2_press, #h2_storeLoc, #h2_blog, #h2_shop, #h2_contact, #h2_about, #h2_howItWorks, #h2_retailerDownloads {
	height: 23px;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	margin-left: -1px;
}
#h2_retailerDownloads {
	background: url(../images/h2_retailerDownloads.gif) no-repeat;
}
#h2_howItWorks {
	background: url(../images/h2_howItWorks.gif) no-repeat;
}
#h2_about {
	background: url(../images/h2_about.gif) no-repeat;
}
#h2_blog {
	background: url(../images/h2_styleWhim.gif) no-repeat;
	width: 161px;
	height: 75px;
}
#h2_shop {
	background: url(../images/h2_shop.gif) no-repeat;
}
#h2_contact {
	background: url(../images/h2_contact.gif) no-repeat;
}
#h2_welcome {
	background: url(../images/h2_welcome.gif) no-repeat;
	height: 20px;
}
#h2_press {
	background: url(../images/h2_press.gif) no-repeat;
}
#h2_storeLoc {
	background: url(../images/h2_storeLoc.gif) no-repeat;
}
/* LINKS */
a:link, a:visited {
	color: #00746b;
	text-decoration: none;
}
a:hover, a:active {
	color: #069;
}
#footer a.mobius, #homeFooter a.mobius {
	color: #888;
	font-weight: bold;
}
#footer a.mobius:hover, #homeFooter a.mobius:hover {
	color: #333;
}
.backLink {
	background: url(../images/arrowBack.gif) no-repeat center left;
	padding-left: 14px;
	padding-top: 1px;
	font-weight: bold;
	font-size: .95em;
}
.backLink:hover {
	border-bottom: 1px dotted #069;
}
/* LISTS */
.fiveColList {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20%;
	float: left;
}
.fiveColList li {
	margin: 16px 0;
	padding: 0;
	list-style: none;
}
.fiveColList li a {
	font-weight: bold;
}
.fiveColList li a:hover {
	border-bottom: 1px dotted #069;
}
.pressList {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.pressList li {
	margin: 0 5px 5px 0;
	width: 150px;
	height: 50px;
	padding: 25px 25px;
	overflow: hidden;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	/*border: 1px dashed #ccc;*/
}
.pressList li span {
	position: absolute;
	top: 1px;
	left: 5px;
	display: block;
	z-index: 1;
}
.ulDefault, .olDefault {
	margin: 0 30px 15px 30px;
	padding: 0;
}
.ulDefault li, .olDefault li {
	margin: 5px 0;
	padding: 0;
	font-size: 1.2em;
}
.downloads {
	margin: 0 35px 0 0;
	padding: 0;
	list-style: none;
	width: 45%;
	float: left;
}
.downloads li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}
.downloads img {
	margin: 0 10px 0 0;
}
/* TABLES */
.fourColTable {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}
.fourColTable td {
	padding: 0 20px 50px 0;
	margin: 0;
	vertical-align: top;
}
.fourColTable h4 {
	color: #00746b;
	font-size: 1.6em;
}
/* FORMS */

/* MISC. STYLING CLASSES */
hr {
	height: 1px;
	background-color: #ccc;
	color: #ccc;
	border: none;
	outline: none;
	margin: 15px 0;
	padding: 0;
}
.imgRight {
	margin: 0 0 0 20px;
	padding: 0;
	float: right;
	border: none;
}
.imgBorder {
	padding: 2px;
	background: #eee;
	border: 1px solid #ccc;
}
/* ULTILITIES */
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.floatright {
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}
.smaller {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #069;
}
.smaller a {
	color: #069;
}
.smaller a:hover {
	color: #900;
}
.note {
	font-size: 11px;
	color: #666;
}
/* social media icon sprite 32px */ 
.socialMediaSprite { margin:0 15px 0 0; padding:0; list-style:none; } 
.socialMediaSprite li { margin:0 5px 5px 0; padding:0; list-style:none; float: left; } 
.socialMediaSprite li a { display: block; width: 32px; height: 32px; background: url(../images/icons_social/1.png) no-repeat; text-indent:-9999em; overflow: hidden; } 
.socialMediaSprite li.facebook a { background-position: 0 0; } 
.socialMediaSprite li.facebook a:hover { background-position: 0 -32px; } 
.socialMediaSprite li.twitter a { background-position: -64px 0; } 
.socialMediaSprite li.twitter a:hover { background-position: -64px -32px; } 

#freeshipping {
	position:absolute;
	height: 35px;
	width: 285px;
	right: 35px;
	bottom: 25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#409790;
	}
