@charset "utf-8";
/* CSS Document */

#body {
	background-color: #000;
	background-image: url(../BG.png);
	background-repeat: repeat-x;
} 

#Container {
	margin-top:auto;
	width: 796px;
	height: 768px;
	}
	
#Header {
	width: 796px;
	height: 358px;
	background-image: url(../../Header.png);
	}
	
#Menu {
	width: 796px;
	height: auto;}
	
#Tabholder {
	width: 796px;
	height: 300;
	}
	
#Tab_Products {
	width: 256px;
	height: 288px;
	margin-top:-20px;
	margin-left: -270px;
	background-image:url(../../Tab.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:10px;
	text-align:left;
	padding-left:4px;
	color:#000;
	}

#Tab_Consultancy {
	width: 256px;
	height: 288px;
	margin-top:-20px;
	margin-left: -72px;
	background-image:url(../../Tab.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:10px;
	text-align:left;
	padding-left:4px;
	color:#000;
	}
	
#Tab_Clients {
	width: 256px;
	height: 288px;
	margin-top:-20px;
	margin-left: 110px;
	background-image:url(../../Tab.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:10px;
	color:#000;
	}
	
#Tab_Contact {
	width: 256px;
	height: 288px;
	margin-top:-20px;
	margin-left: 255px;
	background-image:url(../../Tab2.png);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:10px;;
	color:#000;
	}
	
#Footer {
	width: 796px;
	height: auto;
	font-family: Arial;
	font-size:10px;
	color:#FFF
	}
	
h1 {
	font-family: Arial;
	font-size:20px;
	color:#000;
	}
