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

html{
	background: url(../images/html_bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	font-family: 'Changa One', cursive;
	/*font-family: 'Titillium Web', sans-serif;*/
	color: #FFF;
	font-size: 16px;
}

#content_wrapper{
	width: 1110px;
	height: auto;
	/*overflow: auto;*/
	margin: 0px auto;
	background-color: transparent;
}

#logo_bar{
	width: 1100px;
	height: 108px;
	margin: 0px auto;
}

#logo_bar_Left{
	width: 230px;
	height: 108px;
	float: left;
	background-image: url(../images/logo_header.png);
}

#logo_bar_right{
	width: 345px;
	height: 50px;
	margin-top: 35px;
	float: right;
	/*background-image: url(../images/logo_name.png);*/
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
	color: #DE1F26;
	font-size: 36px;
	text-shadow: #999 2px 2px;
}

#body_shadow{
	width: 1100px;
	height: auto;
	-webkit-box-shadow: 0px 2px 10px 2px #333;
	-moz-box-shadow: 0px 2px 10px 2px #333;
	box-shadow: 0px 2px 10px 2px #333;
}

.nav_wrapper{
	width: 1100px;
	height: 40px;
	margin: 0px auto;
	background-color: #20419A;
}

.nav_wrapper a{
	color: #FFF;
	text-decoration: none;
}

.nav_wrapper a:hover{
	color: #FF0004;
	text-decoration: none;
}

.nav_wrapper ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.nav_wrapper li{
	width: auto;
	height: 30px;
	padding: 0px 35px;
	float: left;
	margin-top: 10px;
	text-shadow: 1px 1px #000;
}

#image_slider{
	width: 1100px;
	height: 229px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/slider_filler.jpg);
}

.home_body_content{
	width: 1100px;
	height: 240px;
	margin: 0px auto;
	background-color: #FFF;
}

.home_body_content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.home_body_content li{
	width: 223px;
	height: 173px;
	float: left;
	margin-top: 30px;
	margin-left: 39px;
	padding: 0px;
	list-style-type: none;
	border: 1px solid #20419A;
	display: inline-block;
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
}

#aboutus_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/aboutus_title.jpg);
}

h2{
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #20419A;
	color: #FFF;
	font-size: 36px;
	text-shadow: 2px 2px #C8C8C8;
	font-family: 'Changa One', cursive;
	margin-top: 10px;
}


#aboutus_body_content{
	width: 1100px;
	height: 330px;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
}

#training_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/training_title.jpg);
}

.training_body_content{
	width: 1060px;
	height: auto;
	overflow: auto;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
	padding: 20px;
}

.course{
	font-size: 15px;
	font-weight: bold;
	color: #150185;
	margin-left: 10px;
	border: #20419A 2px solid;
	padding: 0px 10px;
	background-color: rgba(234, 234, 234, 0.3);
}

table, tr{
	border: #20419A 1px solid;
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 8px 0px #666;
	-moz-box-shadow: 0px 0px 8px 0px #666;
	box-shadow: 0px 0px 8px 0px #666;
}

td{
	border: #20419A 1px solid;
	background-color: rgba(234, 234, 234, 0.3);
	padding: 8px;
}

.training_body_content a{
	color: #150185;
	text-decoration: underline;
}

.training_body_content a:hover{
	color: #D44547;
	text-decoration: underline;
	}

#contactus_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/contactus_title.jpg);
}

.contactus_body_content{
	width: 1100px;
	height: 380px;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
}

.contactus_body_content a{
	color: #000;
	text-decoration: none;
}

.contactus_body_content a:hover{
	color: #DE1F26;
	text-decoration: none;
}

h3.blue{
	color: #20419A;
	margin-top: 0px;
	margin-bottom: 0px;
}

#it_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/it_title.jpg);
}

.it_body_content{
	width: 1100px;
	height: 820px;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
}

.it_left_content{
	width: 650px;
	height: 145px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.it_right_content{
	width: 330px;
	height: 145px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

#stationery_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/stationery_title.jpg);
}

.stationery_body_content{
	width: 1100px;
	height: 620px;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
}

.stationery_left_content{
	width: 485px;
	height: 145px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.stationery_right_content{
	width: 485px;
	height: 145px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

#products_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/products_title.jpg);
}

.products_body_content{
	width: 1100px;
	height: 720px;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
}

.products_left_content{
	width: 310px;
	height: 125px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.products_middle_content{
	width: 310px;
	height: 125px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.products_right_content{
	width: 310px;
	height: 125px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

#engineering_title{
	width: 1100px;
	height: 99px;
	margin: 0px auto;
	border-bottom: 1px solid #20419A;
	background-color: #FFF;
	background-image: url(../images/engineering_title.jpg);
}

.engineering_body_content{
	width: 1100px;
	height: 680px;
	margin: 0px auto;
	background-color: #FFF;
	color: #20419A;
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
	text-align: justify;
}

.engineering_left_content{
	width: 330px;
	height: 265px;
	float: left;
	margin-left: 35px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

.engineering_right_content{
	width: 650px;
	height: 265px;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	padding: 10px;
	background-color: #EAEAEA;
	font-size: 14px;
	line-height: 15px;
	color: #000;
}

b{
	color: red;
}

#footer_wrapper{
	width: 1100px;
	height: 170px;
	background-color: #20419A;
	margin: 0px auto;
}

.footer_content{
	width: 1050px;
	height: 150px;
	margin: 0px auto;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
}

.footer_content_left{
	width: 180px;
	height: 140px;
	float: left;
	margin-top: 10px;
	border-right: 1px solid #FFF;
}

.footer_content_middle{
	width: 520px;
	height: 140px;
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

.footer_content_right{
	width: 290px;
	height: 140px;
	float: right;
	margin-top: 10px;
	text-align: right;
}

.footer_content a{
	color: #FFF;
	text-decoration: none;
}

.footer_content a:hover{
	color: #FF0004;
	text-decoration: none;
}

.footer_content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: 0px;
}

.footer_content li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
