body {
	background: #fff url(images/bkg-page.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial,helvetica,lucida,verdana,sans-serif;
	font-size: 13px;
	color: #464646;
}
a {
	text-decoration: none;
	padding: 2px;
	color: #f1228e;
}
a:hover {
	background: #000;
	text-decoration: none;
	color: #fff;
}

/* Page Header 
-------------------------------------------------------- */

#header {
	position: relative;
	width: 920px;
	height: 118px;
	margin: 0 auto;
	text-align: left;
}
#header h1 {
	display: inline;
	position: absolute;
	top: 58px;
	left: 0;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	background: url(images/bkg-logo.gif) no-repeat;
	width: 136px;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	text-indent: -9000px;
	outline: none;
}
 
#header ul {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 400px;
	background: url(images/bkg-topnav.gif) repeat-x bottom;
	margin: 0;
	padding: 0;
} 
#header ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}	
#header ul a:link, #header ul a:visited {
	width: 80px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
	line-height: 18px;
	padding: 2px 0 14px 0;
	text-decoration: none;
	float: left;
} 
#header ul a:link.active, #header ul a:visited.active {
	background: url(images/bkg-topnav-on.gif) no-repeat bottom center;
	color: #000;
	cursor: default;
}
#header ul a:hover {
	background: url(images/bkg-topnav-hover.gif) repeat-x bottom;
	color: #000;
}



/* Page Banner (home)
-------------------------------------------------------- */

#banner {
	background: url(images/bkg-banner.gif);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
}
#banner .banner-home {
	position: relative;
	background: url(images/bkg-banner-home.png) no-repeat right;
	height: 360px;
}
#banner .banner-home h2 {
	background: url(images/bkg-banner-home-title.png) no-repeat;
	width: 340px;
	height: 122px;
	position: absolute;
	top: 80px;
}
#banner .banner-home .msg {
	position: absolute;
	top: 220px;
}
#banner .banner-home .msg h4 {
	margin-bottom: 10px;
}

#banner h2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9000px;
}
#banner h4 {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	cursor: default;
	color: #999;
}
#banner a.more {
	background: url(images/bkg-banner-more.gif) no-repeat right;
	padding-right: 28px;
	font-size: 18px;
}
#banner a.more:hover {
	text-decoration: underline;
	color: #fff;
}

#banner .puzzle1 {
	position: absolute;
	bottom: 0;
	right: 80px;
	background: url(images/bkg-puzzle-1.png) no-repeat;
	width: 157px;
	height: 127px;
}
#banner .puzzle2 {
	position: absolute;
	top: 0;
	right: 40px;
	background: url(images/bkg-puzzle-2.png) no-repeat;
	width: 169px;
	height: 131px;
}
#banner .puzzle3 {
	position: absolute;
	top: 30px;
	right: 60px;
	background: url(images/bkg-puzzle-3.png) no-repeat;
	width: 161px;
	height: 150px;
}
#banner .puzzle4 {
	position: absolute;
	bottom: 10px;
	right: 20px;
	background: url(images/bkg-puzzle-4.png) no-repeat;
	width: 167px;
	height: 151px;
}




/* Work
-------------------------------------------------------- */

#banner .banner-work {
	height: 200px;
}
#banner .banner-work h2 {
	position: absolute;
	top: 52px;
	background: url(images/bkg-banner-work-title.png) no-repeat;
	width: 341px;
	height: 67px;
	margin: 0;
}
#banner .banner-work h4 {
	position: absolute;
	top: 130px;
}


/* About
-------------------------------------------------------- */

#banner .banner-about {
	height: 200px;
}
#banner .banner-about h2 {
	position: absolute;
	top: 52px;
	background: url(images/bkg-banner-about-title.png) no-repeat;
	width: 368px;
	height: 83px;
	margin: 0;
}
#banner .banner-about h4 {
	position: absolute;
	top: 140px;
}

.about {
	background: url(images/bkg-about-images.jpg) no-repeat 0 0;
	height: 80px;
	margin-bottom: 20px;
}
.about.engineering {
	background-position: 0 0;
}
.about.design {
	background-position: 0 -80px;
}
.about.development {
	background-position: 0 -160px;
}
.about.marketing {
	background-position: 0 -240px;
}
.about.content {
	background-position: 0 -320px;
}
.about.service {
	background-position: 0 -400px;
}


/* Contact
-------------------------------------------------------- */

#banner .banner-contact {
	height: 200px;
}
#banner .banner-contact h2 {
	position: absolute;
	top: 52px;
	background: url(images/bkg-banner-contact-title.png) no-repeat;
	width: 341px;
	height: 83px;
	margin: 0;
}
#banner .banner-contact h4 {
	position: absolute;
	top: 140px;
}


/* News
-------------------------------------------------------- */

#banner .banner-news {
	height: 200px;
}
#banner .banner-news h2 {
	position: absolute;
	top: 52px;
	background: url(images/bkg-banner-news-title.png) no-repeat;
	width: 181px;
	height: 66px;
	margin: 0;
}
#banner .banner-news h4 {
	position: absolute;
	top: 130px;
}


.post {}
.post h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}
.post small {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
	text-transform: uppercase;	
	color: #aaa;
}
.post .postmetadata {
	font-size: .9em;
}
.post .postmetadata.alt {
	background: #F8F8F8;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 10px;
}
.post-sep {
	height: 1px;
	border-top: 1px dotted #666;
	margin: 40px 0;
}

