@import url(forms.css);
@import url(menu.css);
@import url(slider.css);

*{
	padding: 0;
	margin: 0;
}
img,fieldset{
	border: none;
}
.clear{
	clear: both;
	display: block;
	font-size: 0px !important;
	height: 0px !important;
	border: none !important;
	overflow:hidden !important;
}
a:link,a:visited,a:active{
	text-decoration: none;
	outline:none;

}
a:hover{
	
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:100%;
	color: black;
	background: url(../images/body_bg.jpg) no-repeat top center;
}
.container{
	background: url(../images/container_bg.jpg) no-repeat bottom center;
	padding-bottom: 20px;
}
.content{
	min-height: 500px;
	_height: 500px;
	z-index: 2;
}
.content,.footer{
	width: 880px;
	position:relative;
	margin: 0 auto;
	padding-left: 105px;
	padding-right: 15px;
}
/* GLOBAL CONTENT */

.header{
	width: 980px;
	margin: 0 auto;
	padding: 10px;
}
a.logo{
	padding-right: 10px;
}

.menu{
	padding-left: 25px;
}

h1{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2{
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.innerleft{
	float: left;
	width: 640px;
}
.innerright{
	float: right;
	width: 230px;
}
.box{
	background-color: #fcbc05;
	padding: 20px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.innerright .box{
	padding: 20px 30px;
}
.box a{
	color: white;
	text-decoration: underline;
}
.box h2{
	font-size: 14px;
	text-transform: uppercase;
}
.box .item{
	float: left;
	width: 255px;
	margin-right: 20px;
	border-right: 1px solid #e8af0b;
	padding-right: 20px;
}
.box .last{
	margin-right: 0px;
	padding-right: 0px;
	border-right: none;
}
a.tovabb{
	font-weight: bold;
}

/* GLOBAL CONTENT */
.footholder{
	background: url(../images/footholder.jpg) no-repeat top center #464647;
	min-height: 166px;
	_height: 166px;
}
.footer{
	font-size:11px;
	padding-top: 20px;
	min-height: 146px;
	_height: 146px;
}
.footer .item{
	float: left;
	/*width: 130px;*/
	margin-right: 40px;
}
.footer h4{
	font-size: 11px;
	font-weight: bold;
	color: #fcbc05;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer a:link,.footer a:visited{
	color: white;
}
.footer h4 a:link,.footer h4 a:visited{
	color: #fcbc05;
}
.footlogo{
	display: block;
	position: absolute;
	top: 135px;
	right:15px;
	width: 160px;
	height: 30px;
}
.footer a:hover,.footer h4 a:hover{
	color: black;
}

.left{
	float:left;
}
.right{
	float:right;
}
.leftimg{
	display: block;
	float: left;
	margin-right: 10px;
}
.rightimg{
	display: block;
	float: right;
	margin-left: 10px;
}
.last{
	margin-right:0px !important;
}
