/* styles for Sassone page */

body {
	background: url(images/sassonebkg.jpg) repeat;
	color: #000;
	margin: 0;
	padding: 0;
	font: 10pt Verdana, serif;
	}

a:link {
color: #000;
text-decoration: none;

}

a:visited {
color: #2F2F15;
text-decoration: none;
}

a:hover {
color: #5B0101;
text-decoration: underline; 
}

a:active {
color: #aaaaaa;
background-color: #FFF7E6;
text-decoration: none;
}

#bottomleft a.current {
	color: #FFF7C6;
	}

#main {
	position: relative;
	margin: 30px auto 100px auto;
	width: 800px;
	height: auto;
	}



#topleft {
	background: url(images/sassone.jpg) center no-repeat;
	position: absolute;
	top: 0;
	left: 2px;
	width: 200px;
	height: 200px;
	z-index: 4;
	border-top: 2px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 2px solid #FFF;
	}

#topright {
	background: #5B0101 url(images/attorney1.jpg) center no-repeat;
	position: absolute;
	top: 0;
	left: 202px;
	width: 200px;
	height: 200px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	z-index: 3;
	}

#topright p {
	margin: 50px 0 0 5px;
	font: bold 16px Verdana, serif;
	color: #C4C4C4;
	text-align: center;
	} 

#bottomleft {
	background: #535325;
	position: absolute;
	top: 202px;
	left: 2px;
	width: 200px;
	height: 200px;
	border-top: 1px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	z-index: 2;
	}

#bottomleft ul {
	list-style: square;
	margin: 40px 20px 50px 35px;
	}

#bottomleft li {
	font: bold 16px  Tahoma, sans-serif;
	padding: 5px;
	}

#white {
	background: #FFF7C6;
	position: absolute;
	top: 35px;
	left: 35px;
	width: 750px;
	border: 2px solid #000;
	z-index: 1;
	}

#white ul.address {
	margin-top: 40px;
	margin-left: 580px;
	}

#white ul {
	position: absolute;
	top: 0;
	margin: 40px 10px 10px 370px;
	padding: 10px;
	}

#white li {
	display: block;
	padding-bottom: 10px;
	}

#extended {
	position: relative;
	margin: 153px 10px 10px 180px;
	padding: 10px;
	}

#extended ul {
	position: relative;
	margin: -10px 0 -10px 10px;
	list-style: square;
	}

#extended li {
	display: block;
	font: bold 11px Tahoma;
	}

.header {
	font-size: 14pt;
	font-weight: bold;
	color: #41411D;
	}

#ex1 {
	position: absolute;
	top: 250px;
	left: 5px;
	padding-right: 10px;
	width: 250px;
	border-right: 1px dashed #535325;
	}

#ex2 {
	position: relative;
	top: 10px;
	left: 280px;
	width: 250px;
	margin: 20px 5px;
	}

legend {
	font-weight: bold;
	padding: 5px;
	}

fieldset {
	border: 1px solid #000;
	margin: 10px;
	padding: 30px;
	}

.tabbox {
	color: #000000;
	}

#left {
	margin: 0;
	width: 300px;
	}

.center {
	text-align: center;
	padding-right: 10px;
	}

button {
	background: #FFF7C6;
	color: #000; 
	border: 1px solid #000;
	font-weight: bold;
	}

#footer {
	position: relative;
	bottom: -685px;
	width: 300px;
	margin: 20px auto 50px auto;
	background: #2F2F15;
	border: 1px solid #FFF7C6;
	color: #FFF7C6;
	padding: 0;
	text-align: center;
	}
 
#footer p {
	padding: 1px;
	font-size: 10px;
	}

	
	
