﻿
body {
	background-color: #f31a2e;
	color: white;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}
div {
	width: 640px;
	text-align: left;
	margin: 0 auto;
}
.menu {
	width:680px;
	margin-left:-40px;
}
.index{
	background-color:#f31a2e;
	padding-top:90px;
	line-height:12pt;
	font-weight:bold;
}
p {
	padding-left:30px;
}
.contentOverview{
	clear:both;
	background-color:#671a87;
	background-image:url('../images/overviewbackground.jpg');
	height:450px;
	line-height:12pt;
}
.contentOverviewLeft{
	float:left;
	width:300px;
	padding-top:12px;
	padding-right:20px;
	line-height:12pt;
}
.contentOverviewRight{
	float:right;
	width:300px;
	padding-top:12px;
	padding-right:20px;
}
.contentContact{
	clear:both;
	background-color:#671a87;
	background-image:url('../images/contactbackground.jpg');
	height:450px;
}
.contentContactLeft{
	float:left;
	width:275px;
	padding-top:25px;
	padding-left:26px;
	padding-right:29px;
	line-height:11.5pt;
}
.contentContactLeftB{
	float:left;
	width:275px;
	padding-top:20px;
	padding-left:26px;
	padding-right:29px;
	line-height:11.5pt;
}
.contentContactRight{
	float:left;
	width:225px;
	padding-left:60px;
	padding-right:25px;
	line-height:11pt;
}
.contentContactRightB{
	float:left;
	width:225px;
	padding-top:17px;
	padding-left:60px;
	padding-right:25px;
	line-height:11pt;
}
.contentHistory{
	clear:both;
	background-color:#671a87;
	background-image:url('../images/historybackground.jpg');
	height:450px;
}
.contentHistoryLeft{
	float:left;
	width:310px;
	padding-top:24px;
	padding-left:28px;
	padding-right:22px;
	line-height:12pt;
}
.contentHistoryRight{
	float:right;
	width:173px;
	padding-top:31px;
	padding-left:82px;
	padding-right:25px;
	line-height:11pt;
}
.contentPortfolio{
	clear:both;
	background-color:#671a87;
	background-image:url('../images/portfoliobackground.jpg');
	height:516px;
}
.contentPortfolioLeft{
	float:left;
	width:275px;
	padding-top:30px;
	padding-left:28px;
	padding-right:27px;
	line-height:12pt;
}
.contentPortfolioRight{
	float:right;
	float:left;
	width:225px;
	padding-top:55px;
	padding-left:60px;
	padding-right:25px;
	line-height:11pt;
}
.contentServices{
	clear:both;
	background-color:#671a87;
	background-image:url('../images/servicesbackground.jpg');
	height:475px;
}
.contentServicesLeft{
	float:left;
	width:240px;
	padding-top:15px;
	line-height:12pt;
}
.contentServicesRight{
	float:right;
	width:360px;
	padding-left:20px;
	padding-right:20px;
	line-height:11pt;
	padding-top:32px;
}
a {
	color:white;
	text-decoration:none;
}
ul li.portfolioList {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:-23px;
 	float:none;
 	font-weight:normal;
 	color:white;
 	text-align:left;
 	font-size: 10pt;
 	list-style-image:url('../images/redBullet.jpg');
}
ul li.historyList {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:-23px;
 	float:none;
 	font-weight:normal;
 	color:white;
 	text-align:left;
 	font-size: 8pt;
 	list-style-image:url('../images/redBullet.jpg');
}
ul li {
 	list-style-type:none;
 	float: left;
 	font-weight:bold;
 	color:white;
 	text-align:center;
 	font-size: 10pt;
}
li.overview {
	background-image:url('../images/overview.jpg');
	width:125px;
	height:22px;
	padding-top:8px;
}
li:hover.overview {
 	background-image:url('../images/overviewover.jpg')
}
li.services{
	background-image:url('../images/services.jpg');
	width:130px;
	height:22px;
	padding-top:8px;
}
li:hover.services {
 	background-image:url('../images/servicesover.jpg')
}
li.portfolio {
	background-image:url('../images/portfolio.jpg');
	width:129px;
	height:22px;
	padding-top:8px;
}
li:hover.portfolio {
 	background-image:url('../images/portfolioover.jpg')
}
li.history {
	background-image:url('../images/history.jpg');
	width:129px;
	height:22px;
	padding-top:8px;
}
li:hover.history {
 	background-image:url('../images/historyover.jpg')
}
li.contact {
	background-image:url('../images/contact.jpg');
	width:127px;
	height:22px;
	padding-top:8px;
}
li:hover.contact {
 	background-image:url('../images/contactover.jpg')
}
.contact{
	color:#ff0000;
}
a.enterSite {
	display:block;
	background-image:url('../images/indexEnter.jpg');
	padding-top:7px;
	width:195px;
	height:27px;
	font-size:9pt;
	font-weight:normal;

}
a:hover.enterSite {
 	background-image:url('../images/indexEnterOver.jpg');
 	color:#f31a2e;
}

