﻿/* body */

body
{
  margin: 0;
  padding: 0 0 30px 0;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 0.75em;
  line-height: 1.25em;
  color: #4e5e73;
  text-align: center;
  background: #000 url(../images/layout/bg/1.jpg) no-repeat center top;
}

body.bg1 { background: #000 url(../images/layout/bg/1.jpg) no-repeat center top; }
body.bg2 { background: #000 url(../images/layout/bg/2.jpg) no-repeat center top; }
body.bg3 { background: #575654 url(../images/layout/bg/3.jpg) no-repeat center top; }
body.bg4 { background: #dcddcb url(../images/layout/bg/4.jpg) no-repeat center top; }
body.bg5 { background: #000 url(../images/layout/bg/5.jpg) no-repeat center top; }

/* page */

div.pageWrapper
{
  margin: 0 auto;
  padding: 0 24px 100px 24px;
  position: relative;
  width: 952px;
  text-align: left;
  background: #ededea;
  z-index: 1;
}

body.bg1 div.pageWrapper { background: #ededea url(../images/layout/bg/1-inner.jpg) no-repeat center top; }
body.bg2 div.pageWrapper { background: #ededea url(../images/layout/bg/2-inner.jpg) no-repeat center top; }
body.bg3 div.pageWrapper { background: #ededea url(../images/layout/bg/3-inner.jpg) no-repeat center top; }
body.bg4 div.pageWrapper { background: #ededea url(../images/layout/bg/4-inner.jpg) no-repeat center top; }
body.bg5 div.pageWrapper { background: #ededea url(../images/layout/bg/5-inner.jpg) no-repeat center top; }

body.bg div.pageWrapper { background: rgba(237,237,234,.8); }

/* header */

div.headerWrapper
{
  margin: 0;
  padding: 0;
  position: relative;
  width: 952px;
  height: 114px;
  z-index: 2;
}

div.headerWrapper p.logo
{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 203px;
  height: 74px;
  overflow: hidden;
}

div.headerWrapper p.logo a
{
  margin: 0;
  padding: 0;
  width: 203px;
  height: 74px;
  text-indent: -9000px;
  overflow: hidden;
  background: url(../images/layout/header-logo.png) no-repeat left top;
  display: block;
}

div.headerWrapper p.phone
{
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  bottom: 25px;  
  width: 197px; 
  height: 48px; 
  text-indent: -9000px;
  overflow: hidden;
  background: url(../images/layout/fresh-approach.png) no-repeat left top;
  display: block;
}

/* nav */

div.navWrapper
{
  margin: 0 0 2px 0;
  padding: 0;
  height: 28px;
  background: #fcfbf8;
  position: relative;
}

div.navWrapper ul.nav
{
  margin: 0;
  /*padding: 4px 10px 4px 223px;*/
  padding: 4px 10px 4px 10px;
  height: 20px;
  list-style: none;
  font-weight: bold;
}

div.navWrapper ul.nav li
{
  margin: 0 2px 0 0;
  padding: 0;
  height: 20px;
  display: inline;
  position: relative;
  bottom: -3px;
}

div.navWrapper ul.nav li a
{
  margin: 0;
  padding: 2px 15px 2px 15px;
  color: #1090cd;
  text-decoration: none;
}

div.navWrapper ul.nav li a:hover
{
  color: #1090cd;
  text-decoration: none;
  background: #e6e5e0;
}

div.navWrapper ul.nav li a.active
{
  color: #f08818;
  text-decoration: none;
}

div.navWrapper ul.nav li a.active:hover { background: none; }

div.navWrapper a.newsletter
{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 22px;
	background: #1090CD;
	padding: 6px 10px 0 10px;
	color: #fff;
	text-decoration: none;
}

div.navWrapper a.newsletter:hover { background: #F08818; }

/* page banner */

div.bannerWrapper { margin-bottom: 2px; }

div.bannerWrapper div.bannerCopy
{
	margin: 0 2px 0 0;
	padding: 30px 15px 15px 15px;
	height: 217px;
	float: left;
	width: 205px;
	background: #FCFBF8;
}

div.bannerWrapper div.bannerImages,
div.bannerWrapper div.services
{
	width: 715px;
	height: 262px;
	float: right;
	position: relative;
}

div.bannerWrapper div.bannerImages ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 714px;
	height: 262px;
	position: relative;
}

div.bannerWrapper div.bannerImages ul li
{ 
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

div.bannerWrapper div.bannerImages ul li.nowViewing { display: block; }

div.bannerWrapper div.bannerImages div.controls
{
	width: 694px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
	color: #fff;
}

div.bannerWrapper div.bannerImages div.controls p.title
{
	float: left;
	margin: 0;
}

div.bannerWrapper div.bannerImages div.controls p.controls
{
	float: right;
	margin: 0;
}

div.bannerWrapper div.bannerImages div.controls p.controls span { margin: 0 10px 0 0; }
div.bannerWrapper div.bannerImages div.controls p.controls span.next { margin: 0; }

div.bannerWrapper div.bannerImages div.controls p.controls span.next,
div.bannerWrapper div.bannerImages div.controls p.controls span.previous
{ cursor: pointer; }

div.bannerWrapper div.bannerImages div.controls p.controls span.disabled { color: #b7b7b7; cursor: default; }

/* Sub-Nav and Or Check Out */

dl.subNav,
dl.orCheckOut
{
	margin: 0;
	padding: 0 0 35px 0;
}

dl.subNav dt
{
	margin: 0;
	padding: 0 0 10px 0;
	color: #F08818;
	font-size: 1.5em;
	line-height: 1.2em;
	display: block;
}

dl.orCheckOut dt
{
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	display: block;
}

dl.subNav dt a,
dl.orCheckOut dt a { text-decoration: none; }

dl.subNav dd,
dl.orCheckOut dd
{
	margin: 0;
	padding: 0 0 0 15px;
	color: #F08818;
	display: block;
}

dl.subNav dd ul.subNav,
dl.orCheckOut dd ul.orCheckOut
{
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.subNav dd ul.subNav li,
dl.orCheckOut dd ul.orCheckOut li { margin-bottom: 5px; }

dl.subNav dd ul.subNav li a,
dl.orCheckOut dd ul.orCheckOut li a { text-decoration: none; }


/* footer: contact */

div.footerContactWrapper
{
  margin: 0;
  padding: 0;
  background: #fcfbf8;
}

div.footerContactWrapper div.footerContact
{
  margin: 0;
  padding: 22px 30px;
}

div.footerContactWrapper div.footerContact div.section
{
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}

div.footerContactWrapper div.footerContact div.section p.title
{
  margin: 0 0 10px 0;
  padding: 0;
  color: #323a43;
}

div.footerContactWrapper div.footerContact div.sectionPartners { width: 130px; }

div.footerContactWrapper div.footerContact div.sectionPartners ul.partners
{
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
}

div.footerContactWrapper div.footerContact div.sectionPartners ul.partners li
{
  margin: 0;
  padding: 0;
  width: 97px;
  height: 44px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
}

div.footerContactWrapper div.footerContact div.sectionPartners ul.partners li.ms { background: url(../images/layout/footer-partner-microsoft.png) no-repeat left top; }

div.footerContactWrapper div.footerContact div.sectionNetworks { width: 120px; }

div.footerContactWrapper div.footerContact div.sectionNetworks ul.networks
{
  margin: 0;
  padding: 0 0 25px 0;
  list-style: none;
}

div.footerContactWrapper div.footerContact div.sectionNetworks ul.networks li
{
  margin: 0 7px 0 0;
  padding: 0;
  float: left;
  width: 25px;
  height: 25px;
}

div.footerContactWrapper div.footerContact div.sectionNetworks ul.networks li a
{
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
}

div.footerContactWrapper div.footerContact div.sectionNetworks ul.networks li.linkedIn a { background: url(../images/layout/footer-social-linkedin.png) no-repeat left top; }
div.footerContactWrapper div.footerContact div.sectionNetworks ul.networks li.facebook a { background: url(../images/layout/footer-social-facebook.png) no-repeat left top; }

div.footerContactWrapper div.footerContact div.sectionContact { width: 310px; }

div.footerContactWrapper div.footerContact div.sectionContact div.details
{
  margin: 0;
  padding: 0;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details ul.address
{
  margin: 0 10px 0 0;
  padding: 0 0 21px 0;
  float: left;
  width: 140px;
  list-style: none;
  font-size: 0.9em;
  line-height: 1.2em;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details ul.address li
{
  margin: 0;
  padding: 0 0 4px 0;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details dl.phone
{
  margin: 0;
  padding: 0 0 11px 0;
  float: left;
  width: 160px;
  list-style: none;
  font-size: 0.9em;
  line-height: 1.2em;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details dl.phone dt
{
  margin: 0;
  padding: 0 0 4px 0;
  float: left;
  width: 25px;
  display: block;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details dl.phone dd
{
  margin: 0;
  padding: 0 0 4px 0;
  float: left;
  width: 135px;
  display: block;
  clear: right;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details p.vcard
{
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.2em;
}

div.footerContactWrapper div.footerContact div.sectionContact div.details p.vcard a
{
  margin: 0;
  padding: 4px 0 0 38px;
  float: left;
  height: 21px;
  background: url(../images/layout/footer-contact-vcard.png) no-repeat left top;
  display: block;
}

div.footerContactWrapper div.footerContact div.sectionEmail 
{ 
  padding-top: 20px; 
  width: 287px;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  background: url(../images/layout/footer-support-cake-friday.png) no-repeat right 20px;
}

/* footer: sitemap */

div.footerWrapper
{
  margin: 0 0 15px 0;
  padding: 0;
  background: #f4f4f0;
}

div.footerWrapper div.footer
{
  margin: 0;
  padding: 22px 30px;
  min-height: 20px;
  height: auto !important;
  height: 20px;
}

div.footerWrapper div.footer p.logo
{
  margin: 0 50px 0 0;
  padding: 0;
  float: left;
  width: 138px;
  height: 50px;
}

div.footerWrapper div.footer p.logo a
{
  margin: 0;
  padding: 0;
  float: left;
  width: 138px;
  height: 50px;
  text-indent: -9000px;
  overflow: hidden;
  background: url(../images/layout/footer-logo.png) no-repeat center top;
  display: block;
}

div.footerWrapper div.footer ul.sitemap
{
  margin: 0;
  padding: 0;
  float: left;
  width: 704px;
  list-style: none;
  font-size: 0.9em;
  line-height: 1.2em;
}

div.footerWrapper div.footer ul.sitemap li
{
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}

div.footerWrapper div.footer ul.sitemap li.home { width: 40px; }
div.footerWrapper div.footer ul.sitemap li.about { width: 85px; }
div.footerWrapper div.footer ul.sitemap li.services { width: 148px; }
div.footerWrapper div.footer ul.sitemap li.portfolio { width: 76px; }
div.footerWrapper div.footer ul.sitemap li.news { width: 35px; }
div.footerWrapper div.footer ul.sitemap li.soapBox { width: 50px; }
div.footerWrapper div.footer ul.sitemap li.joinUs { width: 50px; }
div.footerWrapper div.footer ul.sitemap li.contact { width: 80px; }


div.footerWrapper div.footer ul.sitemap li.end { margin-right: 0; }

div.footerWrapper div.footer ul.sitemap li a
{
  margin: 0;
  padding: 0;
  display: block;
  text-decoration: none;
}

div.footerWrapper div.footer ul.sitemap li ul
{
  margin: 0;
  padding: 6px 0 0 0;
  list-style: none;
}

div.footerWrapper div.footer ul.sitemap li ul li
{
  margin: 0;
  padding: 0 0 3px 0;
  float: none;
}

/* copyright */

div.copyrightWrapper
{
  margin: 0;
  padding: 0 15px;
}

div.copyrightWrapper div.copyright
{
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #7c8592;
}

div.copyrightWrapper div.copyright a
{
  color: #7c8592;
  text-decoration: none;
}

div.copyrightWrapper div.copyright a:hover
{
  color: #7c8592;
  text-decoration: underline;
}

div.copyrightWrapper div.copyright p.copyright
{
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}

div.copyrightWrapper div.copyright p.vat
{
  margin: 0;
  padding: 0;
  float: left;
}

/* Pop Ups */

div.popUpWrapper
{
	width: 330px;
	background: #1090CD;
	background: rgba(16, 144, 205, 0.9);
	position: absolute;
	left: 50%;
	margin-left: -175px;
	top: 150px;
	z-index: 10;
	padding: 10px;
	text-align: left;
}

div.popUpWrapper div.popUpContent
{
	min-height: 100px;
	height: auto !important;
	height: 100px;
	background: #fff;
	padding: 10px;
}

div.popUpWrapper div.popUpContent input.txt { width: 298px; }

div.popUpWrapper p.controls
{
	margin: 0 !important;
	padding: 10px 0 0 0;
	text-align: right;
}

div.popUpWrapper p.controls a { color: #fff; }

div.popUpWrapper div.popUpContent p.title
{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #1090CD;
	font-weight: bold;
	color: #1090CD;
}

/* Dimmer */

div.dimmer
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 8;
	filter: alpha(opacity=35);
	-moz-opacity: .35;
	opacity: .35;
	width: 100%;
	height: 125%;
}

/* Soap Box */

img.articleImage
{
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #EBEBDF;
}

p.articleInfo { color: #1090cd; }