@import 'reset.css';


/* Text Styles
******************************************************* */

h1{
	margin-top: 0;
	font-size: 1.5em;
	color: #2086c5;
	font-weight: normal;
}

h2{
	font-size: 1.2em;
	color: #e45c27;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #ffe7c9;
}

h3{
	font-size: 1em;
	color: #2086c5;
	font-weight: bold;
}

a{
	color: #2086c5;
}
a:hover{
	color: #e45c27;
}


/* Classes For All 
***************************************************** */
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}

.nobr{
	white-space: nowrap;
}

.no-border, table.no-border td, table.no-border th{
	border: none!important;
}
table p{
	margin: 0;
}

.error, .red{
	color: red;
}

table {
	border-collapse: collapse;
	border: 1px solid #fbc684;
}
table th, table td {
	border: 1px solid #fbc684;
	padding: 2px 3px;
	vertical-align: middle;
}
table th, table td.th, table tr.th td  { background: #ffe7c9; text-align: center; font-weight: bold;}

table.center{
	margin: auto auto;
}

.content ul{
	padding: 0;
	padding-right: 1em;
	list-style: none;
}

.content ul li{
	margin: 0;
	padding: 2px 0 2px 12px;
	background: transparent url(../_img/li.gif) no-repeat 0 0.75em;
}


.red{
	color: Red!important;
}
.blue{
	color: #2086c5!important;
}

/* Virstka
****************************************************** */
#top{
	width: 1002px;
	margin: 0 auto;
	background: transparent url(../_img/bg.gif) repeat-y center;
}
#underHeaderContaner{
	background-color: White;
	padding: 0 0px;
	}
	#crumbs{
		padding: 5px 10px;
		font-size: 0.9em;
		color: Gray;
		}
		#crumbs .title{
			color: #696969;
			font-weight: bold;
			}
		#crumbs a{
			color: Gray;
			}
		#crumbs a:hover{
			color: Red;
			}
	
	#languages{
		/*position: absolute;
		top: 5px;
		right: 10px;*/
		float: right;
		padding: 5px 10px;		
	}
			
	#topMenu{
		height: 28px;
		padding: 0 6px;
		background: transparent url(../_img/top-menu-bg.gif) no-repeat 0 0;
		}
		#topMenu li{
			background: #fbc684 url(../_img/tabs-bg.png) no-repeat right top;
			height: 28px;
			padding-right: 40px;
			line-height: 2.4em;
			}
			#topMenu li a{
				text-decoration: none;
				color: #a93c32;
			}
			#topMenu li a:hover{
				text-decoration: underline;
				}
		
		#topMenu li.first{
			padding-left: 15px;
		}
		#topMenu li.last, #topMenu li.afterSelectedLast{
			background-position: right -28px;
			padding-right: 26px;
		}		
		#topMenu li.beforeSelected{
			background-position: right -112px;
			padding-right: 20px;
		}
		#topMenu li.selected{
			background-position: right -56px;
			padding-left: 10px;
			font-weight: bold;
		}
		#topMenu li.selectedLast{
			background-position: right -84px;
		}
		#topMenu li.selected a{
			color: #FFF;
		}
		#topMenu li.selected a:hover{
			text-decoration: none;
		}
		
		
#headerContaner, #bodyContaner, #footerContaner{
	width: 990px;
	margin: 0 auto;
}
#headerContaner{
	position: relative;
	height: 310px;
	background: transparent url(../_img/header-bg.jpg) no-repeat 0 0px;
	border-top: 8px solid #e45c27;
	}
	#logo{
		position: absolute;
		height: 120px;
		width: 300px;
		top: 20px;
		left: 10px;
		display: block;
		}
		#logo span{
			display: none;
			}
			
	#advantages{
		position: absolute;
		/*top: 17px;
		left: 322px;*/
		top: 15px;
		right: 218px;
		}
	#advantages, #advantages a{
	display: block;
	width: 298px;
	height: 53px;
	/*width: 451px;
	height: 77px;*/
	/*border: 1px solid;*/
	background: transparent url(../_img/advetures.gif) no-repeat 0 0;
	
	/**/
}
		#advantages span{
			display: none;
			}
	

/* #contactsContaner */

	#contactsContaner{
		position: absolute;
		top: 15px;
		right: 0;
		width: 208px;
		font-family: Arial, Helvetica, sans-serif;
		}
		#contactsContaner .block{
			color: #FFF;
			background-color: #e45c27;
			margin: 4px 0;
			padding: 7px;
			}
			#contactsContaner .block a{
				color: #fff;
				text-decoration: underline;
				}		
			#contactsContaner .block a:hover{
				color: #fff;
				text-decoration: none;
				}		
			#contactsContaner .block p{
				margin: 0 0 0.5em 0;
				}
		
			#contactsContaner .title{
				text-align: center;
				font-weight: bold;
				font-size: 1.3em;
				}
		
			#contactsContaner .mail{
				text-align: center;
				font-size: 1.2em;
				font-weight: bold;
				}
				
			#contactsContaner .adress{
					font-size: 1.2em;
					line-height: 1.5em;
					padding-left: 20px;
					font-weight: bold;
				}
				#contactsContaner .adress a{
					font-size: 0.9em;
					}
			
