
body {
	background: #fff;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

.container {
	text-align: left;
}

.header {
	background: #000;
	padding: 15px 45px 15px 45px;
}

.subheader {
	font-size: 14px;
	color: #0d897b;
	font-weight: bold;
}

.content {
	padding: 15px 30px 15px 30px;
	width: 800px;
}

.right {
	position: absolute;
	left: 500px;
	width: 280px;
	padding: 0 50px 7px 0;
	font-size: 11px;
	color: #444;
}

.text {
	padding: 0 15px 0 15px;
}

.text a {
	font-weight: bold;
	color: #444;
	text-decoration: none;
}

.text img {
	border: 0;
}

.smalltext{
	font-size: 12px;
	color: #444;
}

.highlight {
	font-weight: bold;
	color: #d93e78;
}

.required {
	color: #0d897b;
	font-weight: bold;
}

.menubar {
	background: url('images/menu.jpg') top repeat-x;
	height: 32px;
	width: 750px;
}

.menubar ul {
	position: relative;
	left: -30px;
	padding-top: 8px;
}

.menubar li{
	display: inline;
	padding: 7px;
	padding-bottom: 9px;
	margin-left: -4px;
	border-left: 1px #c6c6c6 solid;
	border-right: 1px #fff solid;
}


.menubar li:hover {
	background: url('images/menuhover.jpg') top repeat-x;

}

.menubar a {
	text-decoration: none;
	font-weight: bold;
	color: #555;
}

.menubar a:hover {
	text-decoration: underline;
	color: #000;
}


.menubarfirst, .menubarfirstcur {
	float: left;
	background: url('images/menuleft.jpg') top left no-repeat;
	height: 32px;
	width: 4px;
}

.menubarfirstcur {
	background: url('images/menuleftcur.jpg') top left no-repeat;
}

.menubarlast {
	float: right;
	background: url('images/menuright.jpg') top right no-repeat;
	height: 32px;
	width: 4px;
}

.pagelinks {

}

.pagelinks a{
	padding: 1px 2px 1px 2px;	
	border: 1px #ccc solid;
	margin: 1px;

}


.pagelinks a:hover{
	padding: 1px 2px 1px 2px;	
	border: 1px #0d897b solid;

}

.pagetext {
	padding: 2px;
	color: #000;
	font-weight: bold;
}

.pagenum {
	font-weight: bold;
	padding: 1px 2px 1px 2px;	
	border: 1px #00483d solid;	
	background: #0d897b;
	color: #fff;
}
.boxtitle{
	color: #d93e78;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 10px 7px 10px;
}

.box {
	padding: 15px 0 15px 0;
	border: 1px #eee solid;
	width: 450px;
}

.sidetitle{
	color: #d93e78;
	font-weight: bold;
	font-size: 14px;
	padding: 7px 10px 0px 10px;
}

.sidetitle a{
	color: #d93e78;
	text-decoration: none;
}

.sidetitle a:hover{
	text-decoration: underline;
}

.side {
	margin-right: 15px;
	padding: 5px 10px 5px 10px;
	width: 260px;
	text-align: justify;
}

.side img, .sidetitle img { 
vertical-align: text-top;
}

.side a{
	color: #000;
	font-weight: bold;
}

.searchleft, .searchright {
	font-size: 10px;
	color: #444;
	padding: 0 15px 0 15px;
}

.searchleft input, .searchright input, .select{
	width: 200px;
}


.searchleft {
	float: left;
}

.modelimage {
	padding: 5px;
	background: #fff;
	border: 1px #ccc solid;
	width: 150px;
}

.modelimage img{
	border: 0;
}

.modelfoot {
	clear: both;
}

.modelinfo {
	padding-left: 5px;
	float: right;
	width: 245px;
}

.model, .modelP, .modelM, .modelE, .modelU, .modelG, .modelB, .modelJ, .modelMD {
	font-size: 11px;
	padding: 15px;
	background: url('http://wheatsnostalgia.com/images/model.jpg') bottom no-repeat;
	color: #333;
}

.modelname {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.modelP {
	background: url('http://wheatsnostalgia.com/images/modelpromo.jpg') bottom no-repeat;
}

.modelM, .modelMD {
	background: url('http://wheatsnostalgia.com/images/modelmemory.jpg') bottom no-repeat;
}

.modelG {
	background: url('http://wheatsnostalgia.com/images/modelrebuilt.jpg') bottom no-repeat;
}

.modelU {
	background: url('http://wheatsnostalgia.com/images/modelunbuilt.jpg') bottom no-repeat;
}

.modelE {
	background: url('http://wheatsnostalgia.com/images/modelextra.jpg') bottom no-repeat;
}

.modelB {
	background: url('http://wheatsnostalgia.com/images/modelbuilt.jpg') bottom no-repeat;
}

.footer {
	background: #000;
	padding: 15px 45px 15px 45px;
	color: #fff;
	clear: both;
}