/** Base elements **/
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 40px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	border: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
}

ul li {
	margin-left: 18px;
}

ol li {
	list-style-type: decimal;
	margin-left: 18px;
}
/** /Base elements **/


/** Intro **/
#intro_body {
	padding: 0;
}

#intro_body #wrapper {
	display: none;
}

#intro {
	text-align: center;
}
/** /Intro **/


/** Layout **/
#wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF url(/images/frontend/main-logo.gif) no-repeat right bottom;
}

#wrapper.hide_logo {
	background-image: none;
}

.clear {
	clear: both;
}
/** /Layout **/


/** Header **/
#header {
	position: relative;
	height: 100px;
	font-size: 10px;
	background-color: #323232;
}

#header a {
	color: #D2D3D5;
	text-decoration: none;
}

/**/

ul#general_menu {
	padding: 24px 0 0 40px;
}

ul#general_menu li {
	position: relative;
	float: left;
	width: 80px;
	height: 66px;

	margin-left: 0;
	list-style: none;
}

ul#general_menu li a {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 80px;
	height: 14px;
	padding: 52px 0 0 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center -93px;
}

/* ul#general_menu li a:hover, */
ul#general_menu li a.active {
	z-index: 2;
	color: #FF0000;
	background-position: center 0;
}

ul#general_menu li a.active .arrow {
	position: absolute;
	width: 14px;
	height: 10px;
	left: 31px;
	top: 76px;
	font-size: 1px;
	background: url(/images/frontend/menu-arrow.gif) no-repeat;
}

ul#general_menu li a#g_menu_about_us {
	background-image: url(/images/frontend/menu/about_us.gif);
}

ul#general_menu li a#g_menu_services {
	background-image: url(/images/frontend/menu/services.gif);
}

ul#general_menu li a#g_menu_network {
	background-image: url(/images/frontend/menu/network.gif);
}

ul#general_menu li a#g_menu_portfolio {
	background-image: url(/images/frontend/menu/portfolio.gif);
}

ul#general_menu li a#g_menu_clients {
	background-image: url(/images/frontend/menu/clients.gif);
}

ul#general_menu li a#g_menu_scholarship {
	background-image: url(/images/frontend/menu/scholarship.gif);
}

ul#general_menu li a#g_menu_forum {
	background-image: url(/images/frontend/menu/forum.gif);
}

ul#general_menu li a#g_menu_contacts {
	background-image: url(/images/frontend/menu/contacts.gif);
}

/**/

ul#lang_list {
	position: absolute;
	right: 50px;
	bottom: 10px;
}

ul#lang_list li {
	float: left;
	margin: 0 0 0 13px;

	list-style: none;
}

ul#lang_list li.active {
	font-weight: bold;
}

ul#lang_list li a:hover {
	color: #FF0000;
}

/**/

a#news_link {
	position: absolute;
	z-index: 100;
	top: 110px;
	right: 50px;
	font-weight: bold;
	color: #323232;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 0 1px 13px;
	background: url(/images/frontend/news-arrow.gif) no-repeat 0 2px;
}

a#news_link:hover,
a#news_link.active {
	color: #FF0000;
}
/** /Header **/


/** Main **/
#main {
	position: relative;
	height: 490px;
	padding: 60px 0 0 60px;
}

#root_main_file {
	padding: 60px 0 0 60px;
}

h1 {
	margin: 0 0 10px 0;
	color: #FF0000;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
}

/**/

#content {
	position: relative;
	width: 500px;
	height: 400px;
	overflow: hidden;
}

#content p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#content .text_page {
	width: 480px;
}

#content .text_page p {
	text-align: justify;
}

/**/

#side_content {
	float: right;
	position: relative;
	width: 300px;
	height: 400px;
	overflow: hidden;
}

/** /Main **/


/** Scroll **/
#scrollbar {
	display: none;
	position: absolute;
	z-index: 10;
	left: 560px;
	top: 85px;
	width: 14px;
	height: 400px;
}

#scrollbar .mouseover_up {
	display: block;
	overflow: hidden;
	width: 14px;
	height: 10px;
	margin: 0 0 0 1px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	background: url(/images/frontend/scroll.gif) 0 top;
}

