body, html {
margin: 0;
padding: 0;
}

body {
color: #444444;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 13px;
background: url('../images/global/mainbg.gif') repeat top center;
}

body a {
	color: #53b09b;
	text-decoration: underline;
}

/*  MISC  */

form {
padding: 0;
margin: 0;

}

img {
border: none;
}

.clear_cont {
display: block;
clear: both;
}

.clear {
display: block;
clear: both;
}

/* SIZES AND COLORS */

.mb15 {
	margin-bottom: 15px;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana;
	margin: 0 0 40px 0;
	padding: 20px 0 25px 0;
	color: #e74b13;
	font-weight: bold;
		background: url('../images/global/titlebg.gif') no-repeat bottom left;
}

h2 {
	font-size: 14px;
	margin: 20px 0 10px 0;
		color: #e74b13;
}

h3 {
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.smalltext, .f1, .f2 {
	font-size: 11px;
}

.margtop15 {
	padding-top: 15px;
}

/* CONTAINERS */

#rootCont {
	margin: 30px auto 0 auto;
	width: 940px;
}

#headCont {
	height: 175px;
	background: url('../images/global/headbg.gif') no-repeat top left;
}

#mainCont {
	min-height:400px;
	height:auto !important;
	height:400px;
	background: url('../images/global/midbg.gif') repeat-y top left;
}

#footerCont {
	height: 175px;
	background: url('../images/global/botbg.gif') no-repeat top left;
	padding: 40px 0 0 0;
	text-align: center;
}

#textCont {
	padding: 0 35px 0 30px;	
}

#logoCont {
	display: block;
	width: 300px;
	height: 130px;
}

#langCont {
	float: right;
	margin: 20px 35px 0 0;
}

#langCont a {
	font-weight: bold;
	background-color: #e74b13;
	color: #FFFFFF;
	padding: 1px 3px 1px 3px;
	font-size: 11px;
	border: 1px dashed #000000;
	text-decoration: none;
}

#langCont a:hover {
	background-color: #53b09b;
}

#menuCont {
	margin: 22px 0 0 30px;
	padding: 0;
}

#menuCont li {
	list-style: none;
	display: inline;
	position: relative;
}

#menuCont li a {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e74b13;
	color: #FFFFFF;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
	border: 1px dashed #000000;
}

#menuCont li a:hover, .menuActive {
	background-color: #53b09b !important;
	color: #FFFFFF;
}

#c1 {
	width: 400px;
	float: left;
	padding-right: 20px;
}

#c2 {
	width: 450px;
	float: left;
}

#c1 ul {
	margin: 0;
	padding: 0;
}

#c1 ul li {
	list-style: none;
	padding: 0 0 0 20px;
	background: url('../images/global/rimbul.gif') no-repeat 0 6px;
}

.paramet ul {
	padding-top: 10px !important;
}
