/* @group Style Clearing */

* {
	margin: 0;
	padding: 0;
	z-index: 1;
}
img {
	display: block;
	behavior: url("/pngbehavior.htc");
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

h1 {
	color: #8d8d8d;
	font: bold 32px/38px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 35px;
}

h2 {
	background-color: #414141; 
	color: #fff;
	font: bold 18px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h3 {
	color: #bfbfbf;
	font: bold 28px/34px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

h5 {
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #414141;
}

h6 {
	font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #414141;
	margin-bottom: 10px;
	display: block;
}


h7 {
	color: #bfbfbf;
	font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
	width: 175px;
}

:link,:visited {
	text-decoration: none
}

a img,:link img,:visited img {
	border: none
}

ul,ol {
	list-style: none
}

ul,ol,li,h2,h3,h4,h5,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

/* @end */

/* @group Custom Styles */

/* @group HTML Elements */

html {
	height: 100%;
}

body {
	background: url(/img/interface/body_bg.jpg) repeat-x;
	background-color: #414141;
	height: 100%;
	font: normal 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #414141;
}

a:link, a:active, a:visited {
	color: #bf0034;
}

a:hover {
	color: #8c0026;
}

ul {

}

ul li {

}

/* @end */

/* @group Interface */

.break_image
{
	display: block;
	clear: both;
	float: none;
	position: relative;
}

#container
{
	height: 100%;
	width: 982px;
	background: url(/img/interface/container_bg_pattern.gif) repeat;
}

#page_content {
	margin-top: 10px;
	width: 962px;
	}

/* @end */

/* @group Rounded Image Corners */

.img_rounded_topleft {
	position: absolute;
	top: 0;
	left: 0;  
	z-index: 4;
	}
	
.img_rounded_topright {
	position: absolute; 
	top: 0;
	right: 0;  
	z-index: 4;
	}

.img_rounded_bottomleft {
	position: absolute; 
	left: 0;
	bottom: 0; 
	z-index: 4;
	}
	
.img_rounded_bottomright {
	position: absolute; 
	right: 0; 
	bottom: 0; 
	z-index: 4;
	}

/* @end */

/* @group Featured Image */

.featured_content_container {
	position: relative; 
	width: 637px; 
	height: 297px;
	margin-bottom: 10px;
	}
	
.featured_content {
	position: absolute; 
	background-image: url(/img/interface/feature_text_bg.png); 
	background-position: left bottom; 
	background-repeat: repeat-y;  
	height: 100px; 
	width: 635px; 
	bottom: 1px; 
	left: 1px; 
	text-align: left;
	z-index: 3;
	}
	
.featured_content div {
	margin: 15px;
	color: #fff;
	font: normal 11px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 425px;
	}
	
.featured_content_img {
	border-style: solid; 
	border-width: 1px; 
	border-color: #8d8d8d;
	}		

/* @end */

/* @group Supporting Page Content */

.supportingpage_content_container {
	position: relative; 
	width: 635px;
	min-height: 650px; 
	margin-bottom: 10px;
	background-color: #fff;
	border-style: solid; 
	border-width: 1px; 
	border-color: #8d8d8d;
	}
	
.supportingpage_content {
	margin: 15px;
	background-color: #fff;
	color: #414141;
	}
	
.supportingpage_content_container .img_rounded_topleft {
	position: absolute; 
	top: -1px;
	left: -1px;  
	z-index: 4;
	}
	
.supportingpage_content_container .img_rounded_topright {
	position: absolute; 
	top: -1px;
	right: -1px;  
	z-index: 4;
	}

.supportingpage_content_container .img_rounded_bottomleft {
	position: absolute; 
	left: -1px;
	bottom: -1px; 
	z-index: 4;
	}
	
.supportingpage_content_container .img_rounded_bottomright {
	position: absolute; 
	right: -1px; 
	bottom: -1px; 
	z-index: 4;
	}
	
/* @end */


/* @group Project Gallery Sidebar */

.projgallery_sidebar_container {
	position: relative; 
	width: 285px; 
	height: 180px;
	}
	
.projgallery_sidebar {
	position: absolute; 
	background-image: url(/img/interface/project_title_bg.png); 
	background-position: left bottom; 
	background-repeat: repeat-y;  
	height: 60px; 
	width: 283px; 
	bottom: 1px; 
	left: 1px; 
	text-align: left;
	z-index: 3;
	}
	
.projgallery_sidebar .projtitle {
	margin: 12px;
	display: block;
	color: #bfbfbf;
	font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	width: 175px;
	}
	
/* @end */

/* @group Product Literature Page */

.prod_lit_cat_listing {
	background-color: #bfbfbf; 
}

.prod_lit_cat_listing a:link, 
.prod_lit_cat_listing a:active, 
.prod_lit_cat_listing a:visited,
.prod_lit_cat_listing a:hover { 
	color: #484848;
	font-weight: bold; 
}

.prod_lit_cat_listing span {
	margin-bottom: 2px;
	display: block;
} 

.product_lit_cat_container {
	position: relative; 
	width: 142px; 
	height: 107px;
	}
	
.product_lit_cat_container .img_rounded_topleft {
	position: absolute; 
	top: 0px;
	left: 0px;  
	z-index: 4;
	}
	
.product_lit_cat_container .img_rounded_topright {
	position: absolute; 
	top: 0px;
	right: 0px;  
	z-index: 4;
	}

.product_lit_cat_container .img_rounded_bottomleft {
	position: absolute; 
	left: 0px;
	bottom: 0px; 
	z-index: 4;
	}
	
.product_lit_cat_container .img_rounded_bottomright {
	position: absolute; 
	right: 0px; 
	bottom: 0px; 
	z-index: 4;
	}	
	
/* @end */

/* @group Home Page News Box */

.feature_newsstory img {
	display: block;
	margin-right: 10px;
	width: 100px;
	height: auto;
}	

.feature_newsstory {
	display: block;
	height: 110px;
	overflow: hidden;
}	
	


.news_img_container {
	position: relative; 
	width: 150px; 
	height: 125px;
	}

.news_container {
	width: 637px; 
	height: 290px; 
	border-style: solid; 
	border-width: 0 1px 0 1px; 
	border-color: #8d8d8d; 
	background-color: #bfbfbf; 
	background-image: url(/img/interface/news_bg.jpg); 
	background-position: 375px 25px; 
	background-repeat: no-repeat;
}	

.news_container ul {
	margin: 10px 0px 10px 17px;
	list-style-image: url(/img/interface/news_bullet.gif);
	list-style-position: outside;
}

.news_container ul li {
	padding-left: 2px;
	line-height: 16px;
}
	
/* @end */


/* @group Lunch and Tour Box Sidebar */

.plant_tour_box {
	text-align: left;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 140px; 
	font: bold 12px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #fff;
}

.plant_tour_box .dont_play_safe {
	font: italic 17px/19px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #fff;
}

.plant_tour_box .go_all_in {
	font: bold 23px/25px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #bfbfbf; 
}

.planttour_sign {
	position: absolute;
	bottom: 1px;
	right: -20px;
	z-index: 5;
}

.lunch_box {
	text-align: left;
	position: absolute;
	left: 10px;
	top: 15px;
	width: 140px; 
	font: bold 12px/15px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #fff;
}

.lunch_box .box_lunch {
	font: bold 18px/22px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif; 
	color: #bfbfbf;
}


.lunch_sign {
	position: absolute;
	bottom: 1px;
	right: 5px;
	z-index: 5;
}

/* @end */

/* @group Video List */

.video_listing_header {
	color: #ffffff; 
	margin: 0 0 0 7px;
	font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
}

.fullsize_video_list {
	background-color: #bfbfbf; 
}

.fullsize_video_list .video_list
{
	width: 127px;
	display: block;
	float: left;
	clear: none;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
	margin-bottom: 15px;
}

.fullsize_video_list a.video_list_thumb
{
	position: relative;
	width: 127px;
	height: 102px;
	display: block;
	float: none;
	clear: none;
	visibility: visible;
	overflow: hidden;
	text-decoration: none;
}

.fullsize_video_list .video_list_img
{
	border: 1px solid #fff;
	width: 125px;
	height: 100px;
}

.fullsize_video_list .video_list_title
{
	display: block;
	overflow: hidden;
	height: 25px;
	width: 127px;
	text-align: center;
	font: normal 12px/14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 3px;
}

.small_video_list {
	background-color: #bfbfbf;
	border-style: solid; 
	border-width: 0 1px 0 1px; 
	border-color: #8d8d8d; 
}

.small_video_list .video_list
{
	width: 127px;
	display: block;
	clear: none;
	position: relative;
	overflow: hidden;
	margin-left: 15px;
	margin-top: 10px;
}

.small_video_list a.video_list_thumb
{
	position: relative;
	width: 65px;
	height: 52px;
	display: block;
	float: none;
	clear: none;
	visibility: visible;
	overflow: hidden;
	text-decoration: none;
}

.small_video_list .video_list_img
{
	border: 1px solid #fff;
	width: 63px;
	height: 50px;
}

.small_video_list .video_list_title
{
	display: block;
	overflow: hidden;
	width: 127px;
	text-align: left;
	font: normal 10px/12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 2px;
}

.projcasestudies_vids {
	background-color: #bfbfbf;
	border-style: solid; 
	border-width: 0 1px 0 1px; 
	border-color: #8d8d8d;
	width: 100%; 
}

.projcasestudies_vids .video_list
{
	width: 95px;
	display: block;
	clear: none;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

.projcasestudies_vids a.video_list_thumb
{
	position: relative;
	width: 65px;
	height: 52px;
	display: block;
	float: none;
	clear: none;
	visibility: visible;
	overflow: hidden;
	text-decoration: none;
}

.projcasestudies_vids .video_list_img
{
	border: 1px solid #fff;
	width: 63px;
	height: 50px;
}

.projcasestudies_vids .video_list_title
{
	display: block;
	overflow: hidden;
	width: 85px;
	text-align: center;
	font: normal 10px/12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 2px;
}

/* @end */

/* @group Footer */

.footer {
	height: 144px;
	}

.footer .nav {
	height: 47px; 
	width: 637px; 
	background: url(/img/interface/footer_bg.gif) no-repeat;
	color: #fff;
	text-align: left;
	padding-left: 5px;
}

.footer .nav a:link, 
.footer .nav a:active, 
.footer .nav a:visited,
.footer .nav a:hover {
	color: #fff;
	margin: 0 10px 0 10px;
}

.footer .nav a:hover {
	color: #bfbfbf;
}

.footer .copyright {
	text-align: left;
	padding-left: 15px;
	font-size: 9px;
	height: 97px;
}


/* @end */

/* @group News Page */

.news_listing hr {
	margin: 20px 0 20px 0;
}

.news_listing .news_item {
	display: block;
}

.news_listing .news_item .date {
	font-style: italic;
	color: #414141;
	display: block;	
}

.news_listing .news_item .title {
	color: #bf0034;
	font: bold 14px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	display: block;
}

.news_listing .news_item .summary {
	display: block;
	margin-top: 10px;
}

.news_listing .news_item .news_img {
	display: block;
	float: right;
	margin-left: 15px;
}


/* @end */

/* @end */