/* #langMenu */


	#langMenu{
		position: absolute;
		top: 120px;
		right: 220px;
		display: none;
		}		
		#langMenu li{
			width: 30px;
			height: 24px;
			background: Blue url(../_img/flags-small.png) no-repeat;
			margin: 0 3px;
			}
			#langMenu li a{				
				width: 30px;
				height: 24px;
				display: block;
				}
				#langMenu li span{
					display: none;
				}
				
		#langMenu li.ru{
			background-position: 0 0;
		}
		
		#langMenu li.us{
			background-position: 0 -25px;
		}
		
		#langMenu li.uk{
			background-position: 0 -50px;
		}
		
		#langMenu li.ca{
			background-position: 0 -75px;
		}
		
		#langMenu li.au{
			background-position: 0 -100px;
		}
		
		#langMenu li.nz{
			background-position: 0 -125px;
		}
		
		#langMenu li.ie{
			background-position: 0 -150px;
		}
		
		#langMenu li.sg{
			background-position: 0 -175px;
		}
		
		#langMenu li.za{
			background-position: 0 -200px;
		}
			
/* #topBanners */

			
	#topBanners{
		position: absolute;
		background: White url(../_img/banner-bg.gif) repeat-x left top;
		top: 196px;
		/*height: 91px;*/
		width: 980px;
		text-align: center;
		padding: 8px 5px;
		}
		#topBanners p{
			margin: 0;
			}
			#topBanners img{
				border: 1px solid #e43d27 !important;
				margin: 0 2px !important;
				}
			

/* #bodyContaner */

		
#bodyContaner{
	padding-bottom: 20px;
	}
			
/* #leftColContaner */

	#leftColContaner{
		width: 280px;
		float: left;
		overflow: hidden;
		}
		#leftColContaner .block
		{
			margin: 1em 0;
			padding-left: 8px;
		}
		
		
		#leftMenu{
			padding-left: 8px;
			padding-bottom: 0;
			}
			#leftMenu ul{
				margin: 0;
				padding: 0;
				list-style: none;
				}
				#leftMenu ul li{
					border-bottom: 4px solid #FFF;
					margin: 0;
					}
					#leftMenu ul li.parent  li.parent, #leftMenu  li.parent li.selected{
						/*background-image: url(../_img/no.gif);*/
						}
					#leftMenu ul li ul{
						/*display: none;*/
						}
					#leftMenu ul li.parent ul, #leftMenu ul li.selected ul{
						display: block;
						}

					#leftMenu ul li a{
						display: block;
						padding: 2px 40px 2px 10px;
						/*background: transparent url(../_img/flags-very-small.png) no-repeat 249px 4px;*/
						font-size: 1.1em;
						font-weight: bold;
						line-height: 1.4em;
						color: #c5472b;
						text-decoration: none;
						border-top: 1px solid #f1ad93;
						background-color: #ffe7c9;
						}
						
						#leftMenu ul li.info a{
							background-position: 245px 4px;								
							}
						#leftMenu ul li.en a{
							background-position: 245px -28px;								
							}
						#leftMenu ul li.ch a{
							background-position: 245px -60px;								
							}
						#leftMenu ul li.au a{
							background-position: 245px -92px;								
							}
						#leftMenu ul li.it a{
							background-position: 245px -124px;								
							}
						#leftMenu ul li.gr a{
							background-position: 245px -156px;								
							}
						#leftMenu ul li.cz a{
							background-position: 245px -188px;								
							}
						#leftMenu ul li.pl a{
							background-position: 245px -220px;								
							}


			#leftMenu ul ul{
				padding-left: 10px;
				}
				#leftMenu ul ul li{
					border: none;
					margin: 3px 0;
					}
					#leftMenu ul ul li a{
						line-height: 1.2em;
						padding: 2px 3px;
						font-size: 1em;
						display: block;
						height: auto;
						background-color: transparent;
						background-image: none;
						border: none;
						color: #e45c27;
						}
					#leftMenu ul ul li a:hover, #leftMenu ul ul li.selected a{
						background-color: #ffe7c9;
						color: #e45c27;
						}
						
						
			#leftMenu ul ul ul{
				padding-left: 10px;
				border: none;
				}
				#leftMenu ul ul ul li{
					margin: 0px;
					padding: 1px 0;
					padding-left: 3px;
					}
					#leftMenu ul ul ul li a, #leftMenu ul ul li.selected ul li a{
						font-weight: normal;
						line-height: 1.1em;
						color: #2086c5;
						background-color: White;
						}
					#leftMenu ul ul ul li a:hover, #leftMenu ul ul li.selected ul li a:hover, #leftMenu ul ul ul li.selected{
						background-color: #ffe7c9;
						color: #e45c27;
						}
				#leftMenu ul ul ul li.selected{
					}
					#leftMenu ul ul ul li.selected a{
						}

						
