/* @group font-reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

body {
	line-height: 1.22;
	font-size: 13px;
}

table {
	font-size: inherit;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	line-height: 99%;
}

/* @end */

body {
	font-family:Arial, "Trebuchet Ms", Verdana;
	color:#333;
	background:#fff url(/myimages/body-back.gif) repeat-x left top;
	margin:0;
	padding:0;
}

#group {
	width:948px;
	background-color:#fff;
	/*border:1px solid #b4b4b4;*/
	position:relative;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:161px;
	top:0;
	position:absolute;
	width:948px;
	background-color:#05006d;
}

img.logo {
	position:absolute;
	top:30px;
	left:0;
}

img.text {
	position:absolute;
	top:17px;
	left:250px;
}

ul.menu {
	display:block;
	width:948px;
	height:40px;
	position:absolute;
	top:95px;
	left:0;
	line-height:3em;
	padding-left:0;
	text-transform:uppercase;
	background-position:left center;
	background-repeat:repeat-x;
}

ul.menu li {
	display:inline;
	margin-right:8px;
}

ul.menu li.last {
	position:absolute;
	right:0;
	margin-right:0;
}

ul.menu li a:link, ul.menu li a:visited {
	color:#fff;
	padding:5px 5px 7px;
}

ul.menu li a:hover {
	text-decoration:underline;
}

ul.submenu {
	display:block;
	width:943px;
	height:25px;
	position:absolute;
	top:135px;
	left:0;
	text-transform:uppercase;
	background-color:#f3f2f0;
	color:#00009d;
	font-size:11px;
	line-height:2.3em;
	padding-left:5px;
}

ul.submenu li {
	display:inline;
	margin-right:5px;
}

ul.submenu li a:link, ul.submenu li a:visited {
	color:#00009d;
	margin-right:5px;
}

ul.submenu li a:hover {
	text-decoration:underline;
}

a:link, a:visited {
	text-decoration:none;
	color:#00009d;
}

a:hover {
	font-weight:normal;
	font-style:normal;
	text-decoration:underline;
	color:#00009d;
}

ul.right-list {
	list-style-position:outside;
}

ul.right-list li {
	margin-left:20px;
	list-style-type:circle;
}

.red {
	color:#ac0000;
}

div.info {
	position:absolute;
	right:0;
	top:55px;
	color:#daa63f;
	text-align:right;
	line-height:1.3em;
}

div.info strong.tel {
	font-size:16px;
}

div.info a:link, div.info a:visited {
	color:#daa63f;
	text-decoration:none;
}

div.info a:hover {
	color:#daa63f;
	text-decoration:underline;
	font-weight:normal;
	font-style:normal;
}

span.language {
	right:0;
	top:20px;
	position:absolute;
	text-align:right;
	color:#daa63f;
	display:block;
	width:200px;
}

span.language a:link, span.language a:visited {
	color:#daa63f;
	font-weight:normal;
	font-style:normal;
}

span.language a:hover {
	text-decoration:underline;
	font-style:normal;
	font-weight:normal;
}

#content-split {
	padding-top:190px;
	width:560px;
	float:left;
	padding-right:40px;
}

#featured {
	margin-top:30px;
}

.featured-box {
	width:233px;
	float:left;
	margin-bottom:20px;
}

.featured-box2 {
	width:233px;
	float:right;
	margin-bottom:20px;
}

.featured-box img, .featured-box2 img {
	width:233px;
	height:155px;
	display:block;
	margin-bottom:5px;
}

.featured-box strong, .featured-box2 strong {
	display:block;
	margin-bottom:5px;
	font-size:14px;
}

#rightcol {
	width:303px;
	float:right;
	border-left:1px solid #ccc;
	margin-top:190px;
	padding-left:40px;
}

.right-featured {
	display:block;
	width:263px;
	margin-bottom:20px;
}

.right-featured img {
	width:263px;
	height:197px;
	display:block;
	margin-bottom:5px;
}

#footer {
	width:918px;
	margin-bottom:30px;
	background-color:#f3f3f3;
	padding:15px;
}

#footer p {
	padding:0;
	margin:0 0 5px;
}

