.facebook {
	float:left;
	width:50px;
}

.google {
	float:left;
	width:50px;
	padding-left:6px;
}

#main_nav li#nav_home a {
	background-position: 0 -30px;	
}

#slideshow {
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	position: relative;
	height: 285px;
	margin-bottom: 18px;
}
	#slideshow .slide {
		position: absolute;
	}
		#slideshow .slide img {
				
		}
		#slideshow .slide .desc {
			position: absolute;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 2.4em;
			color: #fff;
			left: 370px;
			top: 57px;
			width: 495px;
			line-height: 1.4;
		}
			#slideshow .slide p {
				margin-bottom: 10px;	
			}
			#slideshow .slide .more {
				
			}
				#slideshow .slide .more a {
					color: #39c;
					font-style: italic;
					font-size: 0.8em;
				}
	#slideshow .controls {
		position: absolute;
		bottom: 7px;
		right: 8px;
	}
		#slideshow .controls li {
			cursor: pointer;	
			float: left;
			width: 15px;
			height: 14px;
			background: #363f50;
			color: #9b9fa8;
			text-align: center;
			line-height: 13px;
			font-size: 1em;
			font-family: Verdana, Geneva, sans-serif;
			margin-left: 10px;
			_margin-left: 5px;
		}
		#slideshow .controls li:hover {
			color: #fff;	
		}
		#slideshow .controls li.active {
			background: #4a5261;
			color: #fff;
		}
		
#content {
	overflow-y: hidden;
}
	#content .column {
		float: left;
		width: 28%;
		margin-right: 5%;
	}
	#content h2 {
		color: #39c;
		font-size: 1.6em;
		font-weight: bold;
		margin-bottom: 12px;
	}
	#content p {
		color: #fff;
		font-size: 1.2em;
		line-height: 1.3;
		margin-bottom: 12px;
	}
	#content ul {
		margin-bottom: 12px;
	}
		#content li {
			font-size: 1.2em;
			line-height: 1.3;
			margin-bottom: 6px;
			list-style: disc outside;
			margin-left: 25px;
		}
	#content a.more {
		font-style: italic;	
	}
	ul#rates_list {
		overflow: auto;
	}
		ul#rates_list li {
			
		}
	ol#solutions {
		
	}
		ol#solutions li {
			list-style: none;
			margin-left: 0;
			padding-left: 34px;
			margin-bottom: 10px;
			line-height: 1.4;
			padding-top: 5px;
		}
			#solutions_1 {
				background: url(../images/step_1.png) no-repeat;
			}
			#solutions_2 {
				background: url(../images/step_2.png) no-repeat;
			}
			#solutions_3 {
				background: url(../images/step_3.png) no-repeat;
			}
	#quick_quote {
		
	}
		#quick_quote div.field {
			position: relative;	
		}
			#quick_quote .field label {
				position: absolute;
				color: #777;
				font-size: 1.1em;
				left: 5px;
				top: 4px;
			}
			#quick_quote input {
				font-size: 1.1em;
				padding: 4px 0 4px 4px;
			}
			#qq_name, #qq_email {
				width: 80%;	
			}
			#qq_phone {
				width: 60%;	
			}
			#quick_quote #current {
				white-space: nowrap;	
			}
				#quick_quote span {
					font-size: 1.1em;
				
				}
				#quick_quote span.required {
					vertical-align: super;
					color: #F30;
					font-weight: bold;
					font-family: Georgia, "Times New Roman", Times, serif;
				}
			#quick_quote button {
				background: url(../images/button_request_quote.png) no-repeat;
				text-indent: -9000px;
				font-size: 0;
				width: 118px;
				height: 32px;
				cursor: pointer;
				margin-top: 12px;
				display: block;
			}
			
			#quick_quote p.required {
				font-size: 11px;	
				color: #aaa;
			}
				#quick_quote p.required span {
					vertical-align: baseline;	
				}
