@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #D1E6FA;
}
#wrapper {
	width: 900px;
	margin: auto;
	padding-top: 10px;
}
#page {
	width: 900px;
	float: left;
	background: url(../images/mid_bg.gif);
	color:#FFFFFF;
}
#header {
	width: 900px;
	height: 175px;
	background: #fff url(../images/header.jpg);
}
#navbar  {
	width: 900px;
	height: 65px;
	float: left;
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	height: 25px;
	width: 800px;
	padding-top: 20px;
	padding-left: 64px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: inline;
}
#top_navbox {
	width: 950px;
	height: 142px;
	margin-right: 37px;
	margin-left: 37px;
	background-image: url(../images/top_nav.gif);
	background-repeat: no-repeat;
	float: left;
}
#image_roll {
	width: 786px;
	height: 102px;
	padding-top: 20px;
	font-style: normal;
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#image_roll ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#image_roll li {
	display: inline;
}


#content {
	width: 820px;
	float: left;
	margin-top: 40px;
	margin-right: 37px;
	margin-bottom: 20px;
	margin-left: 37px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #666666;
	background-image:url(../images/fresh_fruit_delivery_bg.jpg);
	background-position:top;
	background-position: left 100px;
	background-repeat:no-repeat;
}

#bottom_navbar {
	width: 950px;
	height: 24px;
	margin-right: 37px;
	margin-left: 37px;
	background-image: url(../images/bot_nav.gif);
	background-repeat: no-repeat;
	float: left;
	padding-bottom: 80px;
}
#bottom_navbar ul {
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	list-style: none;
}
#bottom_navbar li {
	display: inline;
}
#bottom_navbar a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	padding-left: 18px;
	padding-right: 30px;
	line-height: 22px;
	text-decoration: none;
}
#bottom_navbar a:hover {
	color: #666666;
	text-decoration:none;
}
#footer  {
	width: 900px;
	height: 45px;
	float: left;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
}
#footer_text  {
	width: 785px;
	height: 16px;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 65px;
}
