body  {
  margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EEDA56;	
}

p   {
  font-family: Arial, Verdana, sans-serif, Georgia;
	line-height: 1.5em;
	text-align: justify;
	padding: 0px 5px 0px 0px;
}

#greenarrow {
 color: gray;
 font-weight: normal;
 text-decoration: none;
 background: url(greenarrow.gif) no-repeat 0%;
 padding-left: 10px;
}

ul {
	 list-style: sphere; 
}

li  {
  padding-left: 5px;
}		 

a  {
 color: gray;
 font-weight: normal;
 text-decoration: none;
}

a:link  {
 color: gray;
 font-weight: normal;
 text-decoration: none;
}

a:visited  {
 color: gray;
 font-weight: bold;
 text-decoration: none;
}

a:hover  {
 color: blue;
 text-decoration: none;
 font-weight: bold;
}

table  {
  border-top: 1px solid #E7E6EA;
  border-left: 1px solid #E7E6EA;
  border-right: 1px solid #E7E6EA;
	border-collapse: collapse;	
}

caption  {
		font-family: Arial,Verdana, sans-serif, Georgia;
		color: #666;
		padding-bottom: 4px;		
}
		
th, td {
		font-family: Arial, Verdana, sans-serif, Georgia;
		font-size: 13px;
		background-color: #FFFFE8;
		padding: 2px 0px 2px 3px;
		border-bottom: 1px dotted #E7E6EA;
}

th  {
		font-family: Arial,Verdana, sans-serif, Georgia;
		color: #ffffff;
		background-color: #AC936C;
  	border-top: 1px solid #999;
		padding: 3px;
		letter-spacing: 3px;
		text-align: left;			
}
		
h1  {
		font-family: Georgia,Arial,Verdana, sans-serif;
		font-size: 26px;
		letter-spacing: 5px;
		color: #AB2F2C;
		padding: 0px 0px 0px 0px;
		background-color: #FEB44A;
		border-bottom: 40px solid #ED8000;
		border-top: 40px solid #EFAA23;		
		width: 100%;
}		

h3  {
		font-family: Arial,Verdana, sans-serif, Georgia;
		font-size: 14px;
		color: #666;
		margin-bottom: 4px;
		width: 750;
		text-align: left;
}		

h5  {
		font-family: Arial,Verdana, sans-serif, Georgia;
		font-size: 10px;
		color: #666;
		margin-bottom: 4px;
		width: 750;
		text-align: right;
}		

#img2  {

		padding: 1px;
		margin-top:-2;
	  margin-bottom:1;
		margin-left:3;
		margin-right:5;		

}

	
small  {
		font-family: Arial,Verdana, sans-serif, Georgia;
		font-size: 11px;
}		

#home  {
		font-family: Arial,Verdana, sans-serif, Georgia;
		font-size: 10px;
		color: #666;
		padding: 5px 0px 5px 0px;
		width: 752;
		text-align: right;
		background-color: #F5F6F7;		
}	

#top {
height: 25%;
}

#main {
}

/* zoom image */

.zoom a
{
float: left;
margin: 0 0 10px 10px;
border: 1px solid #000;
text-indent: -1000em; /* hide the link text */
overflow: hidden;
display: block;
width: 100px; /* show only thumbnail */
height: 133px;
}

.zoom a:hover
{
width: 300px; /* adjust size to zoomed photo */
height: 400px;
background-position: 0 -133px; /* move the image so only the big one shows */
}

#pic1 { background: url(fashion/f1.jpg) no-repeat top left; }
#pic2 { background: url(fashion/f2l.jpg) no-repeat top left; }
	
#pic a {
   background: url("fashion_bg2.jpg") top left no-repeat;
   }
#pic a:hover {
   background-image: url("fashion_bg2.jpg");
width: 200px; /* adjust size to zoomed photo */
	height: 267px;
	background-position: 0 -107px;	 
   }
#pic a:active {
   background-image: url("fashion_bg2.jpg");
   }	
	 
	 
 #navlist
{
background: #FFCC00;
margin: 0px;
padding: 0px;
height: 16px;
border: 1px solid #FFEA93;
}

#navlist li
{
display: inline;
float: right;
margin: 0px;
padding: 0px;
list-style: none;
}

#navlist li a:link, #navlist li a:visited
{
font: bold 24px/18px Georgia, "Times New Roman", Times, serif;
color: #FFEA93;
text-decoration: none;
display: block;
padding: 0px 0px 0px 3px;
margin: 0px;
height: 16px;
overflow: hidden;
width: 135px;
text-align: center;
}

#navlist li a#current
{
color: #FFFFFF;
font-style: italic;
}

#navlist li a:hover, #navlist li a:active
{
color: #AB2F2C;
text-decoration: none;
/* background: #CC3333; */
background: #F6FC52;
text-align: center;
text-transform: uppercase;
font: bold normal 16px/16px, verdana, arial, helvetica, sans-serif;
}	 