body {
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url("../img/background.jpg");
}

/*body div {
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
}*/

div.shadow {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 990px;
	background: url("../img/shadow_background.png") ;
}

div.wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
}

/*##############################################################
								Header
###############################################################*/

div#header {
	height: 147px;
	background: url("../img/header.jpg") no-repeat;
	border-top: solid 1px #ffffff;
}

div#header div.address {
	text-align: right;
	float: right;
	color: #ffffff;
	width: 500px;
	margin: 79px 20px 0 0;
	font-size: 14px;
	font-weight: bold;
}

/*##############################################################
								Navigation
###############################################################*/

div#navigation {
	height: 32px;
	background: url("../img/navigation_background.jpg") repeat-x;
}

div#navigation ul {
	margin: 0;
	padding: 0;
	float: right;
}

div#navigation ul li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 32px;
	background: url("../img/navigation_seperator.jpg") left no-repeat;
}

div#navigation ul li a {
	margin: 8px 10px 0 20px;
	padding: 0;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/*##############################################################
								Flash Header
###############################################################*/

div#flashheader {
	width: 950px;
	height: 300px;
	background: url("../img/flash_header_background_home.jpg") no-repeat #edd6aa;
	margin-bottom: 10px;
}

div#flashheader div.rightbox {
	margin: 75px 20px 0 0;
	width: 435px;
	height: 162px;
	float: right;
}

div#flashheader div.rightbox h1 {
	margin: 0;
	padding: 0;
	font-size: 35px;
	display: none;
}

div#flashheader div.rightbox h2 {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	display: none;	
}

div#flashheader div.leftbox {
	float: right;
	height: 275px;
	width: 400px;
	border: solid 2px black;
	margin: 10px 20px 0 0;
	background: #ffffff;
}

/*##############################################################
								Footer
###############################################################*/

div#footer {
	background: url("../img/footer_background.jpg") top no-repeat;
	font-size: 11px;
	color: #999999;
	width: 990px; 
}

div#footer a {
	color: #666699;	
}

div#footer a:hover {
	color: #333366;	
}

div.copyright {
	float: left;
	width: 250px;
	margin: 25px 0 0 30px;
	text-align: left;
}

div.contact {
	width: 300px;
	float: right;
	text-align: right;
	margin: 25px 30px 0 0;
}

/*##############################################################
								Helpers
###############################################################*/

div.clearer {
	clear: both;	
}

/*##############################################################
								Content
###############################################################*/

div#content {
	padding-bottom: 120px;
}

div#content div.contentheader {
	background: url("../img/flash_header_background.jpg") no-repeat;
	border-top: solid 1px #a37052;
	margin-bottom: 10px;
}

div#content div.contentheader h1 {
	padding: 13px 0 13px 25px;
	margin: 0;
	font-size: 35px;
}

div#content p {
	padding: 10px;
	margin: 0;
}

/********** Contact Us Page ******************/

address {
	margin: 5px 0 30px 30px;
	font-size: larger;
	font-weight: bold;
}

div.mapwrapper {
	float: right;
	border: solid 1px #cccccc;
	padding: 10px;
	margin: 0 0 10px 10px;
}

a#directions_link {
	display: block;
	background-color: #ffff66;
	padding: 5px 0 5px 0;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-top: solid 1px #ffff66;
}

a#directions_link:hover {
	background-color: #ffff00;
	color: red;
}

div#content table.contactus {
	margin: 0 0 0 30px;	
}

div#content table.contactus td {
	padding: 0 20px 2px 10px;	
}

div#content table.contactus tr:hover {
	background: #ededed;	
}


/*********** Product Teaser Page ***************/

div#content div.productlistteaser {
	width: 550px;
	height: 380px;
	float: right;
	margin: 15px 30px 0 0;
	text-align: center;
}

div#content div.productlistteaser img {
	margin: 0 auto 0 auto;
	padding: 10px;
	border: solid 1px #cccccc;
	
}

div#content ul#tree img {
	display: none;
}

div#content ul#tree {
	margin: 40px 0 0 20px;
	border: solid 1px #cccccc;
	width: 300px;
}

/*********** Product Page ****************/

div.productimage {
	width: 460px;
	float: left;
	text-align: center;
	background: #efe2c9;
	margin: 0 0 0 10px;
}

div.productimage img {
	display: block;
	margin: 20px auto 20px auto;
}

div.producttext {
	float: right;
	width: 425px;
	border: double #cccccc;
	margin: 0 10px 0 0;
}

div.product {
	width: 450px;
	float: left;
	margin: 5px 0 0 15px
}

div.product h2 {
	margin: 0;
	padding: 10px;
	background: #efe2c9;
	font-size: 18px;
}

div.product img {
	float: right;
	padding: 10px;	
}





