

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 76%;
}
/** ====================================================================================

Layout

======================================================================================**/
#header{
    margin-top: 50px;
    height: 290px;
}

#content{
    clear: both;
    margin-left: 20px;
    background-color: #fff;
}
#footer{
    clear : both;
}


/** ====================================================================================

General

======================================================================================**/
a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}
h1{
    text-transform: uppercase;
    color: #000;    
    font-size: 16px;
}

strong{
    font-weight: bold;
}
.clear{
    clear: both;
}

/**=============================================================================
 
 Header
 
 *==============================================================================**/
 #logo {    
     width:100%;
     font-family: Arial, Helvetica, sans-serif;
     background: #fff url(/img/logo_home_repeat.jpg) repeat-x 0 0;
     height: 290px;
 }
 
 #language_switch{
    font-size: 11px;
    position: relative;
    top: -115px;
 }
 * html #language_switch {
 } 
 #language_switch ul{
    
 }
 #language_switch ul li{
    float:left;
    height: 11px;
    margin-left: 5px;
 }
#language_switch ul li a.language_switch:link {
     background-repeat: no-repeat;
     padding-right: 5px;
     height: 11px;
     color: #ff3503;
     text-decoration: none;
     overflow: hidden;
}
#language_switch ul li a.rus {
     display: none;
}
#language_switch ul li a.language_switch:visited {
     color: #ff3503;
     text-decoration: none;
}
#language_switch ul li a.language_switch:hover {
     color: #999999;
     text-decoration: none;
}

h1#title {
    height: 290px;
    width:1023px;
    position: relative;
    color: #ff3503;

}
h1#title span{
    background: #fff url(/img/logo_home.jpg) no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

/**=============================================================================
 
 Content
 
 *==============================================================================**/
 
/** ====================================================================================

Footer

======================================================================================**/

#footer{
    clear: both;
    width: 100%;
    font-size: 12px;
    color: #ff3503;
    font-weight: bold;    
    padding-bottom: 15px;
    border-bottom: 1px solid #ff3503;
}
