/* CSS Document */

div, body, input{ behavior: url(css/iepngfix.htc) }

html
{
	background: url('../images/gradBack.jpg') repeat-x #f5d7df;
}

body
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #582409;
	text-align: center;
	background: url('../images/brownBar.png') 0 156px repeat-x;

}

.noDisplay{display: none;}

#root
{
	background: url('../images/flowersBack.png') -0px -350px no-repeat;
	width: 100%;
	height: 638px;
}

#wrapper
{
	width: 1010px;
	margin: -638px auto 0 auto;
	text-align: justify;
}

#menu
{
	/*background: url('../images/menuBack.png') 330px 110px no-repeat;*/
	height: 200px;
	width: 1010px;
	z-index: 6;
	position: relative;
}

#menu #pinkLabel
{
	position: absolute;
	top: 20px;
	left: 35px;
}

#menu #pinkLabel
{
	position: absolute;
	background:url(../images/pinkLabel.png) 0 0 no-repeat;
	width: 338px;
	height: 185px;	
}

#menu #shoppingBag
{
	position: absolute;
	top: 85px;
	left: 850px;
}

#menu #menuTag
{
	position: absolute;
	background:url(../images/tag.png) 0 0 no-repeat;
	width: 189px;
	height: 342px;	
}

#menu #menuBack
{
	position: absolute;
	background:url(../images/menuBack.png) 0 0 no-repeat;
	width: 667px;
	height: 121px;	
	
	position: absolute;
	z-index: -5;
	top: 110px;
	left: 330px;
}

#menu .homeLink
{
	position: absolute;
	z-index: 100;
	width: 300px;
	height: 100px;
	margin:65px 0 0 50px;
}

#menu ul
{
	padding: 145px 50px 0 0;
	float: right;
}

#menu li
{
	float: left;
	display: inline;
}

#menu li a
{
	display: block;
	width: 100%;
	height: 100%;
}

#menu li a span
{
	display: none;
}

#menu .home{width: 87px; height: 36px; margin: 5px 10px 0 0;}
#menu .shop{width: 73px; height: 36px; margin: 0 15px 0 0;}
#menu .about{width: 91px; height: 34px; margin: 0 20px 0 0;}
#menu .retail{width: 92px; height: 34px; margin: 0 15px 0 0;}
#menu .contact{width: 109px; height: 36px; margin: 0 5px 0 0;}
#menu .press{width: 79px; height: 35px;}

#menu .home a{background: url(../images/menuSprite.jpg) 0 0 no-repeat}
#menu .home a:hover{background: url(../images/menuSprite.jpg) 0 -36px no-repeat}
#menu .home #selected {background: url(../images/menuSprite.jpg) 0 -36px no-repeat}

#menu .shop a{background: url(../images/menuSprite.jpg) 0 -72px no-repeat}
#menu .shop a:hover{background: url(../images/menuSprite.jpg) 0 -108px no-repeat}
#menu .shop #selected{background: url(../images/menuSprite.jpg) 0 -108px no-repeat}

#menu .about a{background: url(../images/menuSprite.jpg) 0 -144px no-repeat}
#menu .about a:hover{background: url(../images/menuSprite.jpg) 0 -178px no-repeat}
#menu .about #selected{background: url(../images/menuSprite.jpg) 0 -178px no-repeat}

#menu .retail a{background: url(../images/menuSprite.jpg) 0 -212px no-repeat}
#menu .retail a:hover{background: url(../images/menuSprite.jpg) 0 -246px no-repeat}
#menu .retail #selected{background: url(../images/menuSprite.jpg) 0 -246px no-repeat}

#menu .contact a{background: url(../images/menuSprite.jpg) 0 -280px no-repeat}
#menu .contact a:hover{background: url(../images/menuSprite.jpg) 0 -316px no-repeat}
#menu .contact #selected{background: url(../images/menuSprite.jpg) 0 -316px no-repeat}

#menu .press a{background: url(../images/menuSprite.jpg) 0 -352px no-repeat}
#menu .press a:hover{background: url(../images/menuSprite.jpg) 0 -387px no-repeat}
#menu .press #selected{background: url(../images/menuSprite.jpg) 0 -387px no-repeat}


.index #content
{
	margin: 10px 0 0 100px;
	width: 851px;
	height: 425px;
	background:url(../images/index/homeBack.png) top left no-repeat;
	z-index: 0;
}

.index #footer
{
	background: url(../images/brownBar.png) top left repeat-x white;
	height: 200px;
	width: 100%;
	position: absolute;
	margin: 0 0 0 0;
	left: 0;
}

