@charset "utf-8";
/* CSS Document */

body {
	background: url(english/images/bg_body.png) repeat-x bottom  ,url(english/images/patterrific_patt_transmicro02.png) repeat top left, url(english/images/bg-body.jpg) center repeat-y        ;
border-top: solid 6px #D18C2E;

}


a img {
	border:none;
	outline:none;
	
	}
#wrapper {
	/*border-left: 3px #F90 solid;*/
	/*border-right: 3px #F90 solid;*/
	background: #fff;


	}

#wrapper-head{
	
	 background: url(english/images/bg-header1.png) bottom left repeat-x #fff;
		border-top: solid 3px #003;
		margin-top: 0px;
		height: 160px;
		width: 100%;
	}
	
#bg {
	
	background:url(english/images/bg-head-wrapper.png) center bottom no-repeat;
	height: 120px;
	width: 100%;
	
	}
#header {

	}

#header-img {
	background-color:#000;

}
.tagline {
	background: url(english/images/bg-tagline.png) no-repeat right bottom #003;
	
	}

p.quote {
	display: block;
	width: 95%;
	background-color: #d4d5d5;
/*	background-color: #FFE18D;*/
	padding: 12px;
	border-radius: 6px;
	box-shadow:3px 3px 3px rgba(0,0,0,.4);
	margin: 2% auto;
	max-height: 25px;
	text-align:center;
	font-size: 1.12em;
	}
	
#sidebar_left{

	background-image:url(english/images/sidebar-bg.png);
	background-position: bottom left;
	background-repeat: repeat-y;
	
	background-color:#dee2e5;
	border-right: solid 1px #131144;
}

ul {

	}

#sidebar_left ul li {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #999;
	list-style-position:inside;
	list-style: none;
	background-color: rgba(256,256,256,.6);
	
	
	}
	
#sidebar_left ul li:hover {
	position: relative;
	background: url(english/images/hover_side.png) no-repeat right;
	left: 6px;
	color: #7D95BF;
	list-style:circle;
	text-align: right;
	z-index: 1;
	border:none;
	margin: 0px;
	padding: 0px;
	padding-right: 10%;
	}
	
#sidebar_left ul li.at{
		background: url(english/images/at-side.png) no-repeat right;
		border: none;
	left: 6px;
	position: relative;
	color: #7D95BF;
	list-style:circle;
	max-width: 235px;
	margin-bottom:1px;
		margin-top: 2px;
	text-align: right;
	padding-right: 10%;

	z-index: 1;
		}
		
	#sidebar_left ul li.at:hover {
	position: relative;
	background: url(english/images/hover_side.png) no-repeat right;
	color: #7D95BF;
	text-align:right;
	list-style:circle;
	z-index: 1;
	border:none;
	padding: 0px;
	padding-right: 20px;

		}
	
#sidebar_left h3 {
	text-align: center;
	margin-bottom:0px;
	background-color: #00052d;
	color: #d6d6d6;
	margin-top: 8px;
	display:block;
	border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	margin-left: 0;
	width: 90%;
	height: 30px;
	margin-left: 8px;
	
	}
	
	
#content-second{
	background-color: #FFF;
}

#content{
	background-color: #FFF;
}

#content h1{
	width: 90%;
	display: block;
	background:url(english/images/bg-h1.jpg) left bottom no-repeat;
	padding-left: 5%;
	margin: 12px auto 12px 30px;
	text-shadow: 5px 3px 3px rbga(0,0,0,.4) ;
	border-bottom:none;
	
	}
#footer {
	background:url(english/images/bg-footer.jpg) repeat-x bottom left;
	color:#006;
		border-top: solid 5px #003;

}

div#nav-wrapper {
		height: 33px;
	background: url(english/images/bg_nav.jpg) repeat-x;
	
	}

.main_nav {	

}

.main_nav ul {
	border-left: 1px solid #00052d;
	
	}

.main_nav ul li a{
	
color: #fff;
	
	}
	
.main_nav ul li{
	
	text-align: center;
	border-right: 1px solid #00052d;

	}
	
.main_nav ul li.last {
		
	}
		
		
input.button {
	background-color: #003;
	border-radius: 5px 5px;
	border-color: #fff;
	height: 20px;
	color: #eee;
	padding: 5px;
	
	
	}
	
input.button:hover {
	background-color: #fc0;
	color: #003;
	
	
	}