/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}

img 
{
	border: 0;
}

div#documentSection
{
	top: 0px;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#documentSection img
{
	display: block;
}





div#top
{
	margin: 0;
	padding: 0;
	width: 800px;
	height: 70px;
}





div#content
{
	width: 800px;
	height: auto;
}

div#headImage
{
	width: 380px;
	height: 152px;
	float: left;
}

div#headTextQuick
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-quickfix.png) no-repeat;
	float: left;
}

div#headTextClient
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-clients.png) no-repeat;
	float: left;
}

div#headTextCase
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-casestudies.png) no-repeat;
	float: left;
}

div#headTextAbout
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-about.png) no-repeat;
	float: left;
}

div#headTextServices
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-services.png) no-repeat;
	float: left;
}

div#headTextContact
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-contact.png) no-repeat;
	float: left;
}

div#headTextCareers
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-careers.png) no-repeat;
	float: left;
}

div#headTextSitemap
{
	width: 420px;
	height: 152px;
	background: url(../images/sub-headline-sitemap.png) no-repeat;
	float: left;
}

div#headTextAdmin
{
	width: 420px;
	height: 152px;
	background: url(../images/admin-headline.png) no-repeat;
	float: left;
}

div#subSections
{
	width: 380px;
	height: 380px;
	float: left;
	background: url(../images/sub-back-lgicon.png) no-repeat;
}

div#mainContent
{
	width: 405px;
	min-height: 380px;
	padding-left: 14px;
	border-left: 1px dotted #6187B4;
	float: left;
}







div#footer
{
	position: relative;
	top: 10px;
	width:405px;
	height: 30px;
	padding-left: 395px;
	clear: left;
}

