body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #333;
	font-size: x-small; /* for IE5 */
	f\ont-size: small; /* everyone else */
	line-height: 130%;
	background: #F6F6F6;
}
#tinymce {
	background: #FFF;
}
/************* COMMON ****************/
a {
	color: #6186d4;
	text-decoration: none;
	position: relative;
	z-index: 10;
}
a:hover {
	color: #333;
	text-decoration: none;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	color: #333;
	font-size: 105%;
	line-height: 140%;
}
td {
	font-size: 105%;
}
.boxthird p {
	font-size: 85%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
li {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 105%;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}
h1 {
	font-size: 220%;	
	padding: 0;
	margin: 0 0 0.4em 0;
	color: #333;
}
h2 {
	font-size: 200%;
	padding: 0;
	margin: 0 0 0.2em 0;
	color: #333;
}
h3 {
	font-size: 160%;
	padding: 0;
	margin: 0 0 0.2em 0;
	color: #333;
}
h4 {
	font-size: 140%;
	padding: 0;
	margin: 0 0 0.2em 0;
	color: #333;
}
h5 {
	font-size: 120%;
	padding: 0;
	margin: 0 0 0.1em 0;
	color: #333;
}
.pagecontent h1, .pagecontent h2 {
	letter-spacing: -0.1em;
}
.pagecontent h3, .pagecontent h4, .pagecontent h5 {
	letter-spacing: -0.05em;
}
.article-text h1, .article-text h2, .article-text h3, .article-text h4, .article-text h5 {
	margin: 0.1em 0 0.3em 0;
}

/******************** HEADER ***********************/
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#container {
	margin: 10px 0;
	padding: 10px;
	width: 940px;
	float: left;
	clear: both;
	background: #FFF;
	border: 1px solid #EEE;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	background: #FFF url("/images/bkg_header.gif") no-repeat right bottom;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#header_phone {
	padding: 6px 20px 6px 32px;
	background: url("/images/icon_phone.gif") no-repeat left center;
}
#header_email {
	padding: 6px 20px 6px 32px;
	background: url("/images/icon_email.gif") no-repeat left center;
}
#header_tweets {
	padding: 6px 20px 6px 32px;
	background: url("/images/icon_updates.gif") no-repeat left center;
}
#logo {
	width: 330px;
	padding: 7px 0 14px 0;
	margin: 0;
	float: left;
}
#logo img {
	border: 0;
}
#info {
	padding: 5px 0;
	position: absolute;
	right: 160px;
	top: 17px;
	display: inline; /* IE6 double margin fix */
	text-align: right;
	font-size: 85%;
}
#info img {
	margin: 0 4px 0 14px;
}
#info a {
	color: #333;
}
#info a:hover {
	text-decoration: underline;
	color: #000;
}
#navigation {
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	float: left;
	clear: both;
	-moz-box-shadow: 0 1px 2px #BBB;
	-webkit-box-shadow: 0 1px 2px #BBB;
	box-shadow: 0 1px 2px #BBB;
}
#navigation em {
	font-style: normal;
	border-bottom: 1px solid #CCC;
	}
#navigation .on em {
	border-bottom: none;
	}
#navigation ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background: #EEE url("/images/bkg_undernav.gif") repeat-x bottom left;
}
#navigation li {
	float: left;
	border-right: 1px dotted #CCC;
	font-size: 85%;
	margin: 0;
	padding: 0;
}
#navigation ul li a {
	color: #333;
	display: block;
	width: 120px;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 125%;
	letter-spacing: -1px;
	border-top: 4px solid #BBB; 
}
#navigation ul li a:hover {
	color: #fff;
	background: #333;
	border-top: 4px solid #999; 
	text-decoration: none;
}
#navigation ul li a.on {
	color: #fff;
	background-color: #6186d4;
	border-top: 4px solid #6186d4; 
	background-image: url("/images/bkg_righthead.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
#navigation ul li.ho a {
}
#navigation ul li.we a {
}
#navigation ul li.ec a {
	width: 170px;
}
#navigation ul li.mu a {
	width: 140px;
}
#navigation ul li.ab a {
}
#navigation ul li.cl a {
}
#navigation ul li.la a {
	width: 143px;
}
#navigation ul li.co a {
	width: 120px;
}
/************** MAIN CONTENT *****************/
#main-body {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}
#content {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
}
#content a {
	font-weight: bold;
	}
