*{
			margin			: 0px;
			padding			: 0px;
			font-family		: "Century Gothic";
}

html, body{
			color			: #202833;
			background		: #EBE2D3;
			font-size		: 12px;
}

img{
			border			: none;
			vertical-align	: middle;
}

label{
			cursor			: pointer;
}


a{
			text-decoration	: none;
			color			: #1D80C4;
}

a:hover{
			text-decoration: underline;
}

input{
			vertical-align	: middle;
}

h1{
			font-size		: 16px;
			font-weight		: normal;
}

h2{
			font-size		: 14px;
			font-weight		: normal;
}

h1.topic{
			width			: 100%;
			border-bottom	: solid 6px #afafaf;
			padding-bottom	: 6px;
			text-transform	: uppercase;
}

h2.topic{
			width			: 100%;
			border-bottom	: solid 3px #afafaf;
			padding-bottom	: 4px;
}

.wrapper{
			width			: 979px;
			/*overflow		: hidden;*/
			margin			: 0px auto;
}

.point{
			position		: relative;
			height			: 0px;
}

.clear{
			clear			: both;
}

.left{
			float			: left;
}

.right{
			float			: right;
}

.pointer{
			cursor			: pointer;
}

.relative{
			position		: relative; 
			height			: 0px;
			width			: 0px;
}

.absolute{
			position: absolute;
			/*z-index: 2; */
			top: 0px;
			left: 0px;
}

.note{
			padding			: 12px;
			border			: solid 1px #D1E3E5;
			background-color: #F1F1F1;
			line-height		: 16px;			
}

.input{
			width			: 160px;
			border			: solid 1px #797E81;
			padding			: 1px;
			background-color: #E5EFF0;
}

select.input{
			width			: 162px;
}

.button{
			border			: solid 1px #797E81;
			padding			: 3px 10px;
			background-color: #C5CBCB;
			cursor			: pointer;
			font-weight		: bold;
}

.submit{
			border			: none;
			padding			: 3px 10px;
			background-color: #797E81;
			cursor			: pointer;
			font-weight		: bold;
}

.button_blue{
			border			: solid 1px #D1E3E5;
			padding			: 3px 10px;
			color			: #fff;
			background-color: #1E7FC4;
			cursor			: pointer;
			font-weight		: bold;
}

.button_yellow{
			border			: solid 1px #535049;
			padding			: 3px 10px;
			color			: #fff;
			background-color: #F48F19;
			cursor			: pointer;
			font-weight		: bold;
}

.textarea{
			width			: 300px;
			height			: 100px;
			border			: solid 1px #797E81;
			padding			: 1px;
			background-color: #E5EFF0;
			font-size		: 12px;
}

.required{
			color			: #FB211F;
}

.help{
			font-size		: 11px;
			color			: #AFB9BA;
}

a.logo{
			width			: 105px !important;
			height			: 103px !important;
			left			: 20px;
			top				: 12px;
}

