
/* General usage elements */
.title {
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 15px 0;
}
.grey_p {
	background-color:#efefef;
	margin:0px;
	padding:20px;
}
.blue_text {
	color:#0099cc;
	font-style:italic;
}
/* Logos etc. */
#hm_shwst_logo{
	background:url(../images/strt_pkging.png) left 75px no-repeat;
	margin:0 auto;
	width:780px;
	height:300px;
	overflow:hidden;
	_height:245px;
	_margin-top:56px;
}
/* listing page */
/* nav bar */
#frmlinks {
	width:630px;
	height:25px;
	background: url(/images/nav/int_nav_bg.gif) top repeat-x;
}
.int_left_nav_title {
	margin: 5px 0 3px 0;
	color:#ccc;
}
.int_left_nav_link {
	margin: 0 0 2px 10px;
	color:#cc6666;
}
.int_top_controls {
	color:#fefefe;
	text-decoration:none;
}
.int_top_controls:hover {
	color:#fefefe;
	text-decoration:none;
}
/* Trans page */
.trans_house_pic {
	background-color:#eee;
	padding:3px;
	height:55px;
	width:80px;
	text-align:center;
	border:1px solid #eee;
}
.trans_house_desc {
	border:1px solid #eee;
	padding:3px 3px 3px 10px;
	background-color:#fafafa;
	color:#666;
}
.trans_house_desc2 {
	border:1px solid #eee;
	padding:3px 3px 3px 10px;
	background-color:#f4f4f4;
	color:#666;
}
/* contact page */
.cont_title {
	padding:3px;
}
.optheader {
	font-weight:bold;
}

/* btn */
input.btn {
	background:url(../images/btn_wht.gif);
	border:none;
	color:#fefefe;
	font-weight:bold;
	height:29px;
	width:161px;
}












/***********!!!!!!!!!!!!!!!!!!!!!!!!!DEP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/	
/*** interior listings */
.listing_wrapper {
	background-color:#fefefe;
	margin:7px 0 0 1px;
	border:1px solid #e8e8e8;
}
.listing_tab_active {
	background:url(../images/listing_tab.gif) top left no-repeat #e8e8e8;
	padding: 7px 7px 0 38px; height:24px; float:left;
	font-size:14px; font-weight:bold; text-transform:uppercase;
}
.listing_tab_inactive {
	padding: 7px 0 0 20px; height:24px; float:left;
	font-size:14px; font-weight:normal; text-transform:uppercase;
}
.listing_content {
	border-top:2px solid #ccc;
	clear:both; padding: 10px; _padding-top:5px;
}
.listing_thumb {
	width:80px; height:60px; margin:7px;
	overflow:hidden; float:left;
}
#listing_photo {
	margin: 0 auto;
	width:359px; height:236px;
}
/* Footer elements */
#ftr_wrapper{
	clear:both;
	background-color: #ffe9bb;
}
#ftr_shwst_logo {
	background:url(../images/ftr_shwst_logo.jpg) top center no-repeat;
	margin: 0 auto;
	padding:3px 0 0 0;
	width:762px;
	height:158px;
}
/* interior styles */
#int_bg {
	background-image:url(../images/int_bg.gif);
	background-repeat: repeat-x;
}
#int_top_bg {
	background: url(../images/int_bg.jpg) left top no-repeat;
	background-position-y:0px;
	margin:0 auto;
	width:940px;
}
#int_shwst_logo{
	margin:0 auto;
	width:793px;
	height:81px;
	overflow:hidden;
	_margin-top:0px;
}

/** buttons */
.red_nav_button {
	background:url(../images/red_nav_button.gif) no-repeat;
	width:165px; height:19px; padding:6px 0 0 0; margin:8px 0 8px 2px;
	text-align:center;
}
.errors {
	padding:10px;
	margin:3px;
	text-align:center;
	font-weight:bold;
	background-color:#993333;
	color:#fefefe;
}

.ad_border {border:#999 1px solid; padding:2px;}
