html {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica, sans-serif;
	background: #0d2143 url('/images/backgrounds/body.png') repeat-x;
}

	body {
		margin: 0;
		padding: 0;
		border: 0;
		background: url('/images/backgrounds/body_splash.png') top 50% no-repeat;
		min-height: 600px;
		color: white;
	}
	
	img {
		border: 0;
	}
	
	a {
		border: 0;
	}
	
#header {
	background: url('/images/backgrounds/header.png');
	height: 93px;
	position: relative;
}

	#header #call_now {
		color: #464a52;
		font-size: 12px;
		text-transform: uppercase;
		margin: 0;
		padding: 0;
		font-weight: normal;
		position: absolute;
		top: 25px;
		left: 350px;
	}
	
		#header #call_now strong {
			font-size: 18px;
		}

	#header #wrapper {
		width: 900px;
		margin: 0 auto;
		background: url('/images/logo.png') no-repeat right 8px;
		height: 93px;
	}
	
	#header #nav {
		margin: 0 0 0 130px;
		padding: 0;
		list-style: none;
	}
	
		#header #nav li {
			font-size: 12px;
			color: #464a52;
			text-transform: uppercase;
			float: left;
			margin: 9px;
			padding: 50px 0 0 0;
			position: relative;
		}
		
			#header #nav li a {
				color: #464a52;
				text-decoration: none;
				z-index: 400;
			}
			#header #nav li a:hover { color: #a41630; }

		#header .menudrop {
			display: none;
			list-style: none;
			padding: 13px 0 0 0;
			margin: 0 -1px 0;
			position: absolute;
			left: 0;
			z-index: 100;
			width: 200px;
		}
		
			#header .menudrop li {
				float: none !important;
				display: block !important;
                border-bottom: 1px solid white;
				border-right: 1px solid white;
				background: #eee;  
				margin: 0 !important;
				padding: 1px !important;
			}
			
	#header .visible {
		display: block;
	}
				
#content {
	background: url('/images/backgrounds/content.png');
/*	width: 654px;*/
	width: 750px;
	min-height: 475px;
	margin: -20px auto 0;
	padding: 10px 0 10px 0;
}

	#content h4 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 15px;
		color: white;
		font-weight: normal;
		letter-spacing: 1px;
		padding: 0 10px;
		line-height: 8px;
	}
	
		#content h4 strong {
			display: block;
			letter-spacing: 2px;
		}
		
	#content .checklist {
		list-style: none;
		margin: 0 0 0 10px;
	}
	
		#content .checklist li {
			background: url('/images/widgets/check.png') no-repeat;
			padding: 0 0 0 20px;
			font-size: 14px;
			color: #000022;
			margin: 11px;
		}

#footer {
	width: 710px;
	background: #060b13;
	min-height: 25px;
	margin: -20px auto 30px;
	padding: 10px 20px;
}
	
	#footer p {
		font-size: 10px;
		color: #ddd;
	}

/* GLOBALS */

.corner {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 200;
	text-indent: -5000px;
}

#special_events_badge {
	width: 134px;
	height: 128px;
	background: url('/images/special_events_badge.png') no-repeat;
}

.address {
	list-style: none;
	margin: 30px 0 20px 30px;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}

/* FAQ */
#faq {
	margin: 0;
}

	#faq h2 {
		margin: 20px 50px;
	}

	#faq dl {
		font-size: 14px;
		line-height: 17px;
		padding: 20px 50px 0;
		background: #EFF4FB;
		color: black;
	}
	
		#faq dt {
			font-weight: bold;
		}
		#faq dt:before { content: "Q: "; }
	
		#faq dd {
			margin: 0 0 8px 8px;
			padding: 0;
		}
		#faq dd:before { content: "A: "; }

/* CARE PAGE*/

#care {
	margin: 0 50px 0;
	padding-bottom: 50px;
}
	
	#care p {
		font-size: 13px;
	}

	#care ol {
		list-style: none;
		padding: 0;
		width: 225px;
		font-size: 13px;
	}

		#care ol li {
			width: 225px;
			padding: 5px 0;
		}

/* LOCATIONS PAGE */

