@charset "utf-8";

body {
	background-color: #fff;
	background-attachment: fixed;
	background-image:url(/images/background.jpg);
	background-position:center top;
	background-size:cover;
	background-repeat: no-repeat;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 15px;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	color:#666;
}

p {
	margin-bottom: 1.1em;
	padding-bottom: 5px;
	margin-top: 0;
	font-size: 15px;
	font-family: "museo-sans",sans-serif;
	font-weight: 300;
	color:#666;
	line-height: 20px;
}
.italics {
	font-style:italic;
	line-height: 20px;
	margin-top: -10px;
	color:#E195AA;
}
h1 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 26px;
	font-family: "nudista-web",sans-serif;
	color:#E195AA;
	line-height: 34px;
	font-weight: 400;
}
h2 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 26px;
	font-family: "nudista-web",sans-serif;
	color: #E195AA;
	line-height: 35px;
	font-weight: 400;
}
h3 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 16px;
	font-family: "nudista-web",sans-serif;
	color:#E195AA;
	line-height: 25px;
	font-weight: 400;
}
h4 {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 18px;
	font-family: "nudista-web",sans-serif;
	line-height: 25px;
	font-weight: 400;
	color: #E195AA;
}
h5 {
	margin-bottom: 0px;
	margin-top: 0;
	font-size: 14px;
	font-family: "nudista-web",sans-serif;
	color:#393838;
	line-height: 22px;
	font-weight: bold;
}

h6 {
	padding: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: "museo-sans",sans-serif;
	color:#FFFFFF;
	background-color: #E195AA;
	line-height: 22px;
	font-weight: normal;
	text-align: center;
}

h6 a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}


#main p.lastNode {
	margin-bottom: 0;
}
a:link img, a:visited img {
	border: none;
}
a:link, a:visited {
	text-decoration:none;
	/*border-bottom: dotted 1px #E195AA;*/
	font-weight:bold;
	color: #E195AA;
}
a:hover, a:active {
	text-decoration:none;
	/*border-bottom: dotted 1px #E195AA;*/
	font-weight:bold;
	color: #000000;
}
div.clearFloat {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0px;
}
li.clearFloat {
	clear: both;
}
ul.symbolList {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.AbsWrap {
	position: relative;
	width: 100%;
}
.rowWrap {
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 934px;
}
#headerWrap {
	width: 100%;
	background:rgba(255,255,255,0.1);
	height: 311px;
	margin: 0px;
	float: left;
}
#astrid {
	margin-:0 0 0 20px;
	float: left;
	height: 310px;
	width: auto;
}
#colwrap1 {
	float: right;
	margin-left: 0px;
	margin-top: 0px;
	width: 50%;
	height:310px;
	background-color: none;
}
.callWrap {
	margin-left: 25px;
	margin-top: 5px;
	float: right;
	height: auto;
	margin-right: 0;
	margin-bottom: 0;
	width: 80%;
	text-align: right;
	font-family: "nudista-web",sans-serif;
	font-size: 40px;
	line-height: 45px;
	color: #E195AA;
}
#facebook {
	margin-left: 25px;
	margin-top: 33px;
	margin-right: 20px;
	display: inline;
	float: right;
	height: 32px;
	margin-bottom: 0;
	width: 32px;
}
#facebook a:link, #facebook a:visited, #facebook a:hover, #facebook a:active{
	text-decoration: none;
	border: none;
}
#call {
	/* [disabled]margin-right: 26px; */
	margin-top: 25px;
	float: right;
	height: auto;
	width: auto;
	font-family: "nudista-web",sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #E195AA;
	text-align: right;
	float-offset: right;
}
#specialising {
	margin-left: 25px;
	margin-top: 117px;
	float: right;
	height: auto;
	margin-bottom: 0;
	width: 80%;
	text-align: right;
	font-family: "nudista-web",sans-serif;
	font-size: 40px;
	line-height: 45px;
	color: #E195AA;
}
#menu {
	margin: 0px;
	float: left;
	height: 48px;
	width: 100%;
	background-color: #E195AA;
}

