@import url(/css/menu.css);
@import url(/css/forms.css);

/********************************************************
   default.css
   (C) Mangrove 2007
   Default style properties
********************************************************/

body
{
	font-family: arial, verdana, sans-serif;
	text-align: center;
	margin:0;
	padding:0;
	color: #ffffff;
	font-size: 0.8em;
}

/***************************************************/
/*****          surrounding div's              *****/
/***************************************************/

#wrapper
{
	padding: 0;
	margin:0 auto;
	text-align: left;
	width:775px;
}

#content, #center
{
	margin: 0;
	padding: 0;
}

#center
{
	text-align:center;
	margin:40px 0 20px 0;
}

.bottom
{
	clear: both;
	float: none;
}

/***************************************************/
/*****                   text                  *****/
/***************************************************/

a
{
	color: #ff7129;
}

a:hover
{
	background: #ff7129;
	color: #fff;
	text-decoration: none;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
	display:block;
}

img.right
{
	float: right;
}

img.left
{
	float: left;
}

h1, h2, h3, h4
{
	color: #ff7129;
	margin:0;
	padding:0;
}

h1
{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

/***************************************************/
/*****                  header                 *****/
/***************************************************/

/***************************************************/
/*****                   center                *****/
/***************************************************/

ul#logo{
	overflow:hidden; padding:0; margin:0;
}

ul#logo a{display:block}

ul#logo li, ul#logo li.address
{
	width:150px;
	height:150px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

ul#logo li.address
{
	width:260px;
	height:110px;
	background-image:url('/images/bg_address.gif');
	padding:20px;
	cursor:default;
}

ul#logo
{
	margin:0;
	padding:0;
}

address
{
	font-style:normal;
}

/***************************************************/
/*****                   footer                *****/
/***************************************************/

#footer
{	
	clear: both;
	float: none;
	width: 775px;
	height: 40px;
}



#ccDialog {position:absolute; top:0pt; left:0pt; width:100%; height:100%; z-index:100;}
a.closeButton{position:absolute; right:15px; top:15px; background:url(/images/btn_close.gif) no-repeat; display:block; height:20px; width:20px; overflow:hidden; text-indent:200px;}
.window{ background-color:#fff; width:680px; padding:0; margin:70px auto; position:relative; color:#666;}

#ccDialog img{ display:inline;}
.dialogLogo{ margin:20px auto; text-align:center;}
#ccDialog p{ padding:0 10px}


.offices {overflow:hidden;}
.offices div{background:transparent url(/images/bg_forrent.gif) no-repeat top left; width:236px; height:237px; padding:20px 30px 20px 10px; }
.office1{ float:left; margin:0 0 0 40px}
.office2{ float:right; margin:0 40px 0 0}

.dialogFooter{ background:#ff7129; line-height:50px; color:#fff;}
.dialogFooter a{ color:#fff; text-decoration:none;}

