@charset "UTF-8";
/* CSS Document */

/* COLOR KEY
red = #bf2e1a;
dark gray = #2f2f2f;
medium gray = #919191;
medium-light gray = #7a7a7d;
light gray = #f5f5f5;
COLOR KEY */

/* Resets */
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;
}
:focus {
	outline: 0;
}


/* PAGE STYLES - BEGIN */
body {
	font: 62.5% Helvetica, Arial, sans-serif;
	text-align: center;
	color: #000000;
	height: 100%;
	background: #2f2f2f;
	position: relative;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	height: 101%;
	
}
ol, ul {
	list-style: none;
}
h1 {
	font-size: 1.65em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.clearfloatspace {
	clear:both;
	height: 35px;
}
.red {
	color: #bf2e1a;	
}
.mediumGray {
	color: #919191;	
}
sup {
	font-size: 0.6em;
	line-height: 0.5em;
	vertical-align:super;
}  
#container {
	width: 100%;
	text-align: center;
	background: url("../images/homepage/bak-page.gif") top left repeat #ffffff;
}
#pageContent {
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
/* PAGE STYLES - END */


/* TOP NAV STYLES - BEGIN */
#topNav {
	width: 1120px;
	height: 269px;
	position: relative;
	z-index: 100;
}
#topNav.secondLevel {
	height: 207px;
}
#topNav.thirdLevel {
	height: 120px;
	background: #f5f5f5; 
}
#topnavlinks {
	width: 711px;
	height: 41px;
	background: url("../images/topnav/bak-topnav.png") top left no-repeat;
	position: absolute;
	top: 0;
	right: 80px;
	padding-left: 63px;
	z-index: 100;
}
#topnav #topnavlinks a.logo {
	background: url("../images/topnav/btn-logo.gif") 0 0 no-repeat;
	width: 70px;
}
#topnav #topnavlinks a.services {
	background: url("../images/topnav/btn-services.gif") 0 0 no-repeat;
	width: 100px;
}
#topnav #topnavlinks a.aboutus {
	background: url("../images/topnav/btn-aboutus.gif") 0 0 no-repeat;
	width: 103px;
}
#topnav #topnavlinks a.news {
	background: url("../images/topnav/btn-news.gif") 0 0 no-repeat;
	width: 73px;
}
#topnav #topnavlinks a.events {
	background: url("../images/topnav/btn-events.gif") 0 0 no-repeat;
	width: 100px;
}
#topnav #topnavlinks a.contactus {
	background: url("../images/topnav/btn-contactus.gif") 0 0 no-repeat;
	width: 119px;
}
#topnav #topnavlinks a {
	display: block;
	float: left;
	text-decoration: none;
	height: 41px;
	text-indent: -9999px;
}
#topnav #topnavlinks a:hover, #topnav #topnavlinks a.currentMainPage {	
	background-position: 0 -41px;
}
/* TOP NAV STYLES - END */

/* HOME STYLES - BEGIN */
#logo {
	width: 165px;
	height: 62px;
	position: absolute;
	top: 65px;
	left: 60px;
	z-index: 100;
}
#logoThirdLevel {
	width: 165px;
	height: 62px;
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: 100;
}
#top {
	width: 1120px;
	height: 269px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#secondLevelTop {
	width: 1120px;
	height: 207px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#copyBlock {
	position: absolute;
	top: 43px;
	left: 80px;
	width: 400px;
	z-index: 100;
	text-align: left;
}
#copyBlock p {
	margin: 12px 0 0 35px;	
	font-size: 1.2em;
	line-height: 1.5em;
	color: #717174;
}
#flashHolder {
	width: 389px;
	height: 189px;
	position: absolute;
	top: 113px;
	right: 165px;
	z-index: 100;
}
#redBar {
	width: 1120px;
	height: 82px;
	z-index: 2;
	background: url("../images/homepage/bak-redbar-lg.gif") top left repeat-x;
}
#redBarSecondLevel {
	width: 1120px;
	height: 74px;
	z-index: 2;
	background: url("../images/homepage/bak-redbar.gif") top left repeat-x;
}
#jointheevo {
	width: 240px;
	height: 48px;
	z-index: 100;
	position: absolute;
	top: 266px;
	right: 140px;
}
#jointheevoSecondLevel {
	width: 240px;
	height: 48px;
	z-index: 100;
	position: absolute;
	top: 128px;
	right: 140px;
}
#homeContent {
	background: #f5f5f5;
	width: 960px;
	padding: 10px 80px 50px 80px;
}
#contentCol {
	width: 300px;
	text-align: left;
	float: left;
	vertical-align: top;
}
.centerCol {
	margin: 0 30px;	
}
#contentCol p, #footerCol p, #leftCol p, #rightCol p {
	margin: 4px 0 12px 0;
	line-height: 1.5em;
}
#contentCol p, #leftCol p, #rightCol p {
	color: #717174;
	font-size: 1.2em;	
}
#contentCol a, #contentCol a.visited, #contentCol a:hover, #contentCol a.visited:hover, #copyBlock a, #copyBlock a.visited, #copyBlock a:hover, #copyBlock a.visited:hover {
	color: #bf2e1a;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #bf2e1a;
}