.home-search {
	display:block;
	position:relative;
	background-color:#f3f2f0;
	padding:10px;
	border:1px solid #cec5bd;
}

.home-search strong {
	font-size:14px;
}

.home-search .quick-search {
	position:absolute;
	top:13px;
	left:330px;
}

#footer hr {
	display:block;
	height:1px;
	border-style:none;
	background-color:#ccc;
	color:#ccc;
}

strong, strong a:link, strong a :visited, strong a:hover {
	font-weight:bold;
}

.clear {
	clear:both;
}

h1 {
	margin-bottom:15px;
	font-weight:bold;
	color:#333;
	font-size:22px;
}

h2 {
	margin-bottom:15px;
	font-weight:bold;
	color:#333;
	font-size:14px;
	display:block;
}

h3 {
	margin-bottom:15px;
	font-weight:bold;
	color:#333;
	font-size:16px;
}

h4 {
	margin-bottom:5px;
	font-weight:bold;
	color:#333;
	font-size:16px;
}

h1 a:link, h1 a:visited, h1 a:hover {
	margin-bottom:15px;
	font-weight:bold;
	font-size:22px;
}

h2 a:link, h2 a:visited, h2 a:hover {
	margin-bottom:15px;
	font-weight:bold;
	font-size:14px;
	display:block;
}

h3 a:link, h3 a:visited, h3 a:hover {
	margin-bottom:15px;
	font-weight:bold;
	font-size:16px;
}

h4 a:link, h4 a:visited, h4 a:hover {
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}

p {
	margin-bottom:15px;
	line-height:1.5em;
}

.left {
	float:left;
}

.right {
	float:right;
}

.tac {
	text-align:center;
}

/* -------------------RENTAL */

div.rental-box {
	background-color:#f3f3f3;
	border:1px solid #ccc;
	padding:15px;
	margin-bottom:25px;
}

div.rental-box p {
	padding:0;
	margin:0;
}

div.rental-box h2 {
	border-color:#4f36fe;
	color:#00009d;
	font-size:20px;
	margin-bottom:5px;
}

div.rental-box h2 a:link, div.rental-box h2 a:visited {
	font-weight:bold;
	text-decoration:none;
}

div.rental-box h2 a:hover {
	font-weight:bold;
	text-decoration:underline;
}

div.rental-box strong {
	display:block;
	margin-top:5px;
}

/* -------------------PRINT VERSION */

body.print-version {
	font-family:Arial, "Trebuchet Ms", Verdana;
	color:#333;
	background:#fff none 0;
	margin:0;
	padding:0;
}

#group-print {
	width:948px;
	background-color:#fff;
	/*border:1px solid #b4b4b4;*/
	position:relative;
	padding:0;
	margin-left:20px;
}

#header-print {
	height:100px;
	top:0;
	position:absolute;
	width:948px;
	background-color:#fff;
	color:#000;
}

#content-print {
	padding-top:130px;
	width:948px;
}

/* -------------------TOOLS */

.tools {
	padding:10px;
	background-color:#f3f2f0;
	border:1px solid #ccc;
}

.tools ul li {
	margin-bottom:10px;
}

.tools a:link, .tools a:visited {
	color:#2a517d;
	text-decoration:none;
}

.tools a:hover {
	color:#2a517d;
	text-decoration:underline;
}

.tools strong {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}

/* -------------------REFERENCE */

.reference {
	background-color:#f3f2f0;
	border:1px solid #ccc;
	padding:10px;
}

/* -------------------LISTINGS */

fieldset {
	border:1px solid #ccc;
	padding:20px;
	background-color:#f3f2f0;
}

legend {
	padding-left:10px;
	padding-right:10px;
	font-size:20px;
}

hr {
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}

table.search-table {
	width:390px;
}

table.search-table td {
	padding-bottom:10px;
}

table.checkbox {
	width:100%;
	font-size:11px;
	background-color:#e7e6e3;
	border:5px solid #e7e6e3;
}

table.checkbox td {
	padding-bottom:10px;
}

/* --------------------PROPERTIES */

.properties-box img.portfolio {
	position:absolute;
	bottom:5px;
	right:10px;
	width:16px;
	height:16px;
}

