html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif;
	background:url(images/background_page.gif) repeat-x top;

} 
 
#pagewidth{ 
 	width:100%; 
 	text-align:center;  
 
} 
 
#header{
 	position:relative; 
 	height:111px;
	/*background:url(images/background_top_banner.gif) repeat-x top;*/
	width:100%;
 	margin:0;
 	padding:0;
 	text-align:center;
} 

#topBanner{
 	position:relative; 
 	height:111px; 
 	width:960px;
 	text-align:left;
  	margin-right:auto;
	margin-left:auto;
 } 
 

#wrapper {
	/*background:url(images/background_contet.gif) repeat-x top;*/
 	padding:0;
 	margin:0;
	width:960px;
  	margin-right:auto;
	margin-left:auto;
} 

#leftcol{
	width:200px; 
	float:left; 
	position:relative;
	padding:20px 30px;
	text-align:left;
 }



#maincolHome {
	position: relative; 
	width:960px;
	margin-right:auto;
	margin-left:auto;
	top:0px;
	min-height:600px;
	margin-top:0px;
	padding-top:0px;
}

#maincol{
	float: right; 
	display:inline; 
	position: relative; 
	width:660px;
	padding:30px 20px;
	text-align:left;
	min-height:600px;
 }

#maincolFeatures{
	float: right; 
	display:inline; 
	position: relative; 
	width:660px;
	padding:30px 20px;
	text-align:left;
	min-height:600px;
 }
 
#maincolCaseStudies {
	position: relative; 
	width:900px;
	margin-right:auto;
	margin-left:auto;
	top:0px;
	min-height:600px;
	margin-top:0px;
	padding:20px 30px;
	text-align:left;
}

#footer {
 	height:90px; 
  	background-color:#b5afaf; 
 	clear:both;
 	width:100%;
 	border-top:2px solid #ffcf01;
	padding-bottom:20px;
 } 
 

 
 /* HOME PAGE ELEMENTS */
 
 #logo {
 	width:230px;
 	height:75px;
 	position:relative;
 	float:left;
 }

 #logo a {
       outline:none;
 }


 
#utility {
 	position:relative;
 	float:right;
 	font-size:12px;
 	font-weight: normal;
 }
 
#utility a {
  	color:#FFFFFF;
	background-color:#686868;
	padding:3px 10px;
	display: inline;
	text-decoration:none;
       outline:none;
}

#utility a:hover {
  	color:#000;
	background-color:#f4f4f3;
	padding:3px 10px;
	display: inline;
	text-decoration:none;
       outline:none;
}
 
  
 #mainNavigation {
	 width:960px;
 	text-align:right;
	 float:right;
 }
 
 #mainNavigation img {
 	margin:0 1px 0 0;
 	padding:0;
 }
 

 #mainNavigation a {
	outline:none;
 }

 #mainFeature {
  	margin-right:auto;
	margin-left:auto; 
 	width:900px;
 	height:260px;
	padding-top:10px;
 }

 #homeText {
  	margin-right:auto;
	margin-left:auto; 
 	width:900px;
	padding-top:15px;
	padding-bottom:15px;
 	font-size:14px;
                color: #505050;
                text-align: left;
}

.homeText a,
.homeText a {
	font-size:14px;
	color:#010101;
	margin:0;
	background-color:#ffcf06;
	text-decoration:none;
	border:1px solid #fff;
	outline:none;
	padding:1px 5px 1px 5px;
	margin:0 0 0 0;
	}

.homeText a:hover,
.homeText a:hover {
	font-size:14px;
	color:#010101;
	margin:0;
	background-color:#f4f4f3;
	text-decoration:none;
	border:1px dashed #808080;
	outline:none;
	padding:1px 5px 1px 5px;
	margin:0 0 0 0;
	}

/******* HOME PAGE SLIDESHOW **********/

#slideshow {
    position:relative;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 260px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 260px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



/******* END HOME PAGE SLIDESHOW **********/












 .bucketTitle {
  	margin-right:auto;
	margin-left:auto;
 	width:880px;
 	text-align:left;
 	font-size:9px;
 	color:#818181;
 	height:10px;
 	padding-top:5px;
 }
 
#clientLogos {
	margin-right:auto;
	margin-left:auto;
 	width:900px;
}

#features,
#testimonials {
	width:900px;
	height:280px;
   	margin-right:auto;
	margin-left:auto;
	padding:0 0 10px 0;
} 

#features {
	
	border-bottom:1px dashed #d6d6d6;
	
} 

.featureBox {
	
	width:299px;
	height:260px;
	border-right:1px dashed #dbdbdb;
	float:left;
	padding:5px 0 0 0;
	margin:0;
	
}


.featureBoxRight {
	
	width:300px;
	height:250px;
	float:right;
	padding:5px 0 0 0;
	margin:0;
	
}

.featureBox h1,
.featureBoxRight h1 {
	text-align:left;
	padding:3px 0 0 25px;
	width:274px;
	background:url(images/icons/yellow_waves.png) no-repeat top left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#3b3b3b;
	margin:0;
	font-weight:bold;
	}
	
