@charset "utf-8";
/* CSS Document */

body {
	background:#FFFFFF;
	font-size:76.1%;
	font-family:Arial;
	margin:0 auto;
	color:#999999;
	text-align:center;
	
	}
	
	
* {margin:0;padding:0;}
.clearer {clear:both;}

/* Mostly text styles */

a, a:link {
	color:#0066cc;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}

p, table, tr, td {
	font-size:12px;
	}
p {margin:1em 0;}

h1 {
	font-size:26px;
	color:#0066cc;
	font-weight:normal;
	margin:0.5em 0;
	}
h2 {
	font-size:16px;
	color:#666666;
	font-weight:normal;
	margin:0.5em 0;
	}

h3 {
	font-size:18px;
	color:#0066cc;
	font-weight:normal;
	margin:0.5em 0;
	}
	
h4 {
	font-size:18px;
	color:#999999;
	font-weight:normal;
	margin:0.5em 0;
	}
	
	
h5 {
	font-size:15px;
	color:#999999;
	font-weight:normal;
	margin:0.5em 0;
	}	
h6 {
	font-size:12px;
	color:#999999;
	font-weight:normal;
	margin:0.5em 0;
	}		


/* Layout blocks */

#container {
	width:1000px;
	margin:10px auto;
	background:url(images/page_bg.gif) repeat-y;
	text-align:left;
	}

#header {
	background:url(images/header_bg.gif) top no-repeat;
	width:1000px;
	height:80px;
	}
	
	.contact {
		display:inline;
		float:left;
		margin:30px 0px 0px 39px;
		}
		
	.logo {
		display:inline;
		float:right;
		margin:30px 39px 0px 0px;
		}


/*- Menu Tabs--------------------------- */ 

    #topnav {
      float:left;
      width:100%;
      font-size:12px;
      line-height:1.8em;
      margin-bottom:-12px;
      z-index:10;
      position:relative;

      }
    #topnav ul {
	margin:0;
	padding:10px 10px 0 39px;
	list-style:none;
      }
    #topnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topnav a {
      float:left;
      background:url("images/tab_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 14px;
      text-decoration:none;
      }
    #topnav a span {
      float:left;
      display:block;
      background:url("images/tab_right.gif") no-repeat right top;
      padding:5px 15px 6px 0px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topnav a span {float:none;}
    /* End IE5-Mac hack */
    #topnav a:hover span {
      color:#FFFFFF;
      }
    #topnav a:hover, #topnav .li-act a, #topnav .li-act a:link {
      background-position:0% -33px;
      }
    #topnav a:hover span, #topnav .span-act {
      background-position:100% -33px;
      color:#FFFFFF;
      }

/* Sub navigation */

#subnav_block {
  display: block;
  width: 144px;
  background: url(images/subnav_bottom.gif) bottom no-repeat;
  padding-bottom:30px;
  margin:0px 9px 15px 9px; 
}

#subnav {
	background:url(images/subnav_top.gif) top no-repeat;
	padding-top:10px;
	}
	
#subnav ul, #subnav li {
	list-style-type:none;
	}

#subnav a, #subnav a:link {
  display: block;
  line-height: 24px;/*must be equal to height. Centers the text vertically*/
  padding: 0px 6px 0px 14px;
  border-bottom: 1px solid #EFEFEF;
  color: #666666;
  text-decoration: none;
  background: url(images/nav_bg.gif) repeat-x left top;
}

#subnav a:hover, #subnav .active {
  background-position: 0px -150px;   /* Shift background image vertically 24px, or start of the 2nd background image (on mouseover) */
}

#subnav .subsub {font-size:0.9em;text-indent:7px;}



#main {
	background:url(images/strip2_bg.gif) top repeat-x;
	padding-top:35px;
	margin:0px 9px;
	width:980px;
	display:block;

	}
	
        #leftcol {
		float:left;
		display:inline;
		width:175px;
		margin-left:18px;
		}
	
	#middlecol {
		float:left;
		display:inline;
		width:595px;
		margin-right:14px;
		}
		
		#middlecol ul {margin-left:20px}
		#middlecol li {margin-bottom:3px;}
	
	#rightcol {
		float:left;
		display:inline;
		width:160px;
		}	
	
	

#home1 {
	width:982px;
	display:block;
	background:url(images/strip_bg.gif) repeat-x;
	margin:0 9px;
	}
	
	.bigsilo1 {
		float:left;
		display:inline;
		padding:30px 0px 30px 30px;
		}
			
	.bigsilo2 {
		float:left;
		display:inline;
		padding:30px 0px 30px 30px;
		}
	
	
#home2 {
	display:block;
	}
	
	
		
	.maintext {
		display:inline;
		float:left;
		width:400px;
		margin-left:10px;
		}


		
	.homesilo {float:left;display:inline;width:180px;}	 
	.silo {
		
		margin:0px 15px 8px 0px;
		width:160px;
		background:url(images/silo_bg.jpg) repeat-y ;
		}
		
		.silo_image {margin:0px 9px;}

		

		.silo .blue {

			background:url(images/silo_bottom_blue.jpg) no-repeat bottom;
			padding-bottom:16px;
			display:block;
			}
		.silo .green {
			background:url(images/silo_bottom_green.jpg) no-repeat bottom;
                        padding-bottom:16px;			
			display:block;
			}

		.silo .aqua {
			background:url(images/silo_bottom_aqua.jpg) no-repeat bottom;
			display:block;
			padding-bottom:16px;
			}
		
		.silo h3 {
			margin:4px 16px 2px 16px;
			color:#0066cc;
			font-size:16px;
			}
		.silo p {
			margin:0 15px;
			font-size:12px;
			}
		.silo a, .silo a:link {
			color:#0066cc;
			text-decoration:none;
			}
			

#footer {
	width:1000px;
	font-size:0.8em;
	color:#999999;
	background:url(images/footer_bg.gif) no-repeat bottom;
	margin-top:20px;
	
	}
	
	#footer_inside {
		background:url(images/footer_grad_bg.gif) top repeat-x;
		margin:0px 10px 0px 9px;
		display:block;
	}
	
		#footer ul {padding:15px 30px 100px 30px;}
		
		#footer li {
			display:inline;
			list-style-type:none;
			padding:0px 10px 0px 0px;
			}
			
		#footer a, #footer a:link {
			color:#999999;
			text-decoration:none;
			}
		#footer a:hover {
			text-decoration:underline;
			}
			

/* Typo3 form */
fieldset {border:none;font-size:1em}
.csc-mailform-field {text-align:left;}
.csc-mailform-submit {text-align:left;margin-left:160px}
input {text-align:left;}
label {float:left; width:160px; text-align:right;margin-right:4px;}

.csc-form-labelcell {text-align:right;vertical-align:top;}
.csc-form-labelcell td tr {margin:0;line-height:0;padding:0}
.csc-form-commentcell td {padding:6px 0;}

p.csc-form-label, p.csc-form-label-req {margin:0;padding:0;line-height:1em}

input, textarea, select {margin-bottom:4px;margin-left:4px;}

/* Buyers and Suppliers login area */
.tx-felogin-pi1 fieldset {width:80%;border:1px solid #EFEFEF }
.tx-felogin-pi1 legend {font-size:0.8eml}
.tx-felogin-pi1 label {width:120px;}

.tx-srfeuserregister-pi1-password {display:inline; margin-left:0px;}