/* Authored by Adam Nathanson
----------------------------------------------- */

body {
	background: #111111;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #cccccc;
}
#productContainer {
	margin: 20px 40px;
	padding: 0;
}
.productImage {
	background:  #1a1a1a;
	width: 300px;
	height: 400px;
	padding: 4px;
	border: 1px solid #313131;
	margin-bottom: 10px;
}
.productMap {
	background:  #1a1a1a;
	width: 500px;
	height: 400px;
	padding: 4px;
	border: 1px solid #313131;
	margin-bottom: 10px;
}
.productWhy p {
	margin-bottom: 20px;
}
/* TEXT
----------------------------------------------- */

p {
	margin: 5px;
}
p.address {
	margin-bottom: 20px;
}
#logo {
	display: block;
	margin: 32px 5px;
	width: 256px;
	height: 34px;
	background: url( /images/logo_error.gif ) no-repeat;
}
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height: 16px;
}
h1 {
	font-size: 15px;
	font-weight: normal;
	padding: 8px 5px;
	color: #eea602;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 8px 0 8px 0;
	text-transform: uppercase;
	color: #97b9cf;
}