/* menu css starts here */
/* MENU WIDTH SETTINGS */
#menu, #menu ul{width:100%;}
#menu ul li ul,  #menu ul li ul li {width: 180px;}
#menu ul li ul li a {width:180px; }
#menu ul li ul li ul {left:220px;}
/* MENU COLOR SETTINGS */
#menu, #menu ul li a {
background-color:#E195AA;}
#menu ul li a {
color: #ffffff;}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a  {
color: #ffffff;
}
#menu ul li a:hover, #menu ul li a:focus, #menu ul li a:active, #menu > ul > li:hover > a, #menu li:hover a  {
color: #ffffff;
background:#E195AA 0.9; /* For IE8 and earlier */
}
#menu ul li.selected > a {
background: #FFFFFF;
color: #E195AA;
opacity:0.8;
filter:alpha(opacity=80);
}
#menu ul li ul li a{
border-top: 1px dotted #fff;
}
#menu ul li ul li a {
background: #E195AA;
color: #ffffff;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a{
background-color: #E195AA;
color: #cccccc;
}
/* GENERAL MENU SETTINGS */
#menu {
padding:0px 0px 0px 0px;
font-size: 14px;
}
#menu a{
font-size: 15px;
font-weight: normal;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu ul li {
position: relative;
float: left;
}
#menu ul li a {
float: left;
padding: 17px 25px 12px 25px;
text-decoration: none;
}
#menu ul li.selected > a {
text-decoration: none !important;
}
#menu ul li em {
position: absolute;
left: -10001px;
top: -10001px;
}
#menu ul li ul {
display: none;
position: absolute;
left: 0;
top:100%;
z-index:500;
}
#menu ul li:hover > ul {
display: block;
}
#menu ul li ul li {
display: block;
float: none;
margin: 0;
}
html* #menu ul li ul li {
margin-bottom: 0px;
}
#menu ul li ul li a {
display: block;
float: none;
height: auto;
margin: 0;
padding: 16px 15px 10px 15px;
line-height: 1.3;
}
html* #menu ul li ul li a {
float: left;
}
#menu ul li ul li a:hover, #menu ul li ul li a:focus, #menu ul li ul li a:active, #menu ul li ul li:hover > a {
text-decoration: none;
}
#menu ul li ul li ul {
top: 0;
padding-left: 1px;
}
#menu ul li ul li ul li {
font-size: 1em;
}
#menu ul li ul li ul li a {
}
#menu img{display:none;}

/* menu css ends here*/

