@charset "UTF-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
}

#head {
	height: 44px;
	position: relative;
	background-image: url(graphics/repeat_title_bar.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align:center;
}

#home_logo{
	background-color: #7f2124;
	background-image: url(graphics/home_badge.gif);
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
}

ul.menu{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu li{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(graphics/repeat_sub_title_bar.gif);
}

ul.menu li a{
	height: 30px;
	font-size: 12px;
	color:#FFF;
	padding-top: 14px;
	padding-left: 14px;
	padding-right: 30px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background-image: url(graphics/submenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

ul.homes{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul.homes a{
	color: #FFF;
	text-decoration:none;
}

ul.homes li{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 11px 30px 0 11px;
	background-image: url(graphics/repeat_sub_title_bar_homes.gif);
	height: 109px;
	font-size: 14px;
	color: #FFF;
	position:relative;
}

ul.homes li .photo{
	width: 97px;
	height: 97px;
	float:left;
	border: 1px solid #2D3642;
	margin-right: 11px;
}

ul.homes li .text{
	font-size: 12px;
}

.arrow{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 120px;
	background-image: url(graphics/submenu_homes_arrow.gif);
}

.detail_top{
	padding: 10px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	float:left;
}

.detail_photo{
	width: 212px;
	height: 180px;
	border: 1px solid #2D3642;
	float:left;
}

.agent_photo{
	width: 180px;
	height: 180px;
	border: 1px solid #2D3642;
	margin-left: 4px;
}

.detail_buttons{
	width: 72px;
	padding-left: 10px;
	float:left;
}

.detail_buttons_spacer{
	width: 72px;
	height: 10px;
	float:left;
}

.detail_text{
	font-size: 12px;
	color: #000;
	text-align:left;
	padding: 0 20px 10px 10px;
}

.detail_text a{
	color: #922125;
	text-decoration:none;
}

.detail_title{
	color: #922125;	
	font-weight: bold;
}

.gallery_photo{
	width: 320px;
	height: 328px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	color: #EDEDED;
	background-color: #7f2124;
}

.bottom_bar{
	background-image: url(graphics/repeat_bottom_bar.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 44px;
	width: 100%;
	float:left;
	text-align:center;
}

.bottom_bar_button_wrapper{
	width: 320px;
	margin-left:auto;
	margin-right:auto;
}

.bottom_bar_back{
	background-image: url(graphics/button_gallery_back.gif);
	float: left;
	height: 44px;
	width: 73px;	
}

.bottom_bar_next{
	background-image: url(graphics/button_gallery_next.gif);
	float: right;
	height: 44px;
	width: 69px;	
}

.bottom_bar_text{
	height: 31px;
	width: 178px;
	text-align:center;
	float:left;
	font-size: 15px;
	color: #FFF;
	font-weight:bold;
	padding-top: 13px;
}





/*a:hover {
color: #8cc63f;
}

a:focus {
outline: 0;
}*/
