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

body{
	margin: 0;
	padding: 0;
	/*background:#dfdfdf url(../images/body_bg.png) repeat-x 0 top;*/
	background:#fff url(../images/wrap_bg.png) repeat-x 0 top;
	color: #888;
	font: 14px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}
h1, h2, h3, h4, h5, h5, h6, p, ul, ol, dl{
	margin: 0;
	padding: 0;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #777;
}
a:hover{
	color: #111;
	/*text-decoration: underline;*/
}
.fl{
	float: left;
}
.fr{
	float: right;
}


#wrap{
	background:#fff url(../images/wrap_bg.png) repeat-x 0 top;
	/*border-left: 1px solid #777;
	border-right: 1px solid #777;*/
	margin: 0 auto;
	padding: 0 30px;
	width: 960px;
}
#wrap #header{
	height: 196px;
	position: relative;
}
#titleTeam{
	width:500px;
	position:absolute;
	top:117px;
	float:left;
	text-align: right;
	left: 610px;
}

#header h1{
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-align: right;
	font-size: 35px;
	margin-top: 75px;
	float: right;
}
#header h2{
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-align: right;
	font-size: 24px;
	margin-top: 110px;
float:none;
}
#wrap #logo{
	margin-top: 12px;
	float: left;
	display: block;
	width: 244px;
}
#wrap #contentarea{
	padding-top: 33px;
}
#contentarea ul.catalogs{
	clear: both;
	padding-top: 30px;
	list-style: none;
	margin-left: -25px;
}
#contentarea ul.catalogs li{
	text-align: center;
	display: block;
	float: left;
	padding:2px 8px 2px 0;
	border: 1px dotted transparent;
	_border:none;
}
#contentarea ul.catalogs li:hover{
	border: 1px dotted #888;
}
#contentarea ul.catalogs li h3{
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	font-style: normal;
}
.slogan{
	text-align:right;
	width:500px;
	height:30px;
	position:absolute;
	top: 46px;
	left: 461px;
}
