body {
background:url(../img/body_bg.jpg) repeat-x left top #fff;
color:#000;
font-family:arial,helvetica,sans-serif;
font-size:14px;
line-height:22px;
width:100%;
}

	#frame {
	margin:0 auto;
	position:relative;
	width:990px;
	}

		#frame #logo,#frame #logo img {
		display:block;
		height:120px;
		width:172px;
		}

		#frame #logo {
		margin:24px auto 9px;
		}

		#frame #content {
		background:url(../img/content_bg.jpg) no-repeat left top;
		height:445px;
		margin:0 auto;
		padding:10px 40px;
		width:880px;
		}

			#frame #content #leaf {
			height:153px;
			left:10px;
			position:absolute;
			top:126px;
			width:177px;
			z-index:15;
			}

			#frame #content #grapes {
			height:154px;
			position:absolute;
			right:0;
			top:480px;
			width:157px;
			z-index:15;
			}

				#frame #content #slider {
				background:#fff;
				height:445px;
				overflow:hidden;
				position:relative;
				width:880px;
				z-index:10;
				}

					#frame #content #slider #list {
					width:880px;
					}

						#frame #content #slider #list li {
						height:445px;
						overflow:hidden;
						width:880px;
						}

							#frame #content #slider #list li.listobject div.left {
							float:left;
							height:445px;
							margin:0 30px 0 0;
							width:170px;
							}

								#frame #content #slider #list li.listobject div.left img {
								display:block;
								margin:89px 0 0;
								max-height:267px;
								width:170px;
								}

								#frame #content #slider #list li.listobject div.order {
								height:21px;
								margin:34px 0 0;
								width:170px;
								}

									#frame #content #slider #list li.listobject div.order span {
									border:1px solid #b1b1b1;
									color:#b1b1b1;
									display:block;
									float:left;
									font-weight:700;
									height:19px;
									line-height:19px;
									margin:0 1px 0 0;
									text-align:center;
									width:18px;
									}

									#frame #content #slider #list li.listobject div.order span.active {
									background:#b1b1b1;
									border:0;
									color:#fff;
									height:21px;
									line-height:21px;
									width:20px;
									}

							#frame #content #slider #list li.listobject div.right {
							float:left;
							height:445px;
							width:680px;
							}

								#frame #content #slider #list li.listobject div.right h2 {
								color:#a40001;
								font-size:36px;
								font-weight:700;
								line-height:38px;
								margin:44px 0 0;
								text-shadow:1px 1px 0 #b1b1b1;
								text-transform:uppercase;
								letter-spacing:-1px;
								}

								#frame #content #slider #list li.listobject div.right h2 a {
								color:#a40001;
								text-decoration:none;
								}

								#frame #content #slider #list li.listobject div.right h3 {
								font-size:18px;
								font-weight:700;
								line-height:25px;
								margin:22px 0 0;
								}

								#frame #content #slider #list li.listobject div.right p {
								margin:22px 0 0;
								}

									#frame #content #slider #list li.listobject div.right p.button a {
									-khtml-border-radius:5px;
									-moz-border-radius:5px;
									-webkit-border-radius:5px;
									background:#a40001;
									border-radius:3px;
									color:#fff;
									display:block;
									float:left;
									font-weight:700;
									height:40px;
									line-height:40px;
									margin:6px 15px 0 0;
									padding:0 15px;
									text-decoration:none;
									}

									#frame #content #slider #list li.listobject div.right p.button a:hover {
									background:#bd1111;
									}

			#prevBtn a {
			background:url(../img/slider-arrows.png) no-repeat left top;
			height:54px;
			left:0;
			position:absolute;
			text-indent:-99999px;
			top:386px;
			width:54px;
			z-index:25;
			}

			#prevBtn a:hover {
			background:url(../img/slider-arrows.png) no-repeat left -54px;
			}

			#nextBtn a {
			background:url(../img/slider-arrows.png) no-repeat -54px top;
			height:54px;
			position:absolute;
			right:0;
			text-indent:-99999px;
			top:386px;
			width:54px;
			z-index:25;
			}

			#nextBtn a:hover {
			background:url(../img/slider-arrows.png) no-repeat -54px -54px;
			}

		#frame #footer {
		margin:28px auto;
		width:960px;
		}

		#frame #footer p {
		font-size:12px;
		line-height:21px;
		}