﻿html, body, table, td {
    color: #444;
    font-family: Verdana;
    font-size: 11px;
    line-height: 13px;
}

html, body
{
    background-color: #222222;
    margin: 0 auto;
    height:100%; /* needed for container min-height */

}

/** Fonts & Elements */
h1
{
    color: #9f1508;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold;
}
h1 a:link, h1 a:visited, h1 a
{
    color: #9f1508;
    text-decoration: none;
}
h1 a:hover
{
    text-decoration: underline;
}
h2
{
    color: #8f5400;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
p
{
    line-height: 18px;
}

/** input */
input, textarea, select, input.standard
{
    font-family: Verdana;
    font-size: 11px;
    border: 1px solid #999;
    background-color: #fff;
    color: #000;
    padding: 2px;
}

input.button
{
    background-color: #eee;
    padding: 1px 5px;
    font-weight: bold;
    color: #333;
    cursor:pointer;
}
input.button:hover {
    background-color:#fff;
}
input.img {
    background-color:#eff3f6;
    border:0;
    cursor:pointer;
}
input.watermark
{
    color: #999;
}

span.checkbox input
{
    background: #fff;
    border: 0;
    padding: 0;
}

input.small
{
    width: 80px;
}

input.medium
{
    width: 180px;
}
input.large
{
    width: 300px;
}
input.xlarge
{
    width: 400px;
}
input.currency {
    text-align:right;
}

textarea.taMedium
{
    height: 50px;
    width: 400px;
}

/** HREFs */
a, a:link, a:visited
{
    color: #444;
}
a:hover
{
    color: #cc0000;
}

/** Layout */
#container
{
    width: 945px;
    margin: 0 auto;
    border: 0;
    background-color:#24262b;
    background:url(image/layout/body_bg.jpg) top left repeat-y;
    
    position:relative;
    height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#header
{
    background: url( 'image/layout/header.jpg' ) left top no-repeat;
    background-color: #aeaba6;
    height: 200px;
    min-height: 200px;
}
#header .search {
    float:right;
    padding:2px 45px 0 0;
    font-weight:bold;
}
#header .searchbox {
    width:100px;
}

#content { 
    clear:both;
    padding:10px 10px 40px 10px;
}

#colLeft {
    float:left;
    padding-left:10px;
}

#colMiddle
{
    /* float:left; */
    padding: 0 40px 15px 20px;
    line-height:16px;
}

#footer
{
    position:absolute;
    bottom:0;
    height:33px;
    min-height:33px;
    width:890px;
    line-height:37px;
	background:url(image/layout/footer_bg.jpg) top left no-repeat;
	color:#ccc;
	padding:0 15px;
}
#footer a
{
    color: #ccc;
}
#footer a:hover
{
    color: #fff;
}

#copyright
{
    float: left;
}
#powered
{
    float: right;
}

/** Navigation :: Main */
#navMain
{
    padding-left:30px;
    padding-top:2px;
    background: url(image/layout/menu_bg.jpg) left top no-repeat;
    height:41px;
    min-height:41px;
}
#navMain ul
{
    margin: 0;
    padding: 0;
}
#navMain ul li
{
    display: inline;
    list-style: none;
    padding:0;
    margin:0;
}
#navMain ul li a
{
    color: #f7dfaf;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 20px;
    border-left: 1px solid #7c7c7c;
    line-height: 26px;
}
#navMain ul li a:hover
{
    color: #dad5d1;
}
#navMain ul .first a
{
    border: 0;
    padding-left: 0;
}
#navMain ul .current a
{
    color: #fff;
}
/** Navigation :: Main Sub */
#navMainSub {
    background-color: #eaebef;
    min-height:20px;
    margin-bottom:15px;
    border-bottom:1px solid #cecece;
}
*html #navMainSub {
	height:20px;
}
#navMainSub ul
{
    margin: 0;
    padding: 0;
}
#navMainSub ul li
{
    display: inline;
    list-style: none;
    padding:0;
    margin:0;
}
#navMainSub ul li a
{
    color: #5d5d5b;
    text-decoration: none;
    font-weight: bold;
    padding: 0 30px;
    border-left: 1px solid #5d5d5b;
    line-height: 20px;
    height:20px;
    min-height:20px;
    margin:0;
}
*html #navMainSub ul li a {
	background-color: #eaebef;
}
#navMainSub ul li a:hover
{
    color: #9e6c58;
}
#navMainSub ul .first a
{
    border: 0;
}
#navMainSub ul .current a
{
    color: #b26000;
}
#navMainSub .hidden {
    display:none;
}
#navMainSub .display {
    display:block;
}

/** Navigation :: Languages */
#navLang
{
    color: #fff;
    background: none;
    margin: -30px 0 0 0;
    float: right;
}
#navLang a
{
    font-weight: bold;
    text-decoration: none;
    padding:5px 15px 25px 25px;
    line-height:30px;
    color:#ccc;
}
*html #navLang {
    top:10px;
    position:absolute;
	margin:0;
    width:950px;
    text-align:right;
}
#navLang a:hover {
    color:#dad5d1;
    text-decoration:underline;
}
#navLang a.ru {
    background:url(image/layout/flag_ru.jpg) left top no-repeat;
}
#navLang a.en {
    background:url(image/layout/flag_ca.jpg) left top no-repeat;
}

/** Errors */
.error
{
    color: #cc0000;
}
.error_req
{
    color: #cc0000;
    font-size: 11px;
}
.error_highlight
{
    background-color: #fffacd;
    border: 1px solid #cc0000;
}
.error_summary {
    color:#cc0000;
    border:1px solid #ccc;
    padding:4px;
    background-color:#f7f7f7;
    margin-bottom:5px;
}
.notice {
    border:1px solid #ccc;
    padding:4px;
    padding-left:35px;
    background:url(image/icon/alert.gif) 10px 50% no-repeat;
    background-color:#f7f7f7;
    margin-bottom:5px;
}

/** Other layout elements */
.clear {
    clear:both;
}

.lnk_top {
    display:block;
    text-align:right;
}

.cap {
    text-transform:capitalize;
}

/** clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}