/*
 *	RED: 		C41030
 *	BLUE-GRAY:	A8B8C2
 *	LT GRAY:	ECEFF1
 *	DK GRAY:	999A9C
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background-image: url(/img/brushedBG.jpg);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: black;
}

img {
	display: inline;
}

a:link, a:visited {
	color: #C41030;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #C41030;
	background-color: transparent;
	text-decoration: underline;
}

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p {
	color: #333;
	margin-top: 0;
	margin-bottom: 8px;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	margin-bottom: 8px;
	font-size: 1.1em;
	color: #C41030;
	text-transform: uppercase;
}	

h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}	

h3 {
	font-size: 1.1em;
	margin-top: 4px;
}	

ul  {
	list-style-type: none;
	list-style-image: url(/img/pptBullet.gif);
	margin-left: 24px;
	margin-bottom: 8px;
}

ol {
	margin-left: 24px;
	margin-bottom: 8px;
	margin-right: 24px;
}

ol li {
	text-indent: 0;
}

li {
	color: #333;
	font-size: 1.0em;
	line-height: 1.2em;
	text-indent: -7px;
	margin-bottom: 4px;
}

ul.tight {
	margin-top: -4px;
}


ul.tight li {
	line-height: 1.1em;
}

.strong {
	font-weight: bold;
	color: #444;
}

#outsideShell {
	width: 752px;
	border: 1px solid #A9BEC7;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
}

#insideShell {
	width: 750px;
	border: 1px solid #000;
	background-color: #A8B8C2;
	background-image: url(/img/headerBG.gif);
	background-repeat: repeat-x;
}

#header {
	width: 667px;
	margin-top: 18px;
	margin-left: 30px;
}

#nav {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	
}

#nav img {
	margin-left: 20px;
}

img#company {
	width: 61px;
	height: 15px;
}

img#services {
	width: 55px;
	height: 15px;
}

img#portfolio {
	width: 66px;
	height: 15px;
}

img#clients {
	width: 47px;
	height: 15px;
}

img#contact {
	width: 56px;
	height: 15px;
}


#panelShell {
	width: 646px;
	margin-top: 13px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}

#panelHead {
	height: 18px;
	background-image: url(/img/panelHead.gif);
	background-color: transparent;
}

#panelBody {
	background-image: url(/img/panelBG.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 2px;
}

#panelFoot {
	height: 18px;
	background-image: url(/img/panelFoot.gif);
	background-color: transparent;
}

#sidebar {
	float: left;
	margin-left: 4px;
	width: 120px;
}

#sidenav {

}

ul#sidenav li {
	font-weight: bold;
}

#sidenav a:link, #sidenav a:visited {
	font-weight: normal;
	color: #444;
	background-color: transparent;
	text-decoration: none;
}

#sidenav a:hover {
	font-weight: normal;
	color: #C41030;
	background-color: transparent;
	text-decoration: underline;
}


#sidebar h1 {
	margin-left: 6px;
}

#sidebar h2 {
	margin-left: 4px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #444;
	text-transform: uppercase;
}

#sidebar h2 a:link, #sidebar h2 a:visited {
	color: #444;
	background-color: transparent;
	text-decoration: none;
}

#sidebar h2 a:hover {
	color: #C41030;
	background-color: transparent;
	text-decoration: underline;
}


.featureSS {
	display: block;
	width: 100px;
	margin-left: -8px;
	margin-top: 8px;
	margin-bottom: 0;
}

#content {
	width: 465px;
	margin-left: 160px;
}

#leftColumn {
	width: 50%;
	float:left;
}

#rightColumn {
	margin-left: 50%;
	width: 45%;
}

#footer {
	margin-top: 4px;
	padding-bottom: 12px;
	color: white;
	font-size: 10px;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0.1em;
}

#footer a {
	color: white;
}

.nullDiv {
	clear: both; 
	height: 0;
}

.redLine {
	clear: right;
	border-top: 1px solid #C41030;
	width: 100%;
	height: 12px;
	margin-top: 12px;
}

.padRight {
	padding-right: 8px;
}

.padLeft {
	padding-left: 8px;
}

.caps {
	text-transform: uppercase;
}

#portfolioThumbnails {

}

#portfolioThumbnails img {
	margin-right: 4px;
	display: inline;
	width: 32px;
	height: 32px;
	border: 1px solid #999A9C;
	margin-bottom: 4px;
}	


#portfolioThumbnails a:link img, #portfolio a:visited img {
	border: 1px solid #999A9C;
	background-color: transparent;
	text-decoration: none;
}

#portfolioThumbnails a:hover img {
	border: 1px solid #C41030;
	background-color: transparent;
	text-decoration: none;
}

#portfolio img {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 200px;
}

div#portfolio div {
	clear: both;
	display: none;
}

.launch {
	text-align: right;
}

.visitSite {
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	padding-left: 12px;
}

ul.clientList {
	list-style-type: none;
	margin-left: 1px;
}

.clientList li {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 4px;
	text-indent: 0;
}

.title {
	font-size: 1.0em;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
}

.pptRed {
	color: #C41030;
}

.homeIcon {
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
	width: 40px;
}