body {
	background: url(../img/bg.jpg) top left repeat-x;
	padding-left: 0px;
	padding-right: 0px;
}

.home {
	position: absolute;
	top: 31px;
	right:95px;
}

.maps {
	right: 70px;
	top: 32px;
}

.switch {
	position: absolute;
	top: 20px;
	right: 0px;
}

.center {
	background: transparent;
	width: 853px;
	padding: 0px;
	margin: 0px;
	margin: auto;
}

.menu a {
	position: relative;
	padding: 5px;
	color: #0D6AB7;
	text-decoration: underline;
}

.menu table {
	margin-left: auto;
}

.menu td {
	background: url(../img/menu.gif) left no-repeat;
	height: 24px;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px
}

.menu .sel {
	background-color: White;
}

.menu td:hover {
	background-color: White;
}

.banner {
	height: 197px;
	background: url(../img/banner.jpg) top right no-repeat;
	margin-top: 30px;
	border-top: 1px  dotted black;
	position: relative;
}

.flash {
	position: absolute;
	height: 281px;
	width: 599px;
	background: url(../img/flash.jpg) top left no-repeat;
	overflow: hidden;
	top: 5px;
	left: 0px;
	z-index: 1;
}

.content {
	width: 100%;
	background: White;
}

.leftCont, .centerCont, .rightCont {
	vertical-align: top;
	overflow: hidden;
	padding-bottom: 20px;
}

.centerCont {
	padding-top:90px;
}

.leftCont {
	width: 182px;
	padding-top: 95px;
}

.rightCont {
	width: 224px;
	vertical-align: top;
}



.text {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 16px;
}

.fastProducts {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.fastProducts .name {
	font-weight: bold;
}

.fastProducts form {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

.fastProducts select {
	font-family: Tahoma, verdana, arial;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}

.rightCont {
	padding-top: 10px;
}



