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


/*	/// BASIC ELEMENTS ///   */


*	{
	margin: 0;
	padding: 0;
	}

img	{
	border: none;
	}

body	{
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #333333;
	background: #cccccc url(../images/bg_tile.gif) repeat-x top;
	}

h2	{
	font-size: 14px;
	}

p	{
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	padding-bottom: 20px;
	}

h1	{
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: solid 1px;
	}

a	{
	text-decoration: none;
	}

ul	{
	list-style: none;
	}

span.header	{
	padding-top: 20px;
	color:#006600;
	}

ul.product	{
	font-size: 11px;
	list-style-image: url(../images/bullit.gif);
	padding-left: 20px;
	line-height: 20px;
	}



/*   /// DIV LAYOUT ///   */


#container	{
	position: relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	}

#logo	{
	width: 100%;
	height: 230px;
	background: url(../images/logo_banner.jpg) no-repeat;
	}

#banner {
position: absolute;
top: 25px;
left: 470px;
width: 468px;
height: 61px;
background: #000000;
}
	
#wrapper	{
	margin-top: -56px;
	background: #fff;
	}

#content	{
	width: 680px;
	min-height: 550px;
	padding: 50px 30px 15px 30px;
	margin-left: 210px;
	background: #fff url(../images/content_top.gif) no-repeat top right;
	}

/*   /// NAVIGATION ///   */

#navigation	{
	position: absolute;
	left: 0;
	top: 174px;
	height: 550px;
	width: 210px;
	font-size: 12px;
	text-indent: 15px;
	background: #fff url(../images/nav_bg.jpg) no-repeat bottom;
	}

#navigation ul	{
	padding-top: 27px;
	}

#navigation li a, #navigation li a:visited	{
	display: block;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	margin: 9px 5px 9px 10px;
	padding: 2px;
	}

#navigation li a:hover	{
	color: #66823B;
	}

#navigation li.active a {
	background: url(../images/bullit.gif) no-repeat 15px center;
	color: #006600;
	font-weight: bold;
	text-indent: 50px;
	}

#navigation h2	{
	color: #fff;
	height: 55px;
	background:url(../images/nav_top.jpg) no-repeat top;
	line-height: 65px;
	text-indent: 23px;
	}

/*   /// FOOTER ///   */

#footer	{
	width: 100%;
	height: 30px;
	background: #000000;
	}

#footer p	{
	color: #fff;
	font-size: 10px;
	text-align: center;
	}

#footer a	{
	color: #fff;
	}

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

.button	{
	padding: 15px 0 25px 0;
	}

/*   /// ANIMATED COLLAPSE ///   */

a.more	{
	font-size: 10px;
	color:#006600;
	}

#expander p	{
	font-size: 11px;
	font-weight: bold;
	}

/*   /// INDIVIDUAL CARD TABLE STYLING ///   */


table.individualtbl	{
	width: 685px;
	font-size: 11px;
	margin: 0 auto;
	margin-top: 20px;	
	}

th	{
	font: bold 11px "Trebuchet MS", Verdana, Arial;
	color: #333333;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 6px 10px 6px;
	width: 300px;
	}

th.spec	{
	background:url(../images/spec.gif) no-repeat;
	}

th.nobg	{
	border-bottom: 1px solid #cccccc;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding-bottom: 20px;
	}

th.alt	{
	background: url(../images/spec2.gif) no-repeat #E6FFE6;
	color: #764418;
	}

td	{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	padding: 10px 6px 10px 6px;
	color: #333333;
	}

td.alt	{
	background: #E6FFE6;
	color: #764418;
	}

span.white	{
	color: #fff;
	}