#content a:hover {
	text-decoration: underline;
	}
.heading {
	width: 159px;
	margin: 0;
	padding: 20px 10px 6px 10px;
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-transform: uppercase;
	background: #6186d4 url("/images/bkg_righthead.png") repeat-x bottom left;
	float: left;
}
#sidebar .heading {
	border-bottom: 2px solid #fff;
}
.colcontent {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}
.colcontent dl {
	width: 100%;
	margin: 0;
	padding: 0;
}
/************************ main content *********************/
.page {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: inline;
	background: #fff url("/images/bkg_page.gif") repeat-y top left;
}
/**** left column *****/
.page #sidebar {	
	float: left;
	clear: both;
	padding: 0;
	margin: 0;
	width: 179px;
	background: #1c1c1c;
	overflow: hidden;
}
.page #sidebar .sidebox {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #CCC;
	float: left;
	font-size: 90%;
}
.page #sidebar .sidebox p {
	color: #CCC;
}
.page #sidebar .sidebox a {
	color: #FFF;
}
.page #sidebar .sidebox a:hover {
	color: #DDD;
}
.page #sidebar .sidebox .colcontent {
	width: 159px;
	margin: 0;
	padding: 10px;
}
.page #sidebar .sidebox .colcontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.page #sidebar .sidebox .colcontent li {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 100%;
}
.page #sidebar .sidebox .colcontent li a {	
	width: 150px;
	float: left;
	color: #fff;
	padding: 6px 0 6px 15px;
	margin: 0 0 0 -6px;
	font-weight: bold;
	border-bottom: 1px dotted #666;
}
.page #sidebar .sidebox .colcontent li a:hover {
	background: #333;	
	text-decoration: none;
}
.page #sidebar .sidebox .colcontent dl.testimonial {
	width: 100%;
	margin: 0;
	padding: 0;
}
.page #sidebar .sidebox .colcontent dd.name {
	font-weight: bold;
}
.page #sidebar .sidebox .colcontent dd.company {
	font-weight: bold;
}
.page #sidebar .sidebox .colcontent a {
	color: #fff;
}
.page #sidebar .sidebox .colcontent a:hover {
	color: #CCC;
}
.page .pagecontent {
	margin: 0;
	padding: 0;
	float: right;
	width: 755px;
}
/* home page image slider */
.headertop {
	background: #000;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 310px;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
#s3slider { 
   width: 940px;
   height: 310px;
   position: relative;
   overflow: hidden;
}
#s3slider ul {
	margin: 0;
	padding: 0;
}
#s3sliderContent {
   width: 940px;
   position: absolute;
   top: 0;
   margin-left: 0;
}
.s3sliderImage {
   float: left;
   position: relative;
   display: none;
}
.s3sliderImage span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 310px;
	color: #FFF;
	display: none;
}
.s3sliderImage p {
	position: absolute;
	display: none;
	bottom: 25px;
	left: 20px;
	padding: 10px 20px;
	width: 340px;
	margin: 0;
	font-size: 90%;
	line-height: 140%;
	font-weight: bold;
	color: #333;
	background: #FFF;
	background: rgba(255,255,255,0.8);
	font-family: Arial, Helvetica, sans-serif;
	z-index: 30;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.s3sliderImage h4 { 
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 300%;
	line-height: 130%;
	padding: 0 20px 0 40px;
	margin: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
	z-index: 10;
	display: inline;
	position: absolute;
	top: 18px;
	left: -999px;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.s3sliderImage p a {
	color: #CCC;
}
.s3sliderImage p a:hover {
	color: #FFF;
	text-decoration: underline;
}
.s3sliderImage span .sliderscreenshot {
	float: right;
}
#headermask {
	position: absolute;
	top: 0;
	right: 0;
	width: 940px;
	height: 310px;
	z-index: 20;
	background: url("/images/headermask.png") no-repeat top right;
}
.clear {
	clear: both;
}
.hspace {
	margin: 0 5px;
}
.page .pagecontent .heading {
	width: 735px;
	margin: 0;
	padding: 3px 10px 3px 10px;
	font-size: 100%;
	letter-spacing: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 1px 2px #BBB;
	-webkit-box-shadow: 0 1px 2px #BBB;
	box-shadow: 0 1px 2px #BBB;
}
.page .pagecontent .article-text {
	float: left;
	margin: 0;
	padding: 10px;
	width: 735px;
}
/* portfolio */
.portfolio {
	float: left;
	clear: both;
	padding: 30px 2%;
	width: 96%;
	margin: 0;
	border-bottom: 1px dotted #BBB;
	background: url("/images/portfolio_background.gif") repeat-x bottom;
}
.portfolio .left {
	width: 40%;
}
.portfolio .right {
	width: 60%;
}
.portfolio .text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 250%;
	line-height: 120%;
	letter-spacing: -1px;
	padding: 2px;
}
.portfolio .blurb {
	margin: 6px 6px 0 0;
}
.portfolio .image {
	float: right;
	width: 400px;
	margin: 0;
	padding: 6px 6px 3px 6px;
	background: #fff;
	position: relative;
	display: block;
	overflow: hidden;
}
.portfolio .image img {
	border: 0;
}
.portfolio .image img.new {
	padding: 0;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.dropshadow {
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
/************************ right column *********************/
#rightbar {	
	float: right;
	margin: 0;
	padding: 0;
	width: 189px;
}
#rightbar .rightbox {
	width: 179px;
	margin: 0 0 8px 0;
	padding: 5px;
	background: #fff;
	float: left;
}
.colcontent dd.pic {
	width: 100%;
	height: 112px;
	overflow: hidden;
	position: relative;
	border-bottom: 2px solid #fff;
}
.colcontent dd.pic img {
	position: absolute;
}
.colcontent dt.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 4px 0 0 0;
	font-size: 110%;
}
.colcontent dd.summary {
	padding: 0 0 15px 0;
}
.colcontent dd.product {
	padding: 10px 0 0 0;
}
/********************* footer *********************/
#footer {
	width: 100%;
	padding: 10px 0 5px 0;
	margin: 15px 0 0 0;
	border-top: 1px solid #DDD;
	clear: both;
	float: left;
	font-size: 85%;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #6186d4;
	text-decoration: underline;
}
#footer .left {
	padding: 7px 0;
}
#footer form {
	display: inline;
}
#footer label {
	font-size: 100%;
}
#footer .textfield {
	width: auto;
	font-size: 100%;
	padding: 3px 5px;
}
/********************* MISC ***********************/
.left { 
	float: left;
}
.right { 
	float: right;
}
dl, dt, dd {
	padding: 0;
	margin: 0;
}
.mid {
	vertical-align: middle;
}
.pagecontent .odd {
	background-color: #F6F6F6;
}
#errbox, #confbox {
	position: fixed;
	margin: 0 auto;
	top: 0;
	left: 0;
	padding: 8px 0 10px 0;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: 100%;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	z-index: 99;
	color: #FFF;
	background: #333;
}
#errbox {
	background: #333 url("/images/cross.gif") no-repeat 15px center;
	border-top: 3px solid #900;
}
#confbox {
	background: #333 url("/images/tick.gif") no-repeat 15px center;
	border-top: 3px solid #090;
}
#errbox a {
	color: #ff0000;
}
#errbox a:hover {
	color: #000000;
}
.hide {
	display: none;
}
form {
	margin: 0;
	padding: 0;
}
form .contact td {
	vertical-align: top;
	padding: 2px;
}
fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
}
label {
	font-size: 85%;
}
.textfield, textarea.textbox {
	color: #999;
	vertical-align: middle;
	margin: 0;
	padding: 5px;
	width: 92%;
	border: none;
	background: #fff url("/images/formfield.gif") repeat-x top;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	-moz-box-shadow: -1px -1px 1px #DDD;
	-webkit-box-shadow: -1px -1px 1px #DDD;
	box-shadow: -1px -1px 1px #DDD;
}
.requirederror {
	border-color: #C00;
	background: #fefdfd url("/images/formfielderror.gif") repeat-x top;
}
.newssnippet {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
	padding: 10px;
	}
