body, html {
	background-color:#1E1E1E;
	color:#CCCCCC;
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(img/blueBack.gif);
	background-repeat:repeat-x;	
	background-position:0px 180px;
}

h1 {
	color:#FFFFFF;
	font-size:24px;
	letter-spacing:-1px;
	display:block;
	margin-bottom:8px;
}

h2 {
	color:#c9e600;
	font-size:13px;
	margin-top:0px;
}

h3 {
	color:#DDDDDD;
	font-size:12px;
	margin-top:0px;
}


a {
	text-decoration:underline;
	color:#c9e600;
}

strong {
	color:#c9e600;
}

img {
	border:0px;
}

#main {
	position:relative;
	width:864px;
	left:50%;
	margin-left:-432px;
}

#header {
	height:459px;
	background-color:#252525;	
}



#headerMenu {
	height:149px;
	color:#FFFFFF;
	position:relative;
}

#headerMenu #logo {
	position:absolute;
	top:30px;
	left:15px;
}

#headerMenu #logo img {
	position:absolute;
 	z-index:1;
}

#headerMenu #logo span {
	position:absolute;
	z-index:0;
}

#headerMenu #menu {
	position:absolute;
	top:40px;
	right:0px;
}

#headerMenu #menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#headerMenu #menu ul li {
	float:left;
	text-align:center;
	padding-top:40px;
	height:60px;
	width:70px;
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
}

#headerMenu #menu ul li.home {
	background-image:url(img/menu/small_iconBubble.gif);
}

#headerMenu #menu ul li.company {
	background-image:url(img/menu/small_iconConnect.gif);
}

#headerMenu #menu ul li.services {
	background-image:url(img/menu/small_iconFolder.gif);
}

#headerMenu #menu ul li.projects {
	background-image:url(img/menu/small_iconHome.gif);
}

#headerMenu #menu ul li.contact {
	background-image:url(img/menu/small_iconStat.gif);
}


#headerMenu #menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}

#headerMenu #menu ul li a:hover {
	font-weight:bold;
}


#headerFDI {
	height:310px;
	background-color:#558da2;
	background-image:url(img/blueBack.gif);
	background-repeat:repeat-x;	
	position:relative;
}

#headerFDI .title {
	background-image:url(img/headTitle.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:50px;
	right:0px;
	height:57px;
	width:435px;
	color:#11242b;
	font-size:32px;
	padding-left:20px;
	padding-top:8px;
	font-weight:bold;
	letter-spacing:-3px;
}

#mainProject {
	position:absolute;
	top:30px;
	left:30px;
}

#mainProjectDescription {
	position:absolute;
	top:120px;
	right:30px;
	width:400px;
	color:#FFFFFF
}

#content {
	background-color:#555555;
	min-height:400px;
	
	padding-left:40px;
	padding-right:40px;
	padding-bottom:50px;
	position:relative;
}

#content ul {
	padding-left:15px;
	margin-left:15px;
	list-style:hebrew;
}


#footer {
	height:100px;
	color:#686868;
	background-color:#252525;	
	padding-left:60px; 
	padding-top:40px;
	padding-right:40px;
}

.project {

}

.project img {
	width:150px;
}

.project .columnImg {
	vertical-align:top;
	width:160px;
}

.project .projectDesc {
margin-top:0px;
}

#mail {
	cursor:pointer;
}