/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	color: #414142;
	font-family: 'Source Sans Pro', sans-serif;
}
.clear {
	clear:both
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cl { clear: both;}
p { color: #000;}
/* End Global CSS */

.top_linear{
	height:7px;
	background:#339f9e;
}
/*HEADER*/
#header_bg{
	background:url(../images/header_bg.png) repeat-x;
	height:147px;
	position:relative;
	z-index:50;
}
#header{
	width:960px;
	height:121px;
	margin:0 auto;
	position:relative;
}
#header #menu_login{
	background:url(../images/menu_login.png) no-repeat left top;
	width:113px;
	height:31px;
	position:absolute;
	top:0;
	right:50px;
	cursor:pointer;
}
#header #menu_login p{
	position:absolute;
	top:2px;
	left:50px;
	color:#ffffff;
}
#header #logo, #header #menu{
	float:left;
}
#header #menu #menu_left,
#header #menu #menu_right{
	float:left;
}

#header #menu{
	width:660px;
	padding:80px 0 0 20px;
}
#header #menu ul li{
	float:left;
	border-left:1px solid #ffffff;
	padding:0 16px;
}
#header #menu ul li:first-child{
	border:none;
}
#header #menu ul li a{
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
}
#header #menu ul li a:hover,
#header #menu ul li a.selected{
	color:#000000;
}
#header #menu #property{
	margin-top: -5px;
	margin-left: 53px;
}
#header #menu .button{
	border-radius: 7px;
	border: solid 1px rgba(169,219,223,.66); 
	background-image: -webkit-linear-gradient(bottom, #43a4b1, #0b8074); 
	background-image: -moz-linear-gradient(bottom, #43a4b1, #0b8074); 
	background-image: -o-linear-gradient(bottom, #43a4b1, #0b8074); 
	background-image: linear-gradient(to top, #43a4b1, #0b8074);  
	width: 175px;
	height: 32px;
}
#header #menu #property a{
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-align: center;
	line-height: 32px;
	display: block;
}
/*CONTENT*/
#content #banner{
	width:1024px;
	height:374px;
	margin:0 auto;
	margin-top:-26px;
	position:relative;
}
#cycler {
	float: right;
	height:374px;
	width: 554px;
	overflow: hidden;
	position: relative;
	padding-right: 56px;
}
#cycler img{
	position:absolute;
	z-index:1;
	height:374px;
}
#cycler img.active{
	z-index:3;
}
#content #body{
	width: 960px;
	margin: 0 auto;
}
#content #banner #banner_info{
	position:absolute;
	top: 92px;
	left:0;
	width: 433px;
	z-index: 99;
}
#content #banner #banner_img{
	float:right;
}
#content #banner #banner_info h1{
	font-size:37px;
	font-weight:900;
	color:#626876;
}
#content #banner #banner_info p{
	margin:22px 0 25px 0;
	line-height:23px;
	font-size:14px;
	color:#3b3b3b;
}
#content #bottom{
	background:#f3f3f3;
}
#content #bottom #banner2{
	width:960px;
	margin:0 auto;
}
#content #banner2 p{
	margin:22px 0 25px 0;
	line-height:23px;
	font-size:14px;
	color:#3b3b3b;
}
#content #bottom #banner2 #banner2_info{
	float:left;
	width: 46%;
	border-right: 1px solid #e1dfdf;
	padding-right: 32px;
}
#content #bottom #banner2 #banner2_info2{
	float:right;
	width: 46%;
}
#content #listbar{
	background:#005e61;
}
#content #listbar #innerbar{
	width:960px;
	margin:0 auto;
}
#content #listbar #innerbar #left{
	float:left;
	width:316px;
	height: 354px;
	border-left: 7px solid #eb1e24;
	background:#dedede;
	position:relative;
	padding-top: 38px;
}
#content #listbar #innerbar #right{
	float:left;
	width:630px;
	border-left: 7px solid #61c2cf;
	position:relative;
}
#content #listbar #innerbar .gradiantleft{
	background:url(../images/gradiant_left.png) repeat-y left top;
	width:14px;
	height: 392px;
	position:absolute;
	left:-21px;
	top:0;
}
#content #listbar #innerbar h4{
	color:#eb1e24;
	padding-left:25px;
	padding-bottom:26px;
}
#content #listbar #innerbar #left ul{
	list-style:square;
	color: #eb1e24;
	margin-left:36px;
	width:260px;
}
#content #listbar #innerbar #left ul li p{
	line-height:28px;
	font-size:16px;
	color:#000;
}
#content #listbar #innerbar #right #inner_right{
	float:left;
	width:603px;
	padding:8px 13px 8px 28px; 
	background:url(../images/gradiant_right.png) repeat-y right top;
}
#content #listbar #innerbar #right #inner_right_left{
	float:left;
	width:378px;
	height:178px;
}
#content #listbar #innerbar #right #inner_right_left h4{
	color:#FFFFFF;
	font-size:18px;
	margin:12px 0;
}
#content #listbar #innerbar #right #inner_right_left .showroominfo{
	height:114px;
	margin-left:14px;
	margin-top:20px;
}
#content #listbar #innerbar #right #inner_right_left .showroominfo h5{
	color:#FFFFFF;
	font-size:17px;
}
#content #listbar #innerbar #right #inner_right_left .showroominfo p{
	margin-top:20px;
	color:#FFFFFF;
	font-size:15px;
}
#content #listbar #innerbar #right #inner_right_left .showroominfo span.read{
	margin-top:14px;
	background:url(../images/pointer2.png)no-repeat left 7px;
	padding-left:25px;
	cursor:pointer;
	color:#61c2cf;
}
#content #listbar #innerbar #right #inner_right_left .showroominfo span.read:hover {
	color:#fff;
}
#content #listbar #innerbar #right #inner_right_right{
	float:left;
	margin-left:13px;
	width:197px;
	color:#61c2cf;
	font-size:14px;
	line-height:15px;
	text-decoration:none;
}
#content #listbar #innerbar #right #inner_right_right li p{
	color:#fff;
	font-size:15px;
	padding-bottom: 10px;
}
#content #listbar #innerbar #right #inner_right_right h3{	
	color: #FFFFFF;
	font-size: 18px;
	margin: 12px 0;
}
#content #listbar #innerbar #right #inner_right_right ul li{
	border-top:2px solid #25848b;
	padding:14px 10px;
}
#content #listbar #innerbar #right #inner_right_right ul li span{
	display:block;
	padding-left: 22px;
	background:url(../images/pointer2.png)no-repeat left 4px;
	cursor:pointer;
}
#content #listbar #innerbar #right #inner_right_right ul li span:hover{
	color:#fff;
}