.about #content
{
	margin: 0 0 0 100px;
	text-align: justify;
	height: 400px;
	background:url(../images/about-us/mainBack.png) top left no-repeat;
	z-index: 1;
	padding: 100px 60px 0 400px;
	line-height: 200%;
	position: relative;
}

.about #footer
{
	background: url(../images/brownBar.png) top left repeat-x white;
	height: 200px;
	width: 100%; 
	position: absolute;
	margin: -70px 0 0 0;
	z-index: 0;
	left: 0;
}

.contact #content
{
margin: -40px 0 0 100px;
	text-align: justify;
	background:url(../images/whiteGrad.png) 0 -400px repeat-x ;
	z-index: 1;
	padding: 75px 50px 0 50px;
	width: 780px;
	position: absolute;
}

.contact h3
{
	padding: 0 0 50px 80px;
}

.contact h3 b
{
	color: #e41286;
	font-size: 16px;
}

.contact #content li
{
	float: left;
	width: 25%;
	font-size: 11px;
	margin: 0 2% 0 0;
	text-align: left;
}

.contact #content li a
{
	color: #582409;
	text-decoration: none;
}

.contact #content li a:hover
{
	color: #582409;
	text-decoration: underline;
}

.contact #content li h4
{
	font-size: 10px;
	height: 85px;
}

.contact #content li h4 b
{
	font-size: 11px;
}

.contact #content form
{
	height: 260px;
	clear: both;
	padding: 50px 0 0 0;
}

.contact #content .left
{
	float: left;
	width: 40%;
	line-height: 30px;
}

.contact #content .left label
{
	width: 80px;
	float: left;
	display: block;
	line-height: 12px;
	font-weight: bold;

}

.contact #content .left input
{
	float: left;
	display: block;
	width: 200px;
	background: none;
	border: 1px solid #582409;
	clear: right;
	color: #582409;
}

.contact #content .right
{
	float: left;
	width: 50%;
	margin: 0 0 0 10%;
}

.contact #content .right label
{
	font-weight: bold;
	line-height: 12px;
}

.contact #content .right textarea
{
	background: none;
	border: 1px solid #582409;
	width: 100%;
	height: 75px;
	clear: both;
	margin: 10px 0 0 0;
	float: right;
	color: #582409;
	font-family: Arial, Helvetica, sans-serif
}

.contact #content .submit
{
	text-align: left;
	padding: 0 0 0 90px;
}

.contact #content .submit input
{
	color: white;
	border: 0px none;
	background: #e30480;
	width: 86px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	line-height: 21px;
}

.press #content
{
	margin: -40px 0 0 100px;
	text-align: justify;
	background:url(../images/whiteGrad.png) 0 -400px repeat-x ;
	z-index: 1;
	padding: 75px 60px 0 125px;
	width: 695px;
	position: absolute;
}

.press h3
{
	color: #e30480;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 10px 0;
}

.press .top
{
	padding: 0 0 70px 0;
	height: 212px;
}

.press .celebs
{
	padding: 20px;
	margin: 0 0 0 0;
	color: #582409
}

.press .celebs div
{
	padding: 10px 10px 10px 80px;
	height: 130px;
}

.press .celebs div li
{
	width: 31%;
	float: left;
	padding: 0 0 0 9px;
	background:url(../images/leDot.gif) 0 8px  no-repeat; 
	height: 18px;
	line-height: 18px;
	color: #582409;
}

.press .pressList
{
	padding: 0 0 50px 0;
	line-height: 18px
}


.press .pressList li
{
	border-bottom: 1px solid #582409;
	height: 271px;
}

.press .pressList .left
{
	width: 310px;
	float: left;
	padding: 15px 0 0 0;
}

.press .pressList .right
{
	float: left;
	width: 380px;
	padding: 15px 0 0 0;

}

.press .pressList .right b strong
{
	text-transform:uppercase;
	font-weight: bold;
}

.press .pressList a
{
	text-decoration: none;
	color: #582409;
}

.press .pressList a:hover
{
	text-decoration: underline;
	color: #582409;
}

.retail #content
{
	margin: -40px 0 0 100px;
	text-align: justify;
	background:url(../images/whiteGrad.png) 0 -400px repeat-x ;
	z-index: 1;
	padding:295px 60px 50px 125px;
	width: 695px;
	position: absolute;
	z-index: 2;
}

.retail .top
{
	padding: 0 0 50px 0;
	position: relative;
	margin-top: -230px;
	width: 100%;
	height: 150px;
}

