﻿@charset "UTF-8";

#IntrotaMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#pagehead h1 {
    background-color: #41AD49;
    float: left;
    font-family: "futura-pt-1","futura-pt-2",sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 57%;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 28px;
    position: relative;
    width: 98%;
    z-index: 1;
}


#pagehead h2{
    font-family: "futura-pt-1","futura-pt-2",sans-serif;
	font-weight: 400;
	float:left;
	background-image:url(../images/SUBHEADBg.png);
	width:98%;
	margin-top:0px;
	padding-left: 20px;
	padding-top: 20px;
	*padding-top: 17px;
	padding-bottom: 0px;
	*padding-bottom: 2px;
	margin-bottom: 20px;
	font-size:16px;
	color:#41ad49;/*	height:336px;
*/
	margin-left: 0px;
	z-index:999;
	line-height: 40%;
	*line-height: 45%;
}



#pagehead{
	margin:0px;
	padding:0px;
	}
	
#pagehead h1 {
    background-color: #41AD49;
    float: left;
    font-family: "futura-pt-1","futura-pt-2",sans-serif;
    font-size: 50px;
    font-weight: 500;
    height: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 32px;
    position: relative;
    width: 98%;
    z-index: 1;
}


#pagehead h2 {
    background-image: url("../images/SUBHEADBg.png");
    color: #41AD49;
    float: left;
    font-family: "futura-pt-1","futura-pt-2",sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 15px;
    line-height: 40%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    padding-top: 13px;
    width: 98%;
    z-index: 999;
}



UL.arrowbullet{
	list-style-type:none;
	font-size:16px;
	padding-top:0 px;
	padding-left:25px;
	margin-left:13px;
	}
	
	
UL.arrowbullet h2{
	list-style-type:none;
	font-size:13px;
	padding-top:0 px;
	padding-left:0px;
	margin-left:-18px;
	color: #c2c1b7;
	text-transform:uppercase;
	font-weight:400;
	font-size:.9em;
	}

UL.arrowbullet li h3{
	color:#666;
	line-height:130%;
	font-size:0.85em;
	font-weight:400;
	margin:0 0 0 0;
}

UL.arrowbullet li{
	list-style-image:url(../images/bullet_grey.png);
		margin:2px 0 0 0;
}


UL.arrowbullet li p{
	margin:0 0 0 0;
	padding:0 0 3px 0;
}



#IntrotaMain    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#IntrotaSub     {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
}
/* Main Body Styling */
UL.mainlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top: 0px;
	padding-left:20px;
	margin-left:13px;
}
body {
	background-image:url(../images/hatch_fade.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

h1 {
	margin:0px 0px 0px 20px;
	padding:0px;
/*	font-size:40px;
*/	font-weight:900;
	color:#FFF;
	}
	
div#prodcontent1 h1 {
	margin:0px 0px 15px 20px;
	padding:1em 0 0 1em;
	font-size:2em;
	font-weight:900;
	color:#FFF;
	background-image: url(../images/bifile_head.gif);
	background-repeat: no-repeat;
	}

h2 {
	font:bold 12px/14px arial, helvetica, sans-serif;
	margin:0px 0px 5px 20px;
	padding:0px;
	}
p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	padding:0px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 20px;
	}
	
	
	

/* alt table */
#customers
{
font:12px/20px verdana, arial, helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#customers td, #customers th 
{
font-size:1em;
border:1px solid #c2c1b7;
padding:3px 7px 2px 7px;
}
#customers th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#c2c1b7;
color:#ffffff;
}
#customers tr.alt td 
{
color:#000000;
background-color:#f9f8f6;
}

	
	
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

a img:active {border: none; }

img
{  border-style: none;
}


/* Overall Site */
#wrapper {
	width: 980px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Introtextarea {
	background-image: url(../images/Introtextarea.jpg);
	width:340px;
	height:410px;
	top:141px;
	left: 15px;
	background-color: #FFF;
	padding-left: 40px;
	padding-right: 30px;
	padding-top: 40px;
	float: left;
	margin: 0;
	;
}

#mainpagelink {
	position:relative;
	padding-top: 12px;
	padding-left: 10px;
	margin-top:05px;
	width:222px;
	height:50px;
}

#mainpageimage {
	position:relative;
	padding-top: 22px;
	padding-left: 0px;
	margin-top:12px;
	width:300 px;
	height:300px;
}

#frame {
	width: 980px;
	background-color: #FFFFFF;
	margin:auto;
	}
