@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/* background-color:#996633; */
	background-image:url(../images/template/brown_velvet_background.jpg);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.sapore #container {
	/* shared container attributes */
	position:relative;
	border: 2px solid #663300;
	background-color:#FFCC66;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	z-index:0;
}

.sapore #logo {
	position:absolute;
	top:-17px;
	left:-44px;
	z-index:101;
}

.sapore #topHead {
	position:absolute;
	background: #FFFFFF;
	top:0;
	left:0;
	height:155px;
	width:800px;
	z-index:1;
}

.sapore #menuBar {
	padding-left:70px;
	position:absolute;
	z-index:100;
	background-color:#FFCC99;
	width:730px;
	height:25px;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	left: 0px;
	top: 112px;
}

.sapore #cssmw {
	position:absolute;;
	z-index:102;
	left: 70px;
	top: 117px;
}

	

.sapore #bottomHead {
	position:absolute;
	background: #FFFFFF;
	height:52px;
	width:800px;
	z-index:1;
}

.sapore #bottomAddress {
	position:absolute;
	z-index:2;
	background-color:#FFCC99;
	width:800px;
	height:25px;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	color:#B45C29;
}

.sapore #bottomAddress .slogn {
	float:left;
	padding-left:20px;
	padding-top:3px;
}

.sapore #bottomAddress .address {
	float:right;
	padding-right:20px;
	padding-top:3px;
}
