@charset "utf-8";
/* CSS Document */

body
{
	margin: 16px 0px 0px 0px;
	background: #00581c;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

#container
{
	width: 900px;
	margin: auto;
}

#title
{
	width: 890px;
	padding: 0px 10px 0px 0px;
	height: 174px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 880px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background: #fff;
	
}

#content a
{
	color: #0D772F;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

#content p
{
	margin: 11px 0px 11px 0px;
	padding: 0px;	
}

#clear
{
	clear: both;
}

#footer
{
	width: 900px;
	height: 35px;
	padding: 7px 0px 0px 0px;
	color: #fff;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p
{
	margin: 0px;
	padding: 0px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 18px;
	color: #015c1e;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.green
{
	font-size: 18px;
	color: #015c1e;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.content_box
{
	width: 880px;
	margin-top: 10px;
	float: left;
}

.third
{
	width: 285px;
	float: left;
	margin-top: 10px;
	padding: 3px 0px 0px 0px;
}

.middle
{
	margin: 10px 10px 0px 10px;
}

.lefthalf
{
	width: 435px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}

.righthalf
{
	width: 435px;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 3px 0px 0px 0px;
}

.quote
{
	padding: 0px 10px;
	color: #fff;
	background: #2AB455;
	border: 1px solid #000;
	margin-bottom: 15px;
}

.photo
{
	border: 2px solid #000;
}

p em
{
	font-weight: normal;
}

.recycle
{
	margin-top: 30px;
}












#menu
{
	width: 900px;
	height: 32px;
}


#menu ul
{
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	width: 160px;
	text-align: center;
	height: 25px;
	padding: 7px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	float: left;
	background-image: url(images/button1.jpg);
	background-repeat: no-repeat;
	margin-right: 1px;
	font-size: 12px;
}


#menu ul li a:hover
{
	background-image: url(images/button2.jpg);
	background-repeat: no-repeat;
}






.table
{
	font: 11px verdana;
	border-collapse: collapse;
	margin-top: 15px;
}

.table th
{
	background: #eee;
	color: #000;
	border: 1px solid #b4b4b4;
	padding: 5px 7px;
	text-align: left;
}


.table td
{
	border: 1px solid #b4b4b4;
	background: #fff;
	padding: 5px 7px;
}

.table a
{
	color: #4091cf;
	text-decoration: none;
}

.table a:hover
{
	text-decoration: underline;
}












/* Form CSS */
form {border: none;}
label { width: 350px; float: left; font-size:12px; text-align: right; margin-right: 10px; }
label.error { float: left; color: red;  vertical-align: top; width: 480px; padding-left: 10em; font-size:12px; margin-left: 240px; text-align: left;}
p { clear: both; }
.submit { margin: 0 0 10px 360px; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}










/* Calculator Box Start */

#calculator_box
{
	float: right;
	width: 271px;
	padding: 0px 15px 0px 15px;
	color: #fff;
	margin: 22px 0px 0px 0px;
	font-size: 11px;
}

h2
{
	margin: 12px 0px 0px 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

#calculator_box p
{
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

.button_text
{
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding: 13px 0px 0px 0px;
}

.button_text a
{
	text-decoration: none;
	color: #000;
}

/* Calculator Box End */



.design_oven
{
	text-align: center;
	color: #013010;
	padding-top: 5px;
}

.design_oven p
{
	margin: 0px;
	padding: 0px;
}

.design_oven a
{
	text-decoration: none;
	color: #013010;
}

.design_oven a:hover
{
	text-decoration: underline;
}





