/*------------------------------------------------------------
NORMALIZE styles
-------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,fieldset,textarea,p,blockquote,th,td, img {  
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
a:focus, a:active, a { outline: none;}

/*------------------------------------------------------------
STRUCTURE styles
-------------------------------------------------------------*/


html {
     height:100%;
     padding:0;
     margin:0;
}
body {
     height:100%;
     padding:0;
     margin:0 auto;
	-x-system-font:none;
	background-color: #fff;
	color: #515151;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
}

#header{
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}
#top_msg h1{
	font-size: 11px;
}
#content{
	text-align: center;
}
#logo {
        background-image: url(../images/logo_home.png); 
        background-repeat: norepeat;
        width:250px;
        height:100px;
        padding: 0px;
        margin: 0 auto;
        }
#middle_msg{
	font-size: 15px;
	color: #007cff;
}
.break{
	clear: both;
	height: 20px;
}

#location_search{
	padding: 0px;
	float: left;
	margin: 0px 5px;
	text-align: left;
}
.box{
	height: 40px;
    padding: 0;
    margin: 0 2px 0 2px;
    float: left;
}
#typology_select{
	padding: 0px;
	float: left;
}
#main_search{
	margin: 10px auto;
	width: 700px;
}
.input-select-search{
	font-size: 21px;
	font-weight: bold;
}
.signupbtt{
	float: left;
	width:260px;height:35px;
	margin: 0px 0px 0px 0px; 
	font-size: 13px; 
	font-weight: bold;
	background: url(../images/signupbg.png) no-repeat;
}
.signuplink{
	margin: 0px 0px 0px 5px;
	text-decoration: none;
	text-align: center; 
	color: black;
	margin: 6px 0px 0px 0px;
	width:260px;height:35px;
}
.searchbutton{
	margin: 0px 5px;
	width:120px;
	height: 41px;
	background-image: url(../images/search.png); 
    background-repeat: norepeat;
    text-align: center;
    font-weight: bold;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	float: left;
}
.searchbutton:hover{
	margin: 0px 5px;
	width:120px;
	height: 41px;
	background-image: url(../images/search.png); 
    background-repeat: norepeat;
    text-align: center;
    font-weight: bold;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	float: left;
}
.areset{
	text-decoration: none;
	color: #515151;
}
.searchtext{
	padding: 8px;
	margin-top: 0px;
}
#suggest_search{
	clear: both;
	width: 925px;
	margin: 0px auto 0px auto;
	text-align: left;
}

.city{
	clear: both;
}
.city_row{
	width: 200px;
}

.city a, a:visited { text-decoration: none; color: #4c4c4c;}
.city a:hover { color: #007cff; }

#languages_switch{
	width: 210px;
	margin: -10px auto 0px auto;
	padding: 0px 0px 0px 10px;
}
.lang_flag{
	float: left;
	margin:0px 5px 0px 0px;
	padding: 4px 0px;
	cursor: pointer;
}
.lang_flag:hover{
	float: left;
	margin:0px 5px 0px 0px;
	padding: 0px;
	cursor: pointer;
	border-bottom: 4px solid #007cff;
	border-top: 4px solid #007cff;
}
.lang_flag_current{
	float: left;
	padding: 0px;
	margin:0px 5px 0px 0px;
	cursor: pointer;
	border-bottom: 4px solid #666;
	border-top: 4px solid #666;
}
/*
 * forms
 */


 
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ddd; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='hidden'] { display:none; }

fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; }  
legend { padding: 0 .8em 0 .8em; }
legend+* { margin-top: 1em; }  
textarea, input[type='text'], input[type='password'] { padding: .1em 0 .1em .4em; }
option { padding: 0 .4em .1em; }
form div { margin-bottom: .8em; }
button, input[type='button'] { padding: .2em .3em .2em .1em; line-height: 100%; }
