@charset "utf-8";

body {
	background-color: #FFF;
}

#TopBanner {
	height: auto;
	width: 100%;

}
.BannerImage {
	height: auto;
	width: 100%;
}
#MiddleWrapper h3 {
	color: #26ae90;
}

#MiddleTable {
	height: auto;
	margin:20px;
}
#footer1 {
	padding-top: 10px;
	color: #FFFFFF;
	
background: #107f65;
background: -moz-linear-gradient(left,  #107f65 0%, #23a385 40%, #23a385 60%, #107f65 100%);
background: -webkit-linear-gradient(left,  #107f65 0%,#23a385 40%,#23a385 60%,#107f65 100%);
background: linear-gradient(to right,  #107f65 0%,#23a385 40%,#23a385 60%,#107f65 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#107f65', endColorstr='#107f65',GradientType=1 );
	
}
#BannerButton {
	background-color: #F30;
	height: 80px;
	width: 100px;
	position: fixed;
	left: 100px;
	top: 100px;
}

#footer2 {
	padding-top:10px;
	background-color: #2b2b2b;
	width: 100%;
}
.Footer2Text{
	color: #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.Footer2Text a{
	color: #FFF;
	cursor: pointer;
}
@media (min-width: 990px){
		#MiddleWrapper {
	margin:0 auto;
		width: 1000px;
	}
.container {
	margin:0 auto;
}
#LanguageBanner{
	visibility:visible;
position: fixed;
right:0px;
top:0px;
width:135px;
height: 30px;
background-color: #000;
border-radius: 0px 0px 0px 20px;
opacity:.5;
z-index:10;
}
#LanguageText{
	position: fixed;
	right:0px;
	top:0px;
	width:130px;
height: 30px;
font-size: 16px;
padding:3px 0px 0px 0px;
color:#FFF;
z-index:11;
	}
}
@media (max-width: 990px){
	#MiddleWrapper {
	margin:0 auto;
	}
.container {
	margin:0 auto;
}
#LanguageBanner{
visibility:hidden;
z-index:10;
}
#LanguageText{
	padding:3px 0px 0px 0px;
	position: static;
	right:0px;
	top:0px;
	width:100%;
	height: 40px;
	font-size: 20px;
	color:#FFF;
	background-color:#000;
	z-index:11;
	}
}
#LanguageText a {color:#FFF;}
#LanguageText a:hover {
	color: #F90;
	text-decoration:none;
}
.active{color:#F90;}

#Details{
	height:auto;
	width:100%;
	background-color:#F7F7F7;
	padding:10px;
	visibility:hidden;
	}
#DetailsClick{
	font-weight: bold;
	cursor:pointer;
	height:auto;
	width:100%;
	background-color:#F7F7F7;
	padding: 10px;
	}	
#DetailsText{
	}