﻿/* START ELEMENTS STYLES */
html, body {
	width:100%;
	height: 100%;
	margin:0;
	padding:0;
}
html, body, input, textarea {
 	font-family: Tahoma, Verdana, sans-serif;
  	font-size:12px;
}
body {
	background:white url('../images/header.jpg') no-repeat center top;
}
h1 {
	color:#f05033;
	font-size:16px;
	margin:0 0 20px;
	padding:0;
}
h2 {
	color:#f05033;
	font-size:14px;
	margin:10px 0 10px;
	padding:0;
}
p {
	margin:10px 0px;
	padding:0px;
}
hr {
	border-top:1px solid #f05033;
	border-bottom:none;
	background-color:#f05033;
	height:1px;
	line-height:1px;
	font-size:1px;
	clear:right;
	margin:10px 0px;
	padding:0px;
}
form {
    padding:0px;
    margin:0px;
}
/* END ELEMENTS STYLES */

/* START COMMON STYLES */
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.t-left {
	text-align:left;
}
.t-right {
	text-align:right;
}
.clear {
	clear:both;
}
.round-marker {
    background: transparent url('../images/marker-round.png') no-repeat left center;
    padding-left:30px;
    min-height:25px;
    line-height:22px;
    display:block;
}
/* END COMMON STYLES */

/* START LAYOUT STYLES */
#wrapper {
    width:980px;
    margin:0px auto;
}
#header {
    height:235px;
    position:relative;
}
#logo {
    width:368px;
    height:54px;
    background: transparent url('../images/logo.png') no-repeat left top;
    position:relative;
    top:40px;
}
#icons {
    position:absolute;
    right:0px;
    top:25px;
}
#icons ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
#icons ul li {
    float:left;
    padding:0px;
    margin:0px 10px;
}
#icons ul li a {
    display:block;
    height:10px;
    font-size:0px;
    line-height:0px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:top left;
}
#sitemap {
    width:11px;
    background-image:url('../images/ico-sitemap.gif');
}
#home {
    width:11px;
    background-image:url('../images/ico-home.gif');
}
#contact {
    width:13px;
    background-image:url('../images/ico-contact.gif');
}
#langs {
    position:absolute;
    right:0px;
    bottom:15px;
}
#langs ul {
    list-style:none;
    margin:0px;
    padding:0px;
}
#langs ul li {
    float:left;
    padding:0px;
    margin:0px 10px;
}
#langs ul li a {
    display:block;
    height:14px;
    width:20px;
    font-size:0px;
    line-height:0px;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:top left;
}
#flag-ua {
    background-image:url('../images/ico-ua.png');
}
#flag-ru {
    background-image:url('../images/ico-ru.png');
}
#flag-en {
    background-image:url('../images/ico-en.png');
}

#menu {
    height:50px;
    background:transparent url('../images/menu-left.gif') no-repeat left top;
}
#menu .right{
    height:100%;
    margin-left:5px;
    background:transparent url('../images/menu-right.gif') no-repeat right top;
}
#menu .center{
    height:100%;
    margin-right:5px;
    background:transparent url('../images/menu-bg.gif') repeat-x center top;
}
#menu ul {
    list-style:none;
    margin:0px;
    padding:0px;
    height:100%;
    float:left;
}
#menu ul li {
    float:left;
    height:100%;
    padding:0px 2px 0px 0px;
    margin:0px;
    background:transparent url('../images/menu-delim.gif') no-repeat right top;
    white-space:nowrap;
}
#menu .last {
    background:none;
}
#menu li a {
    white-space:nowrap;
    display:block;
    height:100%;
    padding:0 15px;
    color:white;
    font-size:14px;
    line-height:46px;
    font-weight:bold;
    text-decoration:none;
}
#menu li a:hover {
    background:transparent url('../images/menu-glow.jpg') no-repeat center top;
    text-decoration:underline;
}
#menu .current, #menu .current a {
    color: #5e0f01;
    /*background:transparent url('../images/menu-glow.jpg') no-repeat center top;*/
}

#main {
}
#main-left {
    float:left;
    width:290px;
    position:relative;
    left:5px;
    margin-bottom:5px;
}
#main-right {
    margin-left:300px;
    padding:20px 0px 20px 20px;
    min-height:150px;
    line-height:16px;
}
#main-right, #main-right select, #main-right textarea, #main-right input {
    color:#362f2d;
}
#main-right a {
    color:#5e0f01;
    text-decoration:underline;
}
#footer {
    height:35px;
    background-color:#e1e1e1;
    color:#818386;
    font-size:10px;
    clear:both;
}
#footer a {
    color:#d4470f;
}
#footer div {
    position:relative;
    top:10px;
}
#copyrights {
    float:left;
    left:15px;
}
#devinfo {
    float:right;
    right:15px;
}
/* END LAYOUT STYLES */