@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
img{
	border: none;	
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}

p{
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 15px;
	color: #E9E9E9;
}
a{
	text-decoration: none;	
}
h2 {
	background-color: #f4f3ef;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 30px;
	border: 1px solid #e3e1d7;
	padding-left: 4px;
}
.email a{
}
.email a:hover {
	color: #666;
	text-decoration: underline;	
}


a:hover{
	color: #FFF;
	text-decoration: underline;
}


html,body {
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	background-color: #a70e14;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; /* the bottom margin is the negative value of the footer's height */
}
.wrapper .header {
	background-image: url(../images/oksana_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 138px;
	width: 640px;
	position: relative;
}
.wrapper .header.centered .linkHome {
	width: 380px;
	height: 135px;
}
.wrapper .header.centered .linkHome a {
	height: 135px;
	width: 380px;
	display: block;
}


.wrapper .header .directPhone {
	text-align: right;
	display: block;
	position: absolute;
	width: 300px;
	bottom: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	right: 0px;
}
.wrapper .header .directPhone a {
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
}
.wrapper .header .directPhone a:hover {
	text-decoration: underline;
}

.wrapper .container {
	background-color: #FFF;
	border: 1px solid #000;
	width: 640px;
}
.wrapper .container .leftColumn {
	background-image: url(../images/left_col_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
	width: 135px;
	position: relative;
}

/*MENU*/
.wrapper .container .leftColumn ul {
	list-style-type: none;
	display: block;
}
.wrapper .container .leftColumn ul li a {
	font-size: 17px;
	color: #FFF;
	display: block;
	background-color: #d42027;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 1px;
	padding-left: 8px;
	margin-top: 1px;
	line-height: 20px;
	text-decoration: none;
	font-weight: 400;
	width: 125px;
}
.wrapper .container .leftColumn ul li a:hover {
	background-color: #9d0d13;
}
.wrapper .container .leftColumn .corpLogo {
	padding: 5px;
	position: absolute;
	bottom: 0px;
}

.wrapper .container.centered .rightColumn {
	float: left;
	width: 495px;
	padding: 5px;
	color: #333;
}
.wrapper .yourRealty {
	width: 640px;
	color: #e0abad;
	font-size: 14px;
	text-align: right;
	margin-bottom: 20px;
}
.wrapper .yourRealty .socialMedia {
	float: left;
}

.wrapper .yourRealty span {
	color: #F4E3E3;
	font-weight: bold;
	margin-right: 10px;
}




.push{
	height: 110px;
	background-repeat: repeat;
} 
.footer{
	height: 110px;
	background-repeat: repeat;
	background-image: url(../images/footer_bg.png);
}
