/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	vertical-align: baseline;
}

html, body {
	height: 100%;
	margin: 0px auto;
	padding: 0px 0px;
	background-image: url(../images/greenstyle/bodybgpatt.jpg);
	background-repeat: repeat-x;
	background-color: #363636;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #3C1E00;
	text-align: center;
}

div {text-align: left;}

h2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}	

#wrapper {
	position: relative;
	margin: 0px auto;
	margin-bottom: 15px;
	min-height: 100%;
	width: 820px;
	padding: 0px;
}

#header {
	width: 820px;
	height: 420px;
	margin: 0px;
	padding: 0px 0px;
	background-image: url(../images/greenstyle/headerbg.jpg);
}

#contact {
	width: 210px;
	height: 225px;
	background-image: url(../images/greenstyle/getintouch.png);
	background-repeat: no-repeat;
	float: right;
	margin: 40px 0px 0px 0px;
}

#contact p {
	color: #fff;
	margin: 95px 0px 0px 0px;
}

#contact ul {color: #fff; margin: 95px 0px 0px 12px;}
#contact li { list-style-type: none; margin: 0px 0px 20px 5px;}
#contact li.mail {list-style-image: url(../images/mailicon.gif); padding-left: 10px;}
#contact li.tel {list-style-image: url(../images/tel.gif); padding-left: 10px;}
#contact li.skype {list-style-image: url(../images/skype.gif); padding-left: 10px;}

#contact img {
	margin: 0px 0px 10px 0px;
}

#introduction {
	width: 820px;
	float: left;
	height: 80px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px;
}

#status {
	width: 770px;
	float: left;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
}

#status p {
	color: #fff;
}

#colourchange {
	width: 100px;
	height: 20px;
	float: right;
	margin: -15px 0px;
	padding-bottom: 0px 0px;
}

#content{
	width: 820px;
	height: 100%;
	margin: 20px auto;
}

#content p {
	font-size: 1.2em;
	color: #FC0;
}

#content img {border: 3px solid #FFF;}
#content a:visited img   {border: 3px solid #fff;} 
#content a:active img  {border: 3px solid #fff;} 
#content a:hover img     {border: 3px solid #559300;}

#webmultimedia {float: left; width: 390px;}
#webmultimedia h1 {font-size: 1em; color: #6F0; margin: 0px 0px;}
#webmultimedia p {font-size: 0.8em; color: #CCC; margin: 0px 0px 30px 0px;}

#graphics {float: right; width: 390px;}
#graphics h1 {font-size: 1em; color: #6F0; margin: 0px 0px;}
#graphics p {font-size: 0.8em; color: #CCC; margin: 0px 0px 30px 0px;}

#footer {
	text-align: center;
	clear:both;
	left: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 250px;
	background-color: #1F1F1F;
}

#footertopbar {
	margin-top: 0px;
	width: 100%;
	background-color: #848484;
	height: 6px;
}

#footercontent {
	width: 820px;
	margin: 20px auto;
	padding: 0px auto;
}

#footercontent p {
	color: #C0C0C0;
}

#footerleft {float: left; width: 390px;}
#footerleft ul {color: #C0C0C0; margin-left: 15px; margin-top: 10px;}
#footerleft li {list-style-image: url(../images/tick.gif);}


#footerright {float: right; width: 390px;}
#footerright ul {color: #C0C0C0; margin-left: 15px; margin-top: 10px;}
#footerright li.mail {list-style-image: url(../images/mailicon.gif); padding-left: 10px;}
#footerright li.tel {list-style-image: url(../images/tel.gif); padding-left: 10px;}
#footerright li.skype {list-style-image: url(../images/skype.gif); padding-left: 10px;}

#finalword {
	width: 820px;
	clear: both;
	height: 20px;
	padding-top: 35px;
	text-align: center;
}

#finalword p {
	color: #666;
}

form {
	padding: 0px;
	font-size: 11px;
}

form #email {
	display: none;
}

form #submit {
	width:60px;
	height: 22px;
	margin-right:23px;
	float: right;
	clear:both;
	font-size: 10px;
}

form p {
	margin-left: 110px;
}

form label {
	width:100px;
	display:block;
	float:left;
	clear:left;
	margin:5px 0px;
	color: #FFF;
}

.label {
	width:100px;
	display:block;
	float:left;
	clear:left;
	margin:8px 0px;
	color: #FFF;
}

form input {
	width: 250px;
	height: 15px;
	border: 1px solid #171717;
	background-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	padding: 2px;
	margin-left: 10px;
	margin-top: 5px;
}

form textarea {
	width: 250px;
	height: 50px;
	border: 1px solid #171717;
	background-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 11px;
	padding: 2px;
	margin-left: 10px;
	margin-top: 5px;
}

.formfeedback {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

.formfeedbackerror {
	font-weight: bold;
	font-size: 11px;
	padding-left: 1px;
}

