* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #2a2a2a;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	color:#ccc;
	height:100%;
	font-size: 14px;
}
a {color:#ec8b00;}
a:hover {color:#ffa020;}
img {
	border: none;
	vertical-align:middle;
}
h1 {
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	margin-bottom: 10px;
}
h2 {
	font-size: 15px;
	font-weight:bold;
	color: #ec8b00;
	margin-bottom: 5px;
}
h3 {
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	margin-bottom: 5px;
}
span {font-weight:bold;}
ul {padding: 0 0 0 15px}
li {
	background:url(images/arrow.gif) no-repeat left 7px;
	list-style: none;
	padding-left: 15px;
}
#wrapper {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<900?'900px':''); /* Internet Explorer <= 6.0 */
	min-width: 900px; /* Opera & FireFox & Safari & Google Chrome & Internet Explorer 7+ */
	height: auto !important;
	height: 100%;
}
div.clear {clear:both;}

/* header
-----------------------------------------------------------------------------*/
#header {
	height: 98px;
	background: url(images/header-background.jpg) repeat-x;
	padding: 0px 50px;
}
.logo {
	margin-top: 30px;
	width:302px;
	height:43px;
	float:left;
}
.stiker {
	background:url(images/stiker.jpg) no-repeat left top;
	height: 57px;
	width:154px;
	float: right;
}
.online div {margin-top: 5px;}
.online span {
	font-size: 10px;
	font-weight:bold;
	color: #a2a2a2;
}
.online p {
	font-size:12px;
	color: #fff;
	font-weight:bold;
	margin-top: 6px;
}

/* menu
-----------------------------------------------------------------------------*/
#topmenu {
	height: 36px;
	background: #dedede url(images/menu-background.jpg) repeat-x top;
	padding: 0px 50px;
}
#topmenu table {
	width:100%;
	height:36px;
	border:0px;
	text-align:center;
}
#topmenu td {padding: 0px 2px;}
#topmenu span {
	text-align:center;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	display: block;
	text-decoration:none;
	height:36px;
	background:url(images/menu-orange.jpg) repeat-x top;
	width:100%;
}
#topmenu span.little {
	font-size:12px;
	line-height: 1em;
}
#topmenu a.little {
	color:#e11;
	font-size:12px;
	line-height: 1em;
}
#topmenu a {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color: #444;
	display: block;
	text-decoration:none;
	height:36px;
}
#topmenu p {padding-top:5px;}
#topmenu a:hover {
	color:#fff;
	background:url(images/menu-orange.jpg) repeat-x top;
	width:100%;
}

/* triangl*/
.thumbnail div.triangl, div.triangl-vis {
	position: relative;
	visibility: hidden;
	padding-top: 7px;
}
.thumbnail div.triangl-vis {visibility: visible;}
.thumbnail:hover div.triangl {visibility: visible;}

/* header-shadow
-----------------------------------------------------------------------------*/
#header-shadow {
	height: 20px;
	background:url(images/header-shadow.jpg) repeat-x top;
}

/* content
-----------------------------------------------------------------------------*/
#content {margin: 20px 50px 10px 50px;}
#content .item1 {
	float:left;
	width:32%;
	margin-left:-100%;
}
#content .item2 {margin:0 32%;}
#content .item3 {
	float:left;
	width:32%;
	margin-left:-32%;
}
.itembackground {
	margin: 20px;
	position:relative;
	background:#222;
	height:100px;
}
.itemicon {
	position:absolute;
	left:-20px;
	top:-20px;
}
.itemcontent {padding: 10px 5px 0px 90px;}
.itemname {
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.itemtext {
	font-size:12px;
	font-weight: normal;
	margin-top: 5px;
}

/*info*/
.info-left {
	width:50%;
	position: relative;
	float:left;
}
.info-right {
	float:left;
	width:260px;
	margin-left: 90px;
}
#contact td {
	border-top: 1px solid #555;
	padding: 5px 10px 5px 10px;
}
#content tr.light:hover {background-color: #333;}
.rightbox {
	background:#222;
	padding: 10px 20px 20px 20px;
}
#tv table {
	border:none;
	font-size: 12px;
}
#tv td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.efir {background-color: #ec8b00;}

/* slider
-----------------------------------------------------------------------------*/
#slider {
	height: 170px;
	background: url(images/slider-background.jpg) repeat-x top;
}
.simply-scroll-container {
	position: relative;
	padding-top: 25px;
}
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding:0;
	margin: 0;
	list-style: none;
}
.simply-scroll-list li img {
	border: none;
	display: block;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
}
.simply-scroll .simply-scroll-list li {
	float: left;
	width: 170px;
}

/* sliding boxes*/
.boxgrid {
	width: 150px;
	height: 120px;
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
}  
.boxgrid a {
	color: #fff;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.boxgrid p {
	font-size:13px;
	font-weight:normal;
	margin-top: 3px;
}
.boxcaption {
	padding: 3px 10px 0px 5px;
	float: left;
	position: absolute;
	border-top: #aaa 1px solid;
	background: #111;
	height: 50px;
	width: 100%;
	opacity: .7;
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.captionfull .boxcaption {
	top: 95px;
	left: 0px;
}

/* footer
-----------------------------------------------------------------------------*/
#footer {
	height: 88px;
	margin: 50px 50px 30px 50px;
}
#footer div.footerblock {
	height: 88px;
	background: #151515;
}
#footer .left {
	font-size: 12px;
	color: #757575;
	padding: 15px 0px 15px 20px;
	margin-right: 50px;
	background:url(images/logo-footer.jpg) no-repeat right;;

}
#footer a {color: #aaa;}
#footer a:hover {color: #ddd;}

/* portfolio
-----------------------------------------------------------------------------*/
#portfolio div.portfolioblock {
	background: #222;
	font-size: 12px;
	color: #757575;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
}
#portfolio img {border: none; margin:2px 0px;}
.tooltip{
	position:absolute;
	width: 201px;
	height: 78px;
	background-image:url(images/white_arrow.png);
	background-repeat:no-repeat;
	padding: 7px 10px 10px 10px;
	color: #333;
	font-size:13px;
	text-decoration: none;
}
.tooltip span{
	font-size:14px;
	font-weight: bold;
}