.newssnippet a {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
	}
.padding {
	padding: 0 0.5em;
	}
.phone {
	background: url("/images/phone.gif") no-repeat right center;
	}
.phone dd {
	margin-right: 10px;
	}
.button {
	color:#888;
	font-weight: bold;
	display:inline-block;
	padding: 3px 20px;
	margin: 4px 0;
	text-shadow:1px 1px 0 #EEE;
	text-decoration:none;
	-webkit-border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
	background: url('/images/gradient.gif') repeat-x bottom;
	background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.6), rgba(220, 220, 220, 0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(220, 220, 220, 0.6)));
	border-top: 1px solid rgb(200, 200, 200);
	border-right: 1px solid rgb(150, 150, 150);
	border-bottom: 1px solid rgb(150, 150, 150);
	border-left: 1px solid rgb(200, 200, 200);
	cursor: pointer;
}
.button:hover, .button:focus {
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
	box-shadow:0 0 6px rgba(0, 0, 0, 0.2);
	border-top: 1px solid rgb(170, 170, 170);
	border-right: 1px solid rgb(120, 120, 120);
	border-bottom: 1px solid rgb(120, 120, 120);
	border-left: 1px solid rgb(170, 170, 170);
	color: #444;
	text-decoration: none !important;
	background: url('/images/gradient-on.gif') repeat-x bottom;
	background-image: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.6), rgba(195, 195, 195, 0.6));
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(200, 200, 200, 0.6)));
}
.video {
	width: 530px;
	height: 240px;
	background: #000 url("/images/ajax-loader.gif") no-repeat 50% 50%;
	border-bottom: 3px solid #FFFFFF;
	}
