@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrap { margin-bottom:30px;}

h1 {
	text-indent:-9999px;
	font-size:9px;
}

h5 {
	line-height:10px;
	padding-bottom:0px;
}

th {
	font-size:12px;
	color:#666666;
}

a {
	color:#A6CE38;
	text-decoration:none;
	border:none;
	}
a:hover {
	color:#A6CE38;
	text-decoration:underline;
}

/*green top bar with the login area*/
#topbar {
	background-color: #A6CE38;
	height: 40px;
	position: relative;
	margin-top:0;
}
#language {
	height:40px;
	width:940px;
	padding-top: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
.flags {padding-left:10px; color:#666666; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
#language a:hover{color:#666666; text-decoration:none;}
/*the place for the logo*/
#logo {
	background-image: url(../images/integra-fuels-logo.png);
	background-repeat:no-repeat;
	background-position: center center;
	height: 90px;
	width: 940px;
	margin-top: 20px;
	margin-left:auto;
    margin-right:auto;
	position: relative;
}
/* ..............................................................The drop down menu......................................................*/

/*the positioning, width, height etc of the menu*/
#nav {
	height: 30px;
	width: 940px;
	margin-top: 20px;
	margin-left:auto;
    margin-right:auto;
}
/* makes all the menu items (incl. sub) list without indents, margins etc; like a straight list!*/
ul{
  padding: 0;
  margin: 0;
  list-style: none;
  }
/* styling for THE FIRST-LEVEL list cells */
li {
	float:left;
  	position: relative;
	width:156.67px;
	height:30px;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 30px;
	text-align:center;
	z-index: 1;
}  
/*the first-level list items*/
ul li a {
	display: block;
	color: #A6CE38;
	background-color:#FFFFFF;
	text-decoration:none;
}
/*the first level list items when you hover*/
ul li a:hover {
	display:block;
	height:30px;
	color:#FFFFFF;
	background-color:#666666;
	text-decoration:none;
}
/*..................................................................end of the Drop down Menu..........................................*/
.clear {clear:left;}
/*the grey bar under the menu*/
#bar {
	border:2px solid #666666;
	margin-top:1px;
	z-index:-1;
}
/*header with the picture and toolbar*/
#header {
	margin-top:20px;
	width:940px;
	margin-left:auto;
    margin-right:auto;
}

/*...............................wrapper for the main area (infobar&content), the boxes, photo and the footer..........................*/
#wrapper {
	position:relative;
	text-align:justify;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border:0;
	width: 940px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
}
/*..........................wrapper for the infobar and content........................*/
#main { 
	float:left;
	width: 600px;
	margin-right:20px;
}
#content {
	width:590px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:100px;
	text-align:justify;
}
/*......................end of of infobar&content wrapper..........................*/

/*the rightmost column which containes the photo(s)*/
#right {
	float:right;
	width:320px;
	margin-top:20px;
}
#summary {
	width:300px;
	background-color: #A6CE38;
	color:#FFFFFF;
	font-size:15px;
	line-height:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
#company{
	color: #666666;
	background-color:#FFFFFF;
	font-size:15px;
	line-height:20px;
	padding-right:10px;
	font-weight:bold;
}

#news_header{
	margin-top:20px;
	border:1px solid #666666;
	background-color:#666666;
	color:#FFFFFF;
	font-size:14px;
	padding-left:10px;
}
#news{
	padding:10px;
	border:1px solid #666666;
}

/*.......................end of the boxes wrapper...................................*/

/*the footer*/
#footer {
	clear:both;
	position:relative;
	margin-top:-110px;
	margin-bottom:0px;
	background-color:#A6CE38;
	color:#666666;
	height: 100px;
	border-top:4px solid #666666;
	padding-right:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	line-height:100px;
}
/*....................the end of the wrapper that contains the main area (infobar&content), the boxes, photo and the footer.....................*/
