/* CSS Document */

body {
	margin: 25px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #434343;
	line-height: 16px;
	text-align:justify;
}
a {color: #401468; text-decoration:underline;}
a:visited {color:#401468;}
a:hover {color:#2a982c;}
ul {padding:0px; margin:8px 20px 8px 50px; line-height:20px;}
hr {border: none 0; 
	border-top: 2px solid #79a25c;
	border-bottom: 1px solid #90c285;
	width: 100%;
	height: 3px;
	margin: 5px auto 5px 0;
	text-align: left;
	}
.title {
	font-size: 17px; 
}
.largegreen {
	font-size: 18px;
	color: #2a982c;
}
#main_div {
	width: 800px;
	height: auto;
	position: relative;
	z-index: 0;
	margin-left: -400px;
	left: 50%;
	border: Solid #2a982c 2px;
	background-color: #FFFFFF;
}
#nav_banner_div {
	height: 168px;
	width: 800px;
	position: relative;
	z-index: 1;
	font-size: 13px;
	background-color: #009800;
	color: #FFFFFF;
	border-top: Solid #2a982c 2px;
	border-bottom: Solid #2a982c 2px;
}
#main_nav_div {
	height: 144px;
	width: 242px;
	position: relative;
	z-index: 1;
	font-size: 13px;
	color: #FFFFFF;
	padding: 12px;
	line-height:13px;
}

#main_nav_div a {
	color: #FFFFFF;
	text-decoration: none;
}
#main_nav_div a:hover {
	color: #CCCCCC;
}
#header_div {
	height: 130px;
	z-index: 1;
	width: 800px;

	position: relative;
	background-image: url(images/header_bg.gif);
}
#tagline_div {
	height: 20px;
	z-index: 1;
	width: 800px;
	position: relative;
	background-color: #79C466;
	line-height: 20px;
	color: #40146b;
	font-size: 14px;
	font-style:italic;
}
#phone_number_div {
	position: absolute;
	z-index: 2;
	height: auto;
	width: auto;
	font-size: 13px;
	right: 10px;
	top: 77px;
	text-align: right;
}
#address_div {
	position: absolute;
	z-index: 2;
	height: auto;
	width: auto;
	font-size: 13px;
	right: 10px;
	top: 23px;
	text-align: right;
}
#main_content_div {
	width: 800px;
	height: auto;
	position: relative;
	background-image: url(file:///Mac HD/Users/luke/Work/WSI/SI - Smarter Interiors/www/images/content_bg.gif);
	z-index: 1;
	line-height:17px;
	background-color: #79C466;
	text-align:justify;
	font-size:13px;
}
#main_content_1 {
	background-color: #79C466;
	text-align:justify;
	font-size:13px;
}
#footer_div {
	position: relative;
	z-index: 1;
	width: 800px;
	color: #000000;
	height: 30px;
	background-color: #009800;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
}
#footer_div a {
	color: #000000;
	text-decoration: none;
}


.brdr {border:2px solid #79a25c;}
