﻿@media all
{
	body
	{
		font-family: Verdana, Tahoma, Sans-Serif;
		font-size: 0.7em;
	}
	
	.FloatClear
	{
		clear:both;
		height:1px;
	}
	
	.Hidden
	{
		position:absolute;
		left:-10000px;
	}
}

@media screen
{
	/***************************
	 * Body and common styles
	 ***************************/

	body
	{
		margin:0px;
		padding:0px;
		background-color:#222222;
		color:#fff;
	}
	
	.MainWrapper
	{
		width: 950px;
		margin: 0 auto;
	}
	
	a
	{
		color:Orange;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:Hover
	{
		text-decoration: underline;
	}
	
	a img
	{
		border: none;
	}
	
	/***************************
	 * Header and Banner
	 ***************************/

	.Header
	{
		height: 87px;
		position: relative;
	}
	
	a.LogoLink
	{
		display:block;
		position: absolute;
		width: 178px;
		height: 68px;
		left: 10px;
		top: 11px;
		background-image: url('../Images/Logo.gif');
	}
	
	.Navigation
	{
		display: block;
		position: absolute;
		left: 621px;
		top: 11px;
		margin:0px;
		padding:0px;
	}
	
	.Navigation li
	{
		display: block;
		list-style-type:none;
		margin:0px;
		padding:0px;
		float: left;
	}
	
	.Navigation li a
	{
		display: block;
		height: 47px;
		background-repeat: no-repeat;
		background-position: 0 0;
		margin-right: 17px;
	}
	
	.Navigation li a:Hover
	{
		background-position: 0 -47px;
	}
	
	.Navigation li.NavServices a
	{
		width: 116px;
		background-image: url('../Images/NavServices.gif');
	}
	
	.Navigation li.NavFolio a
	{
		width: 62px;
		background-image: url('../Images/NavFolio.gif');
	}
	
	.Navigation li.NavContact a
	{
		width: 107px;
		background-image: url('../Images/NavContact.gif');
		margin-right: 0px;
	}
	
	.ContactInfo
	{
		position: absolute;
		width: 282px;
		height: 10px;
		left: 659px;
		top: 69px;
		background-image: url('../Images/ContactInfo.gif');
	}
	
	.Banner
	{
		border: solid 1px #585858;
	}
	
	/***************************
	 * Common Content
	 ***************************/

	.Content
	{
		padding-top: 65px;
		line-height: 1.6em;
	}
		
	.ContentBox
	{
		width: 624px;
		background-image: url('../Images/ContentBoxBg.gif');
		background-repeat: repeat-x;
		border-top: solid 1px #fbf28d;
		position: relative;
		float: left;
	}

	.ContentBoxInner
	{
		padding: 30px 24px 0;
	}
		
	.RightHandBox
	{
		width: 303px;
		background-image: url('../Images/RightHandBoxBg.gif');
		background-repeat: repeat-x;
		border-top: solid 1px #fbf28d;
		position: relative;
		float: right;
		background-color: #DCDCDC;
		color: #222222;
		padding-bottom: 12px;
	}	

	/***************************
	 * Footer
	 ***************************/

	.Footer
	{
		padding: 100px 0 35px;
	}
	
	.FooterInner
	{
		border: solid 1px #585858;
		padding: 24px 24px 13px;
		color: #585858;
	}
	
	.Footer a
	{
		color: #585858;
		text-decoration: none;
		font-weight: normal;
	}
	
	.Footer a:Hover
	{
		text-decoration: underline;
	}
	
	.Copyright
	{
	}
	
	.Credits
	{
		float: right;
	}
}