.blogfoot {
	border-bottom: 1px dotted #ccc;
	margin: 40px 0 0;
	padding: 20px 0;
	clear: both;
}
.blogfoot-top {	
	background: url(images/bkg-stripe.png);
	height: 60px;
	margin-bottom: 20px;
}

.side-menu {
	margin-bottom: 40px;
}
.side-menu a.fadeNext {
	display: block;
	/*background: #000;*/
	background: url(images/bkg-stripe.png);
	margin: 0 0 5px 0;
	padding: 10px;
	line-height: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #f1228e;
}
.side-menu a.fadeNext:hover {
	background: #000;
	color: #fff;
}

.side-links {
	padding: 10px 0 20px 0;
}
.side-links a {
	display: block;
	width: 130px;
	float: left;
}
.side-links a:hover {
	background: #f1228e;
}

#search_form {	
	background: #fff;
	border: 2px solid #ccc;
}
#search_text {	
	border: none;
	font-size: 16px;
	padding: 5px 30px 5px 5px;
	width: 210px;
	float: left;
}
#search_btn {
	border: none;
	background: #fff url(images/bkg-search.gif) center center;
	width: 28px;
	height: 28px;
	line-height: 20px;
	text-indent: -9000px;
	overflow: hidden;
	float: right;
}

.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	list-style-type: none;
	border-top: 1px dotted #666;
	margin: 0;
	padding: 10px 0 0;
}
.commentlist li p {
	margin-top: 0;
}

#commentform p {
	margin: 5px 0;
}
#commentform p {
	font-family: "Lucida Grande",Verdana,Arial,Sans-Serif;
	padding: 5px 0;
}
#commentform .frm {
	background: #fff;
	border: 1px solid #ccc;
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}
#commentform label {
	
}
#commentform textarea {	
	background: #fff;
	border: 1px solid #ccc;
	width: 596px;
}


ol, ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
}




/* Page Footer
-------------------------------------------------------- */

#footer {
	background: url(images/bkg-footer-core.gif) no-repeat top right;
	margin-top: 80px;
	padding-bottom: 40px;
	color: #999;
}
#footer a {
	color: #464646;
}
#footer a:hover {
	color: #fff;
}



/* Common Styles
-------------------------------------------------------- */

.contentblock {
	position: relative;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
}
.content {
	width: 600px;
	float: left;
}
.side {
	width: 280px;
	float: right;
}
.col3 {
	width: 280px;
	margin-right: 40px;
	float: left;
}

.mr0 { margin-right: 0; }
.mb40 { margin-bottom: 40px; }
.hide { display: none; }
.clear { clear: both; }
.bigtext { font-size: 24px; line-height: 1.2em; }
.vcard { background: url(images/icon_vcard.gif) no-repeat left; padding-left: 38px; }
.addr { background: url(images/bkg-worldmap-sm.gif) no-repeat top right; }
.arrow { background: url(images/bkg-arrow.gif) no-repeat right; padding-right: 10px; }
.th { border: 1px solid #000; }
.pic-right { margin: 5px 0 20px 20px; }
.pic-left { margin: 5px 20px 20px 0; }
.fader { opacity: 0; display: none; }


.slideshow {
	position: relative;
	height: 300px;
}
.slideshow img {
	margin-left: 58px;
}
.slideshow .nav-left {
	position: absolute;
	top: 128px;
	left: 0;
	background: url(images/bkg-slideshow-nav.gif) no-repeat 0 0;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.slideshow .nav-left:hover {
	bacgkround-position: 0 -25px;
}
.slideshow .nav-right {
	position: absolute;
	top: 128px;
	right: 0;
	background: url(images/bkg-slideshow-nav.gif) no-repeat 0 -50px;
	display: block;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.slideshow .nav-left:hover {
	bacgkround-position: 0 -75px;
}

.form-row {
	background: #daedf4;
	padding: 20px;
	margin-bottom: 10px;
}
.form-row label {
	display: block;
	width: 100px;
	float: left;
}
.form-row input, 
.form-row select,
.form-row textarea {
	background: #fff;
	font-size: 16px;
	border: 1px solid #ccc;
	width: 420px;
}

.btn {
	background: url(images/bkg-button.gif) no-repeat 0 0;
	border: none;
	width: 158px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	color: #fff;
}
.btn:hover {
	background-position: 0 -35px;
}

h2 {
	font-size: 24px;
	font-size: normal;
	color: #000;
}
h3 {
	font-size: 16px;
	font-size: normal;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
}


.readmore {
	display: inline;
	background: #000;
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
}
.readmore:hover {
	background: #f1228e;
}
.title {
	display: inline;
	background: #f1228e;
	margin: 0;
	padding: 5px;
	line-height: 1.5em;
	font-weight: bold;
	color: #fff;
}
h3.theskills {
	background: url(images/bkg-h3-theskills.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.ourwork {
	background: url(images/bkg-h3-ourwork.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.performance-marketing {
	background: url(images/bkg-h3-performancemarketing.gif) no-repeat;
	height: 35px;
	line-height: 35px;
	text-indent: -9000px;
	overflow: hidden;
}


/* PNG Behavior for IE6 */

#banner h2, #banner .banner-home,
.puzze1, .puzzle2, .puzzle3, .puzzle4 { behavior: url("iepngfix.htc"); }