#page_header{
			width			: 100%;
			height			: 127px;
			background		: #2C5172 /*url('../images/page_header.jpg') repeat-x left bottom*/;
}
#page_header .logo{
			height			: 127px;
			/*background		: url('../images/logo.jpg') no-repeat 20px 50%;*/
}
#page_header a.logo{
			height			: 127px;
			background		: url('../images/logo.jpg') no-repeat top left;
}
#page_header .advertising_area{
			float			: right;
			width			: 604px;
			height			: 71px;
			border			: solid 1px #525451;
			margin-top		: 6px;
			background		: url('../images/advertising_area_bg.jpg') no-repeat;
}
#main_menu{
			width			: 100%;
			height			: 36px;
			border-top		: solid 1px #000;
			background		: url(../images/main_menu_bg.gif);
			border-bottom	: solid 1px #d4d4d4;
			/*overflow		: hidden;*/
}
#main_menu ul{
			border-left		: solid 1px #d4d4d4;
			width			: 979px;
			height			: 36px;
}
#main_menu ul li{
			float			: left;
			height			: 36px;
			list-style		: none;
			border-right	: solid 1px #d4d4d4;
}
#main_menu ul li.right{
			float			: right;
			border-left		: solid 1px #d4d4d4;
}
#main_menu ul li a{
			display			: inline;
			float			: left;
			height			: 26px;
			color			: #fff;
			text-decoration : none;
			padding			: 10px 25px 0px 25px;
			text-align		: center;
			font-size		: 11px;
			font-weight		: bold;
			line-height		: 15px;
}
#main_menu ul li a.hover{
			background		: #e7e7e7;
			color			: #11100F;
}
/*#main_menu ul li a:hover{
			background		: #e7e7e7;
			color			: #11100F;
}*/
#main_menu ul .member_area_item{
			width			: 82px;
			color			: #1e7fc4;
}
/*#main_menu ul .last{
			clear			: both;
			height			: 25px;
			list-style		: none;
			padding			: 10px 0px 0px 0px;
			text-align		: center;
			font-size		: 11px;
			font-weight		: bold;
			border-right	: none;
			width			: 0px;
}*/

#intro{
					width			: 977px;
					height			: 214px;
					background		: #000 url('../images/intro.jpg') no-repeat 50% 50%;
					margin-top		: 27px;
					border			: solid 1px #d4d4d4;
}
#intro h1{
					width			: 937px;
					font-family		: Arial;
					font-size		: 13px;
					font-weight		: bold;
					line-height		: 25px;
					color			: #fff;
					padding			: 12px 15px;
					/*background-color: #000;*/
					/*filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
					opacity			: 0.5;*/
}

#intro h1 span{
					font-size		: 14px;
}

#intro .bg{
					width			: 977px;
					height			: 54px;
					background-color: #000;
					filter			: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
					opacity			: 0.4;
}

#intro2{
					width			: 917px;
					height			: 31px;
					background		: #000 url(../images/intro2.jpg) no-repeat 50% 50%;
					margin-top		: 27px;
					border			: solid 1px #d4d4d4;
					padding			: 20px 30px;
					color			: #fff;
					font-size		: 24px;
					text-transform	: uppercase;
}

#page_content{
					width			: 947px;
					border-top		: solid 1px #A39784;
					border-right	: solid 1px #A39784;
					border-left		: solid 1px #A39784;
					background		: #fff;
					margin-top		: 7px;
					padding			: 15px;
}

#page_footer{
					width			: 977px;
					height			: 100px;
					border-top		: solid 9px #7f7f7f;
					border-right	: solid 1px #d4d4d4;
					border-bottom	: solid 1px #d4d4d4;
					border-left		: solid 1px #d4d4d4;
					color			: #FBFBFB;
					background		: #13161b url(../images/ws_linked_in.jpg) no-repeat 100% 100%;
}
#page_footer .menu{
					margin			: 12px 26px;
					text-align		: left;
}
#page_footer .menu a{
					color			: #FBFBFB;
					text-decoration	: none;
}
#page_footer .menu a:hover{
					text-decoration	: underline;
}
#page_footer .info{
					margin			: 24px 26px;
}
#page_footer_text{
					width			: 977px;
					padding			: 7px 0px;
					text-align		: right;
					font-size		: 10px;
					font-weight		: bold;
					color			: #9B9B9B;
}

#page_footer .slogan{
					top				: -228px;
					left			: 775px;
					width			: 156px;
					color			: #fff;
}

#page_footer .img{
					top				: -258px;
					left			: 739px;
}

#page_footer .slogan2{
					top				: -263px;
					left			: 767px;
					width			: 165px;
					color			: #fff;
}

#page_footer .img2{
					top				: -297px;
					left			: 739px;
}

