body { background: #fafcfc url(../images/body.gif) repeat-x scroll top left; }

.container { margin: 0 auto; width: 940px; }

/* -- HEADER -- */
.header { height: 120px; padding: 0 20px; }
	.header .logo { float: left; margin: 35px 0 0; }
	
	/* top secret: we're building a client portal */
	.header .client_login { float: right; margin: 35px 0 0; }
		.header .client_login fieldset { padding: 0; margin: 0; }
		
		.header .client_login .text {
			border: 1px solid #0bd9e8;
			color: #d9d9d9;
			float: left;
			font-size: 12px;
			margin: 0 0 0 10px;
			padding: 6px 6px 7px;
			width: 120px;
		}
		.header .client_login .image { float: left; margin-left: 10px; }
		.header .client_login legend {
			color: #65654d;
			font-size: 12px;
			padding: 0 0 5px 10px;
		}
		.header .client_login a {
			color: #679ea2;
			font-size: 11px;
			padding: 5px 0 0 10px;
			text-decoration: none;
		}

/* -- NAVIGATION -- */	
.navigation {
	background: url(../images/navigation.gif) no-repeat scroll top left;
	height: 55px;
}
	.navigation li {
		float: left;
		height: 55px;
		line-height: 55px;
		padding: 0 1.25em;
	}
	.navigation li.order { float: right; }
	.navigation li a {
		color: #fff;
		font-size: 1.13em;
		font-weight: bold;
		text-decoration: none;
	}
	.navigation li a:hover { color: #e4f1f3; }
	.navigation li a.active { color: #e4f1f3; }

.intro {
	background: #65654d url(../images/intro_top.gif) no-repeat scroll top left;
	color: #fff;
	font-size: 0.9em;
	margin-top: 10px;
	padding: 15px 20px 10px;
	text-align: left;
}
	.intro_bottom {
		background: url(../images/intro_bottom.gif) no-repeat scroll top left;
		height: 5px;
	}


/* -- FOOTER -- */
.footer {
	background: #f1f1f1 url(../images/footer_top.gif) no-repeat scroll top left;
	color: #6d6d6d;
	font-size: 0.69em;
	margin-top: 10px;
	padding: 10px 20px 7px;
}
	.footer_bottom {
		background: url(../images/footer_bottom.gif) no-repeat scroll top left;
		height: 3px;
		margin-bottom: 30px;
	}
	.footer a {
		color: #6d6d6d;
		margin: 0 2px;
		text-decoration: none;
	}
		.footer a:hover { text-decoration: underline; }


.center { font-size: 0.75em; margin: 10px 0; }
	.center_double{ background: url(../images/content_double.gif) repeat-y scroll top left; }


/* -- CONTENT -- */
.content { float: left; width: 630px; }
	.content a { color: #669ea2; }
	.empty_content { padding: 20px 10px 20px 20px; }
	.empty_content_2 { padding: 0px 10px 20px 20px; }
	.features {
		background: url(../images/features.gif) no-repeat scroll top left;
		padding: 20px 10px 20px 20px;
	}
	.content h1 {
		color: #65654d;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.75em;
		padding-bottom: 20px;
	}
	h2.orange {
		color: #e87137;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	/* front page stuff */
	ul.deliver { margin-bottom: 25px; }
	ul.deliver li {
		background: url(../images/li.gif) no-repeat scroll top left;
		color: #5e5e4d;
		float: left;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 1.35em;
		height: 37px;
		line-height: 35px;
		margin: 0 3px 3px 0;
		padding-left: 40px;
		width: 257px;		
	}
	.offer_box {
		float: left;
		height: 160px;
		margin-bottom: 15px;
		width: 290px;
	}
		.offer_box img { float: left; margin-right: 7px; }
		.offer_box h3 {
			color: #65654d;
			font-size: 1.5em;
			margin-bottom: 4px;
		}
		.offer_box p {
			color: #65654d;
			font-family: "Tahoma", Arial, sans-serif;
			font-size: 1.1em;
			height: 100%;
			line-height: 1.35em;
			overflow: hidden;
		}
	
	.faq {
		color: #65654d;
	}
		.faq .faq_item {
			background: url(../images/faq_bg.png) bottom left no-repeat; 
			margin-bottom: 10px;
			padding: 5px 8px;
		}
			.faq .faq_item p {
				margin: 0;
				padding: 0;
			}
				.faq .faq_item p.faq_q {
					font: normal bold 1.1em/140% Arial,sans-serif;
				 	padding-bottom: 5px;
				}
	
	
/* -- SIDEBAR -- */
.sidebar { float: right; width: 300px; }
	.sidebar_top {
		background: url(../images/sidebar_top.gif) no-repeat scroll top left;
		color: #fff;
		height: 89px;
		padding-top: 22px;
		text-align: center;
	}
		.sidebar_top a.order {
			background: url(../images/sidebar_order.gif) no-repeat scroll top left;
			color: #fff;
			display: inline-block;
			font-size: 1.5em;
			font-weight: bold;
			height: 56px;
			line-height: 56px;
			margin-bottom: 6px;
			text-decoration: none;
			width: 161px;
		}
		.sidebar_top a { color: #fff; }
	
	.sidebar_content {
		background: url(../images/sidebar_content.gif) no-repeat scroll top left;
		min-height: 330px;
		padding: 40px 20px 30px;
	}
		.sidebar_content h4 {
			color: #65654d;
			font-family: Tahoma, Arial, sans-serif;
			font-size: 18px;
			font-weight: normal;
		}
		.sidebar_content h4 span.smo { color: #e87137; }
		.slider_bar {
			background: url(../images/slider_content.gif) top left no-repeat; 
			margin: 8px 0 15px;
			padding: 7px 16px;
		}
	 		.slider {
	 			background: url(../images/slide.gif) center left no-repeat; 
			 	height: 16px;
			 	padding: 0 5px;
	 		}
	 		.knob {
	 			background: url(../images/slide_handle.gif) top left no-repeat;
				height: 16px;
				position: relative;
				width: 9px; 
	 		}
	 		
		.total_cost {
			background: url(../images/total_cost.gif) top left no-repeat; 
			font-family: Tahoma, Arial, sans-serif;
			font-weight: normal;
			margin-top: 30px;
			height: 20px;
			padding: 5px 16px;
			text-align: right;
		}
			.total_cost span.left { color: #65654d; font-size: 14px; }
			.total_cost span.price {
				color: #e87137;
				font-size: 18px;
				padding-left: 5px;
			}
			.tc_tfix { margin-top: 5px; }

/* -- TESTIMONIALS -- */
.testimonials_row p {
	color: #686868;
	font-size: 12px;
	line-height: 16px;
}
	.testimonial {
		background: #f5f4e6 url(../images/testimonials_top.gif) top left no-repeat; 
		float: left;		
		width: 310px;
	}
		.testimonial p.what { padding: 15px; }
		.testimonial p.who {
			border-top: 1px solid #fff;
			font-size: 11px;
			padding: 7px 15px;
			text-align: right;
		}
			.testimonial p.who a {
				color: #686868;
				font-weight: bold;
				text-decoration: none;
			}
	
	.testimonials_row .r5 { margin-right: 5px; }

/* -- MESSAGES -- */
.fail {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.orange_success {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #ffee9f url(../images/new-sticker.gif) 562px 75px no-repeat;
	border: 2px solid #ffb32f; 
	font: normal normal 13px/160% Arial,sans-serif;
	margin-bottom: 25px;
	padding: 10px; 
}
	.orange_success .small {
		color: #5e5e4d;
		display: block;
		font-size: 11px;
	}
	.orange_success a { color: #285E83; }









