/* Chic Lingerie CSS Stylesheet - Main */
/* Developed by Instyle Web Design 2006 */

body {
	font-family: Arial,sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
}

p.menu {
	font-family: Arial,sans-serif;
	font-size: 90%; 
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
}

/* correct IE 5.5 font size in tables */

table { 
	font-size: 85%; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

/* H2 STYLES */
h2 span {
	display: none;
}

.join {
	background: transparent url(../images/h2_joinOurTeam.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}

.package {
	background: transparent url(../images/h2_lingeriePartyPackage.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}

.book {
	background: transparent url(../images/h2_bookALingerieParty.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}

.products {
	background: transparent url(../images/h2_lingerieProducts.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}

.contact {
	background: transparent url(../images/h2_contactUs.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}

.store {
	background: transparent url(../images/h2_ourStore.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}


.copyright {
	background: transparent url(../images/h2_copyright.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}

.privacy {
	background: transparent url(../images/h2_privacy.gif) no-repeat top left;
	width: 297px;
	height: 48px;
	display: block;
}


/* END H2 STYLES */

ul{
 list-style-type: square;
 font-size: 85%;
 margin-top: -3px;
 line-height: 1.2;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

a:link, a:visited {
	color: #873E4B;
	text-decoration: underline;
}

a:hover, a:active {
	color: #C6A955;
	text-decoration: none;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	width: 771px;
	margin: 0;
}

/* BANNER */
#banner{
	background: #3F1D2C url('../images/bannerBg.gif') repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;
	position: relative;
}

#logo{
	margin-left: 63px;
	padding: 0;
	height: 140px;
	width: 137px;
}

#logo span {
display: none;
}
/* END BANNER */

/* PRIMARY NAVIGATION */
#logoBg{
	margin: 0;
	padding: 0;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 140px;
	visibility: visible;
}

#navBg {
	margin: 0;
	padding: 0;
	z-index: 0;
	position: absolute;
	left: 0;
	top: 140px;
	visibility: visible;
	height: 100%;
}

#navBar{
	float: left;
	position: relative;
	top: 0px;
	left: 26px;
	width: 200px;
	z-index: 10;
	visibility: visible;
}



#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 10px 2px 10px 20px;
	font-size: 75%;
	width: 200px;
	font-weight: bold;
	line-height: 200%;
}

#navBar ul a:link, #navBar ul a:visited{
	color: #872B3C;
	text-decoration: none;
}

#navBar ul a:active, #navBar ul a:hover{
	text-decoration: underline;
}

/* END PRIMARY NAVIGATION */

/* FRONT PAGE */

/* FEATURE TEXT */
#feature{
	padding: 0 0 0 5px;
	font-size: 95%;
	position: relative;
	margin: 50px 280px 0 245px;
	z-index: 20;
	visibility: visible;
	width: auto;
}

.featureHeader {
	font-size: 85%;
	font-weight: bold;
	color: #872B3C;
	margin: 0;
	padding: 0;
}
#feature p {
	font-size: 85%;	
	margin: 0;
	padding: 3px 0 15px 0;
	line-height: 1.3;
}
/* Fix for 3px text jog in IE*/
	/*Hide from IE5-Mac. Only IE-Win sees this. \*/
	* html #feature p {
	height: 1%;
	margin-left: 0;
	}
	
	* html #navbar{
	margin: 0 -3px;
	ma\rgin: 0;
	}
	/* End hide from IE5/Mac */

/* GRAPHIC */
#lingerie{
	position: absolute;
	top: 140px;
	left: 382px;
	z-index: 2;
	visibility: visible;
	border-right: 1px solid #3F1D2C;
}

/* END FRONT PAGE*/
/* GENERAL CONTENT */
#content{
	padding: 0 0 0 5px;
	font-size: 95%;
	position: relative;
	margin: 20px 0 0 245px;
	z-index: 9;
	visibility: visible;
	width: 500px;
}

#content p {
	font-size: 85%;	
	margin: 0;
	padding: 3px 0 15px 0;
	line-height: 1.3;
}

/* END GENERAL CONTENT */

/* Booking Form Styles */

#booking table {
	color: #D6BC73;
	font-weight: bold;
}

/* Form styles */

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #DAC690;
	background: #FFFFFF;
}

legend {
	color: #873E4B;
	font-weight: bold;
}

label {
	float: left;
	width: 8em;
	padding-right: 1em;
}

.required {
	color: #760000;
	font-size: 1em;
	font-weight: bold;
}

/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

/************* #footer styles  ***************/
/* FRONT PAGE ONLY */
#FPfooter{
	position: absolute;
	top: 374px;
	background: url(../images/FPfooter.jpg) no-repeat left;
	z-index: 9;
	visibility: visible;
	height: 126px;
	width: 771px;
}

#FPfooter p {
	margin: 105px 0 0 10px;
	font-size: 70%;
	color: #DAC690;
}

#FPfooter span {
	margin: 105px 10px 0 0;
	font-size: 70%;
	color: #DAC690;
	float: right;
	width: 150px;
	text-align: right;
}
/* END FRONT PAGE FOOTER */
#FPfooter a:link, #FPfooter a:visited{
	color: #DAC690;
	text-decoration: none;
}

#FPfooter a:active, #FPfooter a:hover{
	color: #DAC690;
	text-decoration: underline;
}

/* GENERAL FOOTER - all other pages except front page */
#footer{
	position: relative;
	overflow: hidden;
	background: transparent url(../images/footer.gif) no-repeat left;
	z-index: 8;
	visibility: visible;
	height: 126px;
	width: 771px;
}

#footer p {
	margin: 105px 0 0 10px;
	font-size: 70%;
	color: #DAC690;
}

#footer span {
	margin: 105px 10px 0 0;
	font-size: 70%;
	color: #DAC690;
	float: right;
	width: 150px;
	text-align: right;
}
/* END FRONT PAGE FOOTER */
#footer a:link, #footer a:visited{
	color: #DAC690;
	text-decoration: none;
}

#footer a:active, #footer a:hover{
	color: #DAC690;
	text-decoration: underline;
}
