body {
	background: url("/_ima/bg.jpg") top center repeat-y #413C38;
	margin: 0px; 
	padding: 0px;
	color: #a7a6a6;	
	font: 13px/20px Georgia, sans-serif;
	}

/*____________________________________________________________________________________________ Links _*/

a:link {
	color: #000;
	text-decoration: none;
	}
a:visited {
	color: #000;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
a:active {
	color: #000;
	text-decoration: underline;
	}
	
/*____________________________________________________________________________________________ Helpers _*/

.clearer { clear: both; line-height: 0px; font-size: 0px; width: 0px; height: 0px; margin: 0px; padding: 0px; }

.wtf { border: 1px solid red; }

.display-block { display: block; margin: 0px; padding: 0px; }

.show-btn { cursor: pointer; color: red; }

/*____________________________________________________________________________________________ Fixed Presets _*/

p { margin: 0px 0px 0px 0px; padding: 7px 0px 7px 0px; }

ul { list-style: none; padding: 0px 0px 0px 20px; }
ul li { background: url(/); padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; line-height: 20px }

	
/*____________________________________________________________________________________________ Main Layout _*/

#grunge {
	background: url("/_ima/grunge.jpg") top center no-repeat;
	width: 100%;
	height: 100%;
	}

#container {
	background: url("/_ima/content-bg.jpg") repeat-y;
	width: 918px;
	height: 100%;
	margin: 0px auto;
	padding: 40px 0px 50px 0px;
	}
	
	#left {
		width: 415px;
		float: left;
		}
	#right {
		background: url("/_ima/photo-bg.png") no-repeat;
		width: 483px;
		height: 551px;
		float: right;
		margin: 25px 0px 0px 0px;
		}
.logo {
	padding: 0px 0px 40px 0px;
	}
.tagline {
	padding: 0px 0px 10px 0px;
	}
#content {
	padding: 0px 0px 40px 0px;
	}
#footer {
	width: 409px;
	border-top: 2px solid #D6772A;
	padding: 0px 0px 40px 0px;
	}
.foot-logos {
	float: left;
	border: 0px;
	padding: 3px 0px 0px 0px;
	}
.foot-btn {
	float: right;
	border: 0px;
	}
#sales {
	background-color: #302a27;
	border-bottom: 1px solid #000;
	width: 409px;
	color: #fff;
	clear: both;
	text-align: center;
	padding: 2px 0px 2px 0px;
	}
	
#contact-left {
	width: 200px;
	float: left;
	}
#contact-right {
	width: 200px;
	float: right;
	}
	
.input-name {
	padding: 0px;
	}
.inputs {
	width: 170px;
	}
.selects {
	width: 175px;
	}
.contact-breaker {
	width: 100%;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
	clear: both;
	}
	
	
#innerfade {
	width: 452px;
	height: 502px;
	margin: 15px;
	padding: 0px;
	}
	
	