@charset "utf-8";
body {
	background-color: #0e0f0e;
	background-image: url(images/ecoslate_grad.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container{
	/*height:620px;*/
	width:820px;
	margin:20px auto;
	padding:1px 0;
}
h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #6c9d31;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin-left: 5px;
	padding-left: 20px;
}
.h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	color: #6c9d31;
	text-decoration: none;
	/*text-transform: uppercase;*/
	/*margin-left: 5px;
	padding-left: 20px;*/
	padding-top:20px;
}
h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #6c9d31;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin-left: 5px;
	padding-left: 20px;
	line-height: 22px;
}
h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #aacd80;
	text-decoration: none;
	/*text-transform: uppercase;*/
	margin-left: 5px;
	padding-left: 20px;
	line-height: 22px;
	/*border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6c9d31;*/
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #c9c9c9;
	margin-left: 5px;
	padding-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #6c9d31;
	line-height: 22px;
}

#main {
	background-image:url(images/ecoslate_bg.jpg);
	display: block;
	float:left;
	margin:auto;
	/*height: 598px;*/
	width: 798px;
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #595f54;
	background-color:#353934;
}
#left_shad {
	background-image:url(images/ecoslate__left.jpg);
	display: inline-block;
	float:left;
	height: 610px;
	width: 10px;
	background-repeat: no-repeat;
	background-position: right top;
}
#right_shad {
	background-image:url(images/ecoslate__right.jpg);
	display: inline-block;
	float:left;
	height: 610px;
	width: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	margin-top: 95px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C9C9C9;
	font-size: 12px;
	margin-left: 15px;
}
#nav a  {
	color: #c9c9c9;
	text-decoration: none;
}
#nav a:hover {
	color: #aacd80;
	text-decoration: none;
}

#content {
	position:relative;
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 5px;
	width:760px;
	float:left;
	
}
#content ul {
	list-style-type: none;
	line-height: 28px;
}
#content img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #6c9d31;
}
#frontpage_images {
	float:right;
	width: 50%;
}
#slate_colours {
	/*width: 100%;*/
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}
#slate_colours_item{
	width:45%;
	display: inline;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#slate_colours h3{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #6c9d31;
	text-decoration: none;
}
#slate_colours p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #c9c9c9;
	margin-left: 5px;
}
#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #353934;
	text-decoration: none;
	text-align: center;
	background-image: url(images/ecoslate__shad_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:10px;
	padding-top: 20px;
	line-height: 1.6em;
}

a:link {
	color: #6c9d31;
	text-decoration: none;
}
a:hover {
	color: #aacd80;
	text-decoration: none;
}
a:visited {
	color: #c9c9c9;
	text-decoration: none;
}

#footer a:link {
	color: #353934;
	text-decoration: none;
}
#footer a:hover {
	color: #aacd80;
	text-decoration: none;
}
#footer a:visited {
	color: #353934;
	text-decoration: none;
}