.advert1{
					background		: url('../images/advert_1.jpg');
}
.advert2{
					background		: url('../images/advert_2.jpg');
}
.advert3{
					background		: url('../images/advert_3.jpg');
}
.advert4{
					background		: url('../images/advert_4.jpg');
}

/* SEARCH_BOX */
.search_box{
					width			: 100%;
					font-size		: 11px;					
					color			: #454A50;
					padding			: 10px;
}
.search_box p{
					font-size		: 10px;
					padding			: 10px 0px;
}
.search_box h2{
					font-size		: 14px;
					width			: 100%;
					margin			: 3px;
}
.search_box select{
					font-size		: 10px;					
					float			: right;
					display			: inline;
					width			: 181px;
					padding			: 2px;
					color			: #3C3C3C;
					border			: solid 1px #A39784;
					margin			: 2px 0px;
}
.search_box .select{
					font-size		: 10px;					
					float			: right;
					display			: inline;
					width			: 175px;
					padding			: 2px;
					color			: #454A50;
					border			: solid 1px #A39784;
					margin			: 3px 0px;
}
.search_box .search_button{
					font-size		: 10px;					
					float			: right;
					display			: inline;
					border			: solid 1px #A39784;
					color			: #3C3C3C;
					background		: #EFEFEF;
					width			: 80px;
					margin-top		: 3px;
					cursor			: pointer;
}


.sub_menu{
					visibility		: hidden;
					background-color: #E7E7E7;
					border-left		: solid 1px #D4D4D4;
					border-right	: solid 1px #D4D4D4;
					border-bottom	: solid 1px #D4D4D4;
					padding			: 20px 25px 20px;
}

.sub_menu .list{
					width			: 100%;
					padding-bottom	: 12px;
					border-bottom	: solid 1px #B0B0B0;
					margin			: 0px 15px 18px 0px;
					font-size		: 12px;	
}
.sub_menu .list a{
					display			: block;
					text-decoration	: none;
					color			: #232733;
}
.sub_menu .list a:hover{
					display			: block;
					text-decoration	: underline;
					color			: #232733;
}

.sub_menu .blocklink {
					font-size		: 11px;
					padding			: 3px 10px 3px 10px;
					font-weight		: bold;
					background-color: #1C7FC3;
					text-decoration	: none;
					color			: #ffffff;
}

.sub_menu .blocklink:hover {
					padding			: 3px 10px 3px 10px;
					background-color: #232733;
					text-decoration	: none;
					color			: #ffffff;
}

.sub_menu .header{
					font-size		: 13px;
					color			: #1C7FC3;
					/*font-weight		: bold;*/
}

.sub_menu .link{
					text-decoration	: none;
					color			: #1C7FC3;
					font-weight		: bold;
}

.sub_menu p{
					margin			: 5px 5px 5px 0px;
					font-size		: 12px;	
					colour			: #232733;
					font-weight		: bold;
					
}

.sub_menu .input_text{
					font-size		: 10px;
					display			: block;
					margin			: 5px 0px;
					padding			: 2px 1px;
					width			: 180px;
					background-color: #E7E7E7;
					border			: solid 1px #7A7A7C;
}

.sub_menu .input_button{
					font-size		: 10px;
					display			: block;
					margin			: 5px 0px;
					padding			: 0px 5px;
					background-color: #E7E7E7;
					border			: solid 1px #7A7A7C;
					cursor			: pointer;
}

.social-icons{
					color			: #7A7A7C;
					width			: 300px;
					left			: 695px;
					top				: 78px;
					position		: relative;
}

.flags{
					color			: #7A7A7C;
					width			: 250px;
					left			: 790px;
					top				: 0px;
					position		: relative;
}

#iconbar li {
float:left; position:relative; margin-right:20px;
}

#iconbar span {
position: absolute;
top: -50px;
left: -80px;
display: none;
background: url('../images/ttbg.jpg') no-repeat;
width: 110px;
height: 35px;
text-align: center;
padding: 5px;
line-height:110%;
color:#000000;
}