.featureBox h1 small,
.featureBoxRight h1 small {

	font-size:14px;
	color:#686868;
	font-weight: bold;
	}

.featureBox h2,
.featureBoxRight h2 {
	text-align:left;
	padding:3px 0 0 25px;
	width:274px;
	/*background:url(images/icons/yellow_waves.png) no-repeat top left;*/
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#3b3b3b;
	margin:0;
	font-weight:bold;
	}
	
.featureBox h2 small,
.featureBoxRight h2 small {

	font-size:14px;
	color:#686868;
	font-weight: bold;
	}	
	
.featureBox p,
.featureBoxRight p {
	text-align: left;
	font-size:13px;
                color: #505050;
	margin:0;
	padding:3px 20px 1px 25px;
	}

.featureBox a,
.featureBoxRight a {
	text-align:left;
	font-size:12px;
	color:#010101;
	margin:0;
	padding:1px 10px 1px 5px;
	background-color:#ffcf06;
	text-decoration:none;
	margin:5px 0 0 25px;
	float:left;
	border:1px solid #fff;
	outline:none;
	}

.featureBox a:hover,
.featureBoxRight a:hover {
	text-align:left;
	font-size:12px;
	color:#010101;
	margin:0;
	padding:1px 10px 1px 5px;
	background-color:#f4f4f3;
	text-decoration:none;
	margin:5px 0 0 25px;
	float:left;
	border:1px dashed #808080;
	outline:none;
	}
 
 
 
 
 
/******************* INTERNAL PAGES *******************/
  
/********** LEFT COLUMN ************/
 
#leftcol h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:28px;
	font-weight:bold;
	color:#b4afaf;
	margin:20px 0 30px 0;
}



#subnavigation {
	text-transform:uppercase;
	margin-bottom:20px;
}
	
#subnavigation a {
	width:182px;
	height:16px;
	padding:6px 0 2px 20px;
	color:#686868;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	background:url(images/nav/bullet_grey_0.gif) left #c9c9c9 no-repeat;
	background-color:#dbdbdb;
	display:block;
	margin:2px 0 0 0;
       outline:none;
}
	
 #subnavigation a:hover {
 	width:182px;
	height:16px;
	padding:6px 0 2px 20px;
 	color:#fff;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	background:url(images/nav/bullet_grey_1.gif) left #c9c9c9 no-repeat;
	background-color:#b4afaf;
	display:block;
	margin:2px 0 0 0;
}


#subnavigation .selected {
	width:182px;
	height:16px;
	padding:6px 0 2px 20px;
 	color:#fff;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	background:url(images/nav/bullet_grey_1.gif) left #c9c9c9 no-repeat;
	background-color:#b4afaf;
	display:block;
	margin:2px 0 0 0;
}

.featured-box {
	width:200px;
	margin:10px 0 0 0;	
}
	
.featured-heading {
	font-family:"Trebuchet MS", Arial;
	font-size:23px;
	font-weight:bold;
	color:#e4e4e4;
	text-align:center;
	
	}	
.featured-box p {
	text-align: left;
	font-size:12px;
                color: #505050;
	margin:0;
	padding:5px;
}	

.featured-box a {
	outline:none;
}	
	
/********** END LEFT COLUMN ************/	
	
	
	
	
	
	
/********** MAIN COLUMN ************/		
	
#maincol h1 {
	font-family:"Trebuchet MS", Arial;
	font-size:24px;
	font-weight:bold;
	color:#252525;
	
	}

/* standard page subtitles */	
#maincol h2 {
	font-size:18px;
	font-weight:bold;
	color:#252525;
	margin:0;
	}
	
/* features subtitles with "plus" icon */	
#maincol h3 {
	font-size:18px;
	font-weight:bold;
	color:#252525;
	background: url(images/icons/bullet_plus.gif) left no-repeat;
	padding:4px 0 0 33px;
	min-height:25px;
	margin:0;
}

/* standard page subtitles */	
#maincol h4 {
	font-size:14px;
	font-weight:bold;
	color:#3b3b3b;
	margin:0px 0px 0px -25px;
	background:url(images/icons/yellow_waves.png) no-repeat top left;
	padding:7px 0 0 25px;
	}

#maincol h2 small, 
#maincol h3 small,
#maincol h4 small  {
	font-size:15px;
	font-weight:bold;
	color:#686868;
	margin:0;
	}
	



#maincol p,
#maincolCaseStudies p {
	font-size:13px;
	font-weight: normal;
	color:#747679;
	margin:5px 0 20px 0;
}	
	
#maincol img {
	float:right;
	padding:5px 5px;
	margin:0;
}	

#maincol p strong,
#maincolCaseStudies p strong{
	font-size:14px;
	font-weight: bold;
	color:#252525;
}	
	

#maincol p a:link,
#maincol p a:visited,
#maincolCaseStudies p a:link
#maincolCaseStudies p a:visited {
	font-size:13px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	background-color:#ffcf06;
	border:1px solid #fff;
	padding:0 3px;
	outline:none;
}


