﻿body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;	/* 10pt;*/
	color: #000;
	margin:  20px 0 0 0;
	padding: 0;
	/*background-image: url('../image/background.gif');
	background-repeat: repeat;*/
	background-color: #444444;
}

/* Links */
a:link, a:visited { color: #0b3d91; text-decoration: none; }
a:hover{ text-decoration: underline; color: #0083f3; }

/* Header Tags */
h1 
{
	font-size: 1.5em;	
	color: #CE1717;
	margin-bottom: 20px;
}

h2 
{
	font-size: 1.1em;	
	color: #808080;
}

h3
{
	font-size: 0.9em;	
	color: #808080;
}

h4
{
	font-size: 0.8em;	
	color: #808080;
}

/* Utility */
.stopFloat
{
	clear: both;
}

#PageContainer
{
	width: 746px;
	margin: 0 auto;
	padding: 0;
}
#PageContent
{
	min-height: 500px;
	background-color: #fff;
	/*border-style: none solid solid solid;
	border-width: 1px;
	border-color: #c8c8c8;	*/
	border-left: solid 1px #444444;
	border-right: solid 1px #444444;
}
#PageHeader
{
	background-image: url('../image/header.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;	
	height: 188px;
}

#PageNavigation
{
	padding-top: 120px;
}

#PageNavigation ul 
{
	float: right;
    margin:0px;
    padding:0px;
}

#PageNavigation ul, #PageNavigation li
{
	list-style: none;
	display: inline;
	text-transform: uppercase;
	font-size: .9em;
	margin: 0px;
	padding: 1px 10px;
	/*background: #CCCCCC;*/
} 

#PageNavigation a:link, #PageNavigation a:visited, #PageNavigation a:hover 
{
	color: #FFFFFF;
	text-decoration:none;
}
#Content 
{
	float: left;
	width: 500px;
	margin: 20px 0 0 20px;
	padding-bottom: 20px;
}
#SideBar 
{
	float: left;
	width: 144px;
	margin-left: 34px;
	margin-top: 70px;
	padding-right: 10px;
	font-size: .8em;
	border-right: dotted 1px #ccc;
	min-height: 400px;
}
#PageFooter
{
	background-image: url('../image/footer.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	/*height: 63px;*/
	clear: both;
	border-style: none;
	height: 34px;
}
.copyright 
{ 
	display: block; 
	font-size: .7em; 
	color: #808080; 
	padding: 10px 0px 0px 30px;
}


.portfolioItem
{
	margin-bottom: 50px;
}
.clientLogo
{
	margin-bottom: 6px;
}
.clientLogo img
{
	border-style: none;
}
.clientName
{
	font-weight: bold;
}
.clientText
{
	border-top: dashed 1px #ccc;
	padding-top: 10px;
}

.validation
{
	font-weight: bold;
}

/* Contact Us */
.mailForm div
{
	margin-bottom: 10px;
}
.mailForm input, .mailForm textarea
{
	width: 300px;
}

label#email, label#subject, label#message {
    font-weight: bold;
    display: block; 
    /*position: absolute;*/
    left: 45px;
}

div.sentMessage {
    margin: 40px 0 70px 0;
}
div.mailError {
    margin: 10px 0 0 0;
}

.techList ul, .techList li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
p.clientQuote
{
	font-size: .95em;
	font-style: italic;
	color: #1F2447;
}
p.clientQuoteSignature
{
	font-size: 1em;
}
p.sideBarText
{
	font-size: .95em;
	color: #292929;
}

.clientQuoteContainer
{
	margin: 30px 20px 0 30px;
}

.clientQuoteContainer p
{
	font-size: .80em !important;
}