h1 {
	font: 12px "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", Garamond, "Apple Garamond", "Century Schoolbook", serif;
}

h2 {
	margin: 10px 0;
	text-indent: -9999px;
	width: 695px;
	height: 80px;
}

#headingHome {
	background: url(../images/headings/home.png) no-repeat scroll 0 0;
}

#headingAbout {
	background: url(../images/headings/about.png) no-repeat scroll 0 0;
}

#headingClients {
	background: url(../images/headings/clients.png) no-repeat scroll 0 0;
}

#headingContact {
	background: url(../images/headings/contact.png) no-repeat scroll 0 0;
}

#headingDesign {
	background: url(../images/headings/design.png) no-repeat scroll 0 0;
}

#headingDevelopment {
	background: url(../images/headings/development.png) no-repeat scroll 0 0;
}

#headingContentManagement {
	background: url(../images/headings/contentManagement.png) no-repeat scroll 0 0;
}

#headingEcommerce {
	background: url(../images/headings/ecommerce.png) no-repeat scroll 0 0;
}

#headingWebsiteMaintenance {
	background: url(../images/headings/websiteMaintenance.png) no-repeat scroll 0 0;
}

h3 {
	color: #808080;
	font: bold 24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	margin: 0 0 5px 10px;
}

p {
	font: 16px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	margin: 0 0 15px 20px;
}

#pageWrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
}

#headerWrapper {
	width: 980px;
	border-bottom: 1px solid #808080;
	position: relative;
}

#headerLogo {	
	width: 225px;
	height: 65px;
	text-align: right;
}

#headerLogo a {
	text-decoration: none;
	display: block;
	padding: 45px 0 0 0;
}

#headerLogo a:link,
#headerLogo a:visited {
	background: url(/images/logoOn.png) 0 0 no-repeat;
	color: #b00;
}

#headerLogo a:hover,
#headerLogo a:active {
	background: url(/images/logoOff.png) 0 0 no-repeat;
	color: #e6e6e6;
}

#headerNav {
	width: 755px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.headerNavLink {
	height: 30px;
	float: right;
	padding: 4px 0 0 30px;
}

#headerNav a {
	font: bold 18px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-decoration: none;
}

#headerNav a:link,
#headerNav a:visited {
	color: #808080;
}

#headerNav a:hover,
#headerNav a:active {
	color: #b00;
	border-bottom: 3px solid #b00;
}

#headerNav .headerNavLink a.currentPage {
	color: #95CCF9;
	border-bottom: 3px solid #95CCF9;
}

#headerNav .headerNavLink a.currentPage:hover {
	cursor: default;
}

#contentWrapper {
	width: 980px;
}

#leftNav {
	width: 245px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	margin: 1px 0 0 0;
}

#leftNav a {
	text-decoration: none;
	display: block;	
}

.leftNavLevelOne a {
	height: 26px;
	margin: 1px 0 0 0;
	padding: 6px 0 0 5px;
	font-size: 16px;
}

a.leftNavTop {
	margin: 5px 0 0 0;
}

.leftNavLevelTwo a {
	height: 24px;
	margin: 1px 0 0 0;
	padding: 8px 0 0 15px;
	font-size: 14px;
}

.leftNavLevelOne a:link,
.leftNavLevelOne a:visited {
	color: #fff;
	background: #aaa url(../images/leftNav/normal.png) no-repeat scroll right center;
}

.leftNavLevelTwo a:link,
.leftNavLevelTwo a:visited {
	color: #000;
	background: #ddd url(../images/leftNav/normal.png) no-repeat scroll right center;	
}

.leftNavLevelOne a:hover,
.leftNavLevelOne a:active,
.leftNavLevelTwo a:hover,
.leftNavLevelTwo a:active {
	color: #b00;
	background: #e6e6e6 url(../images/leftNav/hover.png) no-repeat scroll right center;
}

.currentLnL1Page a:link,
.currentLnL1Page a:visited,
.currentLnL1Page a:hover,
.currentLnL1Page a:active,
.currentLnL2Page a:link,
.currentLnL2Page a:visited,
.currentLnL2Page a:hover,
.currentLnL2Page a:active {
	background: #95CCF9 url(../images/leftNav/current.png) no-repeat scroll right center;
	color: #fff;
	cursor: default;
}

#twoColContent {
	width: 695px;
	margin: 0 0 0 285px;
}

#twoColContent a:link,
#twoColContent a:visited {
	text-decoration: none;
	color: #b00;
	border-bottom: 1px dotted #b00;
}

#twoColContent a:hover,
#twoColContent a:active {
	text-decoration: none;
	color: #808080;
	border-bottom: 1px dotted #808080;
}

.floatLeft {
	float: left;	
}

.clearBoth {
	clear: both;
}