@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	outline:none;
	color: #7d7d7d;
}

img{
	border:none;
}

body {
	background: url(../images/main_background.png) repeat-y center;
	background-color: #e7e7e8;
	font-family:verdana, Helvetica, sans-serif;
	color: #7d7d7d;
	margin: 0 0 50px 0;
}

#mainContainer{
	width: 859px;
	margin: 0 auto;
}



/*==========================================================
 HEADER NAVIGATION
==========================================================*/
#HeaderNav{
	width: 859px;
	height: 126px;
	text-align:right;
	background:url(../images/logo_alfa-matrix.png) no-repeat bottom left;;
}

#HeaderNav .PVPartners{
	clear:both;
	float:right;
}

/*===== Lang switch */

		#HeaderNav .lang{
			font-size: 12px;
			list-style: none;
			width: 400px;
			float:right;
			margin: 5px 0 30px 0;
		}	
		
		#HeaderNav .lang li{
			display:inline;			
		}
		#HeaderNav .lang li a{
			display:block;
			float:left;
			width: 80px;
			height: 17px;
			padding: 5px 0 0 0;
			margin: 0 3px 0 0;
		}
		#HeaderNav .lang li a:hover{
			color: #f58026;
		}
		#HeaderNav .lang .active:hover{
			color: #ffffff;
		}
		#HeaderNav .lang .active{
			width: 81px;
			color: #FFFFFF;
			background:url(../images/lang_active.gif) no-repeat;
			text-align: center;
		}


#HeaderNav .Nav{
	margin: 18px 0 0 0;
	clear:both;
	float:right;
}

#HeaderNav .Nav a{
	color: #6b6b6b;
}
#HeaderNav .Nav a:hover{
	color: #f58026;
}

#HeaderNav .Nav li{
	display: inline;
	font-size: 12px;
	color: #6b6b6b;
	border-right: 1px solid #f58026;
	padding: 0 12px;

}
#HeaderNav .Nav li.Last{
	border-right: none;
	padding: 0 5px;
}


/*===== Search field */
		
		#HeaderNav #Search{
			display: inline;
		}
				
		#HeaderNav #SearchField{
			border: none;
			background: url(../images/search_background.gif) no-repeat;
			width: 103px;
			height: 20px;
			padding: 4px 15px 0 25px;		
		}
				
		#HeaderNav #SearchSubmit{
			width: 40px;
			height: 23px;
			border: none;
			background:url(../images/search_validation.gif);
			color: #000000;
			font-size: 10px;
		}		
		
		#HeaderNav #SearchSubmit:hover{
			color: #f68b37;
		}
/*==========================================================
 HEADER NAVIGATION
==========================================================*/

#OilContent {
	margin:0 auto;
	width:859px;
	padding:20px 0 0 0;
}

#OilProtected {
	width:390px;
	height:390px;
	float:left;
}

#OilTextContent {
	width:400px;
	padding:20px 20px 20px 40px;
	background:url(../images/bg_protected_content.gif) repeat-y;
	float:right;
}

#OilTextContentBottom {
	width:400px;
	height:255px;
	padding:0 20px 20px 40px;
	background:url(../images/bg_protected_content_bottom.gif) no-repeat;
	float:right;
}

h1.Oil {
	color:#FE0000;
	font-weight:normal;
	font-size:21px;
	margin:0 0 13px 0;
	line-height:24px;
}

h2.Oil {
	color:#585858;
	font-size:16px;
	margin:15px 0 0 0;
}

p.Oil {
	font-size:13px;
	margin:0;
	padding:0;
}


p.OiLegal {
	font-size:10px;
	margin:10px 0 0 0;
	padding:0;
}

a.OilButton {
	width:271px;
	height:44px;
	display:block;
	padding:17px 0 0 55px;
	background:url(../images/oilbutton_off.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	margin:8px 0 0 0;
}


a.OilButton:hover {
	background:url(../images/oilbutton_on.gif) no-repeat;
}


a.OilButtonSend {
	width:78px;
	height:16px;
	display:block;
	padding:14px 21px;
	background:url(../images/oilbuttonsend_off.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	float:right;
}

a.OilButtonSendNL {
	width:78px;
	height:16px;
	display:block;
	padding:14px 28px 14px 14px;
	background:url(../images/oilbuttonsend_off.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	float:right;
}


a.OilButtonSend:hover {
	background:url(../images/oilbuttonsend_on.gif) no-repeat;
}


a.OilButtonSendNL:hover {
	background:url(../images/oilbuttonsend_on.gif) no-repeat;
}

.OilField {
	width:321px;
	border:1px solid #b3b3b3;
	height:26px;
	padding:9px 0 0 5px;
	font-size:14px;
	color:#c0c0c0;
	margin:8px 0;
}

/*==========================================================
 Footer
==========================================================*/
#Footer {
	padding: 0;
	height:30px;
	font-size: 10px;
	color: #a1a1a1;
	clear:both;
}

#Footer a:hover{
	color:#F5852E;
}
