#container .mainImage {
	margin: 0 0 10px;
	background: url(images/img_mainImage.jpg) no-repeat;
	text-indent: -10000px;
	display: block;
	height: 300px;
	width: 840px;
	clear: both;
}
#container #contents h2 {
	margin: 0 0 10px 0;
}
#container #contents #LeftBlock {
	float: left;
	width: 265px;
}
#container #contents #LeftBlock p {
	margin: 0 0 20px 5px;
}
#container #contents #LeftBlock .blue {
	color: #00a0e9;
}
#container #contents #LeftBlock .orange {
	color: #f39700;
}
#container #contents #MiddleBlock {
	float: left;
	width: 277px;
	margin: 0 0 0 12px;
}
#container #contents #MiddleBlock #tabs-1 li {
	float: left;
	text-align: center;
}
#container #contents #MiddleBlock #tabs-1 li a {
	color: #fff;
	display: block;
	background: #CCC;
}
#container #contents #MiddleBlock #tabs-1 li a.current {
	background: #22ab38;
/*	background: url(images/tab-gradient.png) repeat-x;*/
}
#container #contents #RightBlock {
	float: right;
	width: 275px;
}
#container #contents #RightBlock #news li {
	margin: 0 0 5px 5px;
}
#container #contents #RightBlock #coupon {
	background: url(images/bg_coupon.gif) no-repeat 0px 0px;
	height: 42px;
	width: 275px;
	padding-top: 58px;
}
#container #contents #RightBlock #coupon li {
	float: left;
}
#container #contents #RightBlock #coupon a {
	background: url(images/btn_coupon.gif) no-repeat;
	width: 129px;
	height: 23px;
	display: block;
	text-indent: -10000px;
}
#container #contents #RightBlock #coupon #contact a {
	margin-left: 10px;
}
#container #contents #RightBlock #coupon #contact a:hover {
	margin-left: 10px;
	background: url(images/btn_coupon.gif) no-repeat 0px bottom;
}
#container #contents #RightBlock #coupon #glass a {
	background: url(images/btn_coupon.gif) right 0px;
}
#container #contents #RightBlock #coupon #glass a:hover {
	background: url(images/btn_coupon.gif) right bottom;
}
#container #contents #RightBlock .banner {
	clear: both;
}
