/* *************************** 
  Site - AGRIFUELS
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
}
a {
	color:#595959;
	
}
a:hover {
	color:#595959;
	text-decoration:none;
	color:#333333;
}
img {
	border:0;
}
fieldset {
	border:none;
}
/*li {
	list-style:none;
}*/
.clear {
	clear:both;
	height:0;
	font-size:0;
}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
    font-size:75%;
    font-family:Arial, Helvetica, sans-serif;
    background:#fff url(../images/bg_body.png) top repeat-x;
    padding-top:3px;
    color:#595959;
}
#container {
	width:852px;
    margin:0 auto;
    text-align:left;
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:852px;
    background:url(../images/bg_header.png) no-repeat;
    padding:0 5px;
    width/**/:/**/ 842px;
}
#header_inner {
	height:133px;
	position:relative;
	background-image: url(images/bg_commodities.png);
}
#header_inner h1{
	text-indent:-9999px;
}
#header_inner h2 {
	float:right;
    color:#595959;
    font-size:26px;
    font-weight:normal;
    position:absolute;
    top:40px;
    right:55px;
}
#nav_wrapper {
	position:absolute;
    bottom:0;
    left:0;
    width:842px;
    height:35px;
    background: url(../images/pro_line_0.gif) repeat-x;
}

/* *************************** 
   $4 Content Styles
   ***************************/
#content {
	width:852px;
	background:url(../images/bg_content.png) repeat-y;
    padding:0 5px;
    width/**/:/**/ 842px;
    overflow:hidden;
}
#maincontent {
	width:530px;
    padding:40px;
    width/**/:/**/ 450px;
    float:left;
}
h2 {
	font-size:16px;
    margin-bottom:16px;
    color:#1D3C72;
}

h3 {
	font-size:13px;
    margin-bottom:16px;
    color:#595959;
	font-weight:800;
}
#maincontent p {
	margin-bottom:16px;
}

/* *************************** 
   Equal width two column page
   ***************************/
#leftcol{
	width:420px;
    padding:40px;
    width/**/:/**/ 340px;
    float:left;
}

#rightcol {
	width:420px;
    float:left;
    padding:40px;
	width/**/:/**/ 340px;
	margin-top:38px;
}
/* *************************** 
   One column page
   ***************************/
#leftcol{
	width:420px;
    padding:40px;
    width/**/:/**/ 340px;
    float:left;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#maincontentsingle {
	width:840px;
    padding:40px;
    width/**/:/**/ 760px;
    float:left;
}

/* *************************** 
   $5 Sidebar Styles
   ***************************/
#sidebar {
	width:312px;
    float:left;
    padding:40px 0;
}


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:852px;
	background:url(../images/bg_footer.png) no-repeat;
    text-align:center;
    padding-top:8px;
}.secondarylist {
	list-style-type: none;
}
.list_indent {
	padding-left: 10px;
}
.reference {
	font-size: 9px;
	font-weight: normal;
}
