/**
* file: base.css
* author: Yuli Mitsner
* date: July 19, 2004
* description:
*	Describes the main content of the page.
*/

#base_container 
{
	position: relative;
	background-color: transparent; /*#9C1100*/
	padding: 0px 0px 0px 0px; /* 10 for reduction in size due to side shadows */
}

#base_over_header
{
	width: 650px;
	margin: 0px;
	background-color: transparent;
	font-size: 0px;
	/*border-top: 3px solid #EA8827; /* here */
	margin-bottom: 3px;
	border: 1px solid #ccc;
}

	#base_over_header a img
	{
	}
	
	#base_over_header a:hover img
	{
	}

#base_header 
{
	width: 650px;
	height: 200px;
	background-color: black;
	/*border-top: 2px solid #EA8827; /* here */
	margin: 0px;
	margin-top: 3px;
	padding: 0px;
	border: none;
}

	#base_header img {
		border: none;
		padding: 0;
		margin: 0;
	}
	#base_header a img
	{
		border: none;
		padding: 0px;
		margin: 0px;
	}

#base_top 
{
	width: 650px;
	height: 30px;
	text-align: center;
	/*background-image: url(../images/common/base_top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #FFFFFF;*/
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
	
	#base_top ul
	{
		float: left;
		margin: 0px;
		padding: 0px;
		display: inline;
		font-size: 11px;
		background-color: #9C1100;
	}
	#base_top table
	{
		margin: 0px;
		padding: 0px;
		font-size: 11px;
		/*background-color: #9C1100;
		background-image: url(../images/common/base_top.gif);
		background-repeat: repeat-x;
		background-position: bottom left;*/
	}
	
	#base_top ul li
	{
		list-style: none;
		display: inline;
	}
	
	#base_top ul a
	{	
	}
	#base_top td
	{
		text-align: center;
	}
	#base_top a, #base_top ul a
	{
		color: #666666;
		color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		/*border-right: 1px solid #EFEFEF;*/
		padding-right: 1px;
		margin-top: 3px;
		margin-bottom: 3px;
		padding-top: 8px;
		padding-bottom: 3px;
		display: block;
	}
	
	#base_top ul a:visited, #base_top a:visited
	{
	}
	
	#base_top ul a.new, #base_top a.new
	{
		background-image: url(../images/common/base_top_new.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#base_top ul a.new:hover, #base_top a.new:hover
	{
		background-image: url(../images/common/base_top_new_hover.gif);
		background-repeat: no-repeat;
		background-position: top left;
	}
	
	#base_top ul a:hover, #base_top a:hover
	{
		color: #9C1100;
		/*background-image: url(../images/common/base_top.gif);
		background-repeat: repeat-x;
		background-position: top left;*/
		border: none;
		/*border-right: 1px solid #EFEFEF;*/
		padding-right: 1px;
		margin: 0;
		padding-top: 8px;
		padding-bottom: 5px;
		border-top: 3px solid #9C1100;
	}
	
	#base_top ul a:active, #base_top a:active
	{
	}
	
	/* same as a:hover */
	#base_top .selected
	{
		color: #000000;
		/*border-right: 1px solid #EFEFEF;*/
		padding-right: 1px;
		margin-top: 0px;
		margin-bottom: 3px;
		padding-top: 8px;
		padding-bottom: 3px;
		border-top: 3px solid #9C1100;
	}
	#base_top .selected:hover
	{
		border: none;
		/*border-right: 1px solid #EFEFEF;*/
		
		margin: 0;
		padding-top: 8px;
		padding-bottom: 6px;
		border-top: 3px solid #9C1100;
	}
	
	#base_top a.last {
		border-right: none;
		margin-right: 1px;
	}
	#base_top a.last:hover {
		border-right-size: 1px;
	}
	
	#base_top #language_bar 
	{
		float: right;
		padding: 8px 10px 6px 10px
	}
		
		#base_top #language_bar a
		{
			color: #FFFFFF;
			font-weight: bold;
			padding: 2px 5px;
			border: none;
			text-decoration: none;
		}
		
		#base_top #language_bar a#english
		{
			border: 1px solid #EFEFEF;
			background-color: #9C1100
		}
		
		#base_top #language_bar a#russian
		{
			border: 1px solid #EFEFEF;
			background-color: #164A63;
		}
		
		#base_top #language_bar a:visited
		{
		}
		
		#base_top #language_bar a:hover
		{
			padding: 2px 5px;
		}
		
		#base_top #language_bar a:active
		{
		}

.left
{
		float: left;
		text-align: right;
		width: 240px;
}

.right
{
		float: right;
		width: 370px;
		text-align: left;
}

#base_under_top
{
	width: 650px;
	padding: 3px 0px 5px 0px;
	margin: 0px;
	/*border-bottom: 1px solid #000;*/
	background-color: transparent;
	line-height: 1.2em;
	color: #000000;
}

	#base_under_top a 
	{
		color: #000000;
		text-decoration: none;
		margin: 1px;
		padding: 1px;
	}
	
	#base_under_top a:visited
	{
		text-decoration: none;
	}

	#base_under_top a:hover
	{
		color: #9C1100;
		margin: 1px;
		padding: 1px;
		text-decoration: none;
	}
	
	#base_under_top a:active
	{
		text-decoration: none;
	}
	
	#base_under_top .selected
	{
		color: #9C1100;
		color: #000000;
		font-weight: bold;
		margin: 1px;
		padding: 1px;
	}
	
	#base_under_top .nonlink 
	{
		margin: 0;
		padding: 0;
	}
	
	#base_under_top .nonlink:hover
	{
		background-color: none;
		border: none;
	}

/*
#base_under_top
{
	height: 220px;
	padding: 2px 20px 0px 10px;
	padding: 0;
	margin: 0;
	background-image: url(../images/common/flower.jpg);
	background-position: -60px -30px;
	background-repeat: no-repeat;
	line-height: 1.2em;
}

	#base_under_top .left a 
	{
		color: #EEEEEE;
	}
	
	#base_under_top .left a:hover
	{
	}
	
	#base_under_top .right img
	{
		padding-left: 10px;
	}
	
	#base_under_top .right td img 
	{
		padding: 0px;
	}
	
	#base_under_top .right a:hover img
	{
		border: 1px solid #9C1100;
	}
*/

#base_center_top {
	height: 20px;
	background-image: url(../images/english/base_center_bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#base_center_bottom {
	height: 25px;
	background-image: url(../images/english/base_center_bg_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
	
#base_center 
{
	width: 630px;
	padding: 10px 35px 10px 35px;
	/*margin-top: -100px;*/
	/*padding: 0px 10px 10px 10px;*/
	/* new styles from change of base_under_top */
	/*background-image: url(../images/common/flower.jpg);
	background-position: -60px -30px;
	background-repeat: no-repeat;*/
	/*border: 3px solid #EA8827;
	border-top: 3px solid #EA8827;
	border-bottom: none;*/
	background-color: #ffffff;
	background-image: url(../images/english/base_center_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
	
	#base_center #left_banner {
		margin: 0px;
		padding: 0px;
	}
	
		#base_center #left_banner img {
			padding: 0px;
			margin: 0px;
			border: none;
		}
		
		#base_center #left_banner a img {
			padding: 0px;
			margin: 0px;
			border: none;
		}

	#base_center .left {
	
	}
	#base_center .left a 
	{
		color: #EEEEEE;
	}
	
	#base_center h1, h2, h3, h4, h5, h6
	{
		color: #EEEEEE;
		border-bottom: 1px dotted #FFFFFF;
	}
	
	#base_center .left img
	{
		margin-top: 0px;
		margin-bottom: 5px;
		padding: 0;
		border: 1px solid black;
	}
	
	#base_center small img
	{
		border: none;
	}
	
	#base_center .right
	{
	}
	#base_center .right img {
		border: 1px solid #000;
	}
	
	#base_center small a:hover img
	{
		border: none;
	}
	
	#base_center p
	{
		padding: 0px 0px 5px 0px;
		margin: 0;
		margin-top: 15px;
	}
	
	#base_center .right li
	{
		margin-left: 10px;
		list-style-type: disc;
	}
	
	#base_center .images
	{
		background-color: #FFFFFF;
		border: 1px solid #000;
		padding: 0px;
	}
	
	#base_center .images .highlite img
	{
		background-color: #EFEFEF;
	}
	
	#base_center .images img
	{
		border: none;
		padding: 0px;
	}
	
	#base_center .images .item
	{
		padding: 5px;
	}
	
	#base_center .images .item p
	{
		padding: 0px;
	}
	
	#base_center .images .item img
	{
		border: 1px solid #000000;
		padding: 0px;
	}
	
	#base_center li
	{
		list-style-position: inside;
	}
	
	#base_center .borderless
	{
		border: none;
		background: none;
	}
	#base_center .borderless a {
		border: none;
	}
	#base_center .borderless a:hover {
		border: none;
	}
	
	#base_center .borderless img
	{
		border: none;
		background: none;
	}

#base_footer 
{
	bottom: 0px;
	height: 30px;
	/*border-bottom: 5px solid #000000;*/
	color: #000000;
}
	#base_footer a {
		color: #000000;
		text-decoration: none;
		margin: 1px;
		padding: 1px;
	}
	#base_footer a:hover {
		color: #9C1100;
	}

#base_under_footer
{
	color: #000000;
	background-color: transparent;
	/*background-color: #CB0F00;
	background-image: url(../images/common/base_pattern.gif);
	background-position: top left;*/
	padding-top: 10px;
}
	#base_under_footer a {
		color: red;
	}
	#base_under_footer a:hover
	{
		background: none;
	}
	
	#base_under_footer img
	{
		border: 1px solid #ccc;
		margin: 2px 0px 3px 2px;
	}

.highlite
{
	border: 1px solid #666666;
	background-color: #EFEFEF;
	padding: 2px;
}

.center_highlite
{
	border: 1px solid #666666;
	text-align: center;
	background-color: #EFEFEF;
	padding: 2px;
}

.section
{
	width: 100%;
	overflow: hidden;
}

.spacer
{
	width: 0px;
	clear: both;
}

.borderless {
	border: none;
	}