@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../Images/back.gif);
}
.oneColLiqCtrHdr #container {
	width: 980px;  /* this will create a container 80% of the browser width */
	background: #ccc;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
.oneColLiqCtrHdr #header {
	position: absolute;
	height: 100px;
	width: 980px;
	z-index: 10;
	background-image: url(../Images/background.png);
}
.logoholder {
	height: 60px;
	width: 300px;
	position: absolute;
	left: 17px;
	top: 6px;
}

.menubarholder {
	position: absolute;
	height: 30px;
	width: 100%;
	top: 70px;
	left: 0px;
	text-align: right;
	border-top-color: #C00;
	border-top-width: 1px;
	border-top-style: solid;
	background-image: url(../Images/nav-bar-back.gif);
	z-index: 20;
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	background: #FFFFFF;
	position: absolute;
	width: 978px;
	top: 102px;
	z-index: 1;
	border-left-color: #000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000;
	border-right-style: solid;
	border-right-width: 1px;
}
.footer {
	height: 60px;
	background-color: #000;
	border-top-color: #F00;
	border-top-width: 1px;
	border-top-style: outset;
}
.oneColLiqCtrHdr #container #mainContent .footer .footer-content a {
	color: #666;
}

.maincontentcontent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	
}
.searchholder {
	height: 35px;
	width: 296px;
	position: absolute;
	left: 668px;
	top: 28px;
	text-align: right;
}
.footer-content {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	text-align: center;
}
.topnavbar {
	position: absolute;
	height: 19px;
	width: 385px;
	left: 565px;
	top: 3px;
	text-align: right;
}
.oneColLiqCtrHdr #container #header .topnavbar a {
	color: #666;
	text-decoration: none;
}
.oneColLiqCtrHdr #container #header .topnavbar a:hover {
	color: #333;
	text-decoration: underline;
}
.product-nav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background-image: url(../Images/header_subnav_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 23px;
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 15px;
}
.oneColLiqCtrHdr #container #mainContent .maincontentcontent div table tr td .product-nav a {
	color: #666;
}
.intro {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	height: 350px;
	width: 980px;
	left: 0px;
	top: 0px;
	font-size: 13px;
}
.ramka {
	border: 1px solid #999;
}
#city {
}
.right {
	text-align: right;
}
.MagicSlideshow {
}
.lowerpart {
	position: absolute;
	height: auto;
	width: 978px;
	left: 0px;
	top: 350px;
	background-color: #FFF;
	background-image: url(../Images/tlo-intro.gif);
}
.introtext {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 23px;
	color: #333;
}