p.paging {
	position:relative;
	display:block;
	width:520px;
}

p.paging span.pag {
	position:absolute;
	right:0;
}

.properties-box {
	border:1px solid #f4f4f4;
	padding:5px;
	display:block;
	width:238px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	height:350px;
	position:relative;
}

.properties-box table {
	width:100%;
}

.properties-box table td {
	padding-bottom:10px;
}

.properties-box strong.price {
	font-size:18px;
	color:#000068;
}

.properties-box p.desc {
	font-size: 11px;
	max-height: 70px;
}

.properties-box strong a:link, .properties-box strong a:visited {
	font-weight:bold;
	text-decoration:none;
}

.properties-box strong a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.properties-box strong.title {
	font-size:14px;
	margin-bottom:8px;
	display:block;
}

.properties-box img {
	width:238px;
	margin-bottom:8px;
}

/* --------------------PROPERTIES 2 */

.properties-box2 img.portfolio {
	position:absolute;
	bottom:5px;
	right:10px;
	width:16px;
	height:16px;
}

.properties-box2 {
	border:1px solid #f4f4f4;
	padding:5px;
	display:block;
	width:238px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	height:315px;
	position:relative;
}

.properties-box2 strong.price {
	position: absolute;
	top: 293px;
	font-size:18px;
	color:#000068;
}

.properties-box2 p.desc {
	font-size:11px;
}

.properties-box2 strong a:link, .properties-box strong a:visited {
	font-weight:bold;
	text-decoration:none;
}

.properties-box2 strong a:hover {
	font-weight:bold;
	text-decoration:underline;
}

.properties-box2 strong.title {
	font-size:14px;
	margin-bottom:8px;
	display:block;
}

.properties-box2 img {
	width:238px;
	height:159px;
	margin-bottom:8px;
}

/* -------------------PROPERTY */

table.property-price {
	width:100%;
	background-color:#f3f2f0;
	border:1px solid #ccc;
}

table.property-price strong.price {
	font-size:18px;
}

table.property-price td {
	padding:5px;
	text-align:center;
}

table.property-table {
	width:100%;
}

table.property-table td {
	padding-bottom:10px;
}

#visor {
	width:520px;
}

#visor #thumb {
	width:170px;
	float:right;
	margin-left:5px;
}

#visor #thumb img {
	width:80px;
}

#visor img.main {
	width:340px;
	float:left;
}

div#property-form {
	padding:20px 20px 15px;
	position:relative;
	background-color:#f3f2f0;
	border:1px solid #ccc;
	width:261px;
}

div#property-form label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

div#property-form input {
	display:block;
	margin-bottom:10px;
}

div#property-form input.button {
	margin:10px 0 0;
	padding:0;
	width:60px;
	height:20px;
}

div#property-form .comments {
	width:260px;
}

.city-info {
}

.city-info strong {
	display:block;
	margin-bottom:5px;
}

label.check {
	display:block;
	float:left;
	width:160px;
	margin-bottom:3px;
	margin-right:5px;
}

label.check-rental {
	display:block;
	float:left;
	margin-bottom:3px;
	margin-right:5px;
	width:140px;
}

/* --------------------PORTFOLIO */

.portfolio-form {
	padding:20px 20px 40px;
	position:relative;
	background-color:#fafafa;
	border:1px solid #ccc;
}

.portfolio-form label {
	display:block;
	font-weight:bold;
	margin-bottom:5px;
}

.portfolio-form input {
	display:block;
	margin-bottom:10px;
}

.portfolio-form input.button {
	margin:0;
	padding:0;
	position:absolute;
	top:310px;
}

.portfolio-form .comments-portfolio textarea {
	width:230px;
}

/* --------------------CONTACT */

form#contact-form {
	background-color:#f9f9f9;
	width:300px;
	padding:15px;
	border:1px solid #e4e4e4;
}

form#contact-form label {
	display:block;
	margin-bottom:5px;
}

form#contact-form input {
	margin-bottom:10px;
	width:250px;
}

form#contact-form input.button {
	display:block;
	width:auto;
	margin:0;
}

form#contact-form textarea {
	margin-bottom:10px;
	width:230px;
}