@charset "UTF-8";
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/


#header {
	width:100%;
	background-color: #d0d1d3;
	text-align: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 0px;
}


#center {
	width:100%;
	background-color: #FFF;
}

#footer {
	width:100%;
	background-color: #000;
	text-align: center;
	color: #FFF;
	padding: 20px 0px 50px 0px;
}


#footer a
{	
	text-decoration: underline;
	color: #FFFFFF;
}

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

body {
	font: 12px/1.25 Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

p {
	margin-top:0px;
	
}

a
{	
	text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: underline;
}


img {
	border:0;

}


.grid_12 ul {
	list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	}

.grid_12 li {
		display: block;
		width: 96%; /*Define width for IE6's sake*/
		padding-left: 15px;	
		background: url(../images/bullet-yellow.gif);
		background-repeat: no-repeat;
		background-position: 0 .3em;
		margin-bottom:10px;

		}
		
.grid_12_black li {
		display: block;
		width: 96%; /*Define width for IE6's sake*/
		padding-left: 15px;	
		background: url(../images/bullet-black.gif);
		background-repeat: no-repeat;
		background-position: 0 .3em;
		margin-bottom:10px;

		}		
		
.orderedlist ol {
		list-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}


.orderedlist li {
	width: 96%; /*Define width for IE6's sake*/
	margin-bottom:10px;
	background-image: none;
		}		
		

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 15px;
	background-color: #ffcb05;
	padding: 4px 10px 3px 12px;
	background-image: url(../images/corner.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 12px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}



p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

/* `styles
----------------------------------------------------------------------------------------------------*/

.yellowtext {
	color: #ffcb05;
}

.button {
	height: 50px;
	background-color: #fbe17f;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	text-transform: uppercase;
	
		
}

.button:link {
text-decoration: none;
background-color: #fbe17f;

}
.button:visited {
text-decoration: none;
background-color: #fbe17f;

}

.button:hover, .button:active{
text-decoration: none;
background-color: #ffcb05;

}

.compProdButton {
	height: 50px;
	background-color: #fbe17f;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	text-transform: uppercase;
	
		
}

.compProdButton:link {
text-decoration: none;
background-color: #fbe17f;

}
.compProdButton:visited {
text-decoration: none;
background-color: #fbe17f;

}

.compProdButton:hover, .compProdButton:active{
text-decoration: none;
background-color: #ffcb05;

}


.summarybutton {
	background-color: #fbe17f;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 45px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;	
	text-decoration: none;
		
}

.summarybutton:link {
text-decoration: none;
background-color: #fbe17f;

}
.summarybutton:visited {
text-decoration: none;
background-color: #fbe17f;

}

.summarybutton:hover, .summarybutton:active{
text-decoration: none;
background-color: #ffcb05;

}

.summarybutton a {
text-decoration: none;
	margin-right: 0px;


}




#ddblueblockmenu{
padding: 0px;
width: 220px;
background-image: url(../images/corner-leftnav.gif);
background-repeat: no-repeat;
background-color: #fbe17f;
}

#ddblueblockmenu ul{
	margin: 0;
	padding: 13px 0px 13px 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	font-weight: bold;
}

#ddblueblockmenu li a{
	display: block;
	padding: 2px 10px 2px 15px;
	
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #000;
	background-color: #fbe17f;
	border-left: 23px solid #ffcb05;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #ffcb05;
border-left-color: #f3c000;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}



.featured {
	
	background: url(../images/featuredback.gif) repeat-x; 
	margin: 15px 0px 0px 0px;
	padding: 23px 5px 23px 23px;
	
}


.featured img{
	
	margin: 0px 5px 0px 0px;
	
}

.featuredhead {
	font-size: 16px;
	text-transform: uppercase;	
}


.imageleft{
	
	margin: 0px 15px 10px 0px;
	float: left;
	
}


.grid_6_HOME {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	width: 340px;
}

.grid_6_HOME_right {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	width: 340px;
}


.grid_460_INSIDE {
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	width: 460px;
}

.grid_220_RIGHT {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	width: 220px;
}


.grid_220_RIGHTyellow {
	display: inline;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	width: 200px;
	background-color: #faefc4;
	padding: 10px;
	display: inline;
}

.tableheadline {
	font-weight: bold;
	color: #FFF;	
}

.spectable {
	border: 1px solid #000;	
}

.spectable_9 {
	border:1px solid #000000;
}

.spectable_9 tr{
	font:10px/1.25 Arial,Helvetica,sans-serif;
}



.accesstable td{
	background-color: #d0d1d3;
}

.accesstable p{
	margin: 7px;
}


.accesstable_image{
float: right;
margin: 0 0 0px 15px;
}


.productguide {
	border: 1px solid #d0d1d3;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.productguide p{
	margin: 7px;
}


.footnote {
	font:10px/1.25 Arial,Helvetica,sans-serif;
}



/* `Tabbed content
----------------------------------------------------------------------------------------------------*/

.eco1_text{
	display: inline;
width: 460px;
float: left;
}
.eco1_image{
float: right;
margin: 0 0 15px 15px;
}

.eco1_sidebar{
display: inline;
float: right;
margin-left: 0px;
margin-right: 0px;
width: 190px;	
background: #ededed;
background-image: url(../images/appthumb.jpg);
background-repeat: no-repeat;
padding: 40px 15px 15px 15px;


}

.eco1_sidebar280{
float: left;
width: 280px;
background: #ededed;
background-image: url(../images/appthumb.jpg);
background-repeat: no-repeat;
padding: 40px 15px 15px 15px;
margin: 0px 0px 10px 20px;

}


.servicetable p{
	margin: 10px;
}


.servicetable ul{
	margin: 10px;
}


.servicetable img{
	margin-top: 10px;
}



.literature {
	background-color: #f7eecb;
	padding: 10px;
	height: 85px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.literature img{
	margin-right: 10px;
	border: 1px solid #000;	
}


.manuals {
	background-color: #FFF;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.manualsections {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

.photocaption {
	margin: 5px;
	padding: 10px;	
	float: right;
	
}

.photocaptionSIDE {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	float: right;
	font-size: 10px;	
}

.imagewithborder {
	border: 1px solid #000;
}


.summtable {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;

}

.summtable tr{
	font:10px/1.25 Arial,Helvetica,sans-serif;
}

.summtable td{
	padding: 7px;
	vertical-align: top;
	border-bottom:1px solid #000000;

}


.pagination{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	
}

.pagination a{background-color: #fbe17f;
	color: #000;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;	
	text-decoration: none;
		
}
	
	
.pagination a:link {
text-decoration: none;
background-color: #fbe17f;

}
.pagination a:visited {
text-decoration: none;
background-color: #fbe17f;

}

.pagination a:hover, .pagination a:active{
text-decoration: none;
background-color: #ffcb05;

}

.disabled {
	background-color: #fbe17f;
	color: #FFF;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-decoration: none;
}

.current {
	background-color: #ffcb05;
	color: #000;
	margin-top: 2px;
	margin-bottom: 6px;
	margin-right: 5px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	text-decoration: none;
}
