body {
	font-family: 'Verdana';
	font-size: 11px;
	margin: 0;
	background: #fbd15f;
	color: #1f1b08;
}
h1 {
	margin: 10px 0 15px;
	font-size: 16px;
}
h2 {
	margin: 5px 0 10px;
	font-size: 14px;
}
h3 {
	margin: 5px 0 10px;
	font-size: 15px;
}

a {
	color: #1f1b08;
}
img {
	border: none;
}
#Top {
	position: relative;
	height: 330px;
}
#Top .LogoTop {
	background: url(../images/bg_top.png) repeat-x top left #fbd15f;
	text-align: center;
}
#Top .Fruits  {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 0;
	width: 1000px;
}
#Top .Fruits .fruit {
	display: block;
	float: left;
	margin-left: 50px;
	text-decoration: none;
}
#Top .Fruits .fruit .image,
#Top .Fruits .fruit .name {
	display: block;
	text-align: center;
}

#Main {
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
	margin-top: 10px;
	background: white;
}
#Main .Navi {
	background: #000;
	text-align: right;
	color: #ec8310;
	padding: 6px;
}
#Main .Navi a.item {
	color: #ec8310;
	text-decoration: none;
}
#Main .portrait {
	background: url(../images/portrait.png) top left no-repeat;
	width: 185px;
	height: 296px;
}

#Main #Content {
	background: white;
	padding: 10px;
	height: auto !important;
	min-height: 276px;
	height: 279px;
}

#Main .right {
	background: url(../images/bottles.png);
	width: 183px;
	height: 296px;
}

#Footer {
	background: white;
	padding: 5px 0 20px;
}
#Footer .line {
	background: #ec8310;
	height: 5px;
	overflow: hidden;
}
#Footer .line span {
	display: none;
}
#Footer .image {
	background: url(../images/footer.png) center top no-repeat;
	margin-top: 25px;
	text-align: center;
}

.clear {
	float: none;
	clear: both;
	height: 0;
	overflow: hidden;
}
.clear span {
	display: none;
}


#Content .headline {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#Content .date {
	font-size: 10px;
	margin-bottom: 5px;
}
#Content .text {
	margin-bottom: 20px;
}
#Content .highlight {
	color: #f00;
}

#Content table td, #Content table th {
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
}


/* Form */
#Content .error {
	color: red;
	font-weight: bold;
}
#Order {
	margin-top: 10px;
}