html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, small, strong, b, u, i, center, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/*** STYLE ***/
a {
	color:#0089fe;
	text-decoration: none;
	outline:0;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
body {
	background:url("bg.jpg") repeat scroll 0 0 transparent;
	color:#333333;
	font:14px/20px Verdana,Arial,Tahoma;
}
#wrapper {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:30px auto;
	overflow:hidden;
	padding:20px;
	width:950px;
}
#header {
	height:120px;
}
#logo {
	background:url("logo.png") repeat scroll 0 0 transparent;
	height:100px;
	position:absolute;
	text-indent:-9999px;
	width:400px;
}
#contacts {
float:right;
margin:20px 0 0 30px;
}
#desc {
float:right;
margin:20px 0 0;
text-align:justify;
width:290px;
}
#menu {
background:none repeat scroll 0 0 #D48541;
font:16px/30px Verdana;
height:30px;
margin:0 0 20px;
}
#menu ul li a {
color:#FFFFFF;
font-weight:bold;
}
#menu ul li{
float:left;
text-align:center;
text-transform:uppercase;
width:190px;
}
#content h1{
	font:20px Verdana;
	margin:0 0 15px;
}
#content {
float:left;
width:700px;
}
.block {
	margin:0 20px 15px 0;
}
.img {
	float:left;
	margin: 0 7px 0 0;
}
.miniblock h2{
	margin:0 0 10px 0;
}
.miniblock {
float:left;
margin:0 20px 20px 0;
width:330px;
}
#sidebar {
float:right;
width:250px;
}
#sidebar #block{
	margin:0 0 20px;
}
#sidebar #block h2{
	font:20px Verdana;
	margin:0 0 15px;
}
#sidebar #block ul li {
	font:13px/17px Verdana;
	text-align:justify;
}
#sidebar #block ul li a{
	font:14px/20px Verdana;
}
#footer {
	clear:both;
	padding:40px 0 0;
}
#counter {
	float:right;
}

/* CARUSEL */
.carousel {
height:250px;
margin-bottom:20px;
position:relative;
}
.window {
	height:250px;	width: 950px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}
.paging {
 position: relative;
 bottom: 95px; left: 779px;
 width: 178px; height:47px;
 z-index: 100;
 text-align: center;
 line-height: 40px;
 background: url(paging_bg2.png) no-repeat;
 display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/* CARUSEL */