#content #listbar #innerbar #right #inner_right_right ul li:first-child{
	border:none;
}
#content #listbar #innerbar #right #inner_right_right ul li a:hover{
	color:#000000;
}
.breaker_vertical{
	float:left;
	background:url(../images/breaker_vertical.jpg) repeat-y left top;
	width:2px;
	height: 375px;
}

#content #advertising{
	width:960px;
	margin:15px auto 28px auto;
}
#content #advertising .adsholder img{
	float:left;
}
#content #advertising .adsholder img.ad2{
	margin-left:8px;
}
/*FOOTER*/
#footer_bg{
	background:url(../images/footer_bg.jpg) repeat-x left top;
	height:72px;
}
#footer{
	width:960px;
	height:72px;
	margin: auto;
}
#footer #menu{
	height:17px;
	margin:0 20px;
	float:left;
}
#footer #menu li{
	float:left;
	border-left:1px solid #ffffff;
	padding:0 16px;
}
#footer #menu li:first-child{
	border:none;
}
#footer #menu li a{
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
}
#footer #menu li a:hover,
#footer #menu li a.selected{
	color:#fcd86b;
}
#footer #copyright{
	font-size:16px;
	color:#ffffff;
	margin-right:10px;
	float:right;
}
#footer #copyright, #footer #menu{
	padding-top:30px;
}