body {
	margin: 0;
	margin-bottom: 24px;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #4a5156;
	background: url(../images/bg-blue-red.gif) repeat-x;
}
body.home-page { background: url(../images/bg-blue-red.gif) no-repeat 50% 0; }
img { border-style: none; }
a:focus { outline: none; }
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font: 100% Arial, sans-serif;
	vertical-align: middle;
}
#main {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.skip { display: none; }
#header {
	width: 960px;
	height: 87px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/bg-header.gif) no-repeat;
}
.logo {
	position: absolute;
	top: 24px;
	left: 0px;
	background: url(../images/logo2.gif) no-repeat;
	width: 290px;
	height: 84px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
}

/*.logo {
	position: absolute;
	top: 44px;
	left: 20px;
	background: url(../images/logo.gif) no-repeat;
	width: 162px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 9999;
}*/

.container {
	overflow: hidden;
	height: 1%;
	padding: 115px 0 0;
}
.home-page .container {
	padding: 118px 0 32px;
}
.breadcrumb {
	background-color: #a00000;
	height: 31px;
	overflow: hidden;
}

/* custom breadcrumb colors */
body.what .breadcrumb { background-color: #a00000; }
body.who .breadcrumb { background-color: #78a22f; }
body.why .breadcrumb { background-color: #055594; }
body.case .breadcrumb { background-color: #ff9100; }
body.contact .breadcrumb { background-color: #b2b2b4; }

.breadcrumb ul {
	margin: 9px 10px 0 0;
	padding: 0;
	float: right;
	display: inline;
}
.breadcrumb ul li {
	float: left;
	list-style: none;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #b2b2b4;
}
.breadcrumb ul li a {
	text-decoration: none;
	color: #b2b2b4;
	background: url(../images/sep.gif) no-repeat 100% 2px;
	padding: 0 12px 0 0;
	margin: 0 7px 0 0;
}
.breadcrumb ul li a:hover { color: #fff; }
#footer {
	border-top: 16px solid #f4f5f6;
	width: 680px;
	overflow: hidden;
	padding: 10px 0 15px;
}
.home-page #footer { width: 750px; }
#footer ul {
	margin: 0 0 0 -5px;
	padding: 0;
	overflow: hidden;
	float: left;
}
#footer ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 2px 12px 5px 12px;
	background: url(../images/sep-footer.gif) no-repeat;
	color: #455660;
	font-size: 11px;
	line-height: 13px;
}
#footer ul li a {color: #a00000; }
#footer ul li a:hover { text-decoration: none; }
.col-1 {
	float: left;
	width: 643px;
	display: inline;
	margin: 39px 0 0 20px;
	padding: 0 0 48px;
}

.col-1 h2 {
	margin: 0;
	padding: 0 0 7px;
	color: #a00000;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}
.col-1 h3 {
	margin: 0;
	padding: 1px 0 7px 1px;
	color: #a00000;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.col-1 p {
	margin: 0;
	padding: 0 0 19px 1px;
	color: #4a5156;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.col-1 p a { color: #055594; }
.col-1 p a:hover { text-decoration: none; }
/*.main-text {
	margin: 0 0 23px;
	font-size: 14px;
	line-height: 18px;
	color: #a00000;
	background: url(../images/dotted-line.gif) repeat-x;
}
.main-text span.enhance {
	display: block;
	background: url(../images/dotted-line.gif) repeat-x 0 100%;
	padding: 16px 0 20px;
	text-align: justify;
}*/
.holder {
	overflow: hidden;
	height: 1%;
	padding: 21px 0 0;
}

/* BOXES*/
.box {
	float: left;
	width: 280px;
	margin: 0 0 0 2px;
	display: inline;
}
.box-right {
	float: right;
	width: 294px;
}
.box h4 {
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 13px;
	font-size: 11px;
}
.box h4.maecenas-dignissim { background: url(/images/maecenas-dignissim.gif) no-repeat; }
.box h4.proin-rhoncus-gibbli { background: url(/images/proin-rhoncus-gibbli.gif) no-repeat; }

.box h4.alrs { background: url(../images/box-title-alrs.gif) no-repeat; }
.box h4.hlrs { background: url(../images/box-title-hlrs.gif) no-repeat; }

.box .image {
	float: left;
	margin: 21px 0 0;
}
.box .image img { display: block; }
.box .text {
	float: left;
	width: 157px;
	margin: 17px 0 0 13px;
	display: inline;
}
.box-right .text { width: 169px; }
.box .text p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	color: #666;
	text-align: left;
}
.col-2 {
	float: right;
	width: 259px;
	margin: 50px 0 0;
	padding: 0 0 25px;
}
.side-nav {
	margin: 3px 0 0;
	padding: 0 0 24px 22px;
	overflow: hidden;
	height: 1%;
	background: url(../images/dotted-line.gif) repeat-x 0 100%;
}
.home-content .side-nav {
	margin: 0;
	padding: 3px 0 0 19px;
	background: none;
}
.side-nav li {
	list-style: none;
	background: url(../images/arrow.gif) no-repeat 0 3px;
	color: #666;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 10px 15px;
}
.side-nav li a {
	color: #666;
	text-decoration: none;
}
.side-nav li a:hover { text-decoration: underline; }
.col-2 h4 {
	margin: 37px 0 0 11px;
	height: 11px;
	overflow: hidden;
	font-size: 10px;
	text-indent: -9999px;
}
.col-2 h4.head-desing-showcase { background: url(../images/design-showcase.gif) no-repeat; }
.col-2 h4.what-our-clients-say {
	margin: 36px 0 0 66px;
	background: url(../images/what-our-clients-say.gif) no-repeat;
}
.desing-showcase {
	padding: 0 10px 34px 31px;
	margin: 22px 0 0;
	background: url(../images/dotted-line.gif) repeat-x 0 100%;
	overflow: hidden;
	height: 1%;
}
.desing-showcase img { display: block; }
.desing-showcase p {
	margin: 6px 0 0 2px;
	line-height: 20px;
}
.more {
	color: #a00000;
	float: right;
	background: url(../images/pointer.gif) no-repeat;
	padding: 0 0 0 11px;
	margin: 10px 0 0;
}
.box-right .text .more { margin: 13px 7px 0 0; }
.desing-showcase .more { margin: 15px 19px 0 0; }
.solutions-box .more { margin: 3px 0 0; }
.more span {
	float: left;
	background: url(../images/learn-more.gif) no-repeat;
	width: 81px;
	height: 10px;
	text-indent: -9999px;
	cursor: pointer;
	overflow: hidden;
}
.more span.view {
	background: url(../images/view-project.gif) no-repeat;
	height: 13px;
	width: 93px;
}
.more:hover { text-decoration: underline; }
.clients-say {
	overflow: hidden;
	height: 1%;
	padding: 0 0 20px;
	margin: 12px 0 0;
	background: url(../images/quote-open.gif) no-repeat 4px 38px;
}
.clients-say blockquote {
	margin: 15px 0 0;
	padding: 0;
}
.clients-say p {
	margin: 0;
	padding: 0 12px 19px 18px;
	color: #5a8bb2;
	line-height: 20px;
	background: url(../images/quote-close.gif) no-repeat 204px 100%;
	/*text-align: justify;
*/}
.clients-say p.cite {
	padding: 0;
	background: none;
	text-align: left;
}
.clients-say cite {
	display: block;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	background: url(../images/pointer.gif) no-repeat 0 5px;
	padding: 0 0 0 11px;
	margin: -6px 0 0 8px;
	position: relative;
}
#main-nav {
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
}
#main-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	background: url(../images/bg-main-nav.gif) repeat-x 0 23px;
	padding: 0 0 25px;
	width: 658px;
}
#main-nav li {
	float: left;
	text-indent: -9999px;
	list-style: none;
	padding: 0 16px 0 20px;
}
#main-nav li:first-child {
	padding-left: 17px;
	padding-right: 15px;
}
#main-nav li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 13px;
	padding: 0 4px 10px;
}
#main-nav li a.menu-what-we-do {
	background: url(../images/menu-what-we-do.gif) no-repeat 4px 0;
	width: 87px;
}
#main-nav li a.menu-who-we-are {
	background: url(../images/menu-who-we-are.gif) no-repeat 4px 0;
	width: 82px;
}
#main-nav li a.menu-why-choose-us {
	background: url(../images/menu-why-choose-us.gif) no-repeat 4px 0;
	width: 103px;
}
#main-nav li a.menu-case-studies {
	background: url(../images/menu-case-studies.gif) no-repeat 4px 0;
	width: 81px;
}
#main-nav li a.menu-contact-us {
	background: url(../images/menu-contact-us.gif) no-repeat 4px 0;
	width: 81px;
}
#main-nav li a:hover,
#main-nav li:hover a,
#main-nav li.hover a,
#main-nav li.active a { background-position: 4px -50px; }
#main-nav li:hover a.menu-what-we-do,
#main-nav li.hover a.menu-what-we-do,
#main-nav li.active a.menu-what-we-do { border-bottom: 6px solid #a00000; }
#main-nav li:hover a.menu-who-we-are,
#main-nav li.hover a.menu-who-we-are,
#main-nav li.active a.menu-who-we-are { border-bottom: 6px solid #78a22f; }
#main-nav li:hover a.menu-why-choose-us,
#main-nav li.hover a.menu-why-choose-us,
#main-nav li.active a.menu-why-choose-us { border-bottom: 6px solid #055594; }
#main-nav li:hover a.menu-case-studies,
#main-nav li.hover a.menu-case-studies,
#main-nav li.active a.menu-case-studies { border-bottom: 6px solid #ff9100; }
#main-nav li:hover a.menu-contact-us,
#main-nav li.hover a.menu-contact-us,
#main-nav li.active a.menu-contact-us { border-bottom: 6px solid #b2b2b4; }
#main-nav li:hover,
#main-nav li.hover { position: relative; }
#main-nav li:hover .drop-down,
#main-nav li.hover .drop-down { display: block; }
.drop-down {
	position: absolute;
	top: 29px;
	left: 12px;
	z-index: 9999;
	width: 469px;
	display: none;
	background: url(../images/none.gif) repeat;
}
.drop-down .drop-down-bg {
	background: url(../images/bg-drop-down.png) repeat-y;
	overflow: hidden;
	width: 100%;
}
.drop-down .drop-down-bg-bottom {
	background: url(../images/bg-drop-down-bottom.png) no-repeat;
	height: 17px;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	width: 100%;
}
.line-holder {
	margin: 13px 0 0;
	padding: 0 0 4px;
	background: url(../images/dotted-line-vert.gif) repeat-y 264px 0;
	overflow: hidden;
	height: 1%;
	position: relative;
}
.sub-col-1 {
	float: left;
	width: 225px;
	padding: 6px 0 0 25px;
}
.sub-col-2 {
	float: left;
	width: 165px;
	padding: 6px 0 0 37px;
}
.drop-down h5 {
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 12px;
	height: 13px;
	color: #dcb86e;
}
.drop-down h5.internet-solutions { background: url(../images/internet-solutions.gif) no-repeat; }
.drop-down h5.premium-services { background: url(../images/premiun-services.gif) no-repeat; }
#main-nav li .drop-down ul {
	margin: 19px 0 0 7px;
	padding: 0;
	width: auto;
	float: none;
	background: none;
}
#main-nav li .drop-down ul li {
	float: none;
	padding: 0 0 6px;
	font-size: 12px;
	line-height: 14px;
	display: block;
	text-indent: 0;
	background: url(../images/none.gif) repeat;
}
#main-nav li .drop-down ul li a {
	display: inline;
	background: url(../images/arrow-2.gif) no-repeat 0 5px;
	padding: 0 0 0 11px;
	color: #565656;
	display: block;
	height: auto;
	text-decoration: none;
	text-indent: 0;
}
#main-nav li .drop-down ul li a:hover {
	color: #a00000;
	background-position: 0 -45px;
	text-decoration: underline;
}
.flash { padding: 0 0 62px; }
.flash img,
.flash object,
.flash embed { display: block; }
.home-content {
	float: left;
	width: 750px;
	background: url(../images/dotted-line-vert-2.gif) repeat-y;
}
.home-content .top {
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-home-content.gif) no-repeat;
	padding: 0 0 20px;
}
.home-content .col {
	float: left;
	width: 250px;
}
.home-content .col h2 {
	margin: 15px 0 47px 12px;
	font-size: 11px;
}
.home-content .col h2 a {
	display: block;
	overflow: hidden;
	height: 12px;
	text-indent: -9999px;
}
.home-content .col h2.head-what-we-do a { background: url(../images/what-we-do.gif) no-repeat; }
.home-content .col h2.head-solutions a { background: url(../images/solutions.gif) no-repeat; }
.home-content .col h2.head-our-work a { background: url(../images/our-work.gif) no-repeat; }
.our-work-box {
	margin: 0 0 0 26px;
	padding: 2px 0 0;
	width: 199px;
}
.our-work-box p,
.solutions-box p {
	margin: 3px 0 0 2px;
	padding: 0 0 5px;
	line-height: 20px;
}
.solutions-box p { margin: 11px 0 0 2px; }
.solutions-box {
	margin: 0 0 0 29px;
	padding: 2px 0 0;
	width: 184px;
}
.solutions-box h3 {
	margin: 0 0 8px;
	background: url(../images/marketing-analytics.gif) no-repeat;
	height: 16px;
	font-size: 14px;
	text-indent: -9999px;
	overflow: hidden;
}
.affiliations {
	float: left;
	margin: 15px 0 0 20px;
	width: 174px;
}
.affiliations ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.affiliations ul li {
	list-style: none;
	text-align: center;
	padding: 0 0 21px;
}
.affiliations ul li img {
}

