/*

stylesheet
based on the great work of Paul Jarvis at Two Thirty	 (http://www.twothirty.com)
	
	COLOR PALETTE
	
	light grey			f0f0f0
	med grey				6b6d67
	dark grey				393a36
	darkest grey		21211f
	
	
		lightest orange #FBD281
	light orange #F5A642 (used for line on top)
	med orange #F28328
	dark orange  #FF6600
	
*/


* { padding: 0; margin: 0; } 

html {
	border-top: 2px solid #F5A642;
	text-align: center;
	}

	body {
		font: 12px/17px "Lucida Grande", tahoma, sans-serif;
		background: #fff;
		color: #21211f;
		width: 815px;
		margin: 27px auto;
		text-align: left;
		}
		
		body#tour {
			width: 500px;
			}
	
	.reset {
		display: block; 
		clear: both; 
		font-size: 1px; 
		height: 1px; 
		line-height: 0.1;
		}






/* interface
-------------------------------------------------------- */
#header, #content, #footer1 {
	float: left;
	position: relative;
	width: 100%;
	}
	
	#content {
		margin: 30px 0;
		}
		
		#home #tryit {
			margin-top: 120px;
		}
		
		
		
		#main {
			float: left;
			width: 600px;
			}
			
			#home #main {
				float: left;
				width: 815px;
				}
			
		#sidebar {
			float: right;
			width: 180px;
			}

#footer1 {
	margin: 60px 0;
	border-top: 2px solid #f0f0f0;
	padding-top: 6px;
	}
	

	
		
		* html #newsletter-box {
			top: -96px;
			}

	#search-box {
		position: relative;
		width: 176px;
		border: 2px solid #F28328;
		margin: 5px 0 12px 0;
		}

#admin {
	position: absolute;
	top: 30px; left: 0px;
	z-index: 1000;
	}




/* image replacement
-------------------------------------------------------- */
#replacelogo {
	position: absolute;
	top: 0; left: 0;
	width: 180px; height: 60px;
	background: url("/images/logo.gif") no-repeat;
	}

	#replacelogo h1, #replacelogo a {
		display: block;
		width: 180px; height: 60px;
		text-indent: -9999px;
		background: none;
		text-decoration: none;
		overflow: hidden;
		} 

		






/* navigation links
-------------------------------------------------------- */
#navbar {
	position: relative;
	float: right;
	}

ul#nav {
	height: 35px; width: 465px;
	background: url("/images/nav2.gif") no-repeat;
	}

	ul#nav li {
		float: left;
		list-style: none;
		}
	
	ul#nav li a {
		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none !important;
		margin: 0 !important;
		overflow: hidden;
		}

		ul#nav li#nav-whatweoffer a { 
			left: 0; top: 0;
			width: 140px; height: 35px;
			background: url("/images/nav2.gif") 0 0 no-repeat ;
			}
		ul#nav li#nav-howitworks a { 
			left: 141px; top: 0;
			width: 130px; height: 35px;
			background: url("/images/nav2.gif") -141px 0 no-repeat;
			}
		ul#nav li#nav-results a { 
			left: 272px; top: 0;
			width: 80px; height: 35px;
			background: url("/images/nav2.gif") -272px 0 no-repeat;
			}
		ul#nav li#nav-learnmore a { 
			left: 353px; top: 0px;
			width: 112px; height: 35px;
			background: url("/images/nav2.gif") -353px 0  no-repeat;
			}
			
		ul#nav li#nav-about a { 
			left: 64px; top: 35px;
			width: 52px; height: 25px;
			background: url("/images/nav2.gif") -64px -35px no-repeat;
			}
			
			ul#nav li#nav-customers a { 
			left: 117px; top: 35px;
			width: 72px; height: 25px;
			background: url("/images/nav2.gif") -117px -35px no-repeat;
			}	
			
				ul#nav li#nav-partners a { 
			left: 190px; top: 35px;
			width: 72px; height: 25px;
			background: url("/images/nav2.gif") -190px -35px no-repeat;
			}	
			
				ul#nav li#nav-press a { 
			left: 263px; top: 35px;
			width: 96px; height: 25px;
			background: url("/images/nav2.gif") -263px -35px no-repeat;
			}	
			
				ul#nav li#nav-blog a { 
			left: 360px; top: 35px;
			width: 44px; height: 25px;
			background: url("/images/nav2.gif") -360px -35px no-repeat;
			}	
			
			ul#nav li#nav-contact a { 
			left: 405px; top: 35px;
			width: 60px; height: 25px;
			background: url("/images/nav2.gif") -405px -35px no-repeat;
			}	
		
		
		
			