#content {
	width: 960px;
	background-color: #FFFFFF;
	margin:auto;
	z-index: 50;
	}


/* Top of Page - Header */
#header {
	width: 960px;
	height:138px;
	text-align: center;
	margin: auto;
	padding: 0 0 0 0;
} 
#header h1 {margin: 0; padding: 0 0; }
#header p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#logo {
	float:left;
	width:294px;
	margin: -128px 0 0 50px;

	*margin: -128px 0 0 50px;
	_margin: -128px 0 0 20px;
	height: 62px;
}
#logo h1 {text-indent:-99999px; }
#logo h1 a{display:block; background:url(../images/logo.gif) no-repeat; height:62px; outline:none; 
}

#contact {float:right; width:284px; height: 14px; background:url(../images/contact.gif) no-repeat; margin: -100px 115px 0 0;
*margin: -100px 0px 0 10px;
_margin: -100px 0px 0 10px;
}

#facebook {float:right; margin: -104px 68px 0 10px;
*margin: -104px 48px 0 10px;
_margin: -104px 18px 0 10px;
 }
#twitter {float:right; margin: -104px 40px 0 10px;
*margin: -104px 0px 0 10px;
_margin: -104px 0px 0 10px;
 }

/* Main Body of Page */
#container {
	background-color: #fff;
	width: 959px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#column_l {
	position:relative;
	border: 1px #000000 solid;
	margin: 0;
	padding: 15px;
	background-color: #fff;
}
#column_r {
	position:relative;
	width: 330px;
	margin: 0;
	float: right;
	padding: 2px;
	background-color: #a9a9a9;
	position: relative;
}
#stor_sol_l {
	position:relative;
	width: 501px;
	height: 550px;
	float: left;
	left:-99999;
}
#stor_sol_r {
	position:absolute;
	right: 195px;
	width: 507px;
	height: 491px;
	float: right;
	top: 139px;
	left: 8;
}
#stor_sol_bl {
	position: relative;
	float: left;
	}
#column_r p {
	font-size: 11px;
	margin: 9px;
}



#News {
	background-image: url(../images/bgmain.jpg);
	background-color: #ffffff;
	width:960px;
	padding-top:20px;
	height:360px;
	position: relative;
	top: 3px;
	margin: 0;
	clear: both;
	border-style: striped;
}
#Newsspace {
	background-color: #ffffff;
	width:377px;
	padding-top:20px;
	height:119px;
	position: absolute;
	left:356px;
	top:10px;
	margin-bottom:0px;
}

#NewsWhitespace {
	position:relative;
	background-color: #FFF;
	float: none;
	width: 870px;
	margin: auto;
	height: 360px;
	padding: 0;
}


#Newspic {

	margin-right: 2px;

	
}

.NewsHeadline {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #78945A;
	font-size: 16px;
}




/* Two Column Formatting */
#sidebar1 {
	position: relative;
	float: right; /* since this element is floated, a width must be given */
	width: 325px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	z-index:2;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:330px;
	margin: 8PX 10px 0 0;
	}
/* Again, "be nice to Opera 5". */
body>sidebar1 {width:325px;}

#mainContent1 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:580px;
	margin:0px 0px 0px 5px;
/* 	background-color:white;
	background-image:url(../images/spacebgg.png);
	background-repeat:repeat-x;*/
	padding:0;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}
#mainContent1 h1 {
	text-indent:0px;
	position: relative;
	height: 81px;
	width:580px;
	top: 20px;
	left: 0px;
	}

		
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* End of Two-Column Formatting */
/* Styles for Footer */
#footer {
	padding: 0px 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin: 0 10px 0px 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333;
}
#footer ul {
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
	width: 39%;
	color: #8CA375;
	text-decoration: none;
	}
#footer li {
	float: left;
	}
#footer li a {
	display: block;
	padding: 10px;
	color: #8CA375;
	text-decoration: underline;
	font-size:11px;
	}
#footer li a:hover, #footer li a:active, #footer li a:focus {
	color:#8DAA6C;
	}
#mainpagerightbox {
	background-color: #066;
	width: 520px;
	height: 345px;
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display:inline-table;}
/* backslash hack hides from IE mac \*/
* html .clearfix {height:1%;}
.clearfix {diplay: block;}
/* end backslash hack */

#wrapper #content #mbottomarea #mbottom #colwrap7 #mssbottom #colwrap10 .sscopy strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 130%;
}
#wrapper #content #mtoparea #colwrap3 #mmcopyarea strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
}

