﻿/* DEFAULT TAGS */
html, body	{ height: 100%; }

body	{
	padding: 0;
	margin: 0;
	min-width: 989px;
	background-color: #f6f6f6;
	font: 13px/21px Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}

h2, h3, h4, h5	{
	font-weight: normal;
	color: #000;
}

h2	{
	margin: 0 0 20px;	
	font-size: 25px;
	line-height: 26px;
}

h3	{
	margin: 0 0 10px;
	font-size: 19px;
	line-height: 26px;
}

h4	{
	margin: 0 0 5px;
	font-size: 15px;
	line-height: 30px;
}

p	{ margin: 0 0 20px; }

a	{
	color: #082a48;
	text-decoration: underline;
}

a:hover	{
	text-decoration: none;
}

ul, ol	{
	padding: 0;
	margin: 0;
	list-style: none;
}

img	{ border: none; }


/* HEADER TAGS */
#header	{
	height: 121px;
	background: url(../images/header/header_bg.gif) repeat-x;
}

#header h1	{
	margin: 12px 0 0 -20px;
	float: left;
}

#header h1 span	{
	display: none;
}

#header .contacts	{
	float: right;
	padding-top: 2px;
	color: #3b3b3b;
	text-align: right;
	width: 400px;
}

#header .contacts b, #header .contacts strong, body.error #footer .contacts b, body.error #footer .contacts strong	{ font-size: 15px; line-height: 26px; }

#header .contacts strong, body.error #footer .contacts strong	{ font-size: 28px; }

#header .contacts a, body.error #footer .contacts a	{ color: #ff2a00 !important; }


/* CONTENT TAGS */
#wrapper	{ min-height: 100%; }

* html #wrapper	{ height: 100%; }

#content, .middle_blk	{
	width: 989px;
	margin: 0 auto;
}

body.error #content, body.error .middle_blk	{
	width: 792px;
	margin: 0 auto;
}

#content	{
	padding-bottom: 114px;
}

#content .col_left	{
	float: left;
	width: 201px;
	padding-top: 24px;
	position: relative;
}

#content .col_left ul.menu	{ padding-bottom: 16px; }

#content .col_left ul.menu li	{
	width: 201px;
	margin-bottom: 2px;
}

#content .col_left ul.menu li a	{
	display: block;
	height: 30px;
	padding: 8px 0 0 18px;
	background-image: url(../images/content/menu_item.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}

#content .col_left ul.menu li a:hover, #content .col_left ul.menu li.active a	{ background-position: 0 -38px; }

#content .col_main	{
	width: 792px;
	float: left;
	margin-left: -4px;
}

#content .big_img_blk	{
	background-color: #f6f6f6;
	padding: 5px;
	margin-bottom: 40px;
	border: 1px solid #d5dbe0;
	font-size: 0;
	line-height: 0;
}

#content .big_img_blk p	{
	font-size: 11px;
	line-height: 18px;
}

#content .big_img_blk p	{ margin: 5px 0 0;}


/* FOOTER TAGS */
#footer	{
	height: 91px;
	padding: 23px 0 0;
	background: url(../images/footer/footer_bg.gif) repeat-x;
	margin-top: -114px;
}

#footer ul	{
	padding-bottom: 12px;
	text-align: center;
}

#footer ul li	{
	display: inline;
	padding: 0 17px 0 0;
}

#footer ul li a	{ color: #5d5d5d; }

#footer p	{
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

#footer p.copyright	{
	float: left;
}

#footer p.copyright a	{
	color: #5d5d5d;
	text-decoration: none; 
}

#footer p.copyright a.redesign	{
	text-decoration: underline;
}

#footer p.contacts	{
	float: right;
	padding-top: 5px;
	text-align: right;
}

#footer p b	{ font-size: 12px; }

#footer p strong	{ font-size: 16px; }


/* CONTACT PAGE */
#content .contact_blk p	{
	margin-bottom: 0;
	overflow: hidden;
	height: 1%;
	font-size: 13px;
}

#content .contact_blk p b	{
	float: left;
	width: 70px;
}

#content .contact_blk p span	{
	float: left;
}

#content .contact_blk .big_img_blk	{ margin-top: 20px; }


/* COURSES PAGE */
#content ul.simple_list	{ padding-bottom: 30px; }

#content ul.simple_list li	{
	padding: 0 0 0 28px;
	background: url(../images/content/simple_list_bg.gif) no-repeat 0 7px;
	line-height: 30px;
}

#content .subtitle	{
	padding: 0 11px;
	margin: 0 0 15px -11px;
	border: 1px solid #d5dbe0;
	background-color: #f6f6f6;
	line-height: 30px;
	text-transform: uppercase;
	color: #082a48;
}

#content .table_blk	{
	border: 1px solid #d5dbe0;
	background-color: #f9f9f9;
	margin: 0 -11px 30px;
}

#content .table_blk a { color: #5D5D5D; text-decoration: none; }

#content .table_blk .th_blk	{
	height: 26px;
	background: url(../images/content/th_bg.gif) repeat-x;
	padding: 4px 0 0 10px;
	border-bottom: 1px solid #d5dbe0;
	font-weight: bold;
	color: #000;
}

