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

html a {
	width: 100%;
    -webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body{
	margin:0; padding:0; border:0;
	}
	
.page{
	width:1000px;
	margin:0 auto;
	}

	
font{
	max-width:100%;}
	
/*header*/
.header{
	width:100%;
	float:left;
	position:relative;
	}

.header_strip_1{
	width:100%;
	float:left;
	position:relative;
	}

.header_strip_1 ul{
	width:86.5%;
	float:left;
	margin:0;
	padding:0;
	font-family:arial; font-size:13px;
	background:#e8de7f;
	}

.header_strip_1 ul li{
	width:auto;
	float:left;
	display:inline-block;
	padding:5px 49px;
	border-left:#fff 1px solid;
	}

.header_strip_1 ul li:hover{
	background:#b8af5a;
	}

.header_strip_1 ul li a{
	color:#fff;
	text-decoration:none;
	}
	
.news{
	width:13.5%;
	float:left;
	padding:5px 0;
	background:#0099CC;
	text-align:center;
	}	

.news a{
	font-family:arial;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	}

.news:hover{
	background:#0099CC;
	}
	
/*logo_bar*/
.logo_bar{
	width:1000px;
	margin:0 auto;
	}

.logo{
	width:16%;
	float:left;
	font-family:"Trajan Pro"; color:#FF3399; font-size:10px;
	padding:5px 0;
	}	
	
.logo_bar h1{
	width:72%;
	float:left;
	font-family:arial; color:#3b99c9; font-size:25px; font-weight:normal; letter-spacing:.6PX;
	padding:25px 60px;
	margin:0;
	}
	
/*header_strip_2*/
.header_strip_2{
	width:100%;
	float:left;
	}	
	
/*header_strip_3*/
.header_strip_3{	
	width:100%;
	float:left;
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
	color:#fff;
    text-align: center;
	 background:#05a9ed;
	}	
	
.header_strip_3 ul {
  width:1000px;
  text-align: center;
  display: inline;
  list-style: none;
  margin:0 auto;
  padding:0;
}

.header_strip_3 ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  position: relative;
  padding: 11px 27px;
  background: #fff;
  cursor: pointer;
  background:#05a9ed;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header_strip_3 ul li:hover {
  background: #555;
  color: #3b99c9;
}

.header_strip_3 ul li ul {
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
  width: 175px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  z-index:2;
   border-bottom:4px #3b99c9 solid;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.header_strip_3 ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

.header_strip_3ul li ul li:hover { background: #666; color:#3b99c9; }
.header_strip_3 ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}	
/*header_strip_3*/	
	
	
/*CONTAINER*/
#computer_booth_container{
	width:100%;
	float:left;
	}	

/*post_your_ads*/
.post_your_ads{
	width:840px;
	float:left;
	background:#fff;
	border:#d8d3d3 1px solid;
	margin:10px 79px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
   box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	}

.post_your_ads h1{
	width:585px;
	float:left;
	font-family:arial; color:#333; font-size:20px;
	margin:0;
	padding:22px 20px;
	}
	
.post_yor_ad_button{
	width:190px;
	height:50px;
	float:right;
	margin:8px;
	font-family:arial; font-size:22px; color:#333; font-weight:bold;
	background:linear-gradient( #face59, #fbb203);
	border:#333 2px solid;
	cursor:pointer;
	}

.post_yor_ad_button:hover{
	background:background:linear-gradient( #fde8b6, #fdd473);
	border:#666 2px solid;
	}
/*Slider*/
.computer_booth_container_main{
	width:100%;
	float:left;
	}

            /* jssor slider arrow navigator skin 20 css */
            /*
            .jssora20l              (normal)
            .jssora20r              (normal)
            .jssora20l:hover        (normal mouseover)
            .jssora20r:hover        (normal mouseover)
            .jssora20ldn            (mousedown)
            .jssora20rdn            (mousedown)
            */
            .jssora20l, .jssora20r, .jssora20ldn, .jssora20rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
				background:url(../images/a20.png) no-repeat;
                overflow:hidden;
            }
            .jssora20l { background-position: -3px -33px; }
            .jssora20r { background-position: -63px -33px; }
            .jssora20l:hover { background-position: -123px -33px; }
            .jssora20r:hover { background-position: -183px -33px; }
            .jssora20ldn { background-position: -243px -33px; }
            .jssora20rdn { background-position: -303px -33px; }
			
			
			
.list_carousel_responsive {
				background-color: #FF9900;
				width: 360px;
			}
			.list_carousel_responsive ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
				font-family:arial; font-size:14px; color:#fff;
			}
			.list_carousel_responsive li {
				text-align: center;
				width:20px;
				padding:10px 0;
				border-right:1px solid #fff;
				left:0;
				right:0;
				display: block;
				float: left;
			}

			.list_carousel_responsive li:hover {
				background:#FFCC00;
				color:#333333;
				cursor:pointer;
				}			
			
			.list_carousel_responsive{
				width: auto;
				margin-left: 0;
			}
			
			
	
		
/*------------------------------------------education_container---------------------------------------*/
.education_container{
	width:100%;
	float:left;
	}
	
.education_container_right{
	width:70%;
	float:right;
	}
	
/*slider*/
.div2_heading{width:100%; float:left}
.div2_heading h1{width:97%; float:left; padding:8px 10px; background:#CCC; font-family:arial; color:#02a3c0; font-size:16px; letter-spacing:.6px;
margin:10px 0 0 0;}
.div2_heading h1:hover{ color:#fff; background:#02a3c0; cursor:pointer;
    -webkit-transition-duration: .5s; /* Safari */
    transition-duration: .5s;
    }
.div2 {width:100%;float:left; margin-bottom:10px;}
.div1 {margin-top:30px;margin-bottom:60px;text-align:center;line-height:20px;}
.div1 P {font-size:18px;}
.div1 a, .div2 a {color:#07C;}
.div2 {margin-top:10px;}
.div2 li {padding-top:6px;padding-bottom:6px;}


/*------------------------------------education_container_left---------------------------------------------------*/
.education_container_left{
	width:25%;
	float:left;
	}

.education_container_left ul{
	width:100%;
	float:left;
	margin:10px 0;
	padding:0;
	font-family:arial; color:#999; font-size:14px;
	}
	
.education_container_left ul li{
	width:100%;
	display:block;
	float:left;
	background:#eee;
	text-align:center;
	margin-bottom:5px;
	padding:100px 0
	}
	
	
/*News Footer CSS */	
.news_footer3{ width:100%; height:auto; float:left; background:#f79d3d; position:relative; margin-top:8px;}
.news_footer3a{ width:100%; height:auto; float:left; position:relative; margin-top:5px;}
.news_footer3b{ width:100%; height:auto; float:left; text-align:center;  font-family:arial; font-size:10pt; text-align:center;
margin-bottom:15px; margin-top:0px; color: #FFFFFF; position:relative;}
.news_footer2 ul{ width:100%; display:inline-block; list-style:none; font-family:verdana; font-size:8pt; line-height:25px; margin-right:35px; padding-left:0; margin-left:55px; position:relative;}
.news_footer3a ul{ width:100%; position:relative; list-style:none; font-family: arial; font-size:10pt; color:#595858; margin:5px 0; padding:0; text-align:center;}
.news_footer3a li{ display:inline-block; border-right: 1px solid #595858; padding-left:10px; padding-right:10px;}
.news_footer3a .no_border{ border:none;}
.news_blue_color{ color:#0490a5;}
.news_orange_color{ color:#fc8404;}