#maincol p a:hover,
#maincolCaseStudies p a:hover {
	font-size:13px;
	font-weight: normal;
	color:#000;
	text-decoration:none;
	background-color:#f4f4f3;
	border:1px dashed #808080;
	padding:0 3px;
	outline:none;
}


#maincol .imageCaption {
	font-size:11px;
	font-weight: normal;
	color:#000;
}


/********** PRICING & PLANS **********/

#pricingContainer {
	height:360px;
	margin:10px auto 40px auto;
	}
	
#promoCol h2, #nonPromoColA h2, #nonPromoColB h2 {
	padding:8px;
	font:bold 18px "Trebuchet MS",Helvetica,sans-serif;
	color:#333;
	background-color:#dbdbdb;
	background-image:url(/images/pricing/shadowRightDark.png);
	background-position:right;
	background-repeat:no-repeat;
	}
	
#nonPromoColB h2 {
	background-image:url(/images/pricing/shadowLeftDark.png);
	background-position:left;
	}

#promoCol h2 {
	font-size:20px;
	background-color:#fae041;
	background-image:none;
	}
	
#promoCol {
	float:left;
	width:231px;
	border:3px solid #b4afaf;
	padding-bottom:8px;
	text-align:center;
	}
	
#nonPromoColA, #nonPromoColB{
	float:left;
	width:210px;
	margin-top:23px;
	border-top:1px solid #b4afaf;
	border-bottom:1px solid #b4afaf;
	border-left:1px solid #b4afaf;
	padding-bottom:8px;
	text-align: center;
	background-color:#fcfcfc;
	background-image:url(/images/pricing/shadowRight.png);
	background-position:right;
	background-repeat:no-repeat;
	}

#nonPromoColB {
	border-right:1px solid #b4afaf;
	border-left:none;
	background-image:url(/images/pricing/shadowLeft.png);
	background-position:left;
	}

#promoCol strong, #nonPromoColA strong, #nonPromoColB strong {
	color:#474747;
	}

#signUpContainer {
	height:40px;
	padding:15px 0 5px 0;
	text-align:center;
	}
	
#signUpButton img {
	margin-right:220px;
	margin-bottom:10px;
	border:0;
	padding:5;
	}

ul.promoIncludes, ul.nonPromoIncludes {
	margin:0;
	padding:8px;
	list-style:none;
	font:16px/220% Arial,Helvetica,sans-serif;
	color:#4f4f4a;
	}
	
ul.nonPromoIncludes {
	font-size:15px;
	line-height:205%;
	}
	
ul.promoIncludes span {
	border-bottom:1px dotted #4f4f4a;
	color:#4f4f4a;
	text-decoration:none;
	}


/********** CASE STUDIES  **********/


#maincolCaseStudies h1{
	font-family:"Trebuchet MS", Arial;
	font-size:32px;
	font-weight:bold;
	color:#b4afaf;
	margin:20px 0 30px 0;
}


.case-study {
	border-bottom:1px dashed #d6d6d6;
	position:relative;
	float:left;
	min-height:200px;
	margin:10px 0 20px 0;
}
 
	
 
.case-study-image {
	float:left;
	width:260px;
	margin-right:50px;
	margin-bottom:25px;
	position:relative;
	float:left;
}

.case-study-info {
	position:relative;
	float:left;
	width: 590px;
}
	
/* case studies subtitles with "bird" icon */	
#maincolCaseStudies h2 {
	font-size:19px;
	font-weight:bold;
	color:#252525;
	margin:0 0 0 -10px;;
	background:url(images/icons/bird_white_gray.gif) left top no-repeat;
	min-height:25px;
	padding:0 0 0 40px;
}

#maincolCaseStudies h3 {
	font-size:16px;
	font-weight:bold;
	color:#252525;
	margin:0;
	padding:0;
}

#maincolCaseStudies h3 small {
	font-size:14px;
	font-weight:bold;
	color:#747679;
	margin:0;
	padding:0;
}


 
 
 /* FOOTER LINKS */
 
#footerLinks {
 width:960px;
  	margin-right:auto;
	margin-left:auto;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	height:20px;
	margin-top:25px;
 }
  
#footerLinks a {
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 10px 1px 10px;
}

#footerLinks a:hover {
	color:#000;
	text-decoration: none;
	background-color:#f4f4f3;
	padding:2px 10px 1px 10px;
}



 
 #footer address {
 	font-size:11px;
	color:#FFFFFF;
	font-style:normal;
	padding-top:10px;
	text-align:center;
}
 
/* CONTACT FORM */

#contactForm {
background-color:#e4e4e4;
padding:10px;
width:450px;
}
#contactForm p {
color:#747679;
}

#contactForm p img{
float:left;
}

.contactText {
color:#999;
font-family:Arial;
width:170px;
height:15px;
font-size:11px;
border:none;
}



.contactTextarea {
color:#999;
font-family:Arial;
width:400px;
height:50px;
font-size:11px;
border:none;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

