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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, p, blockquote, th, td
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6
{ font-size: 100%; }

/* Normalizes font-size for headers */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/*------------------------------------------------------*/
/*------------------------------------------------------*/

/* main.css represents classes and IDs that are common to all pages */
html {
	text-align: center;
}
body {
	background-color:#330000;
	color:#000000;
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
	width: 889px;
}
blockquote {
	font-size: 90%;
	margin-right: 50px;
	margin-left: 50px;
}
p {
	padding: 10px 20px 10px;
}
h2 {
	margin: 10px 20px 15px 20px;
	font-size: 14px;
}
h3 {
	text-align:center;
	font-size:larger;
	margin-top: 20px;
}
strong {
	font-weight:bold;
}

.standard li {
	list-style-type:disc;
	margin: 0px 40px 0px 50px;
	line-height: normal;
	text-align: left;
}
#main_area {
	background-color: #FFCC99;
}
#nav_area {
	background-image: url(../2011_design/images/2011_navigation.jpg);
	width: 889px;
	height: 36px;
	line-height: 0px;
}
.navigation {
	line-height: 13px;
	color: #FFCC99;
	list-style-type: none;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
}
.navigation li {
	display: inline;
	border-right: thin solid #FFCC99;
	padding: 0px 7px 0px 7px;
}
#last_nav_entry {
	border: none;
}
.navigation a {
	color: #FFCC99;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFFFF;
}
a#ecofriendly {
	color: #009900;
}
a:hover#ecofriendly {
	color: #FFFFFF;
}

#footer {
	clear:both;
	background-color: #330000;
	text-align: center;
	padding-top: 30px;
	color: #CCCCCC;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration:underline;
}

img {
	margin: 0px;
}
/* This was put in solely because of the annoying extra vertical space in the banner only in IE */
#banner {
	height: 103px;
	background-image:url(../2011_design/images/main_banner.jpg);
}
#banner a {
	color: white;
	text-decoration:none;
}
#banner a:hover {
	color: #FFCC99;
	text-decoration:none;
}

#address_phone_bloc {
	width: 250px;
	padding: 80px 0px 20px 595px;
	text-align: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: lighter;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 80px;
	border: thin solid #000;
}
th
{
	background-color: #999;
}
em {
	font-style: italic;
}
#top_nav {
	width: 350px;
	margin-left: 545px;
	font-size: 12px;
	text-align: right;
}
#top_nav p {
	margin: 7px 15px 5px 0px;
	padding: 0px;
}

