/* /////////////////////////////////
	Food & Commodity Broker CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 13px "lucida sans unicode", "lucida grande", "lucida sans", tahoma, arial, verdana, trebuchet, "sans serif";
	color: #000;
	background: #1c5ca3 url('../i/bg.gif') repeat-x left top;
	line-height: 18px;
}

#container {
	background: transparent url('../i/bg-ribbon.gif') no-repeat center top;
}

#center {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding-top: 107px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

#header {
	height: 181px;
	width: 960px;
	background: transparent url('../i/header.png') no-repeat left top;
	position: absolute;
	top: 0px;
	z-index: 10;
}

#nav {
	width: 319px;
	height: 30px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	top: 100px;
	left: 17px;
	z-index: 100;
}

#banner {
	height: 206px;
	position:relative;
}

#content {
	padding-top: 10px;
	float: left;
}

.third {
	width: 320px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	height: 54px;
	background: #fff;
	border-top: solid 1px #e0e0e0;
	padding-top: 17px;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h2 {
	font: bold 17px tahoma, arial;
	margin: 16px 30px 18px 30px;
	color: #15458b;
}

h2.up {
	margin-top: -2px;
}

h2.red {
	color: #ce0d00;
}

h3 {
	font: bold 14px tahoma, arial;
	margin: -16px 30px 18px 30px;
	color: #ea9f00;
}

p,
ul {
	margin: 18px 30px 18px 30px;
}

ul {
	list-style-type: none;
}

ul li {
	margin-bottom: 8px;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited {
	color: #c10d00;
	text-decoration: underline;
}

a:hover {
	color: #880900;
	text-decoration: underline;
}

a.yellow,
a.yellow:visited {
	background: #feae22;
	padding: 4px 12px 4px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	font-family: "lucida sans";
	text-transform: uppercase;
}

a.yellow:hover {
	background: #f69e05;
	text-decoration: none;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#nav li {
	display: block;
	float: left;
	height: 30px;
}

#nav li a,
#nav li a:visited {
	display: block;
	height: 30px;
	color: #fff;
	background-position: 0px 0px;
}

#nav li a:hover {
	background-position: 0px -30px;
}

#nav li#home a,
#nav li#home a:visited {
	width: 59px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url('../i/nav-home.gif');
}

#nav li#about a,
#nav li#about a:visited {
	width: 83px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url('../i/nav-about.gif');
}

#nav li#products a,
#nav li#products a:visited {
	width: 84px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url('../i/nav-products.gif');
}

#nav li#contact a,
#nav li#contact a:visited {
	width: 93px;
	overflow: hidden;
	text-indent: -5000px;
	background-image: url('../i/nav-contact.gif');
}

#nav li#home a.current,
#nav li#about a.current,
#nav li#products a.current,
#nav li#contact a.current {
	background-position: 0px -30px;
}

/* /////////////////////////////////
	BANNER
///////////////////////////////// */


#banner img {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.0;
}

#banner img.active {
    z-index: 3;
    opacity: 1.0;
}

#banner img.last-active {
    z-index: 2;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */


.divider {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
	margin: 30px 0 24px 0;
	border-top: solid 1px #e0e0e0;
}

.col3 {
	background: #fff url('../i/bg-col3.gif') repeat-y left top;
}

.twoCol {
	width: 639px;
	clear: left;
	background: #fff;
	border-top: solid 1px #e0e0e0;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.noPadBottom {
	padding-bottom: 0px;
}


/* /////////////////////////////////
	FORMS
///////////////////////////////// */

form#contactForm {
	margin: 12px 30px 18px 30px;
}

fieldset {
	border: 0;
}

label { 
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 6px;
}

.input {
	border: solid 1px #e0e0e0;
	padding: 3px 4px;
	width: 240px;
	background: #fff;
}

.input:focus {
	border: solid 1px #faaa00;
	background: #fff9e8;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footer p {
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	width: 250px;
	float: left;
}

#footer a,
#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #c10d00;
	text-decoration: underline;
}

ul#footNav {
	list-style-type: none;
	font: bold 11px "lucida sans", "lucida sans unicode", "lucida grande", tahoma, arial;
	height: 36px;
	width: 625px;
	overflow: hidden;
	background: #e32100 url('../i/bg-footnav.gif') no-repeat left top;
	margin: 0px 30px 0px 0px;
	padding-left: 15px;
	float: left;
}

ul#footNav li {
	display: block;
	float: left;
	height: 28px;
	padding: 4px 0px;
	margin: 0;
}

ul#footNav li a,
ul#footNav li a:visited {
	display: block;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 15px;
	display: inline-block;
	text-decoration: none;
}

ul#footNav li a:hover {
	background-color: #c10d00;
	color: #fff;
	text-decoration: none;
}

p.userMsg {
	color: red;
	font-weight: bold;
}