.retail #content a
{
	color: #582409;
	text-decoration: none;
} 

.retail #content a:hover
{
	text-decoration: underline;
	color: #582409;
}

.retail .top h3
{
	color: #e30480;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 20px 0;
}

.retail .top li
{
	margin: 0px;
	padding: 0 5% 0 0;
	float: left;
	width: 40%;
}

.retail .top ul
{
	width:800px !important;
}

.retail .top b
{
	display: block;
	font-size: 110%;
}

.retail h3
{
	color: #e30480;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 0 50px 0;
}

.retail #content ul
{
	float: left;
	width: 50%;
}

.stateName
{
	color: #e30480;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 0 20px 0;
}

.retail li strong
{
	font-weight: bold;
}

.retail li
{
	padding: 0 0 15px 0;
}

.shop #content
{
	margin: -40px 0 0 100px;
	text-align: justify;
	background:url(../images/whiteGrad.png) 0 -400px repeat-x ;
	z-index: 1;
	padding: 95px 30px 0 125px;
	width: 725px;
	position: absolute;
}

.shop #left
{
	float: left;
	width: 142px;
	padding: 0 33px 0 0;
}

.shop #left li
{
	padding: 10px 0;
	background: url(../images/leDotter.gif) bottom left repeat-x
}

.shop #left li a
{
	color: #582409;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.shop #left .shopSelect a
{
	color: #e3027f ;
}

.shop #left li a:hover
{
	text-decoration: underline
}

.shop #right
{
	margin-left: 180px;
}

.threeCross
{
	height: 100%;
	width: 552px;
	float: left;
}

.shop #right .threeCross li
{
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
	padding: 0 0 50px 0;
}

.shop #right .threeCross li a
{
	background: white;
	display: block;
	text-align: left;
	color: #e51587;
	text-decoration: none;
	padding: 9px 0 0 9px;
	border:1px solid #ceb5b0;
}

.shop #right .threeCross li a:hover
{
	background: #f1d8e1;

}

.shop #right .threeCross li a img
{
	display: block;
}

.shop #right .threeCross li a span
{
	display: block;
	height: 30px;
	line-height: 30px;
}

.shop .inner li a
{
	color: #582409 !important;
}

.shop .inner li a span
{
	height: 60px !important;
	line-height: 18px !important;
	padding: 5px 0;
}

.inner .alert
{
	margin: 0 0 15px 0;
	border:2px solid #e3027f;
	padding: 25px 20px 15px 320px;
	width: 180px;
	line-height: 16px;
	font-size: 11px;
	height: 126px;
}

.inner .alert a
{
	color: #e3027f;
	text-decoration: none;
}

.inner .alert a:hover
{
	text-decoration: underline;
}

.shop #shopNav
{
	display: block;
	height: 20px;
	padding: 0 0 15px 0;
}

.shop #shopNav ul
{
	float: right;
	padding: 0 10px 0 0;
}

.shop #shopNav li
{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #582409; 
	line-height: 12px
}

.shop #shopNav .first
{
	border: 0px none;
}

.shop #shopNav li a
{
	text-decoration: none;
}

.shop #shopNav li a:hover
{
	text-decoration: underline;
}

.detail .detailRight
{
	width: 254px;
	float: left;
}

.detail .detailRight img
{
	padding: 10px;
	background: white;
	border:1px solid #ceb5b0;
	display: block;
}

.detail .detailRight a
{
	float: right;
	padding: 2px 10px;
	background: #faecf0;
	text-decoration: none;
	color: #582409;
	border: 1px solid #ceb5b0;
	font-weight: bold;
	border-top: 0px none;
	margin-right: -2px;
	font-size: 11px;
}

.detail .detailLeft
{
	margin: 0 0 0 254px;
	padding: 0 0 0 30px;
	color: #666666;
}

.detail .detailLeft p
{
	padding: 15px 0 30px 0;
}

.detail .detailLeft select
{
	margin: 0 0 20px 0;
}

.detail .detailLeft h2 b
{
	color: #e30480;
	font-size: 13px;
}

.detail .detailLeft h2
{
	color: #582409;
	font-size: 11px;
	font-weight: bold;
}

.detail .detailLeft label
{
	line-height: 14px;
	margin: 3px 0 0 0; 
	padding: 0 10px 0 0;
	float: left;
}

.detail .item
{
	display: block;
	padding: 25px 0 35px 0;
	height: 348px;
}

#shadowbox_loading a
{
	color: white;
}
