* {
	margin:0;
	padding:0;
	font-family: Arial;
	text-align:left;
}

html,body {
	background:#fff;
	height:100%;
	min-height:100%;
}
h1 span {
	color:#fff;
	cursor:pointer;
	font: bold 87px/85px "Century Gothic",Verdana,sans-serif;
	text-transform:uppercase;
	letter-spacing:11px;
}
h2 {
	font:normal bold 22px/18px Arial;
	padding:11px 0 10px;
}

h2 a,h2 a:hover {
	text-decoration:none;
	color:#000;
}


h3 {
	clear:both;
	color:#000;
	font:normal bold 12px Arial;
}

h4 {
	color:#000;
	font:normal normal 11px Arial;
}

h5,h6 {
	color:#000;
	font:normal normal 10px Arial;
}

a img {
	border:none;
	cursor:pointer;
	outline:none;
}

table {
	border:none;
	border-collapse:collapse;
}

table td {
	border:none;
}

a, a:hover {
	color:#3365CA;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}

ul , ol {
	margin:0 0 0 25px;
	padding:0 0 0 10px;
}

b,strong {
	font-weight:bold;
}
i,cite {
	font-style:italic;
}

p {
	color:#000;
	font:normal 12px/16px Arial;
	margin:6px 0;  
}

.clear {
	clear:both !important;
}
.left {
	float:left;
}
.right {
	float:right;
}
.no_border {
	border:none !important;
}
.none {
	display:none;
}
.date {
	font:normal 11px/16px Arial;
	color:#b3b3b3;
}

.gallery_block {
	clear:both;
	height:auto !important;
	margin:6px 0;
}

	.gallery_block img {
		border-bottom:2px solid #969696 !important;
		padding:0 0 2px;
		margin:0 5px 5px 0;
	}

.files_list {
	clear:both;
	font:normal 12px/16px Arial;
	height:auto !important;
	margin:20px 0;
	overflow:hidden;
	list-style:none;
}
	.files_list div {
		border:2px solid #efefef;
		float:left;
		height:81px;
		margin:0 6px 6px 0;
		padding:6px;
		width:188px;
	}
		.files_list img {
			/*float:left;*/
			margin:0 10px 0 0;
		}
		.files_list .info {
			/*display:block;*/
			color:#999;
			/*float:left;*/
			/*margin:7px 0 0 0;*/
			width:100px;
		}

.recalls {
		display:block;
		background:#fff;
		padding:15px 10px 30px;
		position:relative;
		height:auto !important;
		width:450px;
		top:-95px;
		left:220px;
	}

	.recalls h2 {
		margin:-60px 0 10px 0;
		position:relative;
	}
		.recalls .error {
			background:#fff;
			color:red;
			display:block;
			position:absolute;
			left:140px;
			top:0;
			height:20px;
			z-index:2;
		}
		.recalls label {
			display:inline-block;
			vertical-align:top;
			margin:6px 0;
			width:120px;
		}
		.recalls input,.recalls textarea  {
			border:1px solid #c0c0c0;
			height:20px;
			position:relative;
			margin:6px 0;
			width:300px;
		}
			.recalls .notValid {
				border:1px solid red !important;
			}
		.recalls textarea {
			height:100px;
		}
		.recalls .captcha_img {
			float:left;
			margin:6px 23px 0 0;
		}
		.recalls .right {
			margin:0 23px 0 0;
		}
		
.ajax_link, .ajax_link:hover {
	border-bottom: 1px dotted #3365CA;
	color:#3365CA;
	text-decoration:none;
}
#simple_gallery {
	background:#fff;
	display:none;
	padding:10px;
	position:absolute;
	top:30px;
	left:50%;
	width:32px;
	height:32px;
	z-index:15;
}
	#simple_gallery a,#simple_gallery a:hover {
		display:block;
		margin:0 0 10px;
		text-align:right;
	}
	#simple_gallery p {
		clear:both;
		font: bold 16px Arial, sans-serif;
		padding:6px 42px;
	}
	#simple_gallery #leftArrow, #leftArrowClients {
		color:#DF4B25;
		float:left;
		font:normal 36px Arial,sans-serif;
		text-decoration:none;
		position:relative;
		top:45%;
		height:32px;
		width:32px;
	}
	#simple_gallery #mainImg {
		float:left;
		padding:0 10px;
		height:auto !important;
		width:auto !important;
	}
	#simple_gallery #rightArrow, #rightArrowClients {
		color:#DF4B25;
		float:left;
		font:normal 36px Arial,sans-serif;
		position:relative;
		text-decoration:none;
		top:45%;
		height:32px;
		width:32px;
	}