.pagecontent #twitter p {
	background-image: url("/images/twitter_icon.jpg");
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 68px;
	margin: 0;
	min-height: 48px;
	border-bottom: 1px dotted #CCC;
	clear: both;
	}
	
/* css for demo page */
.block {
	clear: both;
	float: left;
	width: 100%;
	background: url("/images/block_background.gif") repeat-x bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.block .blockinfo {
	float: left;
	width: 370px;
	margin-left: 20px;
}
.block .blockimage {
	float: right;
	width: 310px;
	text-align: center;
}
.block .blockimage p {
	color: #999;
}
.videolink {
	background: url("/images/video_icon.gif") no-repeat center left;
	padding:5px 5px 5px 30px;
	text-decoration:underline;
}
ul#imagechanger {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 310px;
	overflow: hidden;
	list-style: none;
}
ul#imagechanger li {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.twittersidebox {
	background: transparent url("/images/icon_black_twitter.gif") no-repeat bottom right;
}
.facebooksidebox {
	background: transparent url("/images/icon_black_facebook.gif") no-repeat bottom right;
}
.boxthird {
	float: left;
	background: #FFF url("/images/box_third.gif") no-repeat center center;
	height: 130px;
    margin: 5px;
    padding: 20px;
    width: 200px;
}
.gradientbox {
	background: #FFF url("/images/gradientbox.gif") repeat-x bottom left;
	float: left;
	width: 735px;
	margin: 5px 0;
	padding: 10px;
}	
.gradientbox .gradientboxleft {
	padding: 0 10px 0 0;
	border-right: 1px solid #CCC;
	width: 355px;
	float: left;
}
.gradientbox .gradientboxright {
	padding: 0 0 0 10px;
	width: 355px;
	float: right;
}
.gradientbox p {
	font-size: 90%;
}
.external {
	padding-left: 16px;
	background: url("/images/externallink.gif") no-repeat center left;
	font-size: 85%;
}
#contactform {
	float: left;
	padding: 10px 10px 10px 40px;
	margin: 0;
	width: 705px;
}
#registration {
	float: left;
	width: 630px;
	display: inline; /* IE6 double margin bug fix */
	margin: 20px 10px 0 10px;
	padding: 10px 10px 10px 90px;
	background: #F6F6F6 url("/images/doodles/email.png") no-repeat 10px center;
	border-top: 1px solid #DDD;
	min-height: 40px;
}
#registration p {
	font-size: 85%;
	margin: 0 0 0.2em 0;
}
#registration .textfield {
	width: 150px;
	font-size: 100%;
	padding: 2px 5px;
}
#registration .button, #clientlogin .button {
	padding: 1px 5px 3px 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
}
