/* 	General styles */

td, div, li, img { behavior: url(/media/iepngfix.htc) }

html {
	height: 100%;
}

body {	
	background: #ffffff url(../img/bg.jpg) repeat-x;
	margin: 0;
	padding: 0; 
	font: 14px 'Trebuchet MS', Tahoma, Arial;
	color: #40646e;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
}

/* Main tags */

a {
	color: #2791a1;
	text-decoration: underline;
}

a:hover {
	color: #ff7300;
	text-decoration: underline;
}

h1 {
	color: #036d7d;
	font: 25px 'Trebuchet MS', Tahoma, Arial;
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

p {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

/* Template */

div.static-center {
	min-width: 1000px;
	_width:expression(body.clientWidth>1000?"100%":"1000px");
}

div.dynamic-center {
	width: 840px;
	margin: 0 auto;
}

div.center-obj {
	position: relative;
	width: 950px;
	margin: 0 auto;
	z-index: 333;
	top: 180px;
}

/* Header */

div.header {
	position: relative;
	width: 100%;
	height: 540px;
	line-height: 23px;
}

div.header table {
	width: 100%;
	color: #05313d;
	position: relative;
	top: 40px;
}

div.header td {
	width: 33%;
}

div#logo {
	position: relative;
	top: 20px;
}

ul#lang {
	display: inline;
}

ul#lang li {
	background: url(../img/slang.gif) 15% 0% no-repeat;
	padding-left: 17px;
	display: inline;
}

ul#lang li#first {
	background: none;
	padding-left: 15px;
	display: inline;
}

ul.menu {
	line-height: 23px;
}

@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
	ul.menu  li{
		padding-bottom: 5px;
	}
}

div.main-objects {
	position: absolute;
	left: -20px;
}

/* Content */

div.content {
	position: relative;
	z-index: 444;
}

div.content table {
	width: 100%;
	color: #05313d;
}

div.content td#about {
	width: 540px;
	padding-right: 40px;
}

div.content td#news {
	width: 300px;
}

td#news a{
	position: relative;
	top: 7px;
}

span.date {
	position: absolute;
	background: #0b5d75;
	color: #ffffff;
	padding: 2px 7px 2px 7px;
	_padding: 2px 7px 2px 10px;
	font: 11px 'Trebuchet MS', Tahoma, Arial;
	z-index: 12;
}

div.dl {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/dl.gif) no-repeat;
	width: 11px;
	height: 20px;
	z-index: 22;
}

div.dr {
	position: absolute;
	top: 0px;
	right: 0px;
	_right: auto;
	_float: right;
	background: url(../img/dr.gif) no-repeat;
	width: 11px;
	height: 20px;
	z-index: 21;
}

span.dt {
	position: relative;
	z-index: 33;
}

/* Footer */

div.footer {
	position: relative;
	margin-top: 80px;
	color: #d5e8ea;
	background: #0b5d75 url(../img/footer-bg.gif) repeat-x;
	height: 150px;
	width: 100%;
}

div#copyright {
	position: relative;
	top: 30px;
	left: 0px;
}

div#artexmedia {
	position: absolute;
	top: 30px;
	margin-left: 555px;
}

div#artexlogo {
	background: url(../img/artexmedia.gif) 0% 60% no-repeat;
	position: absolute;
	width: 58px;
	height: 68px;
}

div#devtext {
	font-size: 13px;
	line-height: 22px;
	padding-left: 75px;
}

div.footer a {
	color: #ffffff;
	text-decoration: underline;
}

div.footer a:hover {
	color: #ff7300;
	text-decoration: underline;
}

