li#our-showroom a{
	background: url(/images/our_showroom_black.jpg)  no-repeat;
}
li#our-showroom a:hover{
	background: url(/images/our_showroom_black.jpg)  no-repeat;
}

#front_page_wrapper{
	margin-left:auto;
	margin-right:auto;
	width:946px;
	background: #fff url(/images/greenborder_middle.jpg) repeat-y;

}

#assets{
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:942px;	
}
#asset_footer{
	clear:both;
	width:946px;
	height:17px;
}

#assets a:active img, #assets a:link img, #assets a:visited img{
 	text-decoration: none;
}
dl{
	float:left;
	display:inline;
	margin: 16px 0px 0px 18px;
	width:136px;
	height:175px;
}

dt{
	position: relative;
	width:136px;
	height:136px;
}
dd{
	margin-top:5px;
	font: 75% "Arial";
	color:#999900;
	font-weight: bold;
}
.rounded_frame{ 
	behavior: url(/stylesheets/iepngfix.htc);
	position: absolute;
	left:0;
	top:0;
	width: 136px;
	height:136px;
	background:url(/images/rounded_corner_white.png);
}

#assets a:active.asset_border, #assets a:link.asset_border, #assets a:visited.asset_border{ 
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	display:block;
	background:url(/images/blank.gif) repeat;
	text-decoration: none;
}

#assets a:hover.asset_border{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:100%;
	background:url(/images/rounded_corner.gif);
	display:block;
	text-decoration: none;
}

#asset_image{
	clear:right;
	float:left;
	margin-left:10px;
	margin-top:20px;
	padding-right:20px;
}

#asset_actions{
	float:right;
	display: inline;
	font: 80% "Arial";
	text-transform: uppercase;
	margin-top:15px;
	margin-right: 5px;
	color: #999900;
		width: 400px;
}
#asset_actions img{
	float: left;
	margin-left:20px;
}
#add_room{
	float:left;
		line-height:20px;
		margin-left:5px;
}

#asset_left_right{
	line-height:20px;
	float:right;
}
#asset_actions a:active img,#asset_actions a:link img, #asset_actions a:visited img{
	display: inline;
	text-decoration: none;
	border: 0px;
}
#asset_actions a{
	color: #ff6600;
	
}

#asset_info{
	clear:right;
	font: 90% "Arial";
	font-weight: bold;
	color: #999900;
}

ul#asset_info{
	padding-top:40px;
	list-style: none;
}

#asset_thumbnails{
	margin-left:20px;
	padding-top:20px;
	clear:both;
	font: 90% "Arial";
	font-weight: bold;
	color: #999900;
}

#asset_thumbnails h1{
	font: 100% "Arial";
	font-weight: bold;
	text-transform: uppercase;
}

#asset_thumbnails img{
	float: left;
	margin-right: 10px;
}
#asset_thumbnails img.current_image{
	border: 1px solid #000;
}

#contact_form{
	float:left;
	width:946px;
	margin:10px 0px 0px 0px;
	height:400px;
}

#contact_form h1{

	font: italic normal bold 24px Arial, sans-serif;
}
#left_contact{
	float: left;
	width: 400px;
	margin-left:10px;
}

#right_contact{
	float: right;
	margin-right:50px;
	width: 300px;
}


#contact_form label{
	display:block;
	margin-top:10px;
  margin-bottom: 2px;
	font: 90% Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
		color: #999900;
}

#contact_form input{
	display:block;
	width:300px;
	margin-bottom:15px;
	border: 2px solid #999900;
	height:1.5em;
	color: #999900;
}

input#contact_message{
	display:block;
	height:150px;
}

#contact_form input#submit{
	float: right;
	width:70px;
	height:25px;
	margin-top:50px;
	background:#ff6600;
	border: 0px solid #999;
	color: #000;
}

#contact_form input#submit:hover{
	background:#ff8f44;
	color: #7f4722;
}

.header{
		margin:10px 0px 0px 30px;
}
.header h1{

	font: italic normal bold 24px Arial, sans-serif;
}

.header a{
	float:right;
	margin-right:10px;
  font: 80% Arial;	
  font-weight: bold;
  text-transform: uppercase;
  color:#ff6600;;
}

.note{
	clear:both;
	margin-left:20px;
	font: 80% Arial;	
  font-style: italic;
  font-weight: bold;
  color:#ff6600;
}

.header span.note{
	float:right;
	margin-right:20px;
	margin-bottom:10px;
}

a.remove{
	background: url(/images/remove.jpg) no-repeat left;
	padding-left:17px;
	font-size:11px;
	text-transform: uppercase;
	color: #ff6600;
}

/*Don't Fill*/
#contact_form input.hidden{
	display:none;
}