/* ===== 'styles.css' ===== */

/*	--- --- --- --- ---
[project info]
	name - United Company.
	date - 15.10.2009.
	
	styles:
	--- --- --- --- --- --- --- --- --- ---
	http://www.united-company.by/img/default.css (6 kb)
	http://www.united-company.by/img/main.css (6 kb)
	http://www.united-company.by/img/styles_ie.css (1 kb)
	--- --- --- --- --- --- --- --- --- ---
	total: (13 kb)
	
	developer	- OOO "КасперСистемс"
	reply-to	- http://www.kasper.by 

[fonts]
	1. general (base):		Arial, Helvetica, sans-serif;
						(extra):		"Arial Narrow", Arial, sans-serif;
		 
	2. monospace:					"Courier New", Courier, monospace;
	3. forms:							Arial, Helvetica, sans-serif;

[colors]
	1. links (base):			#12318C;
					(extra):			#f9d06f; #6a7080;
		 
	2. text (base):				#232323;
				 (extra):				#6a7080;
		 
	3. borders:						#808080;
	4. background:				#000000;

--- --- --- --- --- */

/* ='default.css'
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
@import url(default.css);
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* =global
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
html {
	font-size: 100.01%;
}
body {
	background: #000 url(body_bg.png) no-repeat center 10px;
	font-size: 62.5%;	/* - '1em' = '10px' - */
	font-family: Arial, Helvetica, sans-serif;
	color: #232323;
}
/* --- !!! --- */
a:link {
	color: #12318c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	outline: none;	/* - removes outline from links - */
}
/* --- !!! --- */
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =wrapper
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.wrapper {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
}
	/* --- logo --- */
	a.logo {
		display: block;
		width: 156px;
		height: 170px;
		margin: 0px auto;
		font-size: 1.5em;
		position: relative;
		top: 30px;
	}
		a.logo img {
			border: none;

		}
	/* --- // logo//  --- */
	
	/* --- top menu --- */
	.top-menu {
		margin: 59px 0px 11px 346px;
		padding-left: 0px;
		list-style-type: none;
		overflow: hidden;
	}
		.top-menu li {
			display: block;
			height: 21px;
			margin: 0px 10px;
			font-family: "Arial Narrow", Arial, sans-serif;
			font-size: 1.7em;
			font-weight: bold;
			color: #f9d06f;
			text-align: center;
			line-height: 1em;
			float: left;
			position: relative;
			overflow: hidden;
		}
		.top-menu li.about {
			width: 90px;
		}
		.top-menu li.contact {
			width: 72px;
		}
		.top-menu li.map {
			width: 89px;
		}
		/* --- !!! --- */
		.top-menu a {
			display: block;
			width: 100%;
			height: 100%;
			background-image: url(top_menu_bg.gif);
			position: absolute;
			left: 0px;
			top: 0px;
		}
			.top-menu li.about a {
				background-position: 0px -105px;	
			}
			.top-menu li.about a:hover {
				background-position: 0px -84px;	
			}
			.top-menu li.contact a {
				background-position: 0px -63px;	
			}
			.top-menu li.contact a:hover {
				background-position: 0px -42px;	
			}
			.top-menu li.map a {
				background-position: 0px -21px;	
			}
			.top-menu li.map a:hover {
				background-position: 0px 0px;	
			}
	/* --- // top menu // --- */
	
	
	/* =content
	--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
	.content {
		height: 375px;
		text-align: center;
	}
		.content img, .content object {
			outline: none;
		}
		.content img {
			margin-top: 60px;
		}
		.content object {
			margin-top: 10px;
		}
	/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */
	
	
	/* --- bottom menu --- */
	.bottom-menu {
		margin: 26px 0px 0px 228px;
		padding-left: 0px;
		padding-bottom: 288px;
		list-style-type: none;
	}
		.bottom-menu li {
			display: block;
			height: 31px;
			margin: 0px 16px;
			font-family: "Arial Narrow", Arial, sans-serif;
			font-size: 2.4em;
			font-weight: bold;
			color: #f9d06f;
			text-align: center;
			line-height: 1em;
			float: left;
			overflow: hidden;
			position: relative;
		}
		.bottom-menu li.garden {
			width: 173px;
		}
		.bottom-menu li.network {
			width: 97px;
		}
		.bottom-menu li.trade {
			width: 183px;
		}
		/* --- !!! --- */
		.bottom-menu a {
			display: block;
			width: 100%;
			height: 100%;
			background-image: url(bottom_menu_bg.gif);		
			position: absolute;
			left: 0px;
			top: 0px;
		}
			.bottom-menu li.garden a {
				background-position: 0px -155px;
			}
			.bottom-menu li.garden a:hover {
				background-position: 0px -124px;	
			}
			.bottom-menu li.network a {
				background-position: 0px -93px;
			}
			.bottom-menu li.network a:hover {
				background-position: 0px -62px;	
			}
			.bottom-menu li.trade a {
				background-position: 0px -31px;
			}
			.bottom-menu li.trade a:hover {
				background-position: 0px 0px;	
			}
	/* --- // bottom menu // --- */

/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */


/* =footer
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- -- */
.footer {
	width: 1000px;
	height: 30px;
	margin: 0px auto;
	margin-top: -30px;
}
	.footer p {
		padding: 0px 54px;
		margin: 0px;
		font-size: 1.1em;
		color: #6a7080;
	}
		p.copyright {
			float: left;
		}
		p.developers {
			float: right;
		}
	/* --- !!! --- */
	.footer a {
		color: #6a7080;
		text-decoration: none;
	}
	.footer a:hover {}
	/* --- !!! --- */
	.footer img {
		border: none;
		vertical-align: middle;
	}
/* --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- */

/* ===== // 'styles.css' // ===== */