﻿/***************************
 * Body and layout
 ***************************/

html, body 
{
	background-image: url(../images/BodyBg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#MainOuter
{
	margin: 0 auto;
	width: 992px;
	background-image: url(../images/MainVertBg.gif);
	background-repeat: repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 100%;
	position: relative;
}

#MainWrapper
{
	background-image: url(../images/MainTopBg.gif);
	background-repeat: no-repeat;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height: 100%;
}

#Main
{
	padding: 0 6px;
}

/***************************
 * Home page header
 ***************************/

#HomeHeaderWrapper
{
	height: 128px;
	position: relative;
	background-image: url(../images/HeaderDottedLineBg.gif);
	background-repeat: no-repeat;
	background-position: 12px 117px;
}

a.HomeLogo
{
	display: block;
	position: absolute;
	left: 12px;
	top: 47px;
	width: 461px;
	height: 55px;
	background-image: url(../images/HomeLogo.gif);
	background-repeat: no-repeat;
}

#HomeHeaderWrapper .BlockLinks
{
	top: 0px;
}

/***************************
 * Home page banner
 ***************************/

#HomeBanner
{
	height: 511px;
	position: relative;
}

a.CorporateHomeLink
{
	display: block;
	position: absolute;
	left: 40px;
	top: 102px;
	width: 469px;
	height: 409px;
	background-image: url(../images/CorporateHomeLink.jpg);
	background-repeat: no-repeat;
}

a.CustomHomeLink
{
	display: block;
	position: absolute;
	left: 661px;
	top: 46px;
	width: 273px;
	height: 465px;
	background-image: url(../images/CustomHomeLink.jpg);
	background-repeat: no-repeat;
}

/***************************
 * Header
 ***************************/

#HeaderWrapper
{
	height: 125px;
	position: relative;
	background-image: url(../images/HeaderDottedLineBg.gif);
	background-repeat: no-repeat;
	background-position: 12px 93px;
}

a.Logo
{
	display: block;
	position: absolute;
	left: 22px;
	top: 20px;
	width: 308px;
	height: 54px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
}

.BlockLinks
{
	position: absolute;
	left: 668px;
	width: 294px;
	height: 94px;
}

.BlockLinks a
{
	float: left;
	width: 145px;
	height: 94px;
}

.BlockLinks img.CustomBlockLinkOn
{
	float: left;
	margin-right: 4px;	
}

.BlockLinks a.CustomBlockLink
{
	background-image: url(../images/CustomBlockLink.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
}

.BlockLinks a.CorporateBlockLink
{
	background-image: url(../images/CorporateBlockLink.gif);
	background-repeat: no-repeat;
}

/***************************
 * Nav
 ***************************/

.CorporateNav,
.CustomNav
{
	position: absolute;
	top: 101px;
	height: 13px;
}

.CorporateNav
{
	left: 356px;
}

.CustomNav
{
	left: 334px;
}

.CorporateNavHook,
.CustomNavHook
{
	position: absolute;
	width: 30px;
	height: 18px;
	top: 94px;
	background-image: url(../images/NavHook.gif);
	background-repeat: no-repeat;	
}

.CorporateNavHook
{
	left: 932px;
}

.CustomNavHook
{
	left: 783px;
}

.Nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.Nav ul li
{
	margin: 0;
	float: left;
}

.Nav ul li a
{
	display: block;
	height: 13px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.Nav ul li a:Hover,
.Nav ul li.Selected a
{
	background-position: 0 -13px;
}

.Nav ul li.NavHome a
{
	background-image: url(../images/NavHome.gif);
	width: 44px;
}

.Nav ul li.NavAboutUs a
{
	background-image: url(../images/NavAboutUs.gif);
	width: 68px;
}

.Nav ul li.NavOurServices a
{
	background-image: url(../images/NavOurServices.gif);
	width: 88px;
}

.Nav ul li.NavOurExperience a
{
	background-image: url(../images/NavExperience.gif);
	width: 85px;
}

.Nav ul li.NavOurClients a
{
	background-image: url(../images/NavOurClients.gif);
	width: 82px;
}

.Nav ul li.NavAdvertising a
{
	background-image: url(../images/NavAdvertising.gif);
	width: 83px;
}

.Nav ul li.NavContactUs a
{
	background-image: url(../images/NavContactUs.gif);
	width: 77px;
}

/***************************
 * Banner
 ***************************/

#Banner
{
}

.BannerImageCanvas
{
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 270px;
}

.BannerImage
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.BannerControllerBox
{
	border-top: solid 1px #ffffff;
	background-image: url(../images/BannerControllerBg.gif);
	background-repeat: repeat-x;
	height: 12px;
}

.ControllerHandleBox
{
	position: relative;
	width: 980px;
	height: 11px;
}

.ControllerHandle
{
	position: absolute;
	width: 342px;
	cursor: pointer;
	top: -1px;
}

/***************************
 * Content section layout
 ***************************/

#BodyWrapper
{
	padding: 31px 20px 1px 13px;
}

.SubNav
{
	float: left;
	width: 110px;
}

.ContentWrapper
{
	float: right;
	width: 802px;
}

.QuoteContentWrapper
{
	float: left;
	width: 800px;
}

.QuoteWrapper
{
	float: left;
}

.Content
{
	float: right;
	width: 580px;
	color: #727777;
}

.Content .ByLine
{
	color: #3a3c3c;
}

.ContentImageWrapper
{
	float: right;	
}

.ContentImageWrapper img
{
	border: solid 1px #a7a8a8;
}

/***************************
 * No subnav layout
 ***************************/

.ContentWrapperNoNav 
{
	float: right;
	width: 955px;
}

.ContentNoNav 
{
	float: right;
	width: 630px;
	color: #858585;
}

.QuoteContentWrapperNoNav 
{
	float: right;
	width: 880px;
	padding-right: 40px;
}

.ContentNavNoImages 
{
	float: right;
	width: 783px;
	color: #727777;
}

/***************************
 * SubNav
 ***************************/

.SubNav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.SubNav ul li
{
	margin: 0;
	padding: 0;
	text-align: right;
}

.SubNav ul li a
{
	padding: 15px 0 4px;
	border-bottom: solid 1px #adadad;
	display: block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 0.8em;
	color: #3a3c3c;
}

.SubNav ul li a.First
{
	padding-top: 0px;
}

.SubNav ul li a.Selected
{
	color: #c41230;
	border-bottom: solid 1px #e3aeb2;
}

.SubNav ul li ul li
{
}

.SubNav ul li ul li a
{
	text-transform: lowercase;
	color: #727777;
	padding: 3px 0 3px;
	border: none;
}

.SubNav ul li ul li a.Selected
{
	color: #3a3c3c;
	border: none;
}


/***************************
 * Footer
 ***************************/

#FooterWrapper,
#HomeFooterWrapper
{
	height: 33px;
	width: 947px;
	border-top: solid 1px #c41230;
}

#FooterWrapper
{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#HomeFooterWrapper
{
	margin: 0 auto;
}

.FooterLinks
{
	color: #9e9e9e;
	font-size: 0.8em;
	float: left;
	padding: 12px 0 0 9px;
}

.FooterLinks a
{
	color: #9e9e9e;
	text-decoration: none;
}

.FooterLinks a:Hover
{
	text-decoration: underline;
}

.FooterLogos,
.FooterLogos img
{
	float: right;
}
.SubNav ul li a.FirstSelected {
	padding-top: 0px;
	color: c41230;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: c41230;
}
.rolloverbg {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #E7E7E7;
}
.SubNav ul li a.FirstSelected {
	padding-top: 0px;
	color: #c41230;
}
.Nav ul li.NavCompanyKeep a {
	background-image: url(../images/NavCompanyKeep.gif);
	width: 143px;
}
.Nav ul li.NavWeAre a {
	background-image: url(../images/NavWeAre.gif);
	width: 68px;
}
.Nav ul li.NavWelcome a {
	background-image: url(../images/NavWelcome.gif);
	width: 69px;
}
.Nav ul li.NavWhatBest a {
	background-image: url(../images/NavWhatBest.gif);
	width: 118px;
}
.Nav ul li.NavHowWork a {
	background-image: url(../images/NavHowWork.gif);
	width: 100px;
}
#HomeHeaderWrappertest {
	height: 90px;
	position: relative;
	background-image: url(../images/index_dots.gif);
	background-repeat: no-repeat;
	background-position: 12px 78px;
}
.BlockLinksHome {
	position: absolute;
	width: 505px;
	height: 236px;
	left: 436px;
	top: 110px;
}
.BlockLinksHome a {
	float: left;
	width: 238px;
	height: 236px;
}
.BlockLinks img.CustomBlockLinkHomeOn {
	float: left;
	margin-right: 4px;
}
.BlockLinks a.CustomBlockLinkHome {
	background-image: url(../images/home_custom_link.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
}
.BlockLinks a.CorporateBlockLinkHome {
	background-image: url(../images/CorporateBlockLink.gif);
	background-repeat: no-repeat;
}
.ContentNoNavHome {
	float: right;
	width: 920px;
	color: #858585;
}
#BodyWrapperNews {
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 13px;
}
