@charset "utf-8";
/* CSS Document */

html {  }
html, body {margin:0px; padding:0px; }
body { background:#444444 url(../images/background.png) no-repeat 50% 50%; font-family:Arial, Helvetica, sans-serif; font-size:9px; color:#cecece; }
a { text-decoration:underline ; color:#ffffff; }
a:hover {text-decoration:none; }
img { border:0px; }
h1, h2, h3, h4, h5, h6 { margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; font-style:normal; }
p { margin:0; padding:0; padding-bottom:10px; }
table { margin:0; padding:0; border:0; width:100%; }

#headerRu, #headerEn { width:1000px; text-align:left; margin:50px 0px 25px 0px;	height:76px; }
	#headerRu {	background: url(../images/header-ru.png) bottom no-repeat; }
	#headerEn {	background: url(../images/header-en.png) bottom no-repeat; }
		#headerRu #logo { padding-left:25px; padding-right:75px; float:left; }
		#headerEn #logo { padding-left:25px; padding-right:75px; float:left; }
		/* EN flag language */
		#headerEn #language { height:25px; text-align:right; padding-right:45px; padding-top:10px }
			#headerEn #language img { width:16px; height:11px;  vertical-align:top; margin-right:5px; }
			#headerEn #language a { color:#999999; text-decoration:none; text-transform:uppercase; font-size:8px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
			#headerEn #language a:hover { text-decoration:underline; color:#CCCCCC; }
		#headerEn #menuItems { margin:0; padding:0; float:left;}
			#headerEn #menuItems img { height:40px; }
		/* */
		/* RU flag language */
		#headerRu #language { height:25px; text-align:right; padding-right:25px; padding-top:10px }
			#headerRu #language img { width:16px; height:11px;  vertical-align:top; margin-right:5px; }
			#headerRu #language a { color:#999999; text-decoration:none; text-transform:uppercase; font-size:8px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
			#headerRu #language a:hover { text-decoration:underline; color:#CCCCCC; }
		#headerRu #menuItems { margin:0; padding:0; float:left;}
			#headerRu #menuItems img { height:40px; }
		/* */
		#headerRu #menu, #headerEn #menu { float:left; text-transform:uppercase; font-size:8px; margin-top:13px; text-align:right; }
			#headerRu #menu img, #headerEn #menu img { margin-top:10px; height:42px; }
			#headerRu #menu a, #headerEn #menu a { color:#CCCCCC; text-decoration:none; }
			#headerRu #menu a:hover, #headerEn #menu a:hover { text-decoration:underline; }
			
#footer { width:1000px; text-align:left; background:url(../images/footer.png) top no-repeat; height:42px; padding-bottom:50px; }
	#footer #copyrights, #footer #menu { float:left; }
	#footer #copyrights { padding:15px 100px 15px 25px; }
	#footer, #footer table {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:9px; color:#838383; text-align:center; text-transform:uppercase; }
	#footer #menu { width:739px; padding-top:15px; text-align:right; }
	#footer #menu a {font-weight:bold;color:#a0a0a0; text-decoration:none;}
	#footer #menu a:hover {color:#cecece; text-decoration:underline;}
	
#content { width: 1000px; text-align:left; margin-bottom:15px; }
	#content h1 { font-size:18px; font-weight:normal; color:#FFFFFF; }
	#content h2 { font-size:11px; margin-top:15px; margin-bottom: 25px; width:75%; }
	#content h3 { font-size:12px; font-weight:bold; color:#FFFFFF; margin-bottom: 10px; }
	#content p {margin-left:21px; line-height:14px; font-size:11px; }
		#content p img { float:left; margin-right:15px; border: 3px solid #666666; }