/* EXTRAS */

div.col-1 ol li {
	padding-top: 8px;
	padding-bottom: 6px;
}

div.col-1 ul li {
	padding-top: 9px;
	padding-bottom: 9px;
}

img.flush-left { margin-right: 20px; border: 1px #dadada solid; }

.main-text {
	display:block;
	margin: 0 0 20px 0;
	padding: 12px 12px 0px 12px;
	background-color: #f1f1f1;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-align:center;
}

.main-text p { 
	text-align:center;
	font-size: 14px;
	line-height: 18px; 
}

.main-text p.red { color: #a00000; }

body.contact .breadcrumb ul li { color: #e1e1e1; }
body.contact .breadcrumb ul li a { color: #e1e1e1; }
body.contact .breadcrumb ul li a:hover { color: #fff; }

body.who .breadcrumb ul li { color: #d2d2d2; }
body.who .breadcrumb ul li a { color: #d2d2d2; }
body.who .breadcrumb ul li a:hover { color: #fff; }

body.case .breadcrumb ul li { color: #d4d4d4; }
body.case .breadcrumb ul li a { color: #d4d4d4; }
body.case .breadcrumb ul li a:hover { color: #fff; }


/* PAGE TITLES */
.col-1 h1 {
	margin: 0 0 26px -1px;
	color: #1e2e3a;
	font-size: 26px;
	line-height: 29px;
	font-weight: normal;
	height: 33px;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
}

.col-1 h1.what { background: url(../images/heading-we-make-your-site.gif) no-repeat; }
.col-1 h1.dev { background: url(../images/heading-development.gif) no-repeat; }
.col-1 h1.analytics { background: url(../images/heading-analytics.gif) no-repeat; }
.col-1 h1.cms { background: url(../images/heading-cms.gif) no-repeat; }
.col-1 h1.email { background: url(../images/heading-email.gif) no-repeat; }
.col-1 h1.hosting { background: url(../images/heading-hosting.gif) no-repeat; }
.col-1 h1.ppc { background: url(../images/heading-ppc.gif) no-repeat; }
.col-1 h1.seo { background: url(../images/heading-seo.gif) no-repeat; }

.col-1 h1.case { background: url(../images/heading-case.gif) no-repeat; }
.col-1 h1.contact { background: url(../images/heading-contact.gif) no-repeat; }
.col-1 h1.sitemap { background: url(../images/heading-sitemap.gif) no-repeat; }
.col-1 h1.spanish { background: url(../images/heading-spanish.gif) no-repeat; }
.col-1 h1.video { background: url(../images/heading-video.gif) no-repeat; }
.col-1 h1.who { background: url(../images/heading-who.gif) no-repeat; }
.col-1 h1.why { background: url(../images/heading-why.gif) no-repeat; }
.col-1 h1.writing { background: url(../images/heading-writing.gif) no-repeat; }
.col-1 h1.thankyou { background: url(../images/heading-thankyou.gif) no-repeat; }


