@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{

	line-height:14px;
	font-size: 10px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;

}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
/******* GENERAL RESET *******/

/******* MENU *******/
#tab_container{
	margin: 7em auto;
	width: 950px;
}
#tab_container ul{
	list-style: none;
	list-style-position: outside;
}
#tab_container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#tab_container ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#tab_container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #5f95ef;
}
/******* /MENU *******/
/******* CONTENT *******/
.tab_content{
	margin: 0pt auto;
	background: #fff;
	background: #fff;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	color: #999999;
}
.tab_content h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 15px 10px 0px 52px;
	font-size: 22px;
}
.tab_content a{
	text-decoration: underline;
	color: #999999;
}

/******* /CONTENT *******/
/******* MAIN *******/
.tab_content.main h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.tab_content.main{
	display: block;
}
/******* /main *******/
/******* APPLE *******/
.tab_content.apple h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tab_content.apple{
	display: none;
}
/******* /APPLE *******/
/******* PEAR *******/
.tab_content.pear h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tab_content.pear{
	display: none;
}
/******* /PEAR *******/
/******* CITRUS *******/
.tab_content.citrus h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tab_content.citrus{
	display: none;
}
/******* /CITRUS *******/
/******* SEASONAL-PRODUCE *******/
.tab_content.seasonal-produce h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tab_content.seasonal-produce{
	display: none;
}
/******* /SEASONAL-PRODUCE *******/
/******* logistic *******/
.tab_content.logistic h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tab_content.logistic{
	display: none;
}
/******* /logistic *******/
/******* LINKS *******/
.tab_content.links h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab_content.links{
	display: none;
}
.tab_content.links a{
	color: #5f95ef;
}
/******* /LINKS *******/
/******* EXPORT *******/
.tab_content.export h1{
	background: transparent url(images/links.jpg) no-repeat scroll left top;
}
.tab_content.export{
	display: none;
}
/******* /EXPORT *******/