@charset "utf-8";
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
border: 0;
}

span {
margin: 0;
padding: 0;
}

#header {
max-width:1024px;
height:181px;
margin-bottom: 10px;
}

#header.home {
background:url(images/headerhome.jpg) top left no-repeat;
}
#header.services {
background:url(images/headerservices.jpg) top left no-repeat;
}
#header.team {
background:url(images/headerteam.jpg) top left no-repeat;
}
#header.partners {
background:url(images/headerpartners.jpg) top left no-repeat;
}
#header.contactus {
background:url(images/headercontact.jpg) top left no-repeat;
}


#menu {
background:url(images/bgmenu.png) top left repeat-x;
height: 70px;
max-width:1024px;
}

#menu ul, #submenu ul {
margin: 0;
padding: 0;
text-align:center;
}

#submenu {
max-width:1024px;
}

#menu ul li, #submenu ul li{
display:inline;
list-style:none;
margin:0;
padding:0;
}

#menu ul li a {
display:inline-block;
height: 60px;
}

#menu ul li.home a{
background:url(images/menuhome.png) top left no-repeat;
width: 43px;
}

#menu ul li.services a{
background:url(images/menuservices.png) top left no-repeat;
width: 61px;
}

#menu ul li.team a{
background:url(images/menuteam.png) top left no-repeat;
width: 40px;
}

#menu ul li.partners a{
background:url(imagesc/menupartners.png) top left no-repeat;
width: 68px;
}

#menu ul li.contactus a{
background: url(images/menucontactus.png) top left no-repeat;
width: 91px;
}

#menu ul li.separator img{
padding: 0 15px;
}

 #content {
max-height: 400px;
max-width: 994px;
overflow-x: hidden;
overflow-y: auto;
padding: 15px;
}

#footer {
max-width: 1024px;
background:url(images/footer.png) top left repeat-x;
height: 38px;
}

h1 {
color: #a5c5d1;
font-size: 20px;
}