 @charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	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: #FFF;
	border-left: 20;
	vertical-align: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 46em;
	height:auto;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 800px;
	height: 150px;
	background-color:#10293E;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position:relative;
	top: 0px;
	left: 0px;
	}

#logo {
	background-image:url(images/cerlogo.png);
	background-repeat:no-repeat;
	width: 600px;
	height: 100px;
	position:relative;
	top: -110px;
	left: 0px;
}
#nav {
	width: 80px;
	height: 50px;
	position: relative;
	top: -400px;
	left:118px;
}
#products {
	width: 100px;
	height: 300px;
	position:relative;
	top: 470px;
	left: -118px;
	color: #624D3E;
}
#text {
	width:700px;
	height: 100px;
	position:relative;
	top: 50px;
	left: 0px;
}

#address {
	width:800px;
	height: 100px;
	position:relative;
	top: 550px;
	left: 2px;
}

#address2 {
	width:800px;
	height: 100;
	position:relative;
	top: 700px;
	left: 0;
}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #624D3E;
	vertical-align: text-top;
	line-height: 22px;	
}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #624D3E;
	vertical-align: text-top;
	line-height: 18px;
}

.highlight {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #10293E;
	vertical-align: text-top;
	line-height: 18px;
}
.smalltype {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #624D3E;
	vertical-align: text-top;
	line-height: 5px;
}

.sale {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
	vertical-align: text-top;
	line-height: 22px;
}
