﻿body 
{
	font-size: 13px;
	line-height: 1.4;
	color : black; 
	font-family :Myriad Web, Tahoma, Arial; 
	margin:0 auto;
	width:850px;
	bottom:0;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(main_bkg.jpg);
	background-repeat: repeat-x;
	background-color: White;
	
}

.heading 
{
	font-family :Myriad Web, Tahoma, Arial; 
	font-size: 16px;
	color: #000c48;
	padding-left: 10px;
}

.mainOutsideBorder
{
	border: 1px solid navy;
	width: 850px;
	background-color: White;
	font-weight: bold;
}

.mainInsideDiv
{
	width: 849px;
	background-color: white;
	padding: 5px 0px 0px 0px;
	font-weight: normal;
	color: Gray;
}

.footer 
{
	width:852px;
	height: 30px;
	padding: 7px 0 0 0;
	text-align: center;
	color: White;
	background-color: #000c48;
	font-size:10px;
}

.clear
{
    clear: both;
}

.homeLeft 
{
	width: 150px;
	float: left;
	text-align: center;
	padding-left: 5px;
}

.homeMiddle 
{
	width: 445px;
	float: left;
}

.homeRight 
{
	float: right;
	width: 210px;
	height: 270px;
	border-left: 1px dashed silver;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background-color: #f0f6fb;
	color: Gray;
	padding: 7px 7px 7px 7px;
}

.softwareLeft 
{
	width: 180px;
	float: left;
	text-align: center;
	padding-left: 5px;
}

.softwareMiddle 
{
	width: 425px;
	float: left;
	padding-bottom: 20px;
}

.softwareRight 
{
	float: right;
	width: 210px;
	height: 330px;
	color: Gray;
	border-left: 1px dashed silver;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background-color: #f0f6fb;
	padding: 7px 7px 7px 7px;
}

.websiteRight 
{
	float: right;
	width: 210px;
	height: 400px;
	color: Gray;
	border-left: 1px dashed silver;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background-color: #f0f6fb;
	padding: 7px 7px 7px 7px;
	
}

.contactRight 
{
	float: right;
	width: 210px;
	height: 260px;
	color: Gray;
	border-left: 1px dashed silver;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	background-color: #f0f6fb;
	padding: 7px 7px 7px 7px;
}

img {
	border:none;
	}

.portfolioOuter
{
	width: 580px;
	padding: 0 125px 0 125px;
}

.portfolioItemHeader
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;	
	padding: 3px 3px 3px 3px;
	background-color: #f0f6fb;
	color: Black;
}

.portfolioBodyContainer
{
	text-align: left;	
}

.portfolioBodyText
{
	text-align: left;	
	width: 400px;
	float: right;
}


.portfolioBodyLogo 
{
	float: left;
	padding: 5px 10px 10px 5px;
	width: 150px;
}

.tenPixSpacer
{
	height:10px;
	clear: both;
}

.twentyPixSpacer
{
	height:20px;
	clear: both;
}

.smallHeading 
{
	font-weight: bold;
	text-align: center;
}

.centred
{
	text-align: center;
	margin:0 auto;
}