/*

	Theme Name: FluentEng
	Theme URL: http://fluenteng.com.ua
	Description: WP Theme for http://fluenteng.com.ua
	Author: 
	Author URI: 
	Version: 0.1

*/

/* General =========================================== */

* {
    padding: 0;
    margin: 0;
}

a {
	color: #ff0000;
}

a:hover {
	text-decoration: none;
}

body {
	font: 13px "Verdana", "sans-serif";
}

/* Layout ============================================ */

#wrapper {
	margin: 0 auto;
	width: 1001px;
	background: url('images/wrapper_ukr.jpg') no-repeat;
	
}

#header {
	width: 731px;
	margin: 0 auto;
	height: 340px;
	position: relative;
}

#content {
	width: 731px;
	margin: 0 auto;
	background: url('images/content.gif') repeat-y;
}

#cont {
	background: url('images/amnobus.jpg') 0% 100% no-repeat;
}

#left {
	float: left;
	width: 232px;
	background: url('images/left.gif') no-repeat;
	padding: 40px 10px 10px 10px;
}

#right {
	float:right;
	width: 449px;
	padding: 20px 10px 10px 20px;
}

#cleaner {
	width: 0;
	height: 0;
	clear: both;
}

#footer {
	position: relative;
	width: 731px;
	margin: 0 auto;
	clear: both;
	height: 250px;
	background: #88dbfe url('images/footer.gif') no-repeat;
}

/* Elements ========================================== */

#menu {
	position: absolute;
	top: 9px;
	left: 90px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0; margin: 0; border: 0;
}

#menu img {
	padding: 0; margin: 0; border: 0;
}

#menu a {
	padding: 0; margin: 0; border: 0;
}

#lang {
	position: absolute;
	top: 4px;
	right: -120px;
}

#lang li {
	display: inline;
	list-style-type: none;
	margin-right: 8px;
}

#lang a {
	border: 0;
}

#lang img {
	border: 0;
}



#footer-title {
	position: absolute;
	top: 60px; left: 30px;
	color: #20657c;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
}

#address1 {
	position: absolute;
	top: 94px; left: 30px;
	color: #20657c;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

#footer-title2 {
	position: absolute;
	top: 124px; left: 30px;
	color: #20657c;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
}

#partners1 {
	position: absolute;
	top: 158px; left: 30px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

#partners1 a {
	text-decoration: blink;
}

#partners2{
	position: absolute;
	top: 158px; left: 30px;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
}

#partners2 a {
	text-decoration: blink;
	color: #0000ff;
}

#counter {
	position: absolute;
	bottom: 20px; left: 30px;
}

#copyright {
	position: absolute;
	bottom: 30px; left: 140px;
	color: #20657c;
	font-size: 12px;
	font-family: Verdana;
}

#copyright_url {
	display: none;
}


.paragraph {
	text-indent: 10px;
	text-align:justify;
	margin-bottom: 20px;
	margin-top: 0px;
}


/* IE6 3px bug */
#right p {
	width: 440px;
}

#right img {
	max-width: 430px;
}

* html #right img {width:expression(this.offsetWidth>430?430:'');}

* html #right {
	overflow: hidden;
}

* html #left {
	overflow: hidden;
}