.location {
	padding: 20px;
	border-top: 1px solid white;
}
.location:first-child { border: 0; }

	.location .data, .location .map {
		float: left;
	}
	
	.location h2 {
		font-size: 18px;
		margin: 0;
	}
	
	.location .address {
		margin: 10px;
		font-size: 13px;
		line-height: 18px;
	}
	
		.location .address a {
			color: #9cc0f2;
			text-transform: uppercase;
		}
	
	.location .hours {
		margin: 10px 25px 0 0;
		font-size: 12px;
		width: 200px;
	}
	
		.location .hours th {
			text-align: left;
			border-bottom: 1px solid #9cc0f2;
			padding: 5px 5px 2px ;
		}

/* FOR USE ON CONTACT PAGE*/
		
#contact {
	margin: 50px 10px 0;
}

	#contact p {
		font-size: 14px;
		line-height: 18px;
	}

#contact_form {
	border: 4px solid #444; background: white; color: black;
}

	#contact_form div {
		padding: 2px 0;
	}

	#contact_form label {
		float: left;
		width: 80px;
	}
	
	#contact_form input {
		float: left;
	}
	
/* ABOUT PAGE*/

#about {
	margin: 50px 50px 0;
	padding-bottom: 50px;
}

	#about p {
		font-size: 14px;
	}
	
		#about p strong {
			text-transform: uppercase;
		}

/* Products*/

#products {
	margin: 0 0;
}
	
	#products .product {
		float: left;
		width: 225px;
		margin: 5px;
		padding: 5px;
		font-size: 14px;
		line-height: 16px;
		min-height: 330px;
	}
	#products .alt_bg { background: url('/images/backgrounds/content.png'); }
	
		#products h3 {
			font-size: 18px;
		}
		
		#products a {
			color: #9cc0f2;
		}
		
		#products img {
			margin-left: -4px;
		}

.product_info {
	margin: 30px;
	font-size: 16px;
	line-height: 18px;
}
	
	.product_info a {
		color: #9cc0f2;
	}


.bending {
	float: left;
	margin: 7px;
}

	.bending img {
		width: 200px;
	}
/* BEFORE AND AFTER */

#set_selector {
	list-style: none;
	margin: 15px 25px;
	padding: 0;
}

	#set_selector li {
		float: left;
		margin: 3px;
	}
	
		#set_selector li a {
			color: white;
			display: block;
			font-size: 18px;
			font-weight: bold;
			width: 25px;
			height: 21px;
			padding: 4px 0 0 0;
			border: 1px solid white;
			text-decoration: none;
			text-align: center;
		}
		#set_selector li a:hover { color: #0d2143; background: white; }

#before_and_afters {
	width: 520px;
	height: 340px;
	margin: 10px auto;
	clear: both;
}
	#before_and_afters div {
		position: relative;
	}

	#before_and_afters img {
		float: left;
		margin: 5px;
	}
	
	#before_and_afters .ba_arrow {
		position: absolute;
		top: 120px;
		left: 190px;
	}

/* FOR USE ON THE INDEX */

#members {
	float: right;
	clear: both;
	width: 270px;
	margin: 20px 0 0 0;
}

	#members h3 {
		font-size: 14px;
		font-weight: normal;
		color: #000022;
		margin: 0 5px 0 0;
		padding: 0 0 4px 0;
		text-transform: uppercase;
		border-bottom: 1px solid #9cc0f2;
	}
	
	#members ul {
		padding: 0 0 0 15px;
		margin: 3px 0 0 0;
		list-style: none;
		color: #000022;
		font-size: 13px;
		font-weight: bold;
		line-height: 23px;
	}

.floater {
	text-indent: -5000px;
	float: right;
	margin: 15px 15px 0 15px;
	display: block;
	clear: both;
}

#floater_showroom {
	background: url('/images/floaters/showroom.png');
	width: 350px;
	height: 100px;
}

#floater_demo {
	background: url('/images/floaters/demo.png');
	width: 362px;
	height: 103px;
}

#floater_design {
	background: url('/images/floaters/design.png');
	width: 350px;
	height: 100px;
}

#floater_before_after {
	background: url('/images/floaters/before_after.png');
	width: 350px;
	height: 100px;
}