@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	
}

html {
	height: 100%;
	/*width: 100%;*/
}

body {
	min-height: 100%;
	height:auto !important; 
	height:100%;
	background-color: #001C44;
	background-image: url(../img/bg.png);
	position: relative;
}

img {
	border: 0px;
}

a, a:visited, a:active {
	text-decoration: none;
}	

a:hover {
	text-decoration: underline;
}

a.dark_blue {
	color: #003969;
}

a.light_blue {
	color: #BACEEA;
}

a.pink {
	color: #F3AEBC;
}

.current a {
	background:#000000;
}

.current a.pink, .current a.dark_blue, .current a.light_blue {
	color: #FFC696;
	cursor:	default;
	text-decoration: none;
}

#header {
	position: relative;
	/*margin-top: 50px;*/
	padding-top: 50px;
	margin-left: 40px;
}

#header_content {
	background-color: #FFFFFF;
	height: 150px;
}

#about {
	position: absolute;
	left: 170px;
	top: 120px;
	padding-right: 25px;
	color: #003969;
	
	
}

#logo {

	padding-left: 20px;
	padding-top: 20px;
}

#logo_come_in {
	width: 295px;
	height: 370px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -148px;
}

.shadow_bottom_right {
	background: url(../img/shadow_bottom_8.png) bottom right no-repeat;
	padding-bottom: 10px;
}

.shadow_bottom_left {
	background: url(../img/shadow_bottom_8.png) bottom left no-repeat;
	padding-bottom: 10px;
}


.shadow_left {
	background: url(../img/shadow_left_8.png) top left no-repeat;
	padding-left: 10px;
}

#lng {
	white-space: nowrap;
	position: absolute;
	top: 60px;
	right: 30px;
	font-size: 14px;
	font-weight: 700;
}

#lng a {
	padding-left: 3px;
	padding-right: 3px;

}




#menu {
	/*position: relative;*/
	padding-top: 40px;
	/*margin-top: 40px;*/
	/*right: 40px;
	width: 100%;
	padding-right: 40px;*/
}

#menu_content {
	background-color: #FFFFFF;
	/*height: 130px;*/
	white-space: nowrap;
	text-align: right;
	font-size: 53px;
	padding-right: 100px;
}

#menu_content a {
	padding-right: 7px;
	padding-left: 7px;
}

#menu_come_in {
	position: absolute;
	bottom: 65px;
}

#menu_content_come_in {
	background-color: #FFFFFF;
	/*height: 130px;*/
	white-space: nowrap;
	text-align: right;
	font-size: 53px;
	padding-right: 73px;
	padding-left: 43px;
}

#menu_content_come_in a {
	padding-right: 7px;
	padding-left: 7px;
}


#menu_padding_right {
	padding-right: 50px;
}

#container {
	padding-top: 40px;
	min-height: 370px;
	height:auto !important; /*IE6 hack*/
	height: 370px;
}

#main {
	
	/*position:relative;*/
	/*margin-top: 40px;*/
	padding-left: 440px;
}

#main_content {
	color: #003969;
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	min-height: 250px;
	height:auto !important; /*IE6 hack*/
	height: 200px;
	/*overflow: auto;*/
	 zoom: 1;
	 font-size: 15px;

}

#main_content:after {
  content: "";
  display: block;
  clear: both;
}

#main_content h1{
	font-size: 24px;
	padding-bottom: 20px;
}

#main_content h2{
	padding-top:20px;
	padding-bottom:20px;
	font-size:16px;
	
}

#main_content h3{
	/*font-weight:bold;*/
	color: #BACEEA;
	font-size:15px;
	padding-bottom:15px;
}

#main_content ul{
	padding-left: 30px;
	
}


.sub_menu {
	
	/*position: absolute;
	top: 60px;
	right: 30px;*/
	font-size: 20px;
	/*font-weight: bold;*/
	padding-bottom: 20px;
	text-align:justify;
}

.sub_menu a {
	padding-left: 7px;
	padding-right: 7px;
	white-space: pre;
	/*word-spacing:5px;*/
}

.thumb {
	font-size: 13px;
	/*font-weight: bold;*/
	float: left;
	padding-right: 25px;
	width: 200px;
	height: 280px;
}

.thumb p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.thumb a {
	color: #003969;
}

#pages {
	font-size: 13px;
	clear: both;
	padding-top: 10px;

}
#pages img {
	vertical-align: middle;
	padding-right: 2px;
}

#pages .pages {
	padding-right: 5px;
	padding-left: 3px;
}



#test {
	clear: both;
}

#promo {
	position: absolute;
}

#promo_content{
	/*min-height: 340px;*/
	height:auto !important; /*IE6 hack*/
	height: 360px;
	background-color: #FFFFFF;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	
	
}

*html #promo_content{ /*IE6 hack*/
	width: 270px;
}

#pages_promo {
	/*position: absolute;
	right: 15px;
	bottom: 25px;*/
	float: right;
	padding-bottom: 10px;
	font-size: 13px;


}
#pages_promo img {
	vertical-align: middle;
	padding-left: 2px;
}

#pages_promo .pages {
	padding-left: 5px;
	padding-right: 3px;
}

#promo_thumb {
	font-size: 13px;
	font-weight: bold;
	width: 270px;
	color:#003969;
}

#promo_thumb p {
	padding-top: 5px;
	padding-bottom: 5px;
}

#promo_thumb a {
	color: #003969;
}

#empty {
	min-height: 30px;
	height:auto !important; /*IE6 hack*/
	height: 30px;

}

#address  {
	color:#FFFFFF;
	background-color:#000000;
	position: absolute;
	bottom: 5px;
	left: 0px;
	padding:1px 0;
}
	
#address p {
	white-space: nowrap;
	vertical-align: middle;
	font-size: 11px;
	font-weight: 600;
	line-height: 20px;
	padding-left: 25px;
	padding-right: 75px;
	padding-bottom: 10px;
}

#address img {
	vertical-align:middle;
	padding-left:2px;
	padding-right:3px;


}

#address a {
	color:#FFFFFF;
}

.hidden {
	display: none;
	
	}
p {
	/*padding-top:10px;*/
	padding-bottom:15px;
	
}

p.header{
	padding-top:50px;
	padding-bottom:15px;
	font-weight:bold;
	font-size:16px;
	
}
p.header1{
	/*padding-top:50px;*/
	padding-bottom:15px;
	font-weight:bold;
	font-size:16px;
	
}
p.subheader{
	font-weight:bold;
	color: #BACEEA;
}
p.justify {
	text-align:justify;
}


#skypeimg{
	vertical-align:middle;
	
}


/*contact form*/
#contact_form label{
	padding-top:10px;
	font-size: 13px;
	display: block;
}

#contact_form .error{
	font-size: 13px;
	color: #FF0000;
}

#contact_form input, textarea{
	font-size: 15px;
	padding-top:2px;
	padding-bottom:2px;
	display: block;
	font-weight:bold;
	color: #003969;
	width:400px;
}

#contact_form input.button{
	font-size: 15px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:normal;
	color: #003969;
	width:400px;
}


/*end contact form*/


.clear{
	clear:both;
}

