@charset "utf-8";
/* CSS Document */

*, html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #252c31;
}
p {
	padding:8px 0;
}
#wrapper {
	width: 100%;
	background:#ede9d0 url("images/salesbodybg.png") top center repeat-y;
}
#header {
	height: 130px;
	width: 824px;
	margin: 0 auto;
}
#headerwrap {
	height: 126px;
	width: 824px;
	margin: 0 auto;
}
#logo {
	height: 48px;
	margin: 39px 0 0 10px;
	padding: 0px;
	float:left;
}
#titlelink {
	margin: 0;
	top:-2px;
	left:-2px;
	position:absolute;
	padding: 0px;
	color:#FFFFFF;
}
#title {
	position:relative;
	margin: 39px 0 0 10px;
	padding: 0px;
	float:left;
	color:#454545;
}
#title a {
	color:#FFFFFF;
}
#title h1 {
	font-size:36px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#main {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
}
#content {
	width: 800px;
	padding: 15px 0;
	float: left;
	line-height: 1.3em;
}
.posttop{
	height:9px;
	background:#fdfdfc url("images/salesposttop.png") top left no-repeat;
}
.post {
	background:#fdfdfc url("images/salespostbg.png") top left repeat-y;
}
.post ul {
	padding: 5px 17px 10px 20px;
}
.post ol {
	padding: 5px 17px 10px 20px;
}
.postbot{
	height:9px;
	background:#fdfdfc url("images/salespostbot.png") top left no-repeat;
}
.entry-text{
	padding: 25px 35px;
}
#footer {
	height: 52px;
	width: 100%;
	margin: 0px;
	background: url("images/salesfooterbg.png") top center no-repeat;
	clear: both;
	text-align: center;
	padding: 30px 0 0 0;
}

#menu{
	margin: 0 auto;
	padding: 0;
	height:23px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}
#menu li {
	width:auto;
	margin:0 5px;
	display:inline;
}
#menu li a:link, #menu li a:visited {
    text-decoration: none;
    color:#454545;
	font-weight:bold;
	font-size:12px;
	height:23px;
	width:auto;
	line-height:23px;
	padding:0 5px;
	text-align:center;
	font-family:Arial, Times, serif;
}
#menu li a:hover {
	text-decoration: none;
	color:#000;
}