/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body
{
	b/ackground-image:url('/images/bg.gif');
	background-repeat:repeat-x;;
}

body,body.nobg
{
	margin:					0px;
	padding:				0px;
	background-color:		white;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}

#header
{
	background-image:		url(/images/header-bg.gif);
	background-repeat:		repeat-x;
	height:					160px;
}

table#body
{
	width:					900px;
	margin-top:				5px;
}

td#left
{
	width:					180px;
	background-image:		url( /images/destruction-sidebar-bg.png );
	background-repeat:		no-repeat;
}

td#right
{
	width:					220px;
	padding-top:			40px;
	padding-left:			20px;
}

td#right img
{
	border:					0;
}

td#content
{
	padding:				20px;
	padding-left:			76px;
}

td#appscontentcol
{
	width:					343px;
	padding:				15px 10px 0px 30px;
}

td#imagecol
{
	width:					230px;
	padding:				50px 15px 0px 10px;
	text-align:				center;
}

td#imagecol img
{
}

#mailinglist
{
	color: 				white;
	background-color:	#878787;
	padding: 			10px;
	padding-top:		5px;
}

#mailinglist h1
{
	font-size: 		13px;
	font-variant: 	normal;
	text-transform: none;
	color: 			white;
}

#mailinglist form
{
	padding: 		0px;
	margin: 		0px;	
}

a.thumb
{
	float:			left;
	margin:			10px 10px 10px 0px;
	padding:		5px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidebar styles
/*-------------------------------------------------------------------------------------------------------*/
#sidebar
{
}

#sidebar a
{
	color:					#083452;
	font-weight:			bold;
}

#sidebar-top
{
	b/ackground-image:		url(/images/sidebar-1.gif);
	background-repeat:		no-repeat;
	height:					11px;
}

#sidebar-bottom
{
	b/ackground-image:		url(/images/sidebar-3.gif);
	background-repeat:		no-repeat;
	height:					9px;
}

#sidebar-top img,
#sidebar-bottom img
{
	float:					right;
}

.sidebar-title,
.sidebar-title a,
.sidebar-title a:hover
{
	font-family:			times new roman,times;
	font-weight:			bold;
	font-size:				15px;
	color:					rgb(59,127,68);
	margin-bottom:			5px;
	clear:					both;
}

#sidebar-text
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
	color:					rgb(59,127,68);
	padding:				10px 18px 14px 18px;
}

#sidebar-text img
{
	float:					left;
	margin:					5px;
}

#sidebar hr
{
	display:				block;
	color:					rgb(143,180,148);
	width:					215px;
	margin:					10px 0px;
	height:					1px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Product Block styles
/*-------------------------------------------------------------------------------------------------------*/
#productblock
{
	float:					right;
	margin:					0px 0px 20px 30px;
	width:					160px;
	background-color:		rgb(227,234,228);
}

#productblock-top
{
	b/ackground-image:		url(/images/sidebar-1.gif);
	background-repeat:		no-repeat;
	height:					11px;
}

#productblock-bottom
{
	b/ackground-image:		url(/images/sidebar-3.gif);
	background-repeat:		no-repeat;
	height:					9px;
}

#productblock-top img,
#productblock-bottom img
{
	float:					right;
}

.productblock-title,
.productblock-title a,
.productblock-title a:hover
{
	font-family:			times new roman,times;
	font-weight:			bold;
	font-size:				15px;
	color:					rgb(59,127,68);
	margin-bottom:			5px;
	clear:					both;
}

#productblock-text
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	color:					rgb(59,127,68);
	padding:				10px 18px 10px 18px;
}

#productblock-text center
{
	font-size:				0.65em;
}
#productblock-text td
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
	color:					rgb(59,127,68);
}

#productblock-text img
{
	display:				block;
	margin-bottom:			3px;
}

#productblock hr
{
	display:				block;
	color:					rgb(143,180,148);
	margin:					0px;
	height:					1px;
}



/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	padding:				0px 30px;
	width:					900px;
	line-height:			2.0em;
	font-family:			arial,sans serif;
	font-size:				10px;
	text-align:				center;
	font-weight:			bold;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Developer positioning tools
/*-------------------------------------------------------------------------------------------------------*/
#poslabel
{
	position:				absolute;
	display:				none;
	z-index:				1000;
	background-color:		rgb(238,238,238);
	font-family:			arial,sans serif;
	font-size:				0.65em;
	padding:				5px 3px;
	border:					1px solid rgb(153,51,51);
}

