html {
	height: 100%;
}
body {
	height: 100%;
}
/* Header
------------------------------------------------------------------- */
#header {
	width: 1200px;
	margin: 0 auto;
	height: 30px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
}
#header .logo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 204px;
	height: 74px;
	z-index: 2;
}
#header .controls {
	margin-left: 204px;
	height: 24px;
}
#header .userpanel {
	position: absolute;
	top: 5px;
	right: 0px;
}
#header .phone {
	position: absolute;
	top: 10px;
	right: 200px;
}

#header-present {
	width: 100%;
	max-height: 100%;
	background: url(../images/header-present/home.jpg) no-repeat center bottom;
	position: absolute;
	top: 40px;
	bottom: 0;
	z-index: 1;
	padding-top: 60px;
}
#header-present h1 {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
	width: 70%;
}
#header-present #searchbar {
	margin-top: 120px;
}

#header-present .present-text {
	background: url(../images/transparent-gray.png);
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	color: #6dcff6;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 27px;
	text-align: center;
	padding: 10px 0px;
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
}
#header-present .present-text a {
	color: #ffffff;
	font-size: 22px;
	text-decoration: underline;
	font-weight: bold;
}
#header-present .present-text a:hover {
	text-decoration: none;
}
/* Body
------------------------------------------------------------------- */
#main {
	width: 1180px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	padding-top: 30px;
	padding-bottom: 0px;
	background-image: none;
	border: 0;
}
#main .cat-header {
	border-top: solid 1px #4dbee9;
	position: relative;
	text-align: center;
	height: 25px;
}
#main .cat-header h2 {
	display: inline-block;
	margin: 0px;
	padding: 4px 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	top: -18px;
	color: #ffffff;
	min-width: 114px;
	background-color: #4dbee9;
	border: solid 6px #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#main .cat-container {
	padding-bottom: 30px;
	background-image: url(../images/background-gray.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.home-expedition-container {
	overflow: hidden;
	margin-left: -36px;
}
.home-expedition-item {
	float: left;
	width: 268px;
	margin-left: 36px;
}
.liveinternet-counter {
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 10;
}
/* Footer
------------------------------------------------------------------- */
#footer {
	height: 103px;
	background: url(../images/background-footer.png) no-repeat center top;
	border-top: solid 1px #4dbee9;
	color: #7d7d7d;
	padding-top: 30px;
}
#footer .inner-container {
	width: 830px;
}
#footer strong {
	font-size: 18px;
}
#footer ul {
	padding-left: 4px;
}
