@font-face {
    font-family: 'franklingothic';
    src: url('../../resources/fonts/franklingothic.eot');
    src: url('../../resources/fonts/franklingothic.eot?#iefix') format('embedded-opentype'), 
    url('../../resources/fonts/franklingothic.woff') format('woff'), 
    url('../../resources/fonts/franklingothic.ttf') format('truetype'), 
    url('../../resources/fonts/franklingothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {

}
a {
    text-decoration: none;
}
a:link {
    color: #868686;
}
a:visited {
    color: #868686;
}
a:active {
    color: #868686;
}
a.stronglink {
    text-decoration: underline;
}
a, p, li, ul, label, input, select, textarea, h1, h2, h3, td {
    font-family: 'franklingothic';
    font-size: 14px;
    line-height: 18px;
    color: #515756;
    font-weight: normal;
}
a.barTitle, p.barTitle{
	text-transform: uppercase;
	color: #5c5c5c;
	text-align: center;
	padding-top: 3px;
	font-size: 13px;
	line-height: 20px;
}
.centereDiv {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.verticalCenterBox{
	display: table-cell;
    vertical-align: middle;
}

.bigBlue{
	font-size: 35px;
	color: #2c79b3;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}
.mediumBlue{
	font-size: 25px;
	color: #2c79b3;
	font-weight: bold;
	line-height: 35px;	
}
.smallBlue{
	color: #2373c5;
}
.smallTitle{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 24px;
}


/* HEADER */

#header{
	padding-top: 35px;
	height: 70px;
}
#headerLogo{
	width: 550px;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
}
#headerLogo a{
	float: left;
}
#headerLogo h2{
	float: left;
	margin-left: 10px;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 8px;
	border-left: solid 1px #ccc;
	color: #aaa;
	height: 25px;
}
#IM{
	width: 450px;
	height: 50px;
	float: left;
	margin-top: 7px;
}
#chooseLanguage{
	margin-right: 15px;
	margin-top: 2px;
	height: 50px;
	float: right;
	background-image: url(../../resources/images/gui/language.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#chooseLanguage p{
	font-size: 12px;
	padding-left: 25px;
	line-height: 14px;
}
#chooseLanguageBox{
	width: 80px;
	float: right;
	background-color: #efefef;
	position: relative;
	top: 10px;
	z-index: 1000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:2px 2px 5px #777;
	-webkit-box-shadow:2px 2px 5px #777;
	box-shadow:2px 2px 5px #777;
	display: none;
}
#chooseLanguageBox a{
	width: 100%;
	padding-left: 10px;
	padding-top: 2px;
	float: left;
}
#chooseLanguageBox a:hover{
	color: #ccc;
}
#menuTop{
	width: 100%;
	min-width: 1000px;
	height: 29px;
	background-image: url(../../resources/images/gui/menuBg.png);
}
#menuTop ul{
	width: 100%;
	height: 29px;
}
#menuTop li{
	float: left;
	width: 142px;
	height: 28px;
	margin-top: 1px;
	background-repeat: repeat-x;
	text-align: center;
}
#menuTop li:hover, #menuTop li.topMenuSelected{
	background-image: url(../../resources/images/gui/topMenuChecked.png);
}
#menuTop a{
	text-transform: uppercase;
	color: #fff;
	line-height: 24px;
	height: 28px;
	font-size: 13px;
}
#menuTop ul ul{
	width: 142px;
	height: 55px;
	position: relative;
	background: #1a71a4;
	overflow: hidden;
	height: 0px;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}
#menuTop ul ul li{
	width: 142px;
	height: 24px;
}
#menuTop ul ul li:hover{
	background-color: #598bbb;
}

li.menuContact{
	width: 60px;
}

/* FOOTER */
#footer{
	width: 100%;
	height: 100px;
	background-color: #efefef;
	float: left;
}

#footer a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10px;
}
.footerLinksContainer{
	width: 100%;
	text-align: center;
}
#logos{
	width: 240px;
	height: 30px;
	position: relative;
	top: -85px;
	left: 50%;
	margin-left: 320px;
}
#logos a{
	padding: 5px;
	float: right;
}


/* MAIN BODY */

#mainContent{
	width: 1000px;
	float: left;
	magin-left: 10px;
	margin-top: 10px;
}
#centerContent{
	width: 100%;
	margin-top: 10px;
}
#centerContentBig{
	width: 775px;
	margin-left: 10px;
	background-image: url(../../resources/images/gui/title-bar-full.png);
	background-repeat: no-repeat;
	float: left;
}
#centerContentSmall{
	width: 585px;
	margin-left: 10px;
	background-image: url(../../resources/images/gui/title-bar-large.png);
	background-repeat: no-repeat;
	float: left;
}
.topTitle{
	width: 100%;
	height: 25px;
}
#path{
	width: 100%;
	height: 25px;
	float: left;
	margin-top: -5px;
}
#path a{
	float: left;
	margin-left: 4px;
}


/* LEFT MENU */

#leftContact{
	width: 215px;
	float: left;
	background-image: url(../../resources/images/gui/title-bar-small.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.contactMenu{
	width: 210px;
	height: 25px;
	float: left;
	line-height: 25px;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
}
.contactMenu:hover{
	background-color: #dfdfdf;
}
#leftMenu{
	width: 215px;
	float: left;
	background-image: url(../../resources/images/gui/title-bar-small.png);
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
.leftMenuItem{
	width: 100%;
	height: 40px;
	margin-top: 5px;
	cursor: pointer;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}
.leftMenuImage{
	width: 50px;
	height: 40px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}
.leftMenuText{
	width: 165px;
	height: 100%;
	float: left;
}
.leftMenuImage img{
	width: 50px;
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}
.leftMenuText p{
	padding-left: 5px;
	padding-right: 5px;
}
.leftMenuItem:hover{
	background-color: #dfdfdf;
}
.leftMenuItem:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
}



/* RIGHT GADGETS */

#rightGadgets{
	width: 180px;
	margin-left: 10px;
	float: left;
	text-align: center;
}
#rightGadgets .barTitle{
	margin-left: -5px;
}
#rightGadgets .gadgetBox{
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
	background-image: url(../../resources/images/gui/gadget-box.png);
}
#shareIconsBg{
	margin-top: 3px;
	margin-left: 3px;
	width: 168px;
	height: 128px;
	background-image: url(../../resources/images/gui/shareIcons.png);
	background-repeat: no-repeat;
	text-align: left;
}
#shareIconsBg a{
	padding-left: 30px;
	line-height: 32px;
}