@charset "utf-8";

/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background-image: url(/images/body-bg.gif);
	background-repeat: repeat-x;
	background-color: #EAECE1;
}
h1 {
	font-family: Verdana;
	font-size: 40px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
h2 {
	font-family: Tahoma;
	font-size: 25px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 25px;
}
h3  {
	font-family: "Century Gothic";
	font-size: 28px;
	font-weight: bold;
	color: #A3AD79;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.title {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #5C1819;
	padding: 0px;
	margin-bottom: 19px;
	line-height: 20px;
	margin-top: 0px;
}


.clear{
	clear:both;
}
.center {
	text-align: center;
}
p {
	line-height:16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#page-container {
	background-color: #FFFFFF;
	width: 760px;
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: hidden;
	z-index: 25;
	line-height: 17.5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

#header {
	height: 86px;

}
#header .top {
	background-color: #D3702C;
	height: 57px;
	position: relative;
	padding-top: 18px;
}
#header .top .header-fruit {
	position: absolute;
	top: 34px;
	left: 566px;
}

#header .middle {
	height: 5px;
	width: 756px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3AD79;
	border-left-color: #A3AD79;
	background-color: #FFFFFF;
	overflow: hidden;
}
#header .bottom {
	height: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A77750;
	border-bottom-color: #A77750;
	background-color: #D3702C;
	overflow: hidden;
}
#main {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3AD79;
	border-left-color: #A3AD7A;
	padding-top: 41px;
	padding-left: 16px;
	padding-right: 43px;
	padding-bottom: 15px;
}
#main .box {
	width: 492px;
	border: 2px solid #D3702D;
	background-color: #EAECE1;
	font-family: Tahoma;
	font-size: 17px;
	line-height: 25.5px;
	color: #000000;
	padding: 30px;
	text-align: center;
	margin-left: 79px;
	margin-top: 70px;
	margin-bottom: 33px;
}

#main .box2 {
	width: 350px;
	border: 1px solid #D3702D;
	background-color: #EAECE1;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right:auto;
	margin-top: 50px;
	margin-bottom: 30px;
}


#main a, #main a:hover {
	color: #000000;
}

#main .top-img {
	float: right;
	margin-left: 31px;
}
#main .mid-img {
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}
#main .bottom-img {
	float: right;
	margin-left: 15px;
}
#main .title a, #main .title a:hover {
	color: #5C1819;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A77750;
	border-right-color: #A3AD79;
	border-bottom-color: #A3AD79;
	border-left-color: #A3AD79;
	height: 59px;
	background-color: #D3702C;
	text-align: center;
	font-family: Tahoma;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	width: 760px;
	padding-top: 10px;
}
#footer a, #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}




/**/
#copyright {
	font-family: Tahoma;
	color: #999999;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	font-size: 11px;
	line-height: 12px;
	padding-bottom: 25px;
}

#copyright a {
	color: #999999;
}
#copyright a:hover {
	color: #999999;
	text-decoration: none;
}
