body{
  	background:url(images/body.png) #CCC repeat-x;
  	text-align:center;
  	margin:0px;
  	padding:0px;
  	font-size:11px;
  	font-family:Verdana,Arial,Helvetica,san-serif;
  	cursor:default;
}
.next_prev_listing {
	display:none;
}

table.featured_listings {
	width:200px;
	float:left;
}

#container{
  	background:url(images/container.png) #FFF repeat-y;
  	text-align:left;
  	width:730px;
  	margin:auto;
  	overflow:hidden;
}

#header{
	height:88px;
	background:url(images/header.png) no-repeat;
}

#header h1 a{
  	text-decoration:none;
}

#header h1 span{
  	visibility:hidden;
}

#navigation {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
position:relative;
top:20px;
margin-right:30px;
}

#navigation ul {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(images/tab.png) repeat-x center top;
	text-align: center;
	padding: 0;
	float: left;
}
#navigation a {
	color:#666;
	background: url(images/tab-left.png) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:25px;
	text-decoration: none;
}

#navigation a:hover{
  	color:#222;
}

#navigation a span {
	background: url(images/tab-right.png) no-repeat right top;
	display: block;
	padding:5px 31px 4px 5px;
}
#navigation a span {
	float: none;
}

#navigation li.up {
	display: inline;
	background: url(images/tab-up.png) repeat-x center top;
	text-align: center;
	padding: 0;
	float: left;
}
#navigation li.up a {
	color:#FFF;
	background: url(images/tab-up-left.png) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:25px;
	text-decoration: none;
}

#navigation li.up a:hover{
  	color:#FFF;
  	cursor:default;
}

#navigation li.up a span {
	background: url(images/tab-up-right.png) no-repeat right top;
	display: block;
	padding:6px 31px 4px 6px;
}

#navigation li.up a span {
	float: none;
}

.clear{
  	clear:both;
}
  	

#results{
	color:#FFF;
	position:absolute;
	top:50px;
	width:680px;
	margin-left:10px;
	margin-right:10px;
}

#results a{
  	color:#FFF;
  	text-decoration:none;
}

#results a:hover{
  	text-decoration:underline;
}

#results p{
  	margin:0px;
  	padding:0px;
}

#results .right{
 	float:right; 
}

#results .left{
 	float:left; 
}

#results2{
	color:#444;
	
	width:680px;
	margin-left:10px;
	margin-right:10px;
	padding: 20px;
}

#results2 a{
  	color:#444;
  	text-decoration:none;
}

#results2 a:hover{
  	text-decoration:underline;
}

#results2 p{
  	margin:0px;
  	padding:0px;
}

#results2 .right{
 	float:right; 
}

#results2 .left{
 	float:left; 
}


#content{
	padding-left:18px;
	padding-right:24px;
	padding-top:1px;
}

#content p{
  	color:#444;
	font-size:11px;
	padding-right:15px;
	padding-left:10px;
	margin:0px;
	padding:10px;
}

#right{
  	float:right;
  	width:325px;
  	background:url(images/news.png) no-repeat;
  	margin-top:1px;
  	margin-bottom:1px;
}

#right h3{
	padding-left:110px;
	margin-left:0px;
	margin-top:10px;
}

#right p{
  	padding-left:110px;
  	padding-right:10px;
}

#footer{
	background:url(images/footer.png) no-repeat;
	height:46px;
	width:730px;
  margin: 0px auto;
}

#footer p{
  	margin:0px;
	padding:0px;
	color:#EEE;
	padding-top:20px;
	text-align:center;
	font-size:10px;
}

#footer a{
  	color:#EEE;
  	text-decoration:underline;
}

#footer a:hover{
  	color:#FFF;
  	text-decoration:none;
}

h1{
  	margin:0px;
  	padding:0px;
  	font-size:16px;
  	position:relative;
  	top:10px;
  	left:25px;
  	display:inline;
}

h2,h3{
  	margin-left:10px;
  	margin-right:10px;
	margin-top:10px;
  	font-size:18px;
  	color:#29445F;
  	font-family:Arial,Helvetica,sanserif;
  	margin-bottom:0px;
}

a{
  	color:#29445F;
}

a:hover{
  	text-decoration:none;
}

select{
  	width:200px;
}

#content .thumbnail img, #content #right img{
  	padding:2px;
  	border:1px solid #3D6D9E;
  	background:#FFF;
}

div.thumbnail{
  	float:left;
  	padding:10px;
  	height:135px;
  	text-align:center;
}

div.thumbnail img{
  	margin:5px;
}

.dimensions_depth-min{
  display: none; 
}

.dimensions_width-min{
  display: none; 
}