#scrollbar .mouseover_down {
	display: block;
	overflow: hidden;
	width: 14px;
	height: 10px;
	margin: 0 0 0 1px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 1px;
	background: url(/images/frontend/scroll.gif) 0 10px;
}

#scrollbar #up {
	position: absolute;
	left: 0;
	top: 0;
}

#scrollbar #down {
	position: absolute;
	left: 0;
	bottom: 0;
}

#scrollbar #track {
	position: absolute;
	left: 0;
	top: 14px;
	width: 14px;
	height: 372px;
}

#scrollbar #dragBar {
	display: none;

	position: absolute;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 20px;
	background-color: #FFFFFF;
	border: 1px solid gray;
}

/* for safari, to prevent selection problem  */
#scrollbar,
#scrollbar #track,
#scrollbar #dragBar,
#scrollbar #up,
#scrollbar #down {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/** /Scroll **/


/** Clients **/
#clients_list {
	width: 460px;
}

#clients_list td {
	width: 200px;
	padding: 0 25px 15px 0;
	vertical-align: top;
}

#clients_list h3 {
	font-size: 10px;
}

#clients_list a {
	text-decoration: none;
}
/** /Clients **/


/** Contacts **/
#contacts_text {
	line-height: 20px;
}

#contacts_map {
	display: block;
	margin: 20px 0 0 0;
}

/**/

#contacts_finger {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 241px;
	height: 228px;
	background-image: url(/images/frontend/contacts-finger.png);
}
/** /Contacts **/


/** Scholarship **/
#scholarship_intro {
	width: 455px;
}

#scholarship_intro p {
	text-align: justify;
}

/**/

ul#scholarship_steps {
	position: relative;
	z-index: 2;
	width: 745px;
	height: 230px;
	margin: 20px 0 0 0;
	background: url(/images/frontend/scholarship-arrows.gif) no-repeat 65px 30px;
}

ul#scholarship_steps li {
	margin-left: 0;
	list-style: none;
}

ul#scholarship_steps li a {
	position: absolute;
	text-decoration: none;
	background-repeat: no-repeat;
}

ul#scholarship_steps li a,
ul#scholarship_steps li {
	text-transform: uppercase;
	color: #676767;
	font-size: 10px;
}

ul#scholarship_steps li.step_1 a {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 83px;
	height: 85px;
	padding: 0 0 0 4px;
	background: url(/images/frontend/scholarship-step1.gif) no-repeat 0 30px;
}

ul#scholarship_steps li.step_1 a.active {
	background-position: 0 -120px;
}

ul#scholarship_steps li.step_2 a {
	position: absolute;
	left: 242px;
	top: 15px;
	width: 122px;
	height: 66px;
	padding: 0 0 0 74px;
	background: url(/images/frontend/scholarship-step2.gif) no-repeat 0 0;
}

ul#scholarship_steps li.step_2 a.active {
	background-position: 0 -150px;
}

ul#scholarship_steps li.step_3 a {
	position: absolute;
	left: 486px;
	top: 76px;
	width: 155px;
	height: 50px;
	padding: 20px 0 0 74px;
	background: url(/images/frontend/scholarship-step3.gif) no-repeat 0 0;
}

ul#scholarship_steps li.step_3 a.active {
	background-position: 0 -150px;
}

ul#scholarship_steps li.step_award a {
	position: absolute;
	left: 610px;
	top: 190px;
	width: 130px;
	height: 205px;
	padding: 0 0 0 82px;
}

/**/

#scholarship_texts {
	position: relative;
	z-index: 1;
	height: 310px;
	margin: -120px 0 0 5px;
}

#scholarship_texts .container {
	position: absolute;
	left: 0;
	top: 0;
	width: 470px;
	height: 280px;
	overflow: hidden;
}

#scholarship_texts .text_step {
	position: absolute;
	left: 0;
	top: 0;
	width: 470px;
	height: 280px;
	overflow: auto;
}

#scholarship_texts .text_step p {
	text-align: justify;
}

#scholarship_award_logo {
	float: right;
	margin: -210px 0 0 0;
	width: 236px;
	height: 184px;
	background-image: url(/images/frontend/scholarship-award.jpg);
}
/** /Scholarship **/