ul#nav li#nav-whatweoffer a:hover  	{ background-position: 0 -60px;}
ul#nav li#nav-howitworks a:hover  	{ background-position: -141px -60px;}
ul#nav li#nav-results a:hover  	{ background-position: -272px -60px;}
ul#nav li#nav-learnmore a:hover  	{ background-position: -353px -60px; }
ul#nav li#nav-about a:hover  	{ background-position: -64px -95px;}
ul#nav li#nav-customers a:hover  	{ background-position: -117px -95px;}
ul#nav li#nav-partners a:hover  	{ background-position: -190px -95px;}
ul#nav li#nav-press a:hover  	{ background-position: -263px -95px; }
ul#nav li#nav-blog a:hover  	{ background-position: -360px -95px; }
ul#nav li#nav-contact a:hover  	{ background-position: -405px -95px; }

ul#nav li#nav-whatweoffer a.active  	{ background-position: 0 -120px;}
ul#nav li#nav-howitworks a.active  	{ background-position: -141px -120px;}
ul#nav li#nav-results a.active  	{ background-position: -272px -120px;}
ul#nav li#nav-learnmore a.active  	{ background-position: -353px -120px; }
ul#nav li#nav-about a.active  	{ background-position: -64px -155px;}
ul#nav li#nav-customers a.active  	{ background-position: -117px -155px;}
ul#nav li#nav-partners a.active  	{ background-position: -190px -155px;}
ul#nav li#nav-press a.active  	{ background-position: -263px -155px; }
ul#nav li#nav-blog a.active  	{ background-position: -360px -155px; }
ul#nav li#nav-contact a.active  	{ background-position: -405px -155px; }



#sidebar h3 {
	background: #d2d4cd;
	padding: 5px 0 6px 8px;
	display: block;
	font-size: 15px;
	font-weight: normal;
	margin-top: 5px;
	}
	
	#sidebar h3 {
		color: #21211f;
		text-decoration: none;
		}

.blogbar {
	padding: 5px 0;
	background: #f0f0f0;
	margin-bottom: 10px;
	}

#subnav li, .blogbar li {
	background: #f0f0f0;
	display: inline;
	}
	
	#subnav li ul {
		padding-bottom: 6px;
		background: #f0f0f0;
		}
	
	#subnav li a {
		display: block;
		border-top: 1px solid #fff;
		padding: 5px 0 5px 25px;
		background: #f0f0f0 url("/images/dot.gif") 6px 8px no-repeat;
		font-size: 15px;
		text-decoration: none;
		color: #393a36;
		}
		
		#subnav li li a, .blogbar li a {
			border: none;
			display: block;
			background: #f0f0f0;
			padding: 0 0 0 33px;
			font-size: 11px;
			color: #6b6d67;
			}


				#subnav li li li a {
					border: none;
					display: block;
					background: #f0f0f0;
					padding: 0 0 0 45px !important;
					font-size: 9px;
					color: #6b6d67;
					}
					
					#subnav li li ul {
						margin: 0 0 -6px 0 !important;
					}

	#subnav a:hover {
		color: #21211f;
		}
		
	#subnav .current_page_item a {
		color: #21211f;
		border-left: 3px solid #F5A642;
		}
	
	#subnav .current_page_item li a {
		color: #6b6d67 !important;
		border: none;
		}






