@charset "UTF-8";
/* CSS Document */

* {
	font-family: "Verdana", Arial, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
	color:#000;

}

a { 
	font-size: 90%;
	color: #000;
	font-weight: bold;
	text-decoration:none
}
a:hover {
    font-size: 90%;
	color: #f0c;
	font-weight: bold;
	text-decoration:none;
	}

p {font-size:12px;
	color:#000000;
	}



h1, h2, h3, h4, h5, h6	{
	padding: 1em 0 .4em;

}


h1 {
	font-size: large;
    }
h2 {
    
	font-size:1.7ems;
	}
h3  {
    
	font-size:1.4ems;
	}
h4  {
	font-size:medium;
}
h5  {
    
	font-size: 1.1ems;
	}
h6  {
    
	font-size: 70%;
	font-weight: normal;
}




#container {
	width:710px;
	margin: 0px auto;
	}


#banner {
	background-image:url(images/bannerP.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:216px;
	margin-right:30px;
}

#content {
	width:760;
	}
	
#menuwrapper {
	border-top: 0;
	border-bottom: 0;
	background-color: #ffeeff;
	z-index:500;
	width: 680px;
}


#menuwrapper li, #menuwrapper a {
	float: left;
	list-style:none;
	padding-left:10px;
}

#menuwrapper li {
  display: inline;
  padding-top:10px 3px 0 3px;
}


#menuwrapper a {
	background-repeat: no-repeat;
	background-position:left center;
	padding: 15px 0px 15px 38px ;
}


#menuwrapper li#home a {
	background:transparent url(images/flwr_pink.jpg) no-repeat;
}
#menuwrapper li#accessories a {
	background-image:url(images/flwr_pink.jpg);
}

#menuwrapper li#collections a {
	;
}

#menuwrapper li#sizing a {
	background-image:url(images/flwr_yellow.jpg);
}

#menuwrapper li#dresses a {
	background-image:url(images/flwr_yellow.jpg);
}

#menuwrapper li#new a {
	background-image:url(images/flwr_green.jpg);
}

#menuwrapper li#tops a {
	background-image:url(images/flwr_green.jpg);
}

#menuwrapper li#gallery a {
	background-image:url(images/flwr_blue.jpg);
}

#menuwrapper li#skirts a {
	background-image:url(images/flwr_blue.jpg);
}

#menuwrapper li#contact a {
	background-image:url(images/flwr_violet.jpg);
}

#menuwrapper li#pants a {
	background-image:url(images/flwr_violet.jpg);
}


#menuwrapper a:hover {
background-position:left;
background-color:#ffeeff;
} 


#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:501;	
}

/*
#menubar a {
	display: block;
	text-decoration: none;
	
	text-decoration: none;
	padding: 5px 10px 25px 10px;
	font-size: .85em;
	color: #666666;
}
*/

#menubar li ul, #menubar ul li  {
	}
	
#menubar li:hover ul, #menubar li.p7hvr ul {
	display: block;
}
#menubar li li { padding: 0; }
#menubar ul li a  {
	border-right: 0;
	padding: 7px 12px 8px 35px;
	width: 100px;
	z-index:502;
}
#menubar li {
position:relative;
}


#menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFeeFF;
	background-repeat: no-repeat;
	left: 0;
	top: 45px;
}

#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.p7hvr a {
	color: #ff00cc;
	background-color: #ffeeff;
}


#menubar li:hover ul a, #menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#menubar ul a:hover {
	background-color: #ffeeff!important;
	color: #666!important;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#trigger a {
color:#006;
font-size:70%;
line-height:70%;
float:left;
clear:left;
width:80;
}


#trigger a:hover {
	color:#f0c;
	text-decoration:none;
	background-image:none;
	}



element.style {
	border-collapse:collapse;
	}





#main_content {
	margin-top:0px;
	padding:10px 10px 200px 0px;
	width:680px;
	position: relative;
	background-color:#FFeeFF;
	border:thick;
	border-color:#FCF;
}


#main_content, #topstrip, #bottomstrip, #middlestrip { 
	position: relative;
 }

#topstrip, #bottomstrip { height: 22px; }
#topstrip { 
	background: url(images/topstrip.gif) no-repeat left top;
	height: 20px;
 }
 
#bottomstrip {
	background:url(images/bottomstrip.gif) no-repeat left bottom;
	height: 20px;
}
#middlestrip { 
	background: url(images/middlestrip.gif) repeat-y;
	padding: 0 30px 0 40px;
}


#footer {
	padding:129px 5px 0 150px;
	width:916px;
	background-image:url(images/footerP.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:10px;
	color:#666;
}		
		
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
/* IE bug fixes below */
ul, ol, dl {
     position: relative;  }
	 
<!--[if IE]>
<style>
.item {
margin: 5px;
padding: 10px;
}
</style>
<![EndIf]-->

html, body {
text-align: center;
}