#copyBlock img {
	text-decoration: none;
	border: none;
	outline: none;
	display: block;
}
/* HOME STYLES - END */

/* SUB PAGE STYLES - BEGIN */
#subContent {
	background: #f5f5f5;
	width: 960px;
	padding: 10px 80px 50px 80px;
}
/* old cols 
#leftCol {
	width: 350px;
	margin-right: 50px;
	float: left;
	text-align: left;
}
#rightCol {
	width: 560px;
	float: left;
	text-align: left;
}
*/
#leftCol {
	width: 175px;
	margin-right: 50px;
	float: left;
	text-align: left;
	font-size: 1.2em;
}
#rightCol {
	width: 700px;
	float: left;
	text-align: left;
}
img.partner {
	margin: 15px 0 3px 0;	
}
img.firstpartner {
	margin: 3px 0 3px 0;	
}
#leftCol h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #bf2e1a;	
	margin: 40px 0 10px 0;	
}
#leftCol ul {
	margin-left: 8px;
}
#leftCol ul li {
	margin-bottom: 8px;
}
#leftCol a, #leftCol a.visited, #rightCol a, #rightCol a.visited {
	color: #7d000b;
	text-decoration: none;
	outline: none;
	border: none;
	border-bottom: 1px solid #7d000b;
	
}
#leftCol a:hover, #leftCol a.visited:hover, #rightCol a:hover, #rightCol a.visited:hover {
	color: #bf2e1a;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #bf2e1a;	
}
#leftCol p img.imgLink, #rightCol p img.imgLink {
	text-decoration: none;
	border: none;
	outline: none;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
}
/*
#listCol {
	color: #717174;
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	width: 160px;
	margin: 0 20px 15px 7px;
}
#listCol li {
	padding-left: 7px;
	background: url("../images/bullet.gif") 0 .2em no-repeat;
}
*/
#rightCol ul {
	color: #717174;
	font-size: 1.2em;
	line-height: 1.5em;
	float: left;
	width: 650px;
	margin: 0 20px 15px 25px;
}
#rightCol ul li {
	padding-left: 7px;
	background: url("../images/bullet.gif") 0 .2em no-repeat;
}
#rightCol ul.imgs li {
	padding-left: 7px;
	background: none;
	display: inline;
	margin-right: 20px;
}
#rightCol ul.imgs li img {
	display: inline-block;
	vertical-align: middle;
}
#rightCol p img {
	margin-bottom: 15px;	
}
/* SUB PAGE STYLES - END */

/* FOOTER STYLES - BEGIN */
#footer {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background: #2f2f2f;
}
#footerContent {
	width: 1040px;
	padding: 15px 0 0 80px;
	margin-top: 10px;
	background: url("../images/footer/bak-footer.gif") top left repeat #2f2f2f;
	margin-bottom: 20px;
}
#footerCol {
	width: 290px;
	text-align: left;
	float: left;
	vertical-align: top;
}
#footerCol p {
	color: #c1c1c1;
	font-size: 1.2em;
}
#footerCol a, #footerCol a.visited, #footerCol a:hover, #footerCol a.visited:hover {
	color: #c1c1c1;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #c1c1c1;
}
#copyright {
	color: #7a7a7d;
	background: #2f2f2f;
	float: right;
	padding: 10px;
}
/* FOOTER STYLES - END */

/*severnaya_palmira-style*/

#leftCol.leftCol2 {
	width: 175px !important;
	margin-right: 50px !important;
	/*float: left;*/
	text-align: left !important;
	font-size: 1.2em !important;
}
#rightCol.rightCol2 {
	width: 300px !important;
	float: left !important;
	text-align: left !important;
}

#superRightCol {
	width: 400px !important;
	/*float: right;*/
	text-align: left !important;