/* non-navigation links
-------------------------------------------------------- */
#main a, #video a {
	color: #FF6600;
	}
	
.highlight {background-color: #FBD281;
color: #232323;}	



#footer1 a {
	color: #6b6d67;
	}
	
#main a:hover, #footer1 a:hover, #video a:hover  {
	color: #393a36;
	}

	
	a img {
		border: none !important;
	}


/* content area
-------------------------------------------------------- */
#masthead img {
	border: 5px solid #f0f0f0;
	}
	


.col {
	float: left;
	width: 260px;
	border-right: 5px solid #f0f0f0;
	margin: 30px 0;
	}
	
	

.end {
	border: none;
	}

.home-image {
	float: left;
	margin: 0 12px 60px 12px;
}

.inlineimg {
	margin: 0 12px 12px 12px;
}



/* text
-------------------------------------------------------- */
#main p, #main li, #main h4, #main h3, #main h1 {
	padding-left: 6px;
	}


#main p {
	padding-bottom: 18px;
	}

li {
	list-style: none; 
	}
	
	#main li, #tour li {
		list-style: disc;
		padding-left: 6px;
		margin-left: 21px;
		padding-bottom: 6px;
		}
		
	
	
	#main ul {
		padding-bottom: 18px;		
		}

h1 {	font-weight: normal;
	line-height: 1.5em;
	font-size: 24px;
	height: 30px;
	padding-bottom: 10px;}	
		
	
h2 {
	font-weight: normal;
	line-height: 1.5em;
	font-size: 21px;
	height: 25px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	color: #FF6600;

	}
	
	

	
	h3 {
	font-weight: normal;
	font-size: 21px;
	height: 22px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 0px;
	color: #FF6600;

	}
	

	#home h2 {
		font-weight: normal;
		line-height: 1.5em;
		font-size: 21px;
		height: 25px;
		margin-left: 12px;
		}
		
		
		#home .middle {
		
	color: #FF6600;
		font-weight: normal;
		line-height: 1.5em;
		font-size: 21px;
		height: 25px;
		margin-left: 50px;}
		
		
			#home .about{
		line-height: 1.5em;
		font-size: 18px;
		height: 22px;
		color: #666;
		margin-top: 10px;
		margin-bottom: 10px;
		display: block;
		}

		

#footer1 p {
	color: #9da197;
	font-size: 9px;
	}

.testimonial p {
	font: 12px/18px;
	margin-top: 30px;
	color: #6b6d67;
	}

small {font: 10px/14px;}
	
.tags {
	font-size: 10px;
	margin-top: -6px;
	margin-bottom: 21px;
	color: #6b6d67;
	padding-top: 6px;
	border-top: 2px solid #f0f0f0;
	}	




#main h3 {
	font-size: 13px;
	}
	
	#main #first { background: #6b6d67; padding: 10px; margin-bottom: 20px;}
	#main #first * { color: #fff !important; border: none !important; }
	#first p.tags { padding: 0 !important; margin: 0 !important;}

#main h3 span {
	font-weight: normal;
	font-size: 10px;
	color: #6b6d67;
	}

#home #main h3, #home #main p {
	padding: 0 12px;
	}
	
.rss {
	padding: 30px 15px;
}

.rss img {
	margin-right: 6px;
	float: left;
	margin-top: 2px;
}

.rss a {
	text-decoration: none;
	color: #F28328;
}

#video {
	margin: 21px 0;
	}

	#video p {
		padding-bottom: 21px;
	}

/* form content
-------------------------------------------------------- */
.brochureform {
	background: #FBD281 url("/images/whitepaper.jpg") 430px 12px no-repeat;
	padding: 12px 200px 12px 12px;
}

