﻿body, html
{
	color: #1d1d1d;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana;
	background:#fff;
	margin:0px;
	font-size:13px;
	line-height:180%;
}

#contact
{
	float:right;
	width:553px;
	height:423px;
	background-image:url(contact.png);
}

#navi
{
	background-color:#c1cfd9;
	height:50px;
	clear:both;
	color:#fff;
	font-size:13px;
}

#navi ul li
{
	float: left;
	list-style:none;
	padding:15px 30px 18px 30px;
	border-right:1px #fff solid;
}

#navi ul li:first-child
{
	border-left:1px #fff solid;
}

#navi ul
{
	width:400px;
	margin:0 auto;
	padding:0 0 0 400px;
	height:50px;
}

.selected
{
	background-color:#5f6468;
	color:#5f6468;
}

#logo
{

	width:212px;
	height:57px;
	background-image:url(logo.png);
	background-repeat:no-repeat;
	margin:0 auto;
	position:relative;
	top:360px;
	padding-right:600px;
}

#logo a
{
	height:57px;
	width:212px;
}

#body
{
	width:800px;
	margin:0 auto;
}

#partner
{
	margin-top:50px;
	width:230px;
	height:52px;
	float:right;
	background-image:url(ms-partner.png);
}

#copyright
{
	margin-top:75px;
}

#our-work
{
	height:12px;
	width:58px;
	background-image:url(our-work.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#c1cfd9;
	padding-top:5px;
}

#work-for-us
{
	height:12px;
	width:72px;
	background-image:url(work-for-us.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#c1cfd9;
	padding-top:5px;
}

#about
{
	height:12px;
	width:40px;
	background-image:url(about.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#c1cfd9;
	padding-top:5px;
}