#grid
{
	position:				absolute;
	display:				none;
	z-index:				500;
	top:					0px;
	left:					0px;
	width:					100%;
	height:					0px;
	b/ackground-image:		url(/images/grid.gif);
	border:					1px solid #626464;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Global styles
/*-------------------------------------------------------------------------------------------------------*/
#globals
{
	position:				absolute;
	top:					130px;
	left:					490px;
	white-space:			nowrap;
}

#globals a
{
	margin-right:			0px;

	display:				block;
	width:					auto;
	height:					28px;
	padding:				0px 10px;
	line-height:			28px;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					#999999;
	text-transform:			uppercase;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Standard body styles
/*-------------------------------------------------------------------------------------------------------*/
h1
{
	margin:					10px 0px 5px 0px;
	font-family:			Arial Black, Arial, Helvetica, serif;
	font-weight:			bold;
	font-size:				15px;
	color:					#636466;
	t/ext-transform:			uppercase;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					#636466;
}

h2
{
	margin:					0em;
	padding:				0.5em 0em 0em 0em;
	
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					#636466;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
	color:					#626464;
}

/*	Same properties except different line-height	*/
.bodytext,
.bodytext2,
.specifications
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			17px;
	font-family:			arial,sans serif;
	font-size:				12px;
	color:					#626464;
}

.specifications table,
.specifications tr,
.specifications td
{
	font-size:				10px!important;
	border:					none!important;
}

.bodytext2
{
	line-height:			1.4em;
	margin-bottom:			1.3em;
}

a
{
	text-decoration:		none;
	color:					rgb(153,51,51);
}

a:hover
{
	color:					rgb(102,34,34);
}

blockquote
{
	margin:					1em 3em;
	padding:				0.5em 0em;
	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				11px;
	color:					#626464;
}


.productthumb
{
	float:					right;
	margin:					0px 0px 20px 20px;

	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				10px;
}

img.product
{
	border:					1px solid #626464;
	margin-bottom:			7px;
	float:					none;
}

td#imagecol
{
	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				11px;
}

.homebodytext
{
}

.homebodytext p
{
	line-height:			17px;
	font-family:			arial,sans serif;
	font-size:				11px;
	margin:					5px 5px 5px 20px;
}

.homebodytext h1
{
	font-size:				13px;
	line-height:			20px;
}

td#homeright
{
	font-family:			verdana, arial, sans-serif;
}

td#homeright #hometopbox
{
	font-size:				11px;
	line-height:			15px;
	font-weight:			normal;
}

td#homeright #hometopbox h1, td#homeright #hometopbox h1 a
{
	color:					#5c5e5e;
}

td#homeright #homebottombox
{
	font-size:				12px;
	line-height:			20px;
	font-weight:			bold;
	font-variant:			small-caps;
	text-transform:			uppercase;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

img.left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}


/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning with caption block
/*-------------------------------------------------------------------------------------------------------*/
.caption-left,.caption-right
{
	padding:				5px 0px;

	line-height:			1.3em;
	font-family:			arial,sans serif;
	font-size:				0.65em;
}

.caption-left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

.caption-right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Table data
/*-------------------------------------------------------------------------------------------------------*/
table.data
{
	border-top:				1px solid #dadadc;
	border-right:			1px solid #dadadc;
}

table.data th
{
	text-align:				left;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					black;
	border-bottom:			1px solid #dadadc;
	border-left:			1px solid #dadadc;
	padding:				6px;
}

table.data td
{
	padding-right:			20px;
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				11px;
	color:					black;
	border-bottom:			1px solid #dadadc;
	border-left:			1px solid #dadadc;
	padding:				6px;
}

table.data2
{
}

table.data2 th
{
	text-align:				left;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					black;
	padding:				6px;
}

table.data2 td
{
	line-height:			1.4em;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					#989898;
	padding:				6px;
}




table.locations
{
	margin-bottom:			20px;
	width:					630px; 
}

table.locations th
{
	text-align:				left;
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				11px;
	color:					rgb(59,127,68);
	padding:				0px;
	border-bottom:			1px solid rgb(59,127,68);
	padding-bottom:			5px;
	vertical-align:			bottom;
	padding-right:			20px;
	white-space:			nowrap;
}

table.locations td
{
	padding: 10px 10px 10px 0px;
	line-height: 15px;
	font-family: arial,sans serif;
	font-size: 10px;
	color: #626464;
}

table.locations td img
{
	margin-right:			10px;
	display:				block;
}

table.locations td a
{
	font-weight:			bold;
}






table.products
{
	margin-bottom:			20px;
	/*width:					550px;*/
}

table.products th
{
	text-align: left;
	font-family: arial,sans serif;
	font-weight: bold;
	font-size: 11px;
	color: rgb(59,127,68);
	padding: 0px;
	border-bottom: 1px solid rgb(59,127,68);
	padding-bottom: 5px;
	background-color: #FFF;
}

table.products td
{
	padding:				10px 0px;
	line-height:			15px;
	font-family:			arial,sans serif;
	font-size:				10px;
	color:					#626464;
}

table.products td img
{
	margin-right:			10px;
	display:				block;
}

table.products td a
{
	font-weight:			bold;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
	position:				absolute;
	top:					98px;
	left:					284px;
}

#subnav
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
	b/ackground: 			#b5b7bb url(../images/bg_subnav.gif) no-repeat;
	width: 					100%;
	height: 				17px;
	line-height: 			17px;
	
	white-space: 			nowrap;

	margin-bottom: 			10px;
/*	padding-left: 			166px; */

	font-family: 			Arial;
	font-weight: 			bold;
	font-size: 				10px;
}