#tour .brochureform {
	background: #FBD281 !important;
	padding:  12px !important;
	}

	#rw-nl .brochureform {
		background: #FBD281 !important;
		padding:  12px !important;
		width:  180px;
		float: right;
		margin-left: 21px;
		margin-bottom: 21px;
		}

#tour .brochureform p, #tour .brochureform h3 {
	padding-bottom: 21px;
}


#brochuredl {
	background: #FBD281;
	padding: 12px;
	}
.brochureform strong {
	font-size: 14px;
}

fieldset {
	border: none;
}


.brochureform label {
	position: relative;
	display: block;
	float: left;
	width: 49%;
	padding-bottom: 12px;	
}

input.normal {
	border: 1px solid #F28328;
	background: #fff;
	width: 160px;
	padding: 6px;
}

#tour input.normal {
	width: 190px;
}

#commentform input.normal {
	width: 380px;
	}

textarea.normal {
	border: 1px solid #F28328;
	background: #fff;
	width: 380px; height: 100px;
	padding: 6px;
}

input, textarea {
	font: 13px "Lucida Grande", tahoma, sans-serif;
	border: 0;
	float: left;
	}

.newsletter-form {
	border: 1px solid #fff;
	background: #FBD281;
	padding: 8px 0;
	}

	.newsletter-form #mb-iky-iky, .newsletter-form #s {
		width: 128px; height: 18px;
		border: 1px solid #F28328;
		}
	
		.newsletter-form fieldset {
			border: 0; 
			padding: 2px 8px;
			display: block;
			font-size: 9px;
			line-height: 10px;
			}

			.newsletter-form label {
				border: 0; 
				display: block;
				font-size: 9px;
				line-height: 10px;
				padding-bottom: 6px;
				}
				
#enpcontent, .enptitle input {
	border: 1px solid #6b6d67 !important;
	width: 90%;
	margin: 6px 0;
	font: 13px "Lucida Grande", tahoma, sans-serif;
}

* html .newsletter-form #mb-iky-iky {
	width: 120px;
}

.errFld {
	border: 1px solid #b80000 !important;
	}

.errMsg {	
	background: #b80000 !important;
	color: #fff;
	float: left;
	padding: 0 3px;
	font-size: 9px;
	}


.comment-area {}

	.comment-author {
		font-size: 10px;
		margin: -15px 15px 21px 6px;
		color: #6b6d67;
		padding: 3px !important;

		}

	.nocomments {
		color: #fff;
		background: #F28328;
		padding:  5px !important;
		margin: 30px 0;
		}

	#commentform {
		padding: 15px;
		margin-bottom: 30px;
		background: #FBD281;
		}

			#commentform label {
				border: 0; 
				display: block;
				font-size: 9px;
				line-height: 10px;
				padding: 3px 0;
				width: 100%;
				clear: left;
				float: left;
				}
				
				#commentform span {
					padding:  6px 12px;
					display: block;
					float: left;
				}





hr {

color: transparent;
background-color: #f0f0f0;
height: 5px;
border: none;}


.top, .top p, .top a {float: right;
text-decoration: none;}



#home .lastcol {padding-left: 5px;}

#logos {
background: #fff;
float: right;
margin-top:20px;}

#logos table {width: 300px;
background-color: #fff;}

#logos table tr {background-color: #fff;}
#logos table td{background-color: #fff;}


#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

caption {
	padding: 0 0 5px 0;
	width: 600px;	 
	font: italic 11px;
	text-align: right;
}



th {
	font: bold 11px "Lucida Grande", tahoma, sans-serif;;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 6px;
	background: #FBD281 ;
}



td {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f0f0f0;
	width: 150px;
	padding: 6px 6px 6px 6px;

}


td.alt {
	background: #393a36;
	 width: 150px;
	color: #fff;
}

#white {width: 100%:
padding: 0;
margin: 0;
background: #fff;}

#white td {background: #fff;}
#white tr {background: #fff;}