/** Portfolio **/
ul#portfolio_list {
	float: left;
	width: 225px;
}

ul#portfolio_list li {
	position: relative;
	z-index: 10;
	float: left;
	width: 37px;
	height: 37px;
	margin: 2px;
	border: 1px solid #EFEFEF;

	list-style: none;
}

ul#portfolio_list li td {
	width: 37px;
	height: 37px;
	text-align: center;
}

ul#portfolio_list .cut {
	width: 37px;
	height: 37px;
	overflow: hidden;
}

ul#portfolio_list td {
	background-repeat: no-repeat;
	background-position: center;
}

ul#portfolio_list li .tip {
	position: absolute;
	z-index: 5;
	left: 21px;
	top: 21px;
}

ul#portfolio_list li .tip .header {
	width: 188px;
	height: 17px;
	background-image: url(/images/frontend/tip-header.png);
}

ul#portfolio_list li .tip .body {
	width: 148px;
	padding: 0 20px;
	background-image: url(/images/frontend/tip-body.png);
}

ul#portfolio_list li .tip .footer {
	width: 188px;
	height: 23px;
	background-image: url(/images/frontend/tip-footer.png);
}

/**/

#content.portfolio_content {
	float: left;
	position: relative;
	width: 160px;
	height: 450px;
	margin: 0 0 0 40px;
	overflow: hidden;
}

#portfolio_text .p_text {
	position: absolute;
	left: 0;
	top: 0;
}

.portfolio_content .p_text p {
	text-align: justify;
}

/**/

#portfolio_details {
	position: relative;
	float: right;
	display: inline;
	width: 360px;
	height: 380px;
	margin: 0 20px;
}

/**/

#portfolio_details #photos {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
}

#portfolio_details #photos .pho_wrapper {
	width: 360px;
	height: 260px;
	overflow: hidden;
	text-align: center;
}

/***/

#portfolio_details .next_control {
	position: absolute;
	z-index: 3;
	right: 130px;
	top: 270px;
	width: 10px;
	height: 14px;
	cursor: pointer;
	background: url(/images/frontend/portfolio_controlls.gif) no-repeat right 0;
}

#portfolio_details .prev_control {
	position: absolute;
	z-index: 3;
	left: 130px;
	top: 270px;
	width: 10px;
	height: 14px;
	cursor: pointer;
	background: url(/images/frontend/portfolio_controlls.gif) no-repeat 0 0;
}

#portfolio_details .count_control {
	position: absolute;
	left: 100px;
	top: 270px;
	width: 160px;
	text-align: center;
	color: #7F7F7F;
	font-weight: bold;
}

/***/

#portfolio_details .switch_links {
	position: absolute;
	top: 295px;
	left: 20px;
}

#portfolio_details .switch_links li {
	padding: 0 0 0 13px;
	margin: 0 0 5px 0;
	cursor: pointer;
	background: url(/images/frontend/switch-arrow.gif) no-repeat 0 2px;

	list-style: none;
}

#portfolio_details .switch_links li.active {
	font-weight: bold;
}



/** /Portfolio **/


/** News **/
#news_details {
	width: 480px;
}

ul#news_list li {
	list-style: none;
	margin: 0 0 15px 0;
}

ul#news_list li a {
	display: block;
	padding: 0 0 0 15px;
	background: url(/images/frontend/arrow-details-ledt.gif) no-repeat 0 3px;
	text-decoration: none;
}

ul#news_list li a span {
	font-weight: bold;
}

ul#news_list li a:hover,
ul#news_list li a.active {
	color: #FF0000;
	background: url(/images/frontend/arrow-details-ledt.gif) no-repeat 0 -107px;
}

/**/

.news_photo {
	float: left;
	margin: 0 10px 10px 0;
}
/** /News **/


/** Signature **/
#signature {
	color: #323232;
	position: absolute;
	right: 5px;
	bottom: -30px;
	color: #A8A8A8;
	font-size: 10px;
}

#signature a {
	text-decoration: none;
	color: #A8A8A8;
}
/** /Signature **/

#hdn_keywords {
	position: absolute;
	top: -20px;
}