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


    body {
    	margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 25px;
		color: #777;
	}

	h2 {
		margin: 0;
		padding: 0;
		font-size: 25px;
		line-height:35px;
		color: #640f14;
	}
	h3{
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height: 25px;
		color: #db7318;
	}

	p {
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height:25px;
		letter-spacing:1px;
	}

	div {
		clear: both;
		margin: 30px 0 30px 0;
		position: 0;
		display: block;
	}

	#wrapper {
		width: 90%;
		margin: 0 auto 0;
	}

	.title1{

	}
	
	.title2{
		
	}
	
	.title3{
		
	}

	.co1 {

	}

	.co2{
		margin: 0;
		padding: 0;
		font-size: 15px;
		line-height:25px;
		color: #777;
		letter-spacing:1px;
	}

	#wrapper {
		width: 100%;
	}

	#header {
		margin: 0;
		width: 100%;
		height: 45px;
		display: block;
		background-color: #f2f1f1;
	}

	#headerLogo {
		width: 118px;
		height: 25px;
		position: absolute;
		left: 50%;
		margin-left: -59px;
		margin-top: 10px;
	}

	#facebook {
		position: absolute;
	    right: 10px;
	    top: 10px;
	    width: 25px;
	    height: auto;
	}

	.adv{
		width: 100%;
		margin: 0 0 -15px 0 ;
		padding: 0;
	}

	.adv img{
		width: 100%;
		height: auto;
	}


	#content {
		padding: 0 5% 0 5%;
	}

	.date {
		background-color: #f2f1f1;
		padding: 10px 18px;
    	border-left-color: #df8539;
    	border-style: solid;
    	border-left-width: 2px;
	}

	.feature{

	}

	.feature img {
		width: 100%;
		height: auto;
		margin: 5px 0px;
	}

	#mov {
		width: 100%;
		height: 298px;
		border-color: #640f14;
    	border-style: solid;
    	border-left-width: 1px;
	}

	#info {
		width: 100%;
		margin-top: -15px;
	}

	#info ol li ul  {
		padding: 0 0 0 40px;
	}

	#info ol li ul li {
		list-style-type: square;
		color: #db7318;
	}
	#info ol li ul li span {
		color: #777;
	}

	.courseImg {
		    float: left;
		    width: 30px;
		    height: 30px;
		    margin: 3px 10px 0 0;
	}

	.openInfo {
		margin: 10px 0 10px 0;
		padding: 0;
		width: 100%;
	}

	.opentInfoImg {
		width: 90%;
		height: auto;
		float: right;
		position: absolute;
		margin-top: -22px;
	}

	.opentInfoImgBack {
		width: 90%;
		height: auto;
		float: right;
		position: absolute;
		margin-top: -22px;
		z-index: -1;
	}

	
	

	#conact {
		;
		position: fixed;
		bottom: 0;
		margin-bottom: -0px;
		background-repeat: repeat;
		display: block;
		z-index: 999;
	}

	#conact a {
		width: 100%
	}

	#conact img {
		width: 50%;
		height: auto;
		float:left;		
	}

		#msgConact {
		width: 100%;
		position: fixed;
		bottom: 0;
		margin-bottom: -0px;
		background-repeat: repeat;
		display: block;
		z-index: 999;
	}

	#msgConact a {

	}

	#msgConact img {
		width: 50%;
		height: auto;
		float:left;		
	}
	
	.inputco {
		width: 65%;
		height: 30px;
		margin-left:-10px;
		margin-bottom: 15px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	.selectTime {

		width: 80%;
		height: 30px;
		margin-left:8%;
		margin-bottom: 15px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	.theCode{

		width: 80%;
		height: 30px;
		margin-left:8%;
		margin-bottom: 15px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	#footer {
		padding: 10px 5% 10px 5%;
		font-size: 15px;
		line-height: 25px;
		color: #CCC;
		background-color: #2f2f2f;
	}

	#footer a:link {
	    color: #db7318;
	}

	/* visited link */
	#footer a:visited {
	    color: #640f14;
	}

	/* mouse over link */
	#footer a:hover {
	    color: hotpink;
	}

	/* selected link */
	#footer a:active {
	    color: #640f14;
	}

	
	