

/* -- defaults -- */
body {
	background: #fdfe9a;
	padding: 20px;
	margin: 0px;
}




/* -- frame -- */
#frame {
	width: 749px;
	background: #abdc7d;
	border: solid 10px #abdc7d;
}
#frame td {
	font: 11px arial;
	text-align: justify;
	vertical-align: top;
}
#frame .header {
	height: 142px;
	background: #FFF;
	background-image: url(images/heading_bg_guava.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	border: solid #3b2d20;
	border-width: 1px 1px 0px 1px;
}
#frame .header h1 {
	font: 45px arial;
	color: #FFF;
	padding: 0px;
	margin: 20px 0px 0px 10px;
}
#frame .mainmenu {
	height: 25px;
	background: #FFF;
	border: solid #3b2d20;
	border-width: 0px 1px;
	padding: 1px 0px 0px 1px;
}
#frame .content {
	background: #FFF;
	background-image: url(images/content_bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	border: solid #3b2d20;
	border-width: 0px 1px 1px 1px;
	padding: 20px;
}
#frame .footer {
	height: 50px;
	padding: 30px 0px 0px 0px;
}
#frame .footer a {
	color: #000;
	text-decoration: none;
}
#frame .footer a:hover {
	color: #FFF;
}



/* -- content -- */
#content {
	width: 100%;
}
#content .heading {
	height: 30px;
	padding: 0px 0px 30px 0px;
}
#content .heading h1 {
	font: bold 20px arial;
	color: #949393;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
#content .pnl-left {
	width: 50px;
}
#content .text {
	/*width: 470px;*/
	height: 400px;
	font: 12px arial;
	color: #95999d;
	padding: 0px 0px 30px 0px;
}
#content .text h1 {
	font: bold 15px arial;
	color: #ef2f72;
	padding: 0px;
	margin: 0px;
}
#content .text a {
	color: #eb3d00;
}
#content .text a:hover {
	color: #6ac335;
}
#content .pnl-right {
	width: 200px;
	text-align: right;
}
#content .pnl-right h1 {
	font: 30px arial;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}


/* -- footermenu -- */
#footermenu {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}



/* -- color span -- */
span.v-green {
	color: #6ac335;
}
span.v-purple {
	color: #ef2f72;
}
span.v-orange {
	color: #f48000;
}
span.v-red {
	color: #eb3d00;
}
span.v-maroon {
	color: #9d3c23;
}
span.v-darkgreen {
	color: #00583b;
}




/* -- product-specs -- */
#product-specs {
	
}
#product-specs .heading {
	font: bold 15px arial;
	text-decoration: underline;
	text-align: left;
	border: none;
}
#product-specs .clm-headings td {
	font: bold 11px arial;
}
#product-specs td {
	font: 11px arial;
	text-align: center;
	border: solid #ffd072;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}
#product-specs .left {
	text-align: left;
}
#product-specs .spacer {
	height: 30px;
	border: none;
}
#product-specs .mid-spacer {
	border: none;
}


/* -- nutrition-specs -- */
#nutrition-specs {
	
}
#nutrition-specs td {
	text-align: center;
}


/* -- gallery -- */
#gallery {
	
}
#gallery .thumbnail {
	width: 190px;
	height: 140px;
	background: #f8f8f8;
	text-align: center;
	margin: 0px 10px 10px 0px;
	float: left;
	display: inline;
	border: solid 1px #e2e2e2;
}
#gallery .thumbnail img {
	border: solid 1px #c5c5c5;
	margin: 10px 0px;
}
#gallery {
	
}
#gallery {
	
}



/* -- fruit-specs -- */
#driedfruit-specs {
	width: 100%;
}
#driedfruit-specs td {
	font: 11px arial;
	text-align: left;
	border: solid #ffd072;
	border-width: 0px 0px 1px 0px;
	padding: 2px;
}


/* -- forms -- */
#stdform {

}
#stdform div {
	padding: 2.5px 0px;
}
#stdform p {
	width: 80px;
	border: solid 0px #000;
	text-align: right;
	padding: 2px 0px;
	margin: 0px 2px;
	float: left;
	display: block;
	clear: left;
}
#stdform p.text {
	padding: 0px;
}
#stdform .note {
	font: 11px arial;
}
#stdform input, textarea {
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform .cb {
	border: none;
}
#stdform .btn_submit {
	background: #4c9702;
	font: bold 11px arial;
	color: #FFF;
}
#stdform select {
	width: auto;
	border: solid 1px #cecece;
	font: 11px arial;
	padding: 2px;
}
#stdform option {
	margin: 0px 20px 0px 5px;
}
#stdform .order {
	width: 300px;
	border: solid 1px #9A9A9A;
	font: 11px arial;
	padding: 5px;
}
#stdform .btn_up {
	width: 50px;
	background-image: url(images/bg_formbtn.gif);
	background-position: 10px 0px;
	background-repeat: repeat-x;
}
#stdform fieldset {
	border: solid 1px #3B88B8;
	padding: 0px 0px 10px 0px;
}
#stdform legend {
	font: bold 11px arial;
	color: #3B88B8;
	padding: 0px 5px;
	margin: 0px 10px 0px 0px;
}
#stdform .cb {
	border: none;
}
#stdform a {
	background: none;
}