@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);

body, html {
	width: 100%;
}

html {
    overflow-y: scroll; /* prevents page shift when scrollbar appear */
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, abbr {
    margin: 0px;
    padding: 0px;
}

body {
	background-image: url(../gfx/mainBackGround.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d9d8d1;
	font: 80%/160% "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #444;
	font-weight: normal;
}

#mainContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;	
}

#mainHeader {
	width: 1000px;
	clear: both;
	padding-top: 10px;
	height: 100px;
}
#mainLang {
	width: 200px;
	float: left;
	height: 90px;
	text-align: right;
}

#mainSearch {
	width: 400px;
	float: left;
	height: 90px;
	text-align: right;
}
#mainMenu {
	width: 1000px;
	clear: both;
	background-image: url(../gfx/mainMenuBack.png);
	background-repeat: no-repeat;
	height: 35px;
	background-position: right bottom;
	background-color: #FFF;
	margin: 5px;
	border: 1px solid #999;
}

#mainLogo {
	width: 400px;
	float: left;
	height: 90px;
	background-image: url(../gfx/mainLogo.png);
	background-repeat: no-repeat;
}
#mainLogo a {
	width: 400px;
	height: 90px;
	display: block;		
}
#mainLogo h1 {
	display: none;
}

h1, h2, h3 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 10px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

p img {
	float:left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
}

/***************************** Menu Structure ***********/

#mainMenu ul{
    float: left;
	}
 
#mainMenu ul li{
    display: inline;
	}
 
#mainMenu ul li a{
	float: left;
	text-decoration: none;
	display: block;
	height: 35px;
    }
	
#mainMenu ul li a.menuItemHome {
	width: 35px;
	background-image: url(../gfx/mainMenuHomeItem.png);
	background-repeat: no-repeat;
	background-position: center;
    }
	
#mainMenu ul li a .menuItem {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	color: white;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
    }
	
#mainMenu ul li a.menuItemHome .menuItem {
	display: none;
    }
 
#mainMenu ul li a:visited{
    color: white;
	}
 #mainMenu ul li a {
	background-image: url(../gfx/mainMenuHomeOff.png);
	background-position: right bottom;
	}
#mainMenu ul li a:hover{
	color: #fff;
	background-image: url(../gfx/mainMenuHomeHover.png);
	background-position: right bottom;
	}
#mainMenu ul li a.menuItemHome:hover{
	background-image: url(../gfx/mainMenuHomeItem.png);
	background-color: transparent;
		background-repeat: no-repeat;
	background-position: center center;
	}
	
	
/***************************** mainSearch Structure ***********/	
#mainSearch form {
	padding-top: 30px;
}	
#mainSearch .inputText {
	height: 32px;
	margin-right: 10px;
	padding: 3px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #666;
}
#mainSearch .submitButton {
	background-image: url(../gfx/mainBtnSubmit.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 80px;
	border: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	color: white;
	font-size: 16px;
	 cursor: pointer; /* hand-shaped cursor */
 	 cursor: hand; /* for IE 5.x */
}
/***************************** Slider Structure ***********/
#contentRotator {
	padding-top: 20px;
}
#mainSlider {
	width: 1000px;
	height: 330px;
	background-image: url(../gfx/mainSliderBack.png);
	background-repeat: no-repeat;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 2px #AAA; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #AAA; /* Safari, Chrome */
	box-shadow: 0px 0px 2px #AAA; /* CSS3 */
	background-position: 5px 5px;
}
#mainSliderText {
	float: left;
	width: 570px;
	color: #FFF;
	font-style: normal;
}
#mainSliderTextBlock{
	height: 270px;
}
#mainSliderText h2 {
	font-size: 40px;
	padding: 30px;
	padding-bottom: 10px;
	line-height: 1;
}
#mainSliderText p {
	padding-left: 30px;
}

#mainSliderImg {
	float: left;
	width: 430px;

}
#mainSliderImg img {
	margin: 15px;
	height: 300px;
	width: 400px;
	
	-moz-box-shadow: 0px 0px 2px #444; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #444; /* Safari, Chrome */
	box-shadow: 0px 0px 2px #444; /* CSS3 */
}



#mainSliderNav {
	padding-left: 30px;
	}

