/*	css by cubepixels design studio
	http://cubepixelstudio.com
*/

* {
	margin:0;
	padding:0;}
a {
	color:#000;
	text-decoration:none;}
	
a:hover {
	text-decoration:underline;}

h1,h2,h3,h4,h5,h6,ol,ul,p {
	margin-bottom:18px;}

.append-bottom {
	display:block;
	margin-bottom:25px;}
h2 { font-size:1.3em;}	

/*clear*/

.clearfix:after {
	clear:both;
	display:block;
	visibility:hidden;
	content:".";
	height:0;}

*html clearfix:after {
	height:1%;}

.clear-left {
	clear:left;}

.clear {
	clear:both;}

body {
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	background:#132669;}

#all {
	width:1024px;
	background:url(../images/shadow.jpg) repeat-y;
	margin:0 auto;}

#wrap {
	width:974px;
	margin:0 auto;}

.yellow-top {
	background:url(../images/yellow-top.jpg) repeat-x;
	width:974px;
	height:2px;}

/*begin header*/
#header {
	height:421px;
	position:relative;}
#logo {
	text-indent:-9999px;
	position:absolute;
	z-index:2;
	}
#logo a {
	background:url(../images/logo.png) no-repeat;
	display:block;
	width:205px;
	height:155px;
	}
.fruits {
	position:absolute;
	bottom:0;
	background:url(../images/fruits.png) no-repeat;
	height:370px;
	width:250px;
	z-index:1;
	overflow:hidden;
	}
/*inner-header*/
#inner-header {
	height:258px;
	position:relative;}
.inner-banner {
	height:187px;
	position:absolute;
	z-index:0;
	bottom:38px;}
.fruits-small {
	position:absolute;
	z-index:3;
	right:0;
	bottom:-29px;}

/*banner*/
#banner {
	z-index:0;
	width:974px;
	height:382px;
	position:absolute;
	bottom:37px;
	}
/*begin menu*/

#menu {
	background:url(../images/menu-bg.jpg) repeat-x;
	width:974px;
	height:39px;
	position:absolute;
	bottom:0;}
#menu ul { 
	list-style:none;
	text-align:center;
	margin-top:5px;
	font-size:1.2em;
	margin-bottom:0;
	font-weight:700;}
#menu ul li {
	display:inline;
	color:#fff;}
#menu ul li a {
	color:#f6f6f6;
	font-family:Verdana, Arial, Helvetica, sans-serif;}
	
/*begin content*/

.content {
	background:#fff url(../images/content-bg.jpg)  no-repeat bottom right;
	padding:18px 30px;}
.left, .right {
	float:left;}
.left {
	width:628px;}
.right {
	background:url(../images/theborder.jpg) no-repeat bottom left;
	margin-left:50px;
	width:215px;
	height:600px;
	padding-left:10px;}
.info {
	color:#1d3380;}

/*begin footer*/

#footer {
	height:102px;
	color:#fff;
	text-align:center;}
#footer a {
	color:#fff;}
#footer p {
	margin-top:18px;}
.flinks {
	font-weight:bold;}
.yellow-bottom {
	background:url(../images/yellow-bottom.jpg) repeat-x bottom;
	height:6px;
	width:994px;
	margin-left:auto;
	margin-right:auto;}
#footer a.link-cube {
	color:#0076a3;
	font-weight:bold;}
	
/*ajax form styles*/

#contact-form {
	margin-left:30px;
	margin-top:35px;}

.label {
	float:left;
	width:100px;
	text-align:right;
	margin-right:10px;
	color:#1d3380;
	font-weight:bold;
	}
	
.input-text {
	margin-bottom:10px;
	float:left;
	border:none;
	background:#e1e1e1;
	height:24px;}
	
.message-area {
	float:left;
	border:none;
	background:#e1e1e1;
	margin-bottom:18px;
}
.submit {
	margin-left:355px;}
		
.alert { color:#c71b14;}

