/* CSS Document */

* {
	margin:0 auto;
	padding:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	background:#282828;
}

#print-only {
	display:none;
}

#header-back {
	width:100%;
	background:url(images/header-tile.jpg) repeat-x;
	height:131px;
}

#header {
	background:url(images/header-top.jpg);
	height:66px;
	width:821px;
}

#content-top {
	background:url(images/content-top.jpg);
	height:50px;
	padding-top:15px;
	width:791px;
	padding-left:30px;
}

#logo {
	float:left;
	width:271px;
}

#contact {
	float:right;
	width:160px;
}		

#container {
	width:100%;
	background:#fff;
}

#content-container {
	width:821px;
	margin:0 auto;
}

#menu {
	width:154px;
	padding-left:15px;
	float:left;
}

#menu img {
	 margin-bottom:8px;
}

.menu-item a {
	background:url(images/menu-tab.jpg);
	width:130px;
	padding-left:18px;
	height:30px;
	padding-top:5px;
	display:block;
	text-decoration:none;
	color:#6d6d6d;
}

.menu-item a:hover {
	color:#000;
}

#content {
	width:417px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-size:12px;
	color:#222;
}

#content-full {
	width:577px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	font-size:12px;
	color:#222;
}

p {	
	margin-bottom:8px;
}

#base {
	background:url(images/bg-tile.jpg) repeat-x;
	width:100%;
	height:261px;
}

#content-bottom {
	background:url(images/content-bottom.jpg);
	height:70px;
	padding-top:9px;
	width:821px;
	font-size:11px;
	color:#787878;
	text-align:center;
}

#content-bottom a {
	color:#787878;
	text-decoration:none;
}

#content-bottom a:hover {
	text-decoration:underline;
}

.base-text {
	font-size:24px;
	font-style:italic;
}

#footer {
	background:url(images/base.jpg);
	height:47px;
	width:821px;
}

h1 {
	font-size:16px;
	color:#222;
	margin-bottom:6px;
	margin-top:4px;
}

/* Featured Block */

#featured-block {
	float:left;
	width:160px;
	padding-right:12px;
}

.featured-header {
	font-size:17px;
	color:#787878;
	margin-bottom:8px;
	margin-top:6px;
	clear:right;
}

.featured-item {
	float:left;
	width:160px;
	margin-bottom:10px;
}

.featured-item img {
	margin:2px;
	border:2px solid #454545;
}

.featured-text {
	color:#333;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Listing Pages */

.main-img {
	border:2px solid #454545;
}

.thumb-img {
	border:2px solid #454545;
}

.listing-img {
	float:left;
	width:175px;
}

.listing-img img {
	border:2px solid #454545;
}

.listing-text {
	float:left;
	width:361px;
	padding-left:20px;
	font-size:11px;
}

.listing-text a {
	color:#5082cc;
	text-decoration:none;
	font-size:12px;
}

.listing-text a:hover {
	color:#1d4d94;
}

a {
	color:#333;
	text-decoration:underline;
}

a:hover {
	color:#999;
}

.search-field {
	width:135px;
	float:left;
}

.search-field input {
	width:125px;
}

.search-button {
	float:left;
	width:25px;
}
	