﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
body {
	font: 11px/20px Tahoma, Geneva, sans-serif;
	width: 100%;
	background:#3e3e3e url(images/gradient.jpg) repeat-x top;
}
a {
	color:#204a85;
	outline: none;
	text-decoration: none;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background:#fff;
}
.cl {
	clear:both
}

#home a{
	color: #fff;
	font-size:15px;
}

#home a img{
	vertical-align:-1px;
}


#menucont {
	position:relative;
	z-index:100;
	text-align:center;
	background:url(images/menubg2.jpg) no-repeat top center;
	height:26px;
	color: #fff;
}

#menucont ul {
	margin: 0;
	padding: 0;
	font-size:15px;
}

#menucont ul li {
	display:inline-block;
	zoom:1;
	*display:inline;
	list-style: none;
	width:auto;
	line-height:25px;
	color:#FFF;
	position:relative;
}
#menucont ul li:after {
	content:"|"
}
#menucont ul li:last-child:after {
	content:""
}
#menucont ul li ul li:after {
	content:""
}

#menucont ul li a {
	background: none;
	padding: 4px 12px;
	text-decoration: none;
	color: #fff;
	white-space: nowrap
}
#menucont ul li a:hover, #menucont ul li.currmn a {
	background: #151515
}
#menucont ul li ul {
	margin: 0;
	padding: 3px;
	display:block;
	width:auto;
	position: absolute;
	visibility: hidden;
	left:0;
	top:26px;
	z-index:1000;
	white-space:nowrap;
	background:#151515;
	overflow:hidden;
}


#menucont ul li ul li {
	float: none;
	display: inline;
	line-height:18px;
	white-space:nowrap;
}



#menucont ul li ul li a {
	width: auto;
	background: #151515;
	color: #fff
}


#menucont ul li ul li a:hover {
	background: #313131
}


#header {
	height: 340px;
	background:url(images/header.jpg) no-repeat top left;
	position:relative;
	
}

.lang {
	display:block;
	position:absolute;
	right:20px;
	top:20px;
	height:20px;
	width:90px;
	background:url(images/lang.gif) no-repeat top left;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#0d6ebd;
	line-height:20px;
}
.lang a {
	color:#0d6ebd;
	text-decoration:none
}
.lang a:hover {
	text-decoration:underline
}





div.carousel .prev {
	background: url('images/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	opacity: 0.6;
	z-index: 200;
	position: absolute;
	left: 0px;
	top: 66px;
}
div.carousel .next {
	background: url('images/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
	opacity: 0.6;
	z-index: 200;
	position: absolute;
	right: 0px;
	top: 66px;
}
div.carousel .up {
	background: url('images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}
div.carousel .down {
	background: url('images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.carousel {
}
div.carousel ul {
}
div.carousel ul li {
	margin:0px;
	line-height:0px;
	padding:0px;
}
div.carousel ul li a { /* in case of link */
	display:block;
}
div.carousel ul li img {
	display:block;
	border:0px;
}


.item{
	padding: 18px;
	background: url(images/greygrad.jpg) repeat-x;
}
.title{
	background: url(images/title_bg.jpg) #000 no-repeat;
	height: 23px;
	color: #fff;
	padding-left: 12px;
}

#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 790px;
	float: left;
	/* overflow: hidden; */
}
#content {
	padding: 0 10px 0 0;
}

#sidebar {
	float: left;
	width: 200px;
	position: relative;
    padding: 0 10px 0 0;
}
#sidebar h1 {
	text-transform:none;
	background: url(images/title_bg.jpg) #000 no-repeat;
	height: 23px;
	color: #fff;
	padding-left: 12px;
}


#footer {
	height: auto;
	line-height:32px;
	background:#000000;
	color:#FFF;
	padding:10px;
	position:relative;
}
#footer cl{ line-height:1px;}
#social {
	display:block;
	float:right;
	list-style:none;
	background:none;
	line-height:1px;
	margin-top:2px;
}
#social li {
	display:inline;
}
#social li a {
	display:block;
	float:left;
	margin:0 10px;
}
#social li a img {
	opacity:0.6;
}
#social li a:hover img {
	opacity:1.0;
}
#kerrygun{
	background:#3E3E3E url(images/bottom-shadow.png) no-repeat center top;
	text-align: center;
	padding: 7px;
	font-size: 11px;
	text-shadow: 0px 1px 1px #555;
}
#kerrygun a,#kerrygun span{
	position:relative;bottom:1px;
	color: #555;
	text-shadow: 0px 1px 1px #000;
}

