*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}
:focus{
	outline: none;
}
html{
	background: #323232 url('img/html.png') repeat-x top;
	font-size: 12px;
	font-family: Arial;
	color: #fff;
	padding-bottom: 10px;
}
body{
	display: block;
	float: left;
	width: 100%;
	background: url('img/body.png') no-repeat center top;
}
#contener{
	width: 840px;
	margin: 0 auto;
}
#header{
	width: 840px;
	height: 140px;
	float: left;
}
#header a img{
	display: block;
	float: left;
}
#header ul{
	width: 464px;
	height: 29px;
	margin: 111px 0 0 0;
	float: right;
	font-weight: bold;
	padding-left: 56px;
	text-align: right;
}
#header ul li{
	display: block;
	float: left;
	width: 107px;
	margin-left: 9px;
	height: 29px;
}
#header ul li a{
	display: block;
	width: 105px;
	font-size: 10.5px;
	line-height: 16px;
	height: 16px;
	padding: 9px 0 4px 0;
	color: #fff;
	background: url('img/menu.png') no-repeat center top;
	text-align: center;
}
#header ul li a:hover, #header ul li a.active{
	background: url('img/menu_active.png') no-repeat center top;
}
#content{
	width: 800px;
	padding: 20px;
	float: left;
	line-height: 20px;
}
#content a{
	color: #ababab;
}
#content a:hover{
	border-bottom: 1px solid;
}
#dis{
	float: left;
	width: 700px;
	padding: 40px 70px 20px 70px;
	color: #ababab;
	background: url('img/contener.png') no-repeat left top;
	min-height: 40px;
}
#dis h2{
	font-weight: bold;
	display: block;
	width: 800px;
	margin-bottom: 20px;
	font-size: 13px;
}
#page h3{
	color: #2f94be;
	padding: 15px 0 0 0;
	margin: 0;
	width: 100%;
}
#slidesContainer{
	width: 610px;
	height: 330px;
	padding: 75px 20px;
	overflow: hidden;
	background: #000;
	margin: auto;
	color: #ababab;
}
#page{
	width: 610px;
	padding: 20px;
	background: #000;
	margin: auto;
}
b{
	color: #c33a0e;
}
label{
	color: #c33a0e;
font-weight: bold;	
}
b.link{
	color: #2f94be;
}
.slide{
	width: 610px;
	height: 330px;
	float: left;
}
p{
	margin-top: 5px;
}
.slide img{
	display: block;
	width: 310px;
	height: 335px;
	float: left;
	margin: 0 30px;
}
.project{
	float: left;
	width: 230px;
	height: 330px;
	padding-left: 20px;
}
#content h3{
	display: block;
	float: right;
	width: 100%;
	font-size: 15px;
	color: #2f94be;
	margin-bottom: 20px;
}
.control, .controlc{
	display: block;
	width: 29px;
	height: 86px;
}
#left{
	float: left;
	margin: 200px 15px;
}
#right{
	float: right;
	margin: 200px 15px;
}
#rightControl{
	float: right;
	background: url('img/next.png') no-repeat left top;
	cursor: pointer;
}
#leftControl{
	float: left;
	background: url('img/prev.png') no-repeat left top;
	cursor: pointer;
}
#content input, textarea{
	border: 1px solid #666;
	padding: 3px;
	width: 350px;
	font-size: 13px;
	font-family: arial;
	margin: 3px;
	-moz-border-radius: 5px;
}
#content textarea{
	height: 150px;
	width: 450px;
}
#content input:focus, textarea:focus{
	border: 1px solid #c33a0e;
}
#content label{
	display: block;
	margin: 5px;
}
#content button{
	padding: 3px;
	border: 1px solid #666;
	background: #969696;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
	cursor: pointer;
	-moz-border-radius: 5px;
}
#content button:hover{
	color: #fff;
	background: #c33a0e;
}
#content button:active{
	background: #ff6400;
	color: #fff;
}
#footer{
	width: 640px;
	height: 15px;
	padding: 0px 100px;
	color: #fff;
	float: left;
}
.success{
	display: block;
	padding: 10px;
	margin: 10px 0;
	color: #007f00;
	border: 1px dashed;
	background: #e8ffe8;
	text-align: center;
	float: left;
	width: 580px;
}
.error{
	display: block;
	padding: 10px;
	margin: 10px 0;
	color: #ff0000;
	border: 1px dashed;
	background: #ffe8e8;
	text-align: center;
	float: left;
	width: 580px;
}
#info{
	display: none;
}
#load{
	display: block;
	padding: 10px;
	margin: 10px 0;
	color: #00275c;
	border: 1px dashed;
	background: #a4caff;
	text-align: center;
	float: left;
	width: 580px;
	display: none;
}