#leftMenu li.blue a{
	color: #2086c5 !important;
}


/* #rightColContaner */

	#rightColContaner{
		width: 710px;
		float: right;
		overflow: hidden;
		}

		#cText{
			padding: 0 20px 10px 20px;
			}




/* #footerContaner */

#footerContaner{
	clear: both;
	height: 45px;
	position: relative;
	background-color: #e45c27;
	color: #fff;
	}
	#footerContaner .copyright{
		position: absolute;
		top: 15px;
		left: 15px;
		}
	#footerContaner .counters{
		position: absolute;
		top: 7px;
		right: 15px;
		}
		
		
/* Index page
********************************************************************************************/

#indexMenu{
	padding: 0 10px;
	}
	#indexMenu ul{
		background: #ffe7c9 url(../_img/index-menu-bg.jpg) repeat-y right;
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#indexMenu ul li{
			background: transparent url(../_img/left-menu-activ-bg.gif) no-repeat right top;
			padding: 0;
			margin: 0;
			border-bottom: 5px solid #FFF;
			}
			#indexMenu ul li a{
				display: block;
				height: 47px;
				background: transparent url(../_img/flags-lage.png) no-repeat;
				padding-left: 65px;
				font-size: 1.6em;
				line-height: 2.5em;
				color: #a93c32;
				text-decoration: none;
				}
				
			#indexMenu ul li.en a{
				background-position: 5px 5px;
				}
			#indexMenu ul li.de a{
				background-position: 5px -50px;
				}
			#indexMenu ul li.fr a{
				background-position: 5px -106px;
				}
			#indexMenu ul li.fi a{
				background-position: 5px -162px;
				}
			#indexMenu ul li.ru a{
				background-position: 5px -218px;
				}
				
				
		#indexMenu ul ul{
			padding: 0 0 3px 3px;
			position: relative;
			background: transparent url(../_img/no.gif) repeat;
			width: 683px; /* for IE6*/
			}
			#indexMenu ul ul li{
				width: 545px;
				float: left;
				margin: 2px 0 0 0;
				border: none;
				background: White url(../_img/no.gif) repeat;
				}
				#indexMenu ul ul li.testing{
					width: 133px;
					height: 302px;
					position: absolute;
					top: 0px;
					left: 553px;
					}	
					#indexMenu ul ul li a{
						width: 545px;
						height: 47px;
						border: 1px solid #e45c27;
						background: transparent url(../_img/index-menu.jpg) no-repeat;
						padding: 0;
						margin: 0;
						}
						#indexMenu ul ul li a span{
							display: none;
							}


					#indexMenu ul ul li.contemporary a{
						background-position: -1px -1px;
						}
					#indexMenu ul ul li.intensive_prog a{
						background-position: -1px -52px;
						}
					#indexMenu ul ul li.business_e a{
						background-position: -1px -104px;
						}
					#indexMenu ul ul li.high_school a{
						background-position: -1px -155px;
						height: 46px;
						}
					#indexMenu ul ul li.intern_exam_prep a{
						background-position: -1px -205px;
						}
					#indexMenu ul ul li.indiv_tuition a{
						background-position: -1px -256px;
						}
					#indexMenu ul ul li.testing a{
						background-position: -550px -1px;
						width: 131px;
						height: 301px;
						}


/* #indexNews */

#indexNews{
	padding: 0 15px;
	}

	#indexNews h3{
		text-align: center;
		}
		#indexNews h3 a{
			color: #e45c27;
			}

	#indexNews ul{
		list-style: none;
		margin: 0;
		}
		#indexNews ul li{
			padding: 5px 0;
			margin: 0;
			}
			#indexNews ul li .desc a{
				text-decoration: none;
				}
			#indexNews ul li .date{
				text-align: right;
				font-size: 0.9em;
				}	
				

/* TestsPage
******************************************************************************/

#testsContaner div{
	display: block;
	float: none;
}
#testsContaner div.testsQuestion{
	font-weight: bold;
}

#testsContaner div.testsAnswers{
	padding-top: 0.5em;
	padding-left: 1.5em;
}

#testsContaner input{
	display: inline-block;
}

#testsContaner label{
	float: none;
	display: inline;
	text-align: left;
	width: auto;
	padding-left: 0.5em;
}
#testsContaner .row{
	margin-bottom: 1.5em;
}


/** switchers
******************************************************/

dt.switcher{
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	background: transparent url(../_img/switch_show.gif) no-repeat left;
	color: #4c8fac;
	cursor: pointer;
	margin-bottom: 0.3em;
	color: #4c8fac;
}
dt.selected{
	background-image: url(../_img/switch_hide.gif);
	color: #FF8C00;
}
dt.switcher:hover{
	color: #FF8C00;
}
dd.switcher{
	margin: 0 0 1em 0;
	padding-left: 20px;
	display: block;
}