﻿@charset "utf-8";
/* CSS Document */

body{
	background-color:#bebebe;
	margin: 0px;
}

/*bodywrapper also containts the drop shadow on both sides*/

div.bodywrapper{
	/*background-color:#CC99CC;*/
	background-image:url(bg_middle.jpg);
	background-repeat:repeat-y;
	width: 820px;
	margin:auto;
}

div.topbar{
	width: 800px;
	margin:auto;
	height: 13px;
	background-image:url(topbar.jpg);
	background-repeat:repeat-x;
	
}

div.headerpic{
	width: 800px;
	margin:auto;
	height: 270px;
	background-image:url(headerpic.jpg);	
		
	
}

/*MENU STYLE*/

.menu { margin: 0; padding: 0; list-style: none; background: #fff; } 
.menu li { padding: 0; margin: 0; height: 37px; margin-right: 0px; list-style: none; background-repeat: no-repeat; } 
.menu li a, .menu li a:visited { display: block; text-decoration: none; text-indent: -1000px; height: 37px; background-repeat: no-repeat; } 

.thecompany {background-image: url(menu/thecompany1b.jpg); width: 116px;} 
.thecompany a {background-image: url(menu/thecompany.jpg);} 
.services {background-image: url(menu/services1b.jpg); width: 114px;} 
.services a {background-image: url(menu/services.jpg);} 
.team {background-image: url(menu/team1b.jpg); width: 112px;} 
.team a {background-image: url(menu/team.jpg);} 
.incentives {background-image: url(menu/incentives1b.jpg); width: 115px;} 
.incentives a {background-image: url(menu/incentives.jpg);} 
.casestudies {background-image: url(menu/casestudies1b.jpg); width: 114px;} 
.casestudies a {background-image: url(menu/casestudies.jpg);} 
.media{background-image: url(menu/media1b.jpg); width: 115px;} 
.media a {background-image: url(menu/media.jpg);} 
.contact{background-image: url(menu/contact1b.jpg); width: 114px;} 
.contact a {background-image: url(menu/contact.jpg);} 

.thecompany_ac {background-image: url(menu/thecompany2b.jpg); width: 116px;} 
.thecompany_ac a {background-image: url(menu/thecompany2b.jpg);} 
.services_ac {background-image: url(menu/services2b.jpg); width: 114px;} 
.services_ac a {background-image: url(menu/services2b.jpg);} 
.team_ac {background-image: url(menu/team2b.jpg); width: 112px;} 
.team_ac a {background-image: url(menu/team2b.jpg);} 
.incentives_ac {background-image: url(menu/incentives2b.jpg); width: 115px;} 
.incentives_ac a {background-image: url(menu/incentives2b.jpg);} 
.casestudies_ac {background-image: url(menu/casestudies2b.jpg); width: 114px;} 
.casestudies_ac a {background-image: url(menu/casestudies2b.jpg);} 
.media_ac{background-image: url(menu/media2b.jpg); width: 115px;} 
.media_ac a {background-image: url(menu/media2b.jpg);} 
.contact_ac{background-image: url(menu/contact2b.jpg); width: 114px;} 
.contact_ac a {background-image: url(menu/contact2b.jpg);} 

 
ul.menu li a:hover {background: none;} 
.menu li {float: left;} 
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.menubox{
	width: 800px;
	height: 37px;
	line-height: 37px;
	/*background: #93c3e7;*/
	margin: auto;
	text-align: center;
}

.textbox{
	background-color:#444444;
	width: 800px;
	margin: auto;
	min-height:400px;
}

.textpadding{
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 60px;
	
}

.footer{
	margin:auto;
	background-image:url(footer.jpg);
	width: 800px;
	height: 22px;
	
}

.footertext{
	font-family:Arial;
	font-weight:normal;
	color:#7c7a7a;
	font-size:7.8pt;
	padding-top:4px;
	padding-left: 9px;
}

div.shadowtop{
	width: 820px;
	margin:auto;
	height: 10px;
	background-image:url(bg_top.jpg)		
	
}

div.shadombottom{
	width: 820px;
	margin:auto;
	height: 10px;
	background-image:url(bg_bottom.jpg)		
	
}

a.whiteboard:visited {
	text-decoration: none;
	color:#7c7a7a;
	
}
a.whiteboard:hover {
	text-decoration: none;
	color:#7c7a7a;
}
a.whiteboard:link {
	text-decoration: none;
	color:#7c7a7a;
}
a.whiteboard:active {
	text-decoration: none;
	color:#7c7a7a;
}

