﻿* {
margin:0;
}
html, body {
	height: 100%;
	margin:0;
}
body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 14px;
	color: rgb(78,80,84);
	letter-spacing: .1em;
	line-height: 1.5em;
	background-color: rgb(223,222,216);
}
.header, .top-header {
	width: 100%;
	height: 500px;
	background-image: url('assets/header-bg.jpg');
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
}
.top-header {
	background-image: url('assets/header-top-bg.jpg');
	height: 55px;
}
.one-edge-shadow {
	-webkit-box-shadow: 0 12px 6px -6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 12px 6px -6px rgba(0,0,0,.25);
	box-shadow: 0 12px 6px -6px rgba(0,0,0,.25);
}
.logo {
	background-position: left center;
	width: 700px;
	height: 183px;
	margin: 0 auto;
	background-image: url('assets/caScrapMetalSvcLogo.png');
	background-repeat: no-repeat;
	padding-left: 375px;
	line-height: 80px;
}
.content {
	padding: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.4);
	box-shadow: 0 2px 3px rgba(0,0,0,.4);
	overflow: hidden;
	margin: -200px auto 0px auto;
	width: 750px;
	line-height: 1.5em;
	background-color: rgb(254,254,244);
}

/* Content Styles */
h1, h2 {
	font-size: 2.15em;
	font-weight: normal;
	letter-spacing: .15em;
	color: rgb(254,254,244);
	text-shadow: 0 1px 1px rgba(0,0,0,.65);
}
h2 {
	font-size: 1.8em;
	line-height: 55px;
	letter-spacing: .1em;
}
h3 {
	font-size: 1.3em;
	letter-spacing: .1em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	text-align:center;
}
.row {
	overflow: hidden;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.col {
	width:50%;
	float: left;
}
.italic {
	font-style:italic;
}
.align-center {
	text-align: center;
}
.float-left {
	float:left;
}
.margin-top50 {
	margin-top: 50px;
}
 /* Footer Styles */
.footer {
	margin: 30px auto;
	width: 950px;
	text-align: center;
}
.info {
	margin-top: 10px;
}
.contact {
	margin: 20px auto;
	background: url('assets/contactButton.png') no-repeat;
	width: 135px;
	height: 35px;
}
.contact a {
	text-decoration: none;
	color: rgb(255,255,255);
	line-height: 29px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0,0,0,.4);
}

.info a {
	text-decoration: none;
	color: rgb(78,80,84);
}
.info a:hover {
	color: rgb(200,39,44);
	text-decoration: none;
}
