/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #777777;
	font: normal 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #FF3300;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 157px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
}

#menu span {
	display: none;
}

#menu1 { width: 57px; background: url(images/img01.jpg) no-repeat; }
#menu2 { width: 47px; background: url(images/img02.jpg) no-repeat; }
#menu3 { width: 53px; background: url(images/img03.jpg) no-repeat; }

/* Logo */

#logo {
	width: 778px;
	height: 175px;
	margin: 0 auto;
	background: url(images/fruits.jpg) no-repeat;
}

#logo h1 {
	display: none;
}

/* Content */

#content {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img08.jpg) repeat-y;
}

#topbg {
	padding: 15px 0 0 0;
	background: url(images/img07.jpg) no-repeat;
}

#left {
	float: left;
	width: 140px;
	padding: 0 0 0 9px;
}

#center {
	float: left;
	width: 460px;
	padding: 0 0 0 10px;
}

#right {
	float: left;
	width: 140px;
	padding: 0 0 0 10px;
}

/* Links Box */

.links {
	padding-bottom: 40px;
	background: url(images/img09.jpg) no-repeat;
}

.links h2 {
	padding: 7px 6px;
	font-size: 12px;
}

.links ul {
	margin: 0;
	padding: 0 6px;
	list-style: none;
}

.links li {
	padding: 3px 9px 7px 9px;
	background: url(images/img14.gif) repeat-x left bottom;
	font-size: 12px;
}

/* Boxed */

.boxed {
	margin: 0 0 30px 0;
	background: url(images/img10.jpg) no-repeat;
}

.boxed h2 {
	padding: 7px 6px;
	font-size: 12px;
}

.boxed .content {
	padding: 0 15px;
}

/* Wallpapers */

#wallpapers {
}

#wallpapers .content {
	padding: 0 20px;
}

#wallpapers ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wallpapers li {
	display: block;
	float: left;
	width: 180px;
	padding: 8px 0 8px 28px;
	background: url(images/img13.gif) no-repeat left center;
}

/* Ad 120x140 Pixels */

.ad120x140 {
	width: 120px;
	height: 140px;
	margin: 0 auto 12px auto;
}

/* Footer */

#footer {
	width: 778px;
	height: 70px;
	margin: 0 auto;
	background: url(images/img11.jpg) no-repeat;
}

#footer p {
	float: right;
	margin: 0;
	padding: 12px 10px 0 0;
	text-transform: lowercase;
	font-size: 12px;
}