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

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

.append-bottom {
	display:block;
	margin-bottom:25px;}
	
/*headings*/

h1,h2,h3,h4,h5,h6 { font-weight:inherit;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; margin-bottom: 1.5em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

p           { margin: 0 0 1.5em; }
p img.imgleft  { float: left; margin: 0em 1.5em 1.5em 0; padding: 0; }
p img.imgright { float: right; margin: 0em 0 1.5em 1.5em; }	

h3.productTitle { font-size:26px; color:#1d3380; margin-bottom:13px;} 

/*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-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#363636;
	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:318px;
	position:absolute;
	bottom:38px;
	}
/*begin menu*/

#menu {
	background:url(../images/menu-bg.jpg) repeat-x;
	width:974px;
	height:39px;
	position:absolute;
	bottom:0;}
	
#menu ul {
	font-family:"Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	list-style:none;
	text-align:center;
	margin-top:10px;
	margin-bottom:0;
	}
	
#menu ul li {
	display:inline;
	font-weight: bold;
	color:#f6f6f6;}
	
#menu ul li a {
	color:#f6f6f6;
	padding-left:5px;
	padding-right:5px;
	}
	
#menu a:hover {
	color:#fff;}
	
/*begin content*/

.content {
	background:#fff url(../images/content-bg.jpg)  no-repeat bottom right;
	padding:25px 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;}
/*gallery*/
.gcolumn {
	margin:0 0 10px 0;
	width:197px;
	padding:0 5px;
	float:left;
	}
.box {
	background:#cccccc;
	height:220px;}

/*begin footer*/

#footer {
	height:102px;
	color:#fff;
	text-align:center;
	}
	
#footer a {
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	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;}

/*misc*/

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
