/********** FERRE SPOSA INTERNET EXPLORER **************************/
				
			
/********** BACKGROUND IMAGES ********************************/

#block1	{
			background-image: url(images/ferrebanner4.jpg);	
			background-repeat: no-repeat; 

		}
#block3 {
        	background-image: url(images/ferreface2.jpg);
			background-repeat: no-repeat; 
		}
#block4 {
			background-image: url(images/sale0.jpg);
			background-repeat: no-repeat; 
	
}
		

/********** EVERYTHING FOR LINKS ****************************************/

ul#navlist
		{
			margin-left: 8em; 		/*move links to right*/
			padding-left: 0em;      /*move links to left*/
			white-space: nowrap; 
		}

#navlist a 
		{ 
			padding: 0em 1em;      /*center the links*/
		}

#navlist li
		{
			display: inline;        /*make links horizontal*/
			list-style-type: none;  /*if you want bullets*/
		}


#navlist a:link, #navlist a:visited
		{
			color: #666;
			background-color: none;
			text-decoration: none;
		}

#navlist a:hover
		{
			color: #000;
			background-color: none;
			text-decoration: none;
		}

/************** FORMATING AND COLORS *************************/

p	{	
		font: 10pt verdana;
		border-width: 0px;
	}

#borderstyle
		{
			border-style: outset;
			border-width: 1px;
		}

#icon-borderstyle{
			border-style:ridge;
			border-width:thin;
			
			
			
}



img	{
		border-width: 0px;
	}

a:link, a:visited, a:active	{
			font-weight: none;
			text-decoration: none; 
			color: #666666;	
	}

a:hover{
			 color: #000;
		}

h4		{
			font: verdana;
		}
		
#news{
			
			border-style:ridge;
			border-width:thin;
}

#offers{
			
			border-style:ridge;
			border-width:thin;
}

/*********** explorer/Location.html ****************/

#location	{
				background-color:#ccc;
				width:335px;
				color: #333;
			}

/********** gowns.html & evenings.html for picture viewer ************/

div#wn	{ 
    		position:relative; 
    		width:330px; 
			height:250px; 
    		overflow:hidden;	
	}

/********** For faqs.html lists ****************************************/

ul {
			font: 10pt verdana;
			color: #666666;
}


