/* CSS Document */

html, body{
	background:#000 url(../images/background.gif) top repeat-x;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	letter-spacing:0.02em;
	color:#DDD;
	margin:0;
	padding:0
}

a{
	color:#DDD;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color:#FB0;
	
}

a:focus{
	outline:none;	
}

br{
	clear:left;
}

.err{
	color:#F00;
}

.clear{
	clear:both;
}

label{
	width:90px;
	margin:3px 0;
	float:left;
}

input, textarea, select, checkbox{
	border:#333 solid 1px;
	background:#111;
	padding:1px 3px;
	margin:3px 0;
	font:normal 11px Arial, Helvetica, sans-serif;
	letter-spacing:0.05em;
	color:#DDD;
	float:left;
}

input.noBorder{
	border:none;
}

input:focus, textarea:focus{
	border-top:#FB0 solid 1px;
	color:#FB0;
}

input:hover, textarea:hover{
	background:#222;
	border-top:#FB0 solid 1px;
}

.noBorder{
	border:none;
}

#header{
	width:900px;
	height:90px;
	padding:20px 0 0 0;
	background:url(../images/headerBackground.gif) bottom center no-repeat;
	margin:0 auto;
}

#header .logo{
	width:172px;
	height:85px;
	float:left;
}

#mainContainer{
	width:900px;
	margin:0 auto;
	padding:0;
	background:url(../images/vision.gif) top left no-repeat;
}

#mainContainer .vertBlocksFirst{
	width:185px;
	padding:250px 20px 0 20px;
	margin:210px 0 0 0;
	background:url(../images/firstImage.gif) top no-repeat;
	float:left;
}

#mainContainer .vertBlocksSecond{
	width:185px;
	padding:250px 20px 0 20px;
	margin:140px 0 0 0;
	background:url(../images/secondImage.gif) top no-repeat;
	float:left;
}

#mainContainer .vertBlocksThird{
	width:185px;
	padding:250px 20px 0 20px;
	margin:70px 0 0 0;
	background:url(../images/thirdImage.gif) top no-repeat;
	float:left;
}

#mainContainer .vertBlocksFourth{
	width:185px;
	padding:250px 20px 0 20px;
	margin:0;
	background:url(../images/fouthImage.gif) top no-repeat;
	float:left;
}

#mainContainer .otherLinks{
	width:226px;
	padding:10px 0 0 0;
	float:left;
}

#mainContainer .otherLinks .container{
	padding:20px;
	border-left:#999 dotted 1px;
}

#mainContainer h1{
	font:lighter 18px/20px Arial, Helvetica, sans-serif;
	color:#FB0;
}

#mainContainer h2{
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#EA0;
}

#mainContainer h2 span{
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
}

#mainContainer .leftPicture{
	width:133px;
	height:350px;
	border-right:#999 dotted 1px;
	padding:0 20px;
	margin:250px 0 0 0;
	background:url(../images/rightBanner.jpg) bottom no-repeat;
	float:left;
}

#mainContainer .contentBlock{
	width:450px;
	padding:180px 25px 0 25px;
	margin:70px 0 0 0;
	background:url(../images/thirdImage.gif) top right no-repeat;
	float:left;
}

#mainContainer .galleryBlock{
	width:622px;
	padding:100px 25px 20px 25px;
	margin:70px 0 0 0;
	float:left;
}


#mainContainer .galleryBlock .photo{
	margin:6px;
	*margin:7px;
	padding:10px;
	width:120px;
	height:120px;
	border:#EEE solid 1px;
	float:left;
}

#mainContainer .contentBlock ul{
	padding:0;
	margin:0;
	list-style:none;
}

#mainContainer .contentBlock li{
	padding:0 0 0 18px;
	width:432px;
	margin:5px 0;
	list-style:none;
	background: url(../images/bulletStar.gif) left top no-repeat;
	float:left;
}

#bottomBlock{
	width:668px;
	height:140px;
	border:#333 solid 1px;
	padding:10px 0 5px 230px;
	margin:20px auto 25px auto;
	background:url(../images/eventBackground.jpg) left bottom no-repeat;
}

#bottomBlock h1{
	font:normal 17px/20px Arial, Helvetica, sans-serif;
	color:#DDD;
}

#bottomBlock .events{
	width:190px;
	padding:0 15px;
	float:left;
}

#bottomBlock .newsLetter{
	width:180px;
	padding:0 20px;
	float:left;
}

#bottomBlock .contact{
	width:185px;
	padding:0 15px 0 23px;
	float:left;
}

#footer{
	width:850px;
	padding:10px 25px;
	margin:0 auto;
	background:#333;
}

#footer ul{
	width:500px;
	padding:10px 0;
	margin:0;
	list-style:none;
	float:left;
}

#footer li{
	margin:0 25px 0 0;
	float:left;
}

#footer .thumb{
	width:120px;
	padding:10px 0;
	float:right;
}

#footer .credits{
	width:100%;
	padding:10px 0;
	border-top:#666 solid 1px;
	background:#333;
	float:left;
}

#footer .credits .cooper{
	width:20px;
	float:left;
}

#footer .credits .rights{
	width:220px;
	float:right;
}


div.pagination{
  margin:0;
  padding:0;
}


.pagination .A2, .pagination .selected{
	width:55px;
	background:#000;
	border:#FD0 solid 1px;
	padding:2px 5px;
	margin:2px;

}

.pagination .selected{
	background:#333;
}