body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	font: 14px arial, sans-serif;
	background: #a1bee2 url("../images/gradient.png") repeat-x top;
}

h1 {
	font: normal 65px georgia;
	text-decoration: none;
	padding-bottom: 10px;
}

h1 span {
	position: relative;
	top: -10px;
	display: block;
	font-size: 40px;
}

h1 a:link {color: #000; text-decoration: underline}
h1 a:visited {color: #000; text-decoration: underline}
h1 a:active {color: #000; text-decoration: underline}
h1 a:hover {color: #000; text-decoration: none}

h2 {
	font: bold 20px arial;
	text-decoration: none;
	padding-bottom: 15px;
}

h3 {
	font: normal 18px georgia;
	text-decoration: none;
	padding-bottom: 5px;
}


img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #000; text-decoration: underline}
a:visited {color: #000; text-decoration: underline}
a:active {color: #000; text-decoration: underline}
a:hover {color: #000; text-decoration: none}

#container {
	width: 100%;
	min-width: 1000px;
	width: expression(document.documentElement.clientWidth < 1000? "1000px": "100%");
	position: relative;
	overflow: hidden;
}

.container {
	position: relative;
	width: 100%;
	max-width: 1600px;
	width: expression(document.documentElement.clientWidth > 1600? "1600px": "100%");
	min-height: 597px;
	height: expression(this.offsetHeight < 597?"597":"this.offsetHeight");
	background: url("../images/sky.jpg") no-repeat center top;
}

.airplane {
	position: absolute;
	width: 24%;
	height: 796px;
	padding: 0 4.5% 0 0;
	right: 0;
	top: 0;
}

.airplane img {
	position: absolute;
	margin-left: -300px;
}

#head {
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 186px;
}

.logo {
	position: absolute;
	left: 11.5%;
	top: 46px;
	margin-left: -57px;
}

.slogan {
	position: absolute;
	left: 11.5%;
	top: 74px;
	width: 150px;
	font-size: 12px;
	color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.menu {
	position: absolute;
	left: 0;
	top: 128px;
	width: 100%;
	height: 58px;
	font-weight: bold;
	list-style: none;
}

.menu li {
	float: left;
	height: 38px;
	padding: 20px 1% 0 0;
	background: #ff4e00;
	padding-left: expression(this.previousSibling==null ?'11.5%' :'');
}

.menu li:first-child {
	padding-left: 11.5%;
}

.menu a {
	color: #fff !important;
}

.menu img {
	position: relative;
	top: -8px;
}

.corner {
	width: 24px;
	padding-right: 0;
	background: transparent !important;
}

.corner img {
	top: -20px !important;
}

.phone {
	position: absolute;
	right: 28.5%;
	top: 52px;
	color: #fff;
	padding-left: 13px;
	background: url("/images/phone.gif") no-repeat;
}
.phone h2 {
	font-size: 14px;
}

#content {
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	padding-top: 17px;
}

.left_column {
	float: left;
	position: relative;
	z-index: 1;
	width: 50.5%;
	padding-left: 11.5%;
	min-height: 600px;
	height: expression(this.offsetHeight < 600?"600":"this.offsetHeight");
}

.wide {
	width: 55.5%;
}

.small_airplane {
	position: absolute;
	z-index: 0;
	left: 11.5%;
	top: 600px;
	width: 127px;
	height: 98px;
	margin-left: -180px;
	background: url("../images/small_airplane.png") no-repeat;	
}

.text {
	line-height: 19px;
}

.text p {
	padding-bottom: 15px;
}

.news {
	float: left;
	width: 100%;
	list-style: none;
}

.news li {
	float: left;
	width: 100%;
	padding-bottom: 35px;
}

.news_date {
	float: left;
	font: 30px georgia;
}

.news_date span {
	position: relative;
	top: -9px;
	font-size: 15px;
	padding-left: 3px;
	font-weight: bold;
}

.news_anons {
	font-size: 12px;
	padding-top: 5px;
	margin: 0 10% 0 125px;
	line-height: 19px;
}

.news_anons a {
	color: #fff !important;
}

.articles {
	float: left;
	width: 47%;
	font-size: 12px;
}

.articles ul {
	list-style: none;
	line-height: 18px;
}

.articles li {
	padding-left: 24px;
	margin-bottom: 10px;
	background: url("../images/bullet.gif") no-repeat 0 5px;
}

.articles ul a {
	color: #fff !important;
}

.courses {
	float: right;
	width: 47%;
	font-size: 12px;
}

.courses ul {
	list-style: none;
	line-height: 18px;
}

.courses li {
	padding-left: 24px;
	margin-bottom: 10px;
	background: url("../images/bullet.gif") no-repeat 0 5px;
}

.courses ul a {
	color: #fff !important;
}

.teasers {
	float: left;
	position: relative;
	display: inline;
	width: 55.5%;
	height: 109px;
	margin: 40px 30% 0 0;
	padding-left: 11.5%;
}

.teasers ul {
	float: right;
	position: relative;
	z-index: 1;
	width: 100%;
	font: bold 20px arial;
	list-style: none;
	background: url("../images/delimiter.gif") no-repeat 46% 37px;
}

.teasers li {
	float: right;
	position: relative;
	width: 47%;
	float: expression(this.previousSibling==null ?'left' :'');
}

.teasers li:first-child {
	float: left;
}

.teasers p {
	padding: 0 40px 0 80px;
	height: 109px;
	display: table-cell; 
	vertical-align: middle;
}

.teasers p span {
	display: block;
	margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

.teasers a {
	color: #fff !important;
}

.teasers img {
	position: absolute;
	left: -21px;
	top: 0;
}

.teasers_bg {
	position: absolute;
	z-index: 0;
	right: 23px;
	top: 0;
	width: 150%;
	height: 109px;
	background: #ff4e00;
}

.teasers_corner {
	position: absolute;
	z-index: 0;
	right: -23px;
	top: 0;
	height: 109px;
	width: 46px;
	background: url("../images/teasers_corner.png") no-repeat;
}

.right_column {
	float: right;
	position: relative;
	width: 24%;
	padding: 135px 4.5% 0 0;
}

.banner {
	height: 268px;
}

.subscribe {
	position: relative;
	padding: 6px 0 0 66px;
	height: 100px;
	font: bold 14px arial;
}

.subscribe img {
	position: absolute;
	margin-left: -66px;
	top: 0;
}

.subscribe a {
	text-decoration: none !important;
	border-bottom: 1px dotted #000;
}

.subscribe a:hover {
	border-width: 0;
}

.testimonial {
	position: relative;
	zoom: 1;
	padding-left: 47px;
	margin-left: -47px;
	font-size: 12px;
	line-height: 18px;
	background: url("../images/quotes.png") no-repeat 0 7px;
}

.author {
	font-size: 11px;
	color: #fff;
	padding-top: 15px;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: 145px;
}

.copyrights {
	position: absolute;
	left: 11.5%;
	top: 53px;
	font-size: 11px;
	height: 19px;
	padding: 10px 0 0 23px;
	margin-left: -23px;
	background: url("../images/slash.gif") no-repeat;
}

.designer {
	position: absolute;
	top: 57px;
	right: 0;
	width: 28.5%;
	font-size: 11px;
}

.designer img {
	position: relative;
	left: 5px;
	top: 5px;
	vertical-align: middle;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  z-index: 102;
  color:#000000;
  display:none;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
display: none;
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#subscription {
	display: none;
}

.subscription {
	float: left;
	position: relative;
	width: 320px;
	height: 232px;
	padding: 35px 40px 0 40px;
	background: url("../images/subscription_bg.jpg") no-repeat;
}

.subscription h2 {
	letter-spacing: -1px;
}

.subscription table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 7px;
}

.subscription td {
	padding: 0 0 9px 0;
}

.close {
	position: absolute;
	right: 4px;
	top: 4px;
	cursor: pointer;
}

.input {
	width: 300px;
	font: 12px arial;
}

.input2 {
	float: left;
	width: 195px;
	font: 12px arial;
}

.select {
	float: left;
	width: 55px;
	font: 12px arial;
}

.select2 {
	float: left;
	display: inline;
	margin: 0 7px;
	width: 100px;
	font: 12px arial;
}

.captcha {
	float: left;
	display: inline;
	margin-right: 7px;
	border: 1px solid #aaadb2;
}

.captcha img {
	vertical-align: middle;
}

.big_date {
/*	position: relative;*/
	top: -10px;
	font: 40px georgia;
	padding-bottom: 4px;
	color: #fff;
}

.trans_list {
	float: left;
	width: 100%;
	list-style: none;
	padding-bottom: 13px;
}

.trans_list li {
	padding: 5px 18px 13px 18px;
	margin: 0 0 1px -18px;
	background: url("../images/trans.png");
}

.page_navigation {
	clear: both;
	position: relative;
	margin-left: -18px;
	height: 47px;
	font: bold 14px arial;
	color: #0870c9;
	list-style: none;
	background: #fff;
}

.page_navigation li {
	float: left;
	padding: 14px 0 0 18px;
}

.page_navigation .active {
	color: #000;
}

.page_navigation a {
	color: #0870c9 !important;
}

.text {
	line-height: 19px;
}

.text p {
	padding-bottom: 15px;
}

.text ul {
	list-style: none;
	margin-left: -43px;
	padding-bottom: 20px;
}

.text ul li {
	zoom: 1;
	position: relative;
	margin-top: 5px;
	padding-left: 43px;
	background: url("../images/dash.gif") no-repeat 0 9px;
}

.romb {
	float: left;
	display: inline;
	position: relative;
	height: 58px;
	padding-right: 25px;
	margin: 5px 0 40px -35px;
	background: url("../images/romb_right.png") no-repeat right;
}

.romb p {
	float: left;
	height: 58px;
	padding-left: 25px;
	font: bold 20px arial;
	background: url("../images/romb_left.png") no-repeat;
}

.romb a {
	float: left;
	height: 43px;
	padding: 15px 10px 0 10px;
	color: #fff !important;
	background: #0870c9;
}

.romb input {
	float: left;
	font: bold 20px arial;
	height: 58px;
	padding: 0 10px;
	color: #fff !important;
	text-decoration: underline;
	border-width: 0;
	overflow: visible;
	cursor: pointer;
	background: #0870c9;
}

.title {
	font: normal 30px georgia;
	text-decoration: none;
	padding-bottom: 15px;
}

.big_title {
	zoom: 1;
	position: relative;
	margin-left: -52px;
	padding: 0 0 10px 52px;
	font: 65px georgia;
	background: url("../images/arrow.png") no-repeat 0 29px;
}

.white_date {
	font-weight: bold;
	padding-bottom: 25px;
	color: #fff;
}

.error {
	padding: 200px 0 0 11.5%;
	width: 55.5%;
	line-height: 17px;
}

.error a {
	color: #fff !important;
}

.back {
	font-weight: bold;
	zoom: 1;
	margin: 20px 0 0 -24px;
	padding-left: 24px;
	background: url("../images/arrow.gif") no-repeat 0 5px;
}

.error_airplane {
	position: absolute;
	z-index: 0;
	right: 28%;
	top: 115px;
	width: 127px;
	height: 98px;
	margin-left: -180px;
	background: url("../images/small_airplane.png") no-repeat;	
}

.article_anons {
	font-size: 12px;
	padding-left: 30px;
	margin-top: 5px;
	line-height: 18px;
	background: url("../images/arrow2.gif") no-repeat 0 4px;
}

.article_anons a {
	color: #fff !important;
}

.styled_table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

.styled_table td {
	vertical-align: top;
	padding: 0 10px 8px 0;
}

.styled_table2 {
	margin-bottom: 20px;
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
}

.styled_table2 td {
	vertical-align: top;
	padding: 0 10px 8px 0;
}

.textarea {
	width: 350px;
	height: 120px;
	font: 12px arial;
}

.styled_date {
	font: 30px georgia;
	padding-bottom: 10px !important;
}

.styled_date span {
	position: relative;
	top: -9px;
	font-size: 15px;
	font-weight: bold;
}

.styled_table3 {
	border-collapse: collapse;
	border-spacing: 0;
}

.styled_table3 td {
	vertical-align: top;
	padding: 0 20px 1px 0;
}

.styled_table3 span {
	font-size: 12px;
}

.note {
	zoom: 1;
	margin: 15px 0 0 -30px;
	padding-left: 30px;
	font-size: 11px;
	line-height: 15px;
	background: url("../images/star.png") no-repeat;
}

.testimonials {
	width: 110%;
	position: relative;
	list-style: none;
	padding-bottom: 15px;
	margin: 0 -10% 0 -18px;
}

.testimonials li {
	padding: 20px 10% 20px 18px;
	border-top: 1px dotted #000;
	padding-top: expression(this.previousSibling==null ?'0' :'');
	border-top-width: expression(this.previousSibling==null ?'0' :'');
}

.testimonials li:first-child {
	padding-top: 0;
	border-top-width: 0;
}

.subject {
	color: #fff;
	font-size: 12px;
	padding-bottom: 15px;
}

.testimonials .author {
	font-size: 12px;
	padding-top: 0;
}

.anons {
	clear: both;
	font-size: 12px;
	padding-top: 7px;
	line-height: 18px;
}

.anons a {
	color: #fff !important;
}

.right_news {
	float: left;
	width: 100%;
	list-style: none;
}

.right_news li {
	padding: 5px 18px 13px 18px;
	margin: 0 0 1px -18px;
	background: url("../images/trans.png");
}
.err {
	border: 1px solid red;
	background: #FFF8F8;
}
