@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;
	}

strong	{
	color: #FF0000;
	}


/*   /// 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;
	padding: 0;
	}

#footer a	{
	color: #fff;
	}

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

.button	{
	padding-left: 95px;
	}

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

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

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

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

/*   /// MAIN TABLE STYLE   ///   */


a:hover.cardtitle, a:hover.cardtitlealt, a:hover.more	{
	text-decoration: underline;
	}

a.cardtitle	{
	color: #333333;
	}
	
a.cardtitlealt	{
	color: #764418;
	}

a.moreinfo	{
	padding-left: 35px;
	color: #333333;
	}
	
a:hover.moreinfo	{
	text-decoration: underline;
	}

#comparisontable	{
	width: 685px;
	font-size: 11px;
	margin: 0 auto;	
	}


th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #333333;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 6px 10px 6px;
	background: #9cc179;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: none;
	text-align: center;
}

th.spec {	
	border-left: 1px solid #cccccc;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	text-align: left;
}

th.specalt {
	border-left: 1px solid #cccccc;
	border-top: 0;
	background: #ececec;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #764418;
	width: 150px;
	text-align: left;
}


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


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

th.width	{
	width: 135px;
	}


