* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(../images/bg-body.gif) repeat-x;
	margin: 0px;
	padding: 0px 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#message h1 {
	color: #B20000;
}
#logo p {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	font-size: 0.9em;
}

#message h3 {
	color: #666666;
}


#header {
}
#header #logo {
	margin-top: 15px;
	margin-left: 20px;
	float: left;
	width: 20%;
	text-align: center;
}
#header #banner {
	margin-top: 0px;
	width: 75%;
	float: left;
	text-align: center;
}
#header #message {
	float: left;
	width: 75%;
	text-align: center;
	margin-bottom: 20px;
}
#panel {
	float: right;
	width: 500px;
}
#slidePanel {
	height: 350px;
	float: right;
	marign-right: 25px;
	display: none;
}	
#map {
	float: right;
	clear: right;
	margin-right: 50px;
}


#wrapper {
	width: 100%;
}
#products {
	background: url(../images/bg-products.jpg) repeat-x;
	width: 100%;
}
#product1, #product2, #product3, #product4 {
	float: left;
	text-align: center;
}
#product1 {
	width: 30%;
}
#product2 {
	width: 20%;
}
#product3 {
	width: 25%;
}
#product4 {
	width: 25%;
}

#products #disclaimer {
	font-size: 0.8em;
	color: #666666;
	margin-top: 50px;
	clear: left;
	margin-bottom: 50px;
}
#products #disclaimer p {
	margin-bottom: 20px;
}
#header #map a {
	color: #FFFFFF;
	background: url(../images/btn-store.gif);
	display: block;
	width: 177px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	padding-bottom: 12px;
	font-weight: bold;
}

