/* Common properties */

* {
	font-family: Arial, Tahoma, sans-serif;
}

html, body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}
input, select, textarea {
	font: Menu;
}

a {
	color: #000;
}
a:active {
	color: #900;
}
a:visited {
	color: #333;
}

/* Layout */
div#outer {
	width: 768px;
}

div#header {
	background: #fff url(../i/header-bg.jpg) no-repeat;
	padding: 155px 0 0 200px;
}

div#base-nav {
	height: 85px;
	font-size: 75%;
}

img#logo {
	margin-right: 45px;
}

div#body {
	background: #fff url(../i/body-bg.gif) repeat-y;
	height: expression(Math.max(document.getElementById('content').offsetHeight, 300) + 'px');
	min-height: 300px;
	/*margin: 8px 0 0;*/
}

div#content {
	font-size: 80%;
	margin: 0 60px 0 130px;
}

div#sidebar {
	font-size: 80%;
	left: 60px;
	position: absolute;
	top: 245px;
	width: 190px;
}

div#footer {
	border-top: 2px solid #f60;
	margin-top: 8px;
}

div#bottom-nav {
	color: #000;
	background: #fc791d;
	font-size: 75%;
	font-weight: bold;
	margin: 4px 0;
	padding: 8px 60px;
}

div#copyright {
	font-size: 75%;
	margin: 10px 60px 10px 270px;
}
div#counters {
	font-size: 75%;
	margin: 4px 60px;
}

/* Menus */
div#base-nav a.mm-item img {
	border: 0 none;
	height: 48px;
	margin-right: 14px;
}
div#base-nav a.mm-news img {
	background: transparent url(../i/mm-news.gif) no-repeat center center;
	width: 39px;
}
div#base-nav a.mm-about img {
	background: transparent url(../i/mm-about.gif) no-repeat center center;
	width: 57px;
}
div#base-nav a.mm-projects img {
	background: transparent url(../i/mm-projects.gif) no-repeat center center;
	width: 57px;
}
div#base-nav a.mm-services img {
	background: transparent url(../i/mm-services.gif) no-repeat center center;
	width: 40px;
}
div#base-nav a.mm-objects img {
	background: transparent url(../i/mm-objects.gif) no-repeat center center;
	width: 41px;
}
div#base-nav a.mm-feedback img {
	background: transparent url(../i/mm-feedback.gif) no-repeat center center;
	width: 45px;
}

div#bottom-nav a,
div#bottom-nav a:visited {
	border-left: 1px solid #000;
	color: #000;
	padding: 0 8px;
}

div#bottom-nav .invisible {
display: inline;
}
/* Misc */
.invisible {
	display: none;
}
#news a {
font-weight: bold;
}
#news div {
margin-bottom: .3em;
}

div.map div.map {
margin-left: 1em;
}

table.fb {
border: collapse;
width: 90%;
}
td.fb-left {
text-align: right;
width: 30%;
}
td.fb-right {
text-align: left;
width: 70%;
}
table.fb input, select, textarea {
width: 98%;
}
/* Content */

div#content h1 {
	color: #c00;
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
/*	margin-left: 70px;*/
}

div#content table {
font-size: 1em;
}
