/* = Riddle's Reset CSS ( http://perfectionorvanity.com/ )
---------------------------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, h6, div, span,
blockquote, p, address, form, fieldset, img,
ul, ol, dl, dt, dd, li, hr, table, td, th,
strong, em, sup, sub, dfn, ins, del, q, cite,
var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}

ul { list-style: none; }
legend { display: none; }

input, textarea, select, option, optgroup, button {
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

/* = main
---------------------------------------------------------------------------- */

body, input, textarea, select, option, optgroup, button {
	font-family: "Arial", "Verdana", "Tahoma", sans-serif;
	font-size: 15px;
}

a { color: #000000; }
a:hover { text-decoration: none; }


/* = layout
---------------------------------------------------------------------------- */

body{

	margin-top: 0px; padding-top: 0px;

}

#page {
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	padding: 0px;
	color: #4c4c4c;
	position: relative;
}

#data {
	width: 270px;
	height: 23px;
	border: 1px solid #333333;
	margin: 3px;
}
#msg {
	width: 270px;
	height: 160px;
	border: 1px solid #333333;
	margin: 3px;
}

#button {
	width: 90px;
	height: 25px;
	background-color: #999999;
	margin: 3px;
	border: 0;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

/* = header
---------------------------------------------------------------------------- */

#header {
		padding: 20px 0 20px 0;
		#padding: 20px 0 20px 0;
		_padding: 20px 0 20px 0;
		min-width: 980px;
		margin: 0 auto;
}
#head-container {
	width: 535px;
	float: right;	
}
#logo a {
	text-indent: -999em;
	display: block;
	background: url(../images/logo.png) no-repeat;
	width: 359px;
	height: 65px;
	float: left;
	margin-top: 10px;
}
#slogan {
	background: url(../images/juicy.png) no-repeat;
	width: 535px;
	height: 45px;
	float: right;
}
#slogan:hover {
	background: url(../images/juicy.png) no-repeat 0 -45px;
}
#slogan a {
	width: 535px;
	height: 45px;
	display: block;
}
#slogan a span {
	display: none;
}
#menu, #nav-1 { float: right; font-size: 16px; }
#menu ul, #nav-1 ul {
	margin: 0 auto;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul li > ul, #nav-1 ul li > ul {
	float: none;
	position: absolute;
	top: 30px;
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu ul li > ul li, #nav-1 ul li > ul li {
	border-left: 1px solid #ffffff;
	background-color: #000000;
	text-align: center;
}
#menu li a, #nav-1 li a { 
	text-decoration: none;
	color: #ffffff;
	padding-left: 17px;
	padding-right: 17px;
	height: 24px;
	line-height: 24px;
	display: block;
}
#menu li, #nav-1 li {
	border-left: 1px solid #ffffff;
	background-color: #000000;
	text-align: center;
	float: left;
}
#menu li a:hover, #nav-1 li a:hover, #menu li a.current, #nav-1 li a.current {
	background-color: #FF9900;
}

/* = homeContent
---------------------------------------------------------------------------- */

#homeContent {
	text-align: center;
	margin: 0 auto;
	width: 980px;
	clear: both;
}
#fruits {
	margin-top: 30px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
#fruits > div, #fruits-descs div {
	text-align: center;
}
#botpages {
	width: 950px;
	margin-top: 50px;
}
#fruits-descs {
	margin-top: 15px;
}
.fruit {
	float: left;
	width: 325px;
	height: 400px;
	z-index: 100;
	padding-bottom: 30px;
}
.fruit a {
	text-indent: -999em;
}
.fruit1 {
	/*background: url(../images/03.png) no-repeat;	
	margin-right: 35px;*/
}
.fruit2 {
	/*background: url(../images/04.png) no-repeat;
	/*margin-right: 59px;*/
	/*margin-left: 59px;*/
}
.fruit3 {
	/*background: url(../images/05.png) no-repeat;
	/*margin-right: 0px;*/
	/*margin-left: 35px;*/
	
}
.fruit-area {
	width: 325px;
	height: 400px;
}
.fruit a {
	width: 300px;
	height: 280px;
	text-align: center;
}
#fruits-desc {
	text-align: center;
	padding-right: 20px;
	font-size: 14px;
	margin-top: 40px;
	
}
#fruits-desc h2 {
	font-family: sans-serif;
	color: #ff7800;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
	margin-top: 10px;
}
#fruits-desc h4 {
	font-family: "Myriad Pro", sans-serif;
	font-size: 18px;
}
.caption { 
display: none;
	position: absolute;
	top:0;
	left:0;
	font-family: "Myriad Pro", sans-serif;
	color: #ff7800;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	background: #ffffff;
	padding: 4px 8px 4px 8px;
	border: 1px solid #ff7800;
	opacity: 0.8;
	overflow: visible;
	z-index: 111;
}
/* = content
---------------------------------------------------------------------------- */

.content {
	width: 95%;
	margin: 0 auto;
	clear: both;
}
.content ul {
	padding: 20px 0;
}
.content ul li {
	line-height: 35px;
	background: url(../images/orangelist.png) no-repeat left center;
	height: 40px;
	padding-left: 40px;
}
.content.whatwedo > span {
	width: 45%;
	float: left;
	margin-right: 45px;
}
.content.whatwedo > span p {
	text-align: justify;
}
.left {
	float: left;
	width: 380px;
}
.right {
	float: right;
	width: 490px;
	padding: 25px;
}
#contact {
	width: 900px;
	margin: 0 auto;
}
#contactform {
	width: 300px;
	float: left;
}
#contactdetails {
	width: 460px;
	float: right;
}
#contactdetails .block {
	width: 45%;
	float: left;
}
.tree {
	background: url(../images/tree.png) no-repeat;
	width: 373px;
	height: 375px;
	margin: 10px;
}
.sun {
	background: url(../images/sun.jpg) no-repeat;
	width: 346px;
	height: 545px;
	margin: 40px;
}
.sun-en {
	background: url(../images/sun-en.jpg) no-repeat;
	width: 346px;
	height: 600px;
	margin: 40px;
}
h2 {
	color: #ff7800;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
h3 {
	color: #ff7800;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 15px;
	text-transform: uppercase;
}

/* = footer
---------------------------------------------------------------------------- */

#footer {
	margin-top: 80px;
	padding:20px 20px 10px;
	font-size: 11px;
	color: #9b9b9b;
	width: 100%;
}
#footer a {
	font-size: 11px;
	color: #9b9b9b;
	text-transform: uppercase;
	text-decoration: none;
}

#footer #bot-menu {
	float: left;
}
#langpl {
	float: left;
	width: 170px;
	height: 22px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -999em;
	background-image: url(../images/pl.png);
}
#langen {
	float: left;
	width: 170px;
	height: 22px;
	display: block;
	background-repeat: no-repeat;
	text-indent: -999em;
	background-image: url(../images/en.png);
}

#footer #copyright {
	float: right;	
}

#footer #copyright p{
	float: right;	
	margin-right: 96px;
}

#footer #phone {
	float: right;
	color: #9b9b9b;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

#footer #phone img{
	position: absolute; 
	right: 0px;
	
}
#footer #phone p{
	width: 300px;
}

#line {
	background-color: #d8d8d8;
	height: 1px;
	width: 100%;
	margin-bottom: 3px;
	margin-top: 3px;
}

.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */
