body {
	font-family: Verdana;
	font-size:12px;
	margin:0;
	padding:0;
	background:#fff;
}

a{
	color:#2f5a9a;
	text-decoration: underline;
}

a:hover{
	color:#616161;
	text-decoration: none;
}

.top{
	background: url(/images/top_transparency.gif) no-repeat;
	width: 1000px;
	height: 145px;
	margin: 0 auto;
	padding:0;
}
.lingva{
	float: right;
	width: 80px;
}

.lingva a{
	float: left;
	color: #3c3c3c;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	display: block;
	padding: 5px;
transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;
}

.lingva a:hover{
	color: #fff;
	background: #453e3c;
}
.lingva .active	{
	color: #fff;
	background: #453e3c;
}

.content{
	border-top: 1px solid #e0e0e0;
	width: 1000px; 
	min-height: 600px; 
	margin: 0 auto;
}

.slider{
	width: 940px; 
	height: 325px; 
	margin: 0 auto;
	background: url(/images/menu_bg_header.png) repeat;
	padding: 20px 30px;
}

/**Slider*/

#wrapper * {margin:0; padding:0}
#container {position:relative; background:url(/images/featured-12.png) no-repeat; padding:10px; height:300px; width:910px;padding: 13px 18px;}
#sliderfs {float:left; position:relative; overflow:auto; width:915px; height:295px}
#sliderfs ul {position:absolute; list-style:none; top:0; left:0}
#sliderfs li {float:left; width:915px; height:295px}
.pagination {position:absolute; bottom:10px; right:20px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:5px; width:20px; background:#ccc; margin:0 4px 0 0!important; 
transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;}
.pagination li:hover, li.current {background:#fff}

/**Slider*/

.image {
 overflow:hidden;
 width: 325px;
 height:242x;
 float: left;
 margin-top: 20px;
 margin-bottom: 20px;
 }

 .image img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.image img:hover{
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }
 
.cont{
	background: url(/images/bg_cont.png) repeat;
	padding: 10px 5px;
	text-align:center;
	font-size: 20px;
	color:#fff;
	position: absolute;
	z-index: 5;
	text-transform: uppercase;
	margin-top: 178px;
	width: 315px;
} 

.news{
	width: 1000px;
	float: left;
}
.news_title{
	width: 1000px;
	height: 42px;
	font-size: 16px;
	padding-top: 18px;
	line-height: 15px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	flaot: left;
	background: url(/images/bg_totle.png) repeat-x; 
}

.intrest{
	width: 320px;
	float: right;
}
.intrest_title{
	width: 320px;
	height: 42px;
	font-size: 20px;
	padding-top: 18px;
	text-align: center;
	color:#fff;
	text-transform: uppercase;
	flaot: left;
	background: url(/images/bg_totle.png) repeat-x; 
}

.footer{
	background:#313131;
	width: 100%;
	min-width: 1000px;
	min-height:180px; 
	padding-bottom: 10px;
}

.mid{
	width: 1000px; 
	margin: 0 auto;
	padding-top: 10px;
}

.mid a{
	color: #fff;
	font-size: 12px;
	line-height:20px;
	text-decoration: none;
	margin-left: 10px;
transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-moz-transition-duration:0.5s;
-o-transition-duration:0.5s;
-ms-transition-duration:0.5s;
}

.mid a:hover{
	color: #b3b3b3;
}


/*
Table Style - This is what you want
------------------------------------------------------------------ */
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
table tr td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr.fff td{
	background: #009fee;
	color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#009fee), to(#009fee));
	background: -moz-linear-gradient(top,  #009fee,  #009fee);
}

table tr.head td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}

table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr.even:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