#shadow {
	background:#000;
	display:none;
	opacity:0.81;
	padding:0 0 30px 0;
	position:absolute;
	width:100%;
	z-index:10;
}
#mapgoogle {
	display:block;
	clear:both;
	margin:20px 0 20px 43px;
	height:500px;
	width:590px;
}
#submitForm {
	background:#fff;
	font:normal 12px/16px Arial,sans-serif;
	padding:10px;
	position:absolute;
	top:30px;
	left:50%;
	width:350px;
	height:50px;
	visibility:hidden;
	z-index:15;
}
	#submitForm p {
		font-style:italic;
		margin:10px 0;
	}
#submitForm dl dt{
	font-weight:bold;
	padding:2px 0;
}
	#submitForm dl dd{
		padding:2px 0 2px 20px;
	}

#submitForm .ajax_link,#submitForm .ajax_link:hover {
	position:absolute;
	right:10px;
	bottom:10px;
}
#submitForm .closeButton,#submitForm .closeButton:hover {
	color:#FF0000;
	font:normal 14px Arial,sans-serif;
	position:absolute;
	right:10px;
	top:5px;
	text-decoration:none;
}

#submitForm .warn, #submitForm .ok {
	background:#FDA698;
	border: solid #D1292B;
	border-width:3px 0;
	display:block;
	height:auto !important;
	margin:0 auto;
	padding:10px;
	text-align:left;
	width:280px;
}
#submitForm .ok {
	background:#6BBC57;
	border:solid #168F41;
	border-width:3px 0;	
}

#scrollClients {
	float:left;
	height:120px;
	overflow:hidden;
	padding:0 0 0 5px;
	width:600px;
}
#leftArrowClients, #rightArrowClients {
	float:left;
	position:static;
	display:block;
	padding:30px 0 0 0;
}
#myClients {
	background:#C9D4DE;
	display:block;
	list-style:none;
	margin:0;
	padding:0;
}
	#myClients li {
		background:#fff;
		border:2px solid #C9D4DE; 
		display:block;
		float:left;
		margin:3px;
		padding:5px;
		text-align:center;
		vertical-align:middle;
		height:100px;
		width:100px;
	}
	#myClients li.active {
		border:2px solid #DF4B25;
	}
	#myClients li a,#myClients li a:hover {
		display:block;
		line-height:60px;
		height:100px;
		width:100px;
		
	}
		#myClients li img {
			vertical-align:bottom;
		}
#clientsInfoBlock {
	background:#fff;
	clear:both;
	margin:20px 0 20px 42px;
	padding:10px;
	height:auto !important;
	width:570px;
}
#vidosAlprom {
	clear:both;
	margin:10px 0;
	height:360px;
	width:480px;
}

#voteMessage {
	background:#fff;
	display:none;
	font:normal 12px/16px Arial,sans-serif;
	padding:10px;
	position:absolute;
	top:50%;
	left:50%;
	margin:0 0 0 -175px;
	width:350px;
	height:30px;
	z-index:15;
}
	#voteMessage .error {
		color:red;
		display:block;
		margin:0 auto;
		width:200px;
	}
	
#resultVotes {
	background:#fff;
	display:none;
	font:normal 10px Arial,sans-serif;
	padding:10px;
	margin:10px 0 0;
	position:relative;
	height:auto !important;
	width:600px;
	z-index:15;
}
	#resultVotes span {
		font:normal 12px Arial,sans-serif;
		display:block;
		margin:0 0 5px;
	}