﻿body {
	background-color: #383838;
	font-size: 1em;
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
}

#mainContainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EAEAEA;
	padding: 5px;
	border-left: 15px solid #00B4D8;
	border-right: 15px solid #00B4D8;
}

#mainContainer h1 {
	font-size: 1em;
	color: #0090D8;
	margin-top: 0;
	margin-bottom: 2px;
	text-align: center;
}

#header {
	height: 250px;
	background-color: #FFFFFF;
	background-image: url(../images/layout/banner-2.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -10px;
}

#header p {
	margin-left: 430px;
	padding-top: 145px;
	color: #FFFFFF;
	line-height: 1.3em;
	font-style: italic;
}

#navigation {
	background-color: #FFFFFF;
}

#navigation ul {
	list-style-type: none;
	height: 25px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation ul li {
	display: inline;
	margin-left: 2.5em;
	margin-right: 2.5em;
}

#mainContent {
	background-color: #FFFFFF;
	padding: 5px;
	line-height: 1.3em;
	margin-bottom: 5px;
}

#mainContent h1 {
	text-align: left;
	font-size: 1.5em;
}

#mainContent h2 {
	text-align: left;
	font-size: 1.5em;
	color: #0090D8;
	border-bottom: 2px solid #0090D8;
	line-height: 1.3em;
}

#mainContent h3.caseStudy {
	font-style: italic;
	border-bottom: 2px solid #0090D8;
	line-height: 1.3em;
}

#mainContent blockquote {
	background-color: #EAEAEA;
	padding: 5px;
	border: 2px solid #0090D8;
}

#mainContent blockquote span {
	font-style: italic;
	margin-left: 650px;
}

#mainContent ul {
	list-style-type: square;
}

#mainContent ul li {
}

.member {
	margin-bottom: 5px;
	border-bottom: 3px solid #CACACA;
	padding: 5px;
}

.member img {
	float: left;
	padding: 1em;
}

.member img.wsg {
	padding: 2em;
}

.member h3 {
}

.member p {
}

#CorePackage {
	background-image: url(/images/layout/feature-bg.png);
	background-repeat: repeat-x;
	background-color: #57D5F9;
	border: 1px solid #000000;
	width: 430px;
	padding: 5px;
	float: left;
	height: 405px;
	margin-bottom: 10px;
}

#CorePackage h3, #ApplePackage h3 {
	color: #000000;
	padding-bottom: 5px;
	border-bottom: 2px solid #000000;
}

#ApplePackage {
	background-image: url(/images/layout/feature-bg.png);
	background-repeat: repeat-x;
	background-color: #57D5F9;
	border: 1px solid #000000;
	width: 430px;
	height: 405px;
	padding: 5px;
	float: right;
}

h2.clear {
	clear: both;
}

.portfolio {
	margin-bottom: 5px;
	border-bottom: 3px solid #CACACA;
	padding: 5px;
	height: 190px;
}

.portfolio img {
	float: left;
	padding: 5px;
	margin: 1em;
	border: 1px solid #CACACA;
}

img.featureDownload {
	margin-left: 20px;
	margin-top: 10px;
	border: none;
	float: left;
}

img.featureConsultancy {
	margin-right: 30px;
	border: none;
	float: right;
}

img#csheader {
	padding: 5px;
	border: 1px solid #CACACA;
	width: 878px;
	height: 250px;
}

h2.clear {
	clear: both;
}

ul#features li {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

ul#features li ul li {
	font-weight: normal;
	font-style: normal;
	border-bottom: none;
	margin-bottom: auto;
	margin-top: 10px;
	list-style-type: none;
}

ul#features li span {
	border-bottom: 2px solid #0090D8;
	padding-bottom: 3px;
}

dt i {
	color: #0090D8;
	text-decoration: none;
	font-style: normal;
}

#webDesContainer {
	width: 280px;
	height: 250px;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
}
 
#webDesContainer h2, #webCodeContainer h2, #webBlogContainer h2 {
	font-size: 0.9em;
	margin-top: 0;
}
 
#webDesContainer ul li, #webCodeContainer ul li, #webBlogContainer ul li {
	list-style-type: square;
}
 
#webCodeContainer, #webBlogContainer {
	width: 280px;
	height: 250px;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-bottom: 10px;
	float: left;
}

#webCodeContainer {
	width: 284px;
}

p#clear {
	clear: both;
}

#footer {
	background-color: #FFFFFF;
	padding-left: 100px;
	padding-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	clear: both;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul#secondaryFooter {
	list-style-type: none;
}

#footer ul#secondaryFooter li {
	display: inline;
}

/* Links */

a:link, a:visited, a:active {
	color: #0090D8;
}

a:hover {
	color: #FF8204;
}