/*
style.css
main css file
Task Mechanicals
Property of KC Biedlingmaier & Shaun Smith
*/

/* ----------------------------- main ----------------------------- */

body {
	background-color: #cccccc;
	color: #333333;
	font-family: Arial;	
	font-size: 13px;
	margin: 0;
	padding: 0;
	}
img {
	margin-bottom: 5px;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline;
	}
p {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	}
a:link, a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #333333;
	font-weight: bold;
	}
	
/* ----------------------------- structure ----------------------------- */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	}
#header {
	width: 800px;
	height: 110px;
	background: url(images/logo.jpg) no-repeat;
	border-bottom: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
	margin-top: 0px;
	}
#main {
	width: 760px;
	border-top: 5px solid #ffffff;
	padding: 20px;
	background: #fbf7ee;
	display: block;
	overflow: hidden;
	vertical-align: top;
	}
.board {
	width: 760px;
	height: 508px;
	padding: 0px;
	background: url(images/board.jpg) no-repeat #fbf7ee;
	display: block;
	overflow: hidden;
	vertical-align: top;
	}
.side1 {
	float: left;
	display: block;
	width: 370px;
	padding: 0;
	margin-right: 20px;
	}
.side2 {
	float: right;
	display: inline-block;
	width: 370px;
	padding: 0;
	}

/* ----------------------------- nav bar ----------------------------- */ 
#nav {
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 auto;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 800px;
	height: 33px;
	background: url(images/menu.jpg);
	text-align: center;
	}
#nav ul li {
	display: inline;
	margin: 0;
	padding-left: 10px;
	font-weight: bold;
	font-size: 16px;
	}
#nav ul li a {
	display: inline-block;
	line-height: 16px;
	padding: 9px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	border: none;
	}
#nav ul li a:hover {	
	color: #ffffff;
	background: url(images/menu_roll.jpg);
	}
#nav ul li.first {
	padding-left: 0px;
	}

	
/* ----------------------------- blocks ----------------------------- */ 
.sub_header {
	background: url(images/sub_menu.jpg) repeat-x;
	height: 33px;
	width: 370px;
	text-align: center;
	padding-top: 9px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}
.big_header {
	background: url(images/sub_menu.jpg) repeat-x;
	height: 33px;
	width: 760px;
	text-align: center;
	padding-top: 9px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	}
.brochure {
	position: relative;
	left: 70px;
	top: 190px;
	}
.coupon {
	position: relative;
	left: 230px;
	top: -170px;
	}
.tax {
	position: relative;
	left: 480px;
	top: -250px;
	}
.door-hanger {
	position: relative;
	left: 590px;
	top: -420px;
	}
.angies {
	position: relative;
	left: 590px;
	top: -360px;
	}
p.bold {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
	}

/* ----------------------------- footer ----------------------------- */	
#footer {
	width: 800px;
	height: 33px;
	padding: 0px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	margin-bottom: 0px;
	background: url(images/sub_menu.jpg) repeat-x;
	display: block;
	overflow: auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}
#footer p {
	margin: 0;
	padding-top: 10px;
	}