#content .table_blk .tr_blk div	{ min-height: 72px; padding: 5px 0; }

#content .table_blk .tr_blk	{ padding: 0 0 0 10px; overflow: hidden; line-height: 18px; clear:both; }

#content .table_blk .th_blk div, #content .table_blk .tr_blk div	{ float: left; text-align: center; }

#content .table_blk .tr_blk.grey	{ background-color: #f6f6f6; }

#content .table_blk .tr_blk div b	{ text-transform: uppercase; }

#content .table_blk .th_blk .course, #content .table_blk .tr_blk .course	{
	width: 270px;
	text-align: left;
}

#content .table_blk .singleP	{
	width: 136px;
}

#content .table_blk .semiannualP	{
	width: 167px;
}

#content .table_blk .monthlyP	{
	width: 144px;
}

#content .table_blk .student, #content .table_blk .sat1, #content .table_blk .sat2	{ min-height: 100% !important; text-align: left !important; }

#content .table_blk .student	{
	width: 441px;
}

#content .table_blk .sat1	{
	width: 158px;
}

#content .table_blk .tr_blk .sat1, #content .table_blk .tr_blk .sat2	{ padding-left: 6px; }

#content .table_blk .sat2	{
	width: 102px;
}


/* PREPARATION PAGE */
#content .cong_blk	{ 
	float: left;
	padding-bottom: 20px;
}
#content .cong_blk b	{
	padding-right: 10px;
	float: left;
	clear: left;
}

#content .cong_blk span	{
	float: right;
	clear: right;
}


/* ENROLLMENT PAGE */
#content .payment b, #content .payment span	{ float: left; }

#content .payment b	{ width: 160px; }


/* CALENDAR PAGE */
#content .calendar_blk	{ width: 337px; padding: 20px 0 10px; }

#content .calendar_blk .subtitle	{ 
	margin: 0 0 5px;
	text-align: center;
	text-transform: inherit;
	font-size: 19px;
}

#content .calendar_blk .blk	{ padding: 0 0 0 23px; }

#content .calendar_blk .blk table	{ 
	width: 100%;
	border-collapse: collapse;
	padding: 0; 
	text-align: left;
}

#content .calendar_blk .blk table td	{ width: 45px; }

#content .big_img_blk .contact_blk	{ width: 305px; padding: 0 15px; }

#content .big_img_blk .contact_blk p	{ margin: 0 0 30px; }

#content .map_iframe iframe	{
	width: 292px;
	height: 310px;
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/* ERROR PAGE */
body.error	{
	background: #dbdbdb url(../images/content/error_body.gif) repeat-x;
}

body.error #wrapper	{
	min-height: 0;
}

* html body.error #wrapper	{ height: 1%; }

body.error #header	{
	background: none;
	height: 113px;
	padding-top: 42px;
}

body.error #header h1	{
	float: none;
	margin: 0;
	text-align: center;
}

body.error #footer	{
	background: none;
}

body.error #content	{ 
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #5d5d5d;
}

body.error .content_cen	{
	background: url(../images/content/error_content_cen.gif) repeat-y;
}

body.error .content_top	{ background: url(../images/content/error_content_top.gif) no-repeat; }

body.error .content_bot	{ 
	background: url(../images/content/error_content_bot.gif) no-repeat left bottom;
	padding: 20px;
	text-align: center;
	height: 1%;
}

body.error #content .error_number	{
	font-size: 120px;
	line-height: 122px;
	font-weight: bold;
}

body.error #content .error_text	{
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 60px;
	font-weight: bold;
}

body.error #content p	{
	font-size: 17px;
	line-height: 30px;
}

body.error #footer .contacts	{ color: #3b3b3b; font-size: 13px; }

body.error #footer .copyright	{ padding-top: 23px; }


/* BORDERS */
.shT		{ background: #fff url(../images/brd/top_cen.gif) repeat-x;  }
.shTL 	{ background: url(../images/brd/top_left.gif) no-repeat left top; }
.shTR 	{ background: url(../images/brd/top_right.gif) no-repeat right top; }
.shL 	{ background: url(../images/brd/cen_left.gif) repeat-y; }
.shR 	{ background: url(../images/brd/cen_right.gif) repeat-y right top; }
.shBL 	{ background: url(../images/brd/bot_left.gif) no-repeat left bottom; }
.shB 	{ background: url(../images/brd/bot_cen.gif) repeat-x bottom left; }
.shBR 	{ background: url(../images/brd/bot_right.gif) no-repeat right bottom; padding: 46px 43px 46px 42px; min-height: 568px; }
* html .shBR	{ height: 568px; }


/* OTHER TAGS */
.clear	{ clear: both; display: block; }
.fleft	{ float: left !important; }
.fright	{ float: right !important; }
.red	{ color: #ff2a00; }
.black	{ color: #000; }
p.big	{ font-size: 15px; }
.lgreen_bg	{ background-color: #2baacf; }
.nomarg	{ margin: 0 !important; }