#solutions-for
{
	padding-left: 166px;
}

#subnav a
{
	color: 					white;

	border-left: 			1px white solid;
	padding-left: 			10px;
	margin-left: 			10px;	
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Bread crumb
/*-------------------------------------------------------------------------------------------------------*/

#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				11px;
	text-transform: 		none;
	font-variant: 			normal;
}

#breadcrumb a
{
	text-decoration:		none;
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	DHTML menu styles
/*-------------------------------------------------------------------------------------------------------*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;

	/*	Customizeable options	--------------------*/
	width:					110px;
	border-top:				1px solid white;
	border-bottom:			none;
	background-color:		#95989e;
}

ul.submenublock
{
	background-color:       #95989e;
	width:					250px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					26px;
	border-bottom:			1px solid white;
	padding:				0px 8px;
	line-height:			26px;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}

ul.submenublock a
{
	border-bottom:			none;
}

.menublock a:hover,.submenublock a:hover
{
	background-color:		#626469;
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	b/ackground-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	b/ackground-image:		url( /images/arrow1.gif );
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*-------------------------------------------------------------------------------------------------------*/
#topnav a,#topnav a.active
{
	display:				block;
	width:					auto;
	height:					28px;
	padding:				0px 10px;
	line-height:			28px;
	white-space:			nowrap;
	font-family:			arial,sans serif;
	font-size:				11px;
	color:					white;
}

#topnav a.active
{
	color:					white;
}

#topnav a:hover,
#topnav a.active:hover
{
	background-color:		#626464;
	color:					white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
ul#sidenav,
ul#sidenav ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

ul#sidenav
{
	margin-top:				50px;
	margin-left:			30px;
	margin-right:			10px;
}

a.sidenav-top
{
	display:				block;
	padding:				0.8em 0em;
	margin-bottom:			0.4em;
	border-bottom:			1px solid rgb(204,204,204);
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					rgb(153,51,51);
}

ul#sidenav a
{
	display:				block;
	padding:				0.4em 0em;
	line-height:			1.3em;
	font-family:			arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					#083452;
	font-weight:			bold;
}

ul#sidenav ul.sub a
{
	margin-left:			1.0em!important;
}

ul#sidenav a.active,
ul#sidenav a:hover
{
	color:					black;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Warranty Form Styles
/*-------------------------------------------------------------------------------------------------------*/
#formtable tr
{
	vertical-align: middle;
}

#formtable td
{
	padding: 5px 10px 5px 10px;
}

#formtable th
{
	text-align: right;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Google stats box
/*-------------------------------------------------------------------------------------------------------*/
.google-stats-box, .google-stats-box-max, .google-stats-box-mini
{
	background:				white;
	border:					1px solid red;
	z-index:				1000;
	display:				block;
	width:					auto;
	font-size:				10px;
	font-family:			arial,sans serif;
	line-height:			16px;
	height:					16px;
	font-weight:			normal;
}

.google-stats-box-max
{
	position:				absolute;
	top:					15px;
	left:					755px;
	width:					220px;
}

.google-stats-box-mini
{
	width:					auto;
	display:				inline;
	line-height:			16px;
	margin-left:			2px;
	margin-right:			2px;
/*	float:					left;
	clear:					right; */
}

.google-stats-box-table
{
	display:				none;
	font-size:				10px;
	background-color:		white;
	border:					1px solid red;
	border-top:				none;
}

/*	End Google stats box */