#content {
	width: 100%;
	height: auto;
	background:rgba(255,255,255,0.8);
	font-family: "museo-sans",sans-serif;
	font-size: 60%;
}
#social {
	width: 60%;
	float: left;
	height: auto;
	margin: 25px;
	text-align: left;
}
#socialHome {
	width: 95%;
	float: left;
	height: auto;
	margin: 25px;
	text-align: left;
}
#leftCol {
	width: 63%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
}
#colWide {
	width: 95%;
	min-height: 500px;
	margin: 0 auto;
	float: left;
	padding:20px;
}
#colLeft {
	width: 30%;
	min-height: 300px;
	float: left;
	margin: 30px 5px 30px 25px;
	text-align: left;
}
#colMid {
	width: 30%;
	min-height: 300px;
	float: left;
	margin: 30px 5px 30px 20px;
	text-align: left;
}
#colRight {
	width: 30%;
	min-height: 300px;
	float: left;
	margin: 30px 0px 30px 20px;
	text-align: left;
}
.moreBtn a {
	background-color:rgba(135,40,133,1.00);
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 18px;
	display: block;
}
.moreBtn {
	width: 200px;
	height: 30px;
	background-color:rgba(135,40,133,1.00);
	color: rgba(255,255,255,1.00);
	margin: 20px 0;
	float: left;
	padding-top: 12px;
	text-align: center;
	display: block;
}
.moreBtn a:hover {
	color:rgba(137,137,137,1.00);
}
.homeContent {
	width: 62%;
	min-height: 440px;
	margin: 25px;
	float: left;
}
.promo {
	width: 30%;
	float: left;
	margin: 25px 0 25px 0;
	min-height: 440px;
}
.homeCol {
	width: 60%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 38px;
	margin-left: 25px;
	margin-bottom: 5px;
}
.blogCol {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 38px;
	margin-left: 25px;
	margin-bottom: 5px;
}
.blogCol2 {
	width: 60%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 20px;
	margin-left: 25px;
	margin-bottom: 5px;
}
.blogFeed {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: -80px;
	margin-bottom: 5px;
}
ul.blogFeed li {
	display: inline;
	width: 100%;
	height: auto;
	padding:10px 0 10px 0px;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 13px;
	float:left;
	border-bottom: #716E6E dotted 1px;
}
.storeCol {
	width: 95%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 38px;
	margin-left: 25px;
	margin-bottom: 5px;
}
#rightCol {
	width: 30%;
	float: left;
	min-height: 650px;
	margin: 25px 20px 25px 5px;
}
.twoCol {
	width: 49%;
	float:left;
}
#rightCol p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 2px;
}
#rightCol a:link {
	color: #5F5E5E;
	text-decoration: none;
}
#rightCol h6 a:link {
	color: #fff;
	text-decoration: underline;
}
#shopCol {
	width: 28%;
	float: left;
	height: auto;
	margin:25px 5px 25px 25px;
	text-align:left;
}
#shopMain {
	width: 64%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 25px;
}
#wideCol {
	width: 94%;
	float: left;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.textinput {
    float: none;
    padding: 2px;
    font-size: 1em;
	font-family: "museo-sans",sans-serif;
    display: block;
    width: 100%;
	height: 32px;
    background-color: #ffffff;
    border: 1px solid #989797;
	margin-bottom: 2px;
}

.label {
	float: none;
	color: black;
    font-size: 0.8em;
	font-family: "museo-sans",sans-serif;
    text-align: left;
    line-height: 1em;
	margin-bottom: 5px;
    display: block;
}
.button {
	height: 35px;
	width: 120px;
	color: #E195AA;
	background-color: #AFAEAE;
	border:none;
}


#bookBtn {
	padding: 15px 5px 2px 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15px;
	font-family: "museo-sans",sans-serif;
	color:#E195AA;
/*	background-color: #E195AA;
*/	line-height: 22px;
	font-weight: normal;
	text-align: center;
	height: 35px;
	background-color: #ffffff;
	border: 1px solid #E195AA;
}

