* { margin: 0; padding: 0; }
html {
	height: 100%;
	font-size: 100%;
	}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #c5e9fe url('/images/background.jpg') repeat-x top;
	}
img { border: none; }

a { color: #22697a; }
.js-link {
	color: #22697a;
	border-bottom: 1px dashed #22697a;
	cursor: pointer;
	}


h1, h2, h3, h4, .header {
	font-weight: normal;
	color: #000;
	display: block;
	}
h1 {
	font-size: 1.8em;
	padding: 0 0 0.5em 0;
	}
h2 {
	font-size: 1.6em;
	padding: 0.8em 0 0.3em 0;
	}
h3, .header {
	font-size: 1.45em;
	padding: 0.5em 0 0.3em 0;
	}
h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 0.5em;
	font-weight: bold;
	}

input, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 0.86em;
	}
fieldset { border: none; }

p {
	line-height: 1.5;
	margin-bottom: 0.5em;
	}

ul, ol {
	line-height: 1.5;
	margin: 0.5em 1em 1em 1em;
	}
ul { list-style-type: square; }
li { margin-left: 1em; }

sup, sub { vertical-align: middle; position: relative; font-size: 75%; }
sup { bottom: 0.5em; }
sub { top: 0.5em; }

table { border-collapse: collapse; }
td { vertical-align: top; }

hr {
	border: none;
	border-top: 2px solid #000;
	margin: 2em 0;
	display: block;
	font-size: 1em;
	}


#site_enter {
	background-image:url(images/enter.png);
	background-repeat:no-repeat;
	background-position: 0 0.2em;
	right: 10px;
	top: 28px;
	display: block;
	position:absolute;
	padding-left: 14px;
	padding-bottom: 2px;
	}	

/* layout */
#top-block {
	height: 500px;
	width: 100%;
	min-width: 1000px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url('/images/plane.jpg') no-repeat 304px 162px;
	}

#main {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
	}

#center-wrapper {
	float: right;
	width: 100%;
	margin: 242px 0 0 -265px;
	padding: 0;
	}
#center-block {
	padding: 0 0 0 265px;
	}

#left-block {
	position: relative;
	z-index: 3;
	float: left;
	width: 200px;
	margin: 242px 0 0 0;
	padding: 0 40px 0 25px;
	}
#before_bottom-block {
	height: 100px;
	clear: both;
	}
#bottom-block {
	position: relative;
	min-width: 1000px;
	height: 100px;
	margin-top: -100px;
	font-size: 0.86em;
	line-height: 1.3;
	}

/* top */
#top-block a { color: #fff; }

#cft-logo {
	background-image:url('/images/logo.png');
	background-repeat:no-repeat;
	position: absolute;
	top: 65px;
	left: 0px;
	width: 500px;
	height: 114px;
	
	}
#cft-logo img {
	display: block;
	}
#cft-logo span, #cft-logo a {
	position: absolute;
	top: 17px;
	left: 24px;
	}
a#glenic-group {
	display: block;
	position: absolute;
	top: 80px;
	left: 330px;
	width: 135px;
	height: 74px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 26px;
	line-height: 1;
	}

ul#top-bar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 22px;
	left: 220px;
	}
ul#top-bar li {
	display: block;
	float: left;
	margin: 0 30px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	}
#top-bar a {
	text-decoration: none;
	}
#top-bar a:hover {
	text-decoration: underline;
	}

#link-private, #link-lang-rus, #link-lang-eng {
	display: block;
	position: absolute;
	top: 25px;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	}
#link-lang-rus, #link-lang-eng {
	left: 25px;
	padding-left: 20px;
	}
#link-lang-rus {
	background: url('/images/rus.png') no-repeat 0 0.2em;
	}
#link-lang-eng {
	background-image: url('/images/flag.png');
	}
#link-private {
	right: 40px;
	padding-left: 14px;
	background: url('/images/enter.png') no-repeat 0 0.2em;
	}

#contact-block {
	position: relative;
	float: right;
	top: 80px;
	margin-right: 40px;
	font-size: 0.9em
	}
#contact-block a {
	color: #22697a;
	}
#contact-block p {
	margin: 0;
	line-height: 1.2;
	}
#contact-block .big {
	font-size: 2em;
	line-height: 1;
	}
#contact-block .padded {
	font-weight: bold;
	}
#contact-block .padded span {
	font-size: 2em;
	line-height: 0.5;
	visibility: hidden;
	}
#contact-block .simple {
	margin-top: 0.7em;
	}

/* center */

#content {
	position: relative;
	z-index: 3;
	margin: 0 100px 0 0;
	padding-left: 61px;
	}

#content-wrapper {
	float: left;
	width: 100%;
	margin: 0 -350px 0 0;
	padding: 0;
	}
#content-wrapper #content {
	padding-right: 350px;
	margin-right: 0;
	}
#addit-content {
	margin: 215px 0 0 0;
	float: right;
	width: 280px;
	}



/* bottom */

#bottom-block div {
	background: url('/images/footer.png') no-repeat;
	position:absolute;
	right: 0;
	bottom: 0;
	height: 149px;
	width: 272px;
	}

#bottom-block p {
	position:absolute;
	left: 323px;
	bottom: 7px;
	height:27px;
	font-size:12px;
	width: 141px;
	}


/* left */

/**/
.clear { clear: both; }

.column {
	float: left;
	position: relative;
	float: left;
	}
.small { font-size: 0.9em; }
.right { text-align: right; }
.hide  { display: none; }
#news dt { display: block; margin: 10px 0 0 0; color: #fff; }
#news dd { display: block; margin: 3px 0 0 0; }