/*
Clover Valley Ironworks / www.clovervalleyironworks.com
4c / 4c.ca
Date
Description
*/

body {
	margin: 0;
	padding: 0;
}

body.home {
	background: #0C0C0C url(../img/bg/cv-bg-1.jpg) no-repeat center 0;
}

body.about {
	background: #0C0C0C url(../img/bg/cv-bg-2.jpg) no-repeat center 0;
}

body.work {
	background: #0C0C0C url(../img/bg/cv-bg-3.jpg) no-repeat center 0;
}

body.products {
	background: #0C0C0C url(../img/bg/cv-bg-4.jpg) no-repeat center 0;
}

body.media {
	background: #0C0C0C url(../img/bg/cv-bg-5.jpg) no-repeat center 0;
}


/*
----------------------------------
General Layout
----------------------------------
*/

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 920px;
}

#header {
	clear: both;
	height: 102px;
	margin-top: 20px;
	position: relative;
	width: 100%;
}

#left {
	border-top: 1px solid #555;
	float: left;
	padding-top: 15px;
	width: 220px;
}

#main {
	margin: 0 0 25px 240px;
	width: 680px;
}

#content {
	border-top: 1px solid #555;
	display: block;
	float: left;
	margin: 0 0 25px;
	padding-top: 15px;
	width: 442px;
}

#sidebar {
	border-top: 1px solid #555;
	float: right;
	margin: 0 0 20px;
	padding-top: 15px;
	width: 220px;
}

#footer {
	border-top: 1px solid #555;
	clear: both;
	padding: 15px 0;
	width: 100%;
}

/*
----------------------------------
Sidebar
----------------------------------
*/

.side-img {
	border-bottom: 1px solid #555;
	height: 150px;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.side-img-inner {
	display: block;
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	vertical-align: middle;
}