#mainSliderNav ul{
    float: left;
	padding: 5px;
	background-color: #aaa;
	}
 
#mainSliderNav ul li{
    display: inline;
	}
 
#mainSliderNav ul li a{
	float: left;
	text-decoration: none;
	display: block;
	background-image: url(../gfx/mainNavItemBack.png);
	background-repeat: no-repeat;
	color: #FFF;
	margin-top: 1px;
	margin-right: 1px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	font-weight: bold;
    }
	

/***************************** Content Structure ***********/

#mainContent {
	clear: both;
	padding-top: 10px;
}
#mainText {
	width: 600px;
	float: left;
	padding: 20px;
	background-color: #FFF;
	margin: 10px;
	margin-left: 0px;
	border: 1px solid #CCC;
		-moz-box-shadow: 0px 0px 2px #AAA; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #AAA; /* Safari, Chrome */
	box-shadow: 0px 0px 2px #AAA; /* CSS3 */
}

#mainText a {
	color: #09F;
}
#mainText a:hover {
	color: #F90;
}

#mainText ul {
	padding-left: 25px;
}
#mainContent h1 {
	font-size: 32px;
		line-height: 1;
}
#mainText p {
	font-size: 120%;
}
#mainSide {
	width: 310px;
	padding-left: 30px;
	float: left;
}

.newsBlockContainer {
		width: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 15px;
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8); 
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px
	
	
}

.sideItemContainer {
			width: 300px;
	margin-top: 30px;
		padding: 15px;
		background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8); 

}

#sideMenu {
			width: 330px;
	margin-top: 30px;
	padding-bottom: 10px;
		background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.8); 

}

#sideMenu ul {
	list-style-type: none;	
}

#sideMenu h1 {
	padding:20px;	

}

/*#sideMenu a {
	background-image: url(../gfx/mainSliderLinkBtn.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
}*/

#sideMenu a {
	background-image: url(../gfx/mainSideMenuItemBack.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	padding-bottom: 10px;
	text-decoration: none;
	display: block;
}
#sideMenu a:hover {
	background-image: url(../gfx/mainSideMenuItemBackOn.png);
}

#sideMenu a .sideMenuItem {
	margin: 10px;
	margin-left: 45px;
	font-size: 18px;
	color: #666;
}

#mainLaunch {
	clear: both;
	padding-top: 10px;
}

#mainBottom {
	clear: both;
	padding: 20px;
	text-align: center;
}

.launchBlock {
	margin-right: 5px;
	width: 240px;
	float: left;
	
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
 -moz-box-shadow: 0px 0px 2px #AAA; /* Firefox */  
 -webkit-box-shadow: 0px 0px 2px #AAA; /* Safari, Chrome */  
 box-shadow: 0px 0px 2px #AAA; /* CSS3 */
 
}

.launchBlockContent {
	width: 220px;
	padding: 15px;
}
.launchBlockContent h2 {
	padding-top: 5px;
	font-size: 26px;
	line-height: 1;
}

.launchBlock.y {
	background-image: url(../gfx/mainBannerBack2.png);
}
.launchBlock.img.img1 {
	background-image: url(../gfx/mainBannerBackImg1.png);
}
.launchBlock.img.img2 {
	background-image: url(../gfx/mainBannerBackImg2.png);
}
.launchBlock.img  .launchBlockContent {
	padding-top: 100px;
}
.bannerHide {
	display: none;
}



#mainLang img {
padding-left: 5px;
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
#mainLang a:hover img, #mainLang img.langSelected {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


.goButton a {
	margin-top: 10px;
	margin-left: 70px;
	padding: 5px;
	border: solid 1px #f9cbb4;
	font-size: 15px;
	-moz-box-shadow:0px 0px 2px #314559; /* Firefox */
	-webkit-box-shadow:0px 0px 2px #314559; /* Safari and Chrome */
	box-shadow:0px 0px 2px #314559; /* Opera 10.5+, future browsers, Internet Explorer 6+ */
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari and Chrome */
	border-radius: 2px; /* Opera 10.5+, future browsers, Internet Explorer 6+ */
	background-color: #f45c2d;
	color: #FFF;
	text-decoration: none;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
	display: block;
	width: 50px;
	font-weight: bold;
	text-align: center;
}