* { margin: 0; padding: 0; }
body { font-size: 11px; font-family: Arial, sans-serif; background: #222; color: #35383D; }
h1 { font-size: 22px; color: #5a89cd; font-weight: normal; margin-bottom: 15px; }
h2 { font-size: 20px; font-weight:normal; color: #5a89cd; margin-bottom: 10px; }
h3 { font-size: 16px; color:#5a89cd; margin: 20px 0 10px; }

img { border:none; }
a { color: #35383d; text-decoration: underline; outline:none; }
a:hover { text-decoration: none; color: orange; }
p { line-height: 18px; margin-bottom: 10px; font-family: Verdana; }
li { list-style:none; }
.clear { clear:both; }
.left { float: left; }
.right { float: right; }
.corner5 { border-radius: 5px;	-moz-border-radius: 5px; }
.mr10 { margin-right:10px; }


/* header */
#wrap { width: 1000px; margin: 20px auto 0; }
#header .logo a { float: left; font-size: 28px; color: #5a89cd; padding-left: 72px; height: 45px; line-height: 47px; text-decoration: none;}
#header .logo { position:relative; }
#header .logo img { position:absolute; top: -35px; left:0; }
#header .logo a span { font-size: 16px; }
#header .phone { float: right; font-size: 20px; color: red; font-weight:bold; height: 45px; line-height:60px; }

#menu { margin: 10px 0; }
#menu li { float: left; }
#menu li a { display: block; line-height:48px; height:48px; text-align: center; font-size: 14px; border-right: solid 1px #d4d4d4; width: 143px; background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.01, rgb(226,226,226)),color-stop(0.51, rgb(250,250,250))); background-image: -moz-linear-gradient(center bottom,rgb(226,226,226) 1%,rgb(250,250,250) 51%); text-decoration:none; background-color: #f9f9f9; }
#menu li a.first { border-top-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-topleft: 5px; }
#menu li a.last { border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-right:none; -moz-border-radius-bottomright: 5px; -moz-border-radius-topright: 5px; width: 138px; }
#menu li a:hover, #menu li a.selected { background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.21, rgb(77,125,196)),color-stop(0.61, rgb(93,138,206)));background-image: -moz-linear-gradient(center bottom,rgb(77,125,196) 21%,rgb(93,138,206) 61%); color: #fff; background-color: #5986CB; }

/* content */
#content { border-radius: 10px;	-moz-border-radius: 10px; background: #fff; border: solid 1px #d4d4d4; padding: 20px;  }

#leftCol { float: left; width: 250px; }
ul.leftMenu li { background:url(images/ico_arrow_off.png) no-repeat 14px 12px; }
ul.leftMenu li:hover { background:url(images/ico_arrow_on.png) no-repeat 14px 12px; }
ul.leftMenu li a { line-height:32px; height:32px; width: 210px; text-decoration:none; display:block; padding-left: 30px; font-size: 13px; border-radius: 5px; -moz-border-radius: 5px; border: solid 1px #ccc; margin-bottom:3px; }
ul.leftMenu li a:hover, ul.leftMenu li a.selected { color: #fff!important; background-color: #5a89cd!important; }

#main { width: 685px; float: left; border-left:solid 1px #ddd; padding-left:20px; }

/* properties */
.properties .item { float:left; padding: 0 0 30px 0; text-align:center; width:171px; }
.properties .item img { border-color: #5a89cd; }
.properties .title a { color: #5a89cd; }

/* forms */
.col50 { width:350px; }
.request label { width: 116px; float:left; margin-right:10px; font-weight:bold; text-transform:uppercase; line-height:27px; text-align:right; }
.request input, .request select, .request textarea, a.btn { -moz-border-radius: 5px; border-radius: 5px; margin-bottom: 5px; opacity: 1!important; padding: 5px 10px; width: 200px; background-color:#F0F4F6; border: solid 1px #ddd; font-size:11px; float:left; }
.request select { padding: 3px 0; width:223px; }
.request textarea { width: 664px; }

input.btn, a.btn {  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); height: 35px; width:auto; padding: 0 16px; font: bold 16px Helvetica Neue,Arial,Sans-serif; color: #FFAA22; background:#FFAA22; color:#35383d; cursor: pointer; -mox-box-shadow:0 1px 0 #FFFFFF; text-shadow:0 1px #F0F0F0; text-decoration: none; line-height:35px; }

/* search */
.searchItem { border-radius: 5px;	-moz-border-radius: 5px; background: #eee; border: solid 1px #d4d4d4; padding: 10px; margin-bottom: 10px; }
.searchItem a.btn { float:right; }
.searchItem h3 { margin-top:0 }