#bookBtn a:link {
	font-size: 23px;
	color:#E195AA;
	font-weight: bold;
	text-decoration: none;
	
}
.signature {
	font-family: "lush",sans-serif;
	font-size: 50px;
	color: #E195AA;
	margin: 0;
}
#footer {
	margin:0px;
	display: inline;
	float: left;
	height: auto;
	width: 100%;
	background-color: #E195AA;
}
.footerCopy {
	color: #FFFFFF;
	float: left;
	text-align: left;
	font-size: 14px;
	font-family: "nudista-web",sans-serif;
	padding: 55px 30px 0px 30px;
	margin-bottom: 5px;
	width: 90%;
}
.footerCopy p {
	font-family: "nudista-web",sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
.footerCopy a:link, .footerCopy a:visited {
	font-family: "nudista-web",sans-serif;
	text-decoration:none;
	border-bottom: dotted 1px #ffffff;
	font-weight:500;
	font-size: 13px;
	color: #ffffff;
}
.footerCopy a:hover, .footerCopy a:active {
	font-family: "nudista-web",sans-serif;
	text-decoration:none;
	border-bottom: dotted 1px #000000;
	font-size: 13px;
	font-weight:500;
	color: #000000;
}
/* Blog */
.hentry header {
	position: relative;
	width: 100%;
	margin: 0;
}
.hentry .published {
	float: left;
}
 /* Published style 1 */
.hentry .one .published { 
    position: absolute; 
    left: -69px; 
    top: 0; 
    width: 42px; 
    height: 84px; 
    padding: 5px 0 0 2px; 
    text-align: center; 
	text-transform:uppercase;
    background:url(/images/blog/published-box.png) no-repeat; 
}
.hentry .one .published span { 
    display: block; 
    font: 17px/1 "nudista-web", sans-serif; 
    color: #fff;
	text-transform:uppercase;
}
.hentry .one .published .day { 
    font-size: 30px; 
	text-transform:uppercase;
}
.hentry header.one h1 { 
    padding-bottom: 20px;
    margin: 0 0 5px;
}
.entry {
	width: 90%;
}
.blogPost {
	width: 94%;
	margin: 25px;
	float: left;
}
.blogPost h3 {
	font-family: "nudista-web",sans-serif;
	font-size: 20px;
	font-weight:300;
	line-height: 28px;
	border-bottom: dotted 1px #E195AA;
	color:#E195AA;
	text-transform:uppercase;
}
.blogPost h3 a:link, .blogPost h3 a:visted, .blogPost h3 a:hover, .blogPost h3 a:active {
	text-decoration: none;
}
.blogName {
	color:#999;
}
.blogResponse {
	font-size: 16px;
	font-weight:300;
}
.email {
	padding-top: 50px;
	font-size: 12px;
}
/* SHOP Nav */
ul.navCustomer {
	width: 100%;
	float: left;
	text-align:left;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 13px;
	padding: 0;
}
ul.navCustomer li {
	display: inline;
	width: 100%;
	height: 20px;
	padding:0;
	font-family:"museo-sans", Helvetica, sans-serif;
	font-weight: 100;
	font-size: 13px;
	float:left;
	border-bottom: #716E6E dotted 1px;
	margin-top:2px;
	margin-bottom: 5px;
	margin-left: -37px;
}
ul.navCustomer li a{
	color: #666;
	text-decoration:none;
	font-weight: 100;
}
ul.navCustomer li a:hover{
	color: #E195AA;
	text-decoration:none;
	font-weight: 100;
}
/* end customer nav */


/* ORDER HISTROY */
#order-history { width: 100%;}
#order-history span { display: block; float: left;  }
#order-history span.col-1 { width: 370px; }
#order-history span.col-2 { width: 100px; text-align: left; }
#order-history span.col-3 { width: 91px; text-align: right; }

#order-history p, #order-history li { position: relative; overflow: hidden; clear: both; width: 595px; }
#order-history p {  margin: 0;  font-weight: bold; }
#order-history ol { list-style: none; margin: 0; padding: 0; }
#order-history ol li { padding: 9px 0;}



@media only screen and (max-width: 480px) {
	#main {
	margin: 0 auto;
	width: 100%;
		float: none;
		clear: both;
		height: auto;
		
	}
	h1 {
		padding-top: 20px;
	}
	img {
		width: 100%;
		height: auto;
	}
	
	#leftCol {
		width: 95%;
		float: none;
		clear: none;
		margin: 5px auto;
	
	}
	#social {
		display: none;
	}
	#rightCol {
		width: 90%;
		float: none;
		clear: both;
		margin: 5px auto;
	}
	#footer {
		width: 100%;
		margin: 0 auto;
		height: auto;
	}
	.footerCopy {
		width: 90%;
		margin: 1% auto;
		padding: 2%;
		text-align: center;
	}
	.flexslider {
		display: none;
	}
	#shopCol {
		width: 100%;
		height: auto;
	}
	#shopMain {
		width: 90%;
		height: auto;
	}
	
	.callWrap {
		margin: 10px auto;
		float: none;
		clear: both;
		width:100%;
		text-align: center;
		top: -300px;
position: relative;
	}
	#call {
		margin-left: 20px;
		float: left;
		
	}
	#facebook {
		float: left;
		left: 10px;
	}
	#astrid {
		top: 200px;
		position: relative;
	}
	
	#headerWrap {
		width: 100%;
		height: auto;
		float: none;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	
	#colwrap1 {
		width: 90%;
		height: auto;
		margin: 0 auto;
		float: none;
		clear: both;
	}
	#specialising {
		width: 100%;
		float: none;
		clear: both;
		margin: 5px auto;
		text-align: center;
		height: auto;
		top: -300px;
position: relative;
	}
}
