@charset "utf-8";
/* CSS Document */
html {
	min-height:100%
	}
	
	h2 {	
		font-family:'Muli', sans-serif;
		width:400px;
	}
	
body {
background-image: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0, #ADADAD),
	color-stop(1, #636363)
);
background-image: -o-linear-gradient(top, #ADADAD 0%, #636363 100%);
background-image: -moz-linear-gradient(top, #ADADAD 0%, #636363 100%);
background-image: -webkit-linear-gradient(top, #ADADAD 0%, #636363 100%);
background-image: -ms-linear-gradient(top, #ADADAD 0%, #636363 100%);
background-image: linear-gradient(to top, #ADADAD 0%, #636363 100%);
margin: 0 auto; 
padding:0; 
	
}

/*&Pop Up Modal*/
.simplePopup {
display:none;
position:fixed;
border:4px solid #808080;
background:#fff;
z-index:1000;
padding:12px;
width:70%;

}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:999;
}

#image_modal{
width:100%;
}

#register{
background-color:#FFF;	
font-family:Verdana, Geneva, sans-serif;
font-size: 10pt;
color:#0071bb;
text-align:center;
padding-top:5px;
}

#register a {
text-decoration: none;
font-family:Verdana, Geneva, sans-serif;
font-size: 10pt;
color:#0071bb;
}
#register a:hover {
color:#33F;
}
/*end-------------*/

#wrapper{
 margin:0 auto;
	padding:0;
	width:1200px;

	height:1000px;
	background-color:#FFF;		
}

#header{
	width:1200px;
	height:130px;
	
	background:#FFF;
	}
	
#logo {
		width:346px;
	height:131px;
	}
	
	#tuv-logo {
		position:relative;
		top:-130px;
		left:995px;
		width:202px;
		height:131px;
		
		}
	
	#nav-container {
		
		position:absolute;
		margin-left:35px;
		width:1134px;
		height:40px;
		background-color:#008ED3;		
		
}

#nav {
		list-style-type:none;
		margin:0;
		padding:10px;
 }
 
#nav li {
		display:inline;
		font-family:'Muli', sans-serif;
		font-size:18px;
		padding:5px;
		text-decoration:none;	
}

#nav li a {
		
		text-decoration:none;
		color:#FFF;
		padding: 8px;
}

#nav li a:hover {
		background:#00A3D9;
		color:#fff;
		
}

/* -------------------------------------Slider CSS-----------------------------------*/	
#slider{
	width:1133px;
	height:450px;
	background-color:#008ED3;
	position:relative;
	left:35px;
	margin-top:50px;
 }	
	
#contentSlide{
	width:1133px; 
	height:450px;
	background:#008ED3;
 }
/* -------------------------------------End of Slider CSS-----------------------------------*/	


#h-container {
	width:1133px;
	height:245px;
	padding-top:20px;
		position:relative;
	left:35px;
	}
#h-1{
	width:529px;
		height:245px;
		float:left;
	}
	
	#h-2{
	width:482px;
		height:245px;
		float:left;
		margin-left:120px;
	}
	
	#h-content {
	width:529px;
	height:auto;
	font-family:'Muli', sans-serif;
	font-size:16px;
	line-height:25px;
	
	
	}
	#h-content1 {
	width:150px;
	height:50px;
	margin-right:15px;
	float:left;
	}
	
		
	#h-content2 {
	width:150px;
	height:50px;
	margin-right:15px;
	float:left;
	}
	
	#h-content3 {
	width:150px;
	height:50px;
	float:left;
	}
	
	
	#download-box {
	position:relative;

	}
#download-box a {
	position:absolute;
	width:150px;
	height:50px;
	background-color:#008ED3;
	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
	text-align:center;
 line-height: 50px; 
 vertical-align: middle;
	text-decoration:none;
}
#download-box:hover a {
	background-color:#1B78BE;
	color:#fff;
}
	
	#footer {
			background:#008ED3;
	width:1200px;
	height:120px;
	}
	#f-ad {
	width:364px;
	height:100px;

	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
	position:relative;
	left:35px;
	float:left;
	padding-top:25px;
	}
	
		#f-PO {
	width:190px;
	height:100px;

	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
	position:relative;
	left:35px;
	float:left;
	padding-top:25px;
	}
	
		#f-tel {
	width:190px;
	height:100px;
	
	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
	position:relative;
	left:35px;
	float:left;
	padding-top:25px;
	}
	
	#f-email {
	width:239px;
	height:100px;

	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
	position:relative;
	left:35px;
	float:left;
	padding-top:25px;
	}
	
	#mail{
		text-decoration:none;	
	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
		}
	#f-logo {
	width:130px;
	height:90px;

	color:#fff;
	font-family:'Muli', sans-serif;
	font-size:14px;
	position:relative;
	left:35px;
	float:left;
	padding-left:39px;
	padding-top:35px;
	}
	
		
	#footer-bottom {
			background:#00A3D9;
	width:1200px;	
	height:15px;
	
	}