@charset "utf-8";
body {
	/*background: url('/uploads/images/sky_bg.jpg') no-repeat left top;*/
background-color: #f0f6f7;
color: #fff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;

	margin-bottom: 0px;
	margin-top: 0px;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #20a0ad;
}
a:active {
	color: #726759;
}

h1 {
	font-size: 18px;
	color: #535353;
	font-weight: 500;
	padding-bottom:15px;
}
.title {
	font-size: 22px;
	color: #333;
	font-weight: 500;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom-style: solid;
	border-bottom-width: thin;	
	border-bottom-color: #ccc;
}
/* Reset */

*
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	outline: none;
}
body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

:focus 
{
	outline: 0;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Header */

.logo
{
	background: url('/uploads/images/logo.jpg') no-repeat left top;
}
.lang {
	color: #111;
	text-transform: uppercase;
	width: 135px;
	height: 40px;
	padding-top: 15px;
	float: right;
	font-size: 13px;
	text-align:right;
	padding-right: 7px;
}
.lang a {
	color: #111;
	font-size: 13px;
	padding:0 5px;
	vertical-align: middle;
	text-decoration: none;
}
.lang a:hover {
	color: #20a0ad;
}
.lang span {
	color: #ccc;
	font-size: 13px;
	padding:0 5px;
	vertical-align: middle;
}

.lang em {
color:#999; 
vertical-align: middle;
}

/* Menu */

.menu
{
	background-color: #444;
	height: 40px;
	}
.menu a span
{
text-transform: uppercase;
	display:block;
	float:left;
	padding:0 22px 0;
	margin-top: 14px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;	
}
.menu a span:hover, .menu .menuactive a
{
	color: #8fd1d0;
}
.menuactive a span
{
	color: #8fd1d0 !important;
}
/* Sidebar */
	
.left_menu
{
	background-color: #fff;
	padding: 35px 20px 0 30px;
	}	
.left_menu ul li
{
	background: url('/uploads/images/bullet.png') no-repeat left center;
	line-height:30px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c9c6c2;
}
.left_menu ul li a
{
	color: #534d44;
	font-size: 12px;
	text-decoration: none;
}
.left_menu ul li a:hover
{
	color: #20a0ad;
	font-size: 12px;
	text-decoration: none;
}
.left_menu ul li:hover
{
	background: url('/uploads/images/bullet1.png') no-repeat left center;
}
.left_contacts
{
	line-height:18px;
	background-color: #fff;
	font-size: 12px;
	color: #535353;
	padding: 35px 20px 30px 30px;
	}
	
/* Content */

.content {
	padding: 35px 20px 30px 30px;
	line-height: 18px;
	color: #333;
	font-size: 12px;
}
.content p {
	line-height: 18px;
	color: #333;
	font-size:12px;
}

/* Footer */

.copyright {
	padding: 32px 20px 0 30px;
	}
/* Stylesheet: style Modified On 2020-03-05 18:07:49 */
