@charset "UTF-8";
/* CSS Document */
body 
{
	background-color: #bfbfbf;
	
}
#wrap
{
	width: 1008px;
	margin: 40px auto auto auto;
}
#main
{
	font-family:Arial, Helvetica, sans-serif;
	width: 1008px;
	height: 508px;
}
#main.aboutUs
{
	background-image: url(images/AboutUs.jpg);
	font-family:Arial, Helvetica, sans-serif;
	width: 1008px;
	height: 508px;
}
#main.clients
{
	background-image: url(images/Clients.jpg);
	font-family:Arial, Helvetica, sans-serif;
	width: 1008px;
	height: 508px;
}
#main.contactUs
{
	background-image: url(images/ContactUs.jpg);
	font-family:Arial, Helvetica, sans-serif;
	width: 1008px;
	height: 508px;
}
#logo
{
	float: left;
	width: 348px;
	height: 124px;
	margin: 237px 0 0 77px;
}
#logo.aboutUs
{
	background-image: url(images/AboutUs_logo.gif);
	background-repeat: no-repeat;
}
#logo.clients
{
	background-image: url(images/Clients_logo.gif);
	background-repeat: no-repeat;
}
#logo.contactUs
{
	background-image: url(images/ContactUs_logo.gif);
	background-repeat: no-repeat;
}
#content
{
	float: left;
	height: 224px;
	width: 385px;
	margin: 130px 0 0 108px;
}

#content.aboutUs
{
	background-image: url(images/AboutUs_text.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#content.clients
{
	background-image: url(images/Clients_text.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#content.contactUs
{
	background-image: url(images/ContactUs_text.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#nav
{
		font-size: 11px;
}
#nav ul
{
	padding: 0;
	margin: 0;
}
#nav li
{
	display: inline; 
	list-style: none;
	margin: 0;
}
#nav li.blue a
{
	color: #00a6df;
	padding: 0 15px 0 0;
	border-right: 1px #000 solid;
	text-decoration: none;
}
#nav li.blue a:hover
{
	text-decoration: underline;
}
#nav li.pink a
{
	color: #ff00ec;
	padding: 0 15px 0 15px;
	border-right: 1px #000 solid;
	text-decoration: none;
}
#nav li.pink a:hover
{
	text-decoration: underline;
}
#nav li.green a
{
	color: #8bc53e;
	padding: 0 0 0 15px;
	text-decoration: none;
}
#nav li.green a:hover
{
	text-decoration: underline;
}
#text
{
	width: 350px;
}
#text p
{
	font-size: 11px;
	margin: 0;
	padding: 65px 0 10px 0;
}
#text p.address
{
	float: left;
	font-size: 11px;
	width: 170px;
	margin: 0;
	padding: 30px 0 10px 0;
}
#text p.address a
{
	color: #00a6df;
	text-decoration: none;
}
#text p.address a:hover
{
	text-decoration: underline;
}
#image
{
	padding: 35px 0 10px 0;
	width: 370px;
}