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


/* ============================links*/

ul.primary-links{
	margin:0;
	padding:0;
	text-align:center;
}

ul.primary-links li{
	list-style-type:none;
	display:inline;
	font-size:13px;	
}

ul.primary-links li a{
	color:#eaf9e0;
	text-decoration:none;
	text-transform:uppercase;
	line-height:40px;
	height:40px;
	padding:8px 10px 13px 10px;
}

ul.primary-links li a:hover{
	text-decoration:underline;
}

ul.primary-links li a:active{
	text-decoration:underline;
}

#top ul.links li a:hover{
	background-color:#f4f4f4;
	text-decoration:none;
	color:#ff6d00;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
    -moz-border-radius-topright: 4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	outline:none;
}
#top ul.links li {
padding:0px;
}


#footer ul.primary-links li a{
	color:#ff6d00;
	text-decoration:none;
	text-transform:uppercase;
	line-height:1em;
}


#footer ul.primary-links li a:hover{
	text-decoration:underline;
}

#footer ul.primary-links li a:active{
	text-decoration:underline;
}


/*========================tabs*/


#tabs ul{
	margin:0;
	padding:0;
	float:right;
	width:542px;
	height:60px;
	list-style:none;
	position:relative;
}

#tabs ul li a{
	display:block;
	text-indent:-900%;
	position:absolute;
	outline:none;
}

#tabs ul li a:hover{
	background-position:left bottom;
}

#tabs ul li a.act{
	background-position:left bottom;
}

#tabs ul li .t_find{
	background-image:url(images/tab_find.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:61px;
	left:8px;
	top:36px;
}

#tabs ul li .t_sell{
	background-image:url(images/tab_sell.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:61px;
	left:186px;
	top:36px;
}

#tabs ul li .t_agents{
	background-image:url(images/tab_agent.jpg);
	background-repeat:no-repeat;
	width:178px;
	height:61px;
	left:364px;
	top:36px;
}

#search_det a.i_submit{
    width:60px;
    display:block;
    height:28px;
    line-height:28px;
    padding:0 15px;
    background-color:#ff6d00;
    color:#fff;
    text-align:center;
    text-decoration:none;
    -moz-border-radius: 4px;
     -webkit-border-radius:4px;
    border-radius:4px;
    margin-top:5px;
}
#newsletter a.i_submit {
    width:40px;
}

