@import  url("/css/reset.css");
@import  url("/css/global.css");
@import  url("/css/styles.css");


/* ---------------------------- */
/*         -- Markup --         */
/*                              */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


body {
}

#container {
	min-width: 1088px;
}

.wrapper {
	overflow: hidden;
	zoom: 1;
}

#header {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

#content-wrapper {
	width: 100%;
	float: right;
	margin: 0 0 0 -314px;
}

#content {
	float: left;
	font-size: 0.938em;
	margin: 74px 50px 0 314px;
	display: inline;
}

#aside {
	float: left;
	width: 264px;
	margin: -33px 0px 10px 50px;
	display: inline;
}

#aside2 {
	float: left;
	width: 264px;
	margin: -33px 0 10px 50px;
	display: inline;
}

#logo {
	display: block;
	float: left;
	margin: 20px 0 0 85px;
}

#top-banners {
	float: right;
	margin: 15px 20px 0 0;
	width: 750px;
	color: white;
	font-size: 1.438em;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	zoom: 1;
}

#top-banners a:link {color: white;}
#top-banners a:visited {color: white;}
#top-banners a:hover {color: white;}
#top-banners a:active {color: white;}

#kvartiry {
	float: left;
	margin: 0 20px 0 0;
	padding: 8px 15px 0 15px;
	width: 205px;
	height: 180px;
	background: url(kvartiry2.png) left top no-repeat;
}

#guilford {
	float: left;
	margin: 0 20px 0 0;
	padding: 8px 15px 0 15px;
	width: 205px;
	height: 180px;
	background: url(bg-topbox1.png) left top no-repeat;
}

#absorb {
	float: left;
	padding: 8px 15px 0 15px;
	width: 205px;
	height: 180px;
	background: url(bg-topbox2.png) left top no-repeat;
}

/* ---------- Footer ---------- */
#footer {
	clear: both;
	margin: 10px 50px;
	padding: 0 0 5px 0;
	font-size: 0.750em;
	font-weight: bold;
	color: white;
	background: #272727 url(bg-footer.gif) right top no-repeat;
	overflow: hidden;
	zoom: 1;
}

#footer-bg {
	padding: 0 0 0 69px;
	margin: 0 0 0 16px;
	
	zoom: 1;
}


.fbForm .form { padding-left: 40px; }
.fbForm .name { padding-top: 12px; font-size: 8pt; color: #7d7d7d; }
.fbForm .element { padding-top: 2px; }
.fbForm .element INPUT, .fbForm .element TEXTAREA {
        border: 1px solid #ccc;
        background-color: #E6EFF6;
        font-size: 10pt;       
        color: #2C5883;
}
.fbForm INPUT#fbName,
.fbForm INPUT#fbEMail {
        background-image: url(images/icon_form.gif);
        background-repeat: no-repeat;
        width: 250px;
        padding: 4px 0px 4px 25px;
}
.fbForm INPUT#fbName    { background-position:3px -3px; }
.fbForm INPUT#fbEMail { background-position:3px -33px; }
.fbForm TEXTAREA#fbText {
        padding: 4px 4px 4px 25px;
        width: 425px;
        font-family: Tahoma;
        background: #E6EFF6 url(images/icon_form.gif) no-repeat 3px -93px;
}
.fbForm .captcha-test TD { vertical-align: top; padding-right: 15px; }
.fbForm .captcha { padding-top: 3px; }
.fbForm .captcha IMG { border: 1px solid #ccc; }
.fbForm INPUT#vericode { width: 130px; padding: 4px 0px 4px 25px; background: #E6EFF6 url(images/icon_form.gif) no-repeat 3px -63px; }
.fbForm .submit { padding-top: 15px; }
.fbForm INPUT#fbSubmit {
        border: 1px solid #ccc;
        background-color: #f7f7f7;
        cursor: pointer;
        padding: 2px 15px 2px 15px;
}
.fbForm .error { font-size: 8pt; color: red; display: none; }
/*                              */
/*         -- Markup --         */
/* ---------------------------- */
