/* Laser Designs CSS */

a {
	color:#0467b8;
	text-decoration:underline;
	font-weight:bold;
	}
a:hover {
	text-decoration:none;
	}	

form {
	margin:0px;
	padding:0px;
	}
	
h1, h2, h3 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	}
	
h1 {
	font-size:30px;
	font-weight:bold;
	color:#580206;
	padding:0px;
	margin:0px;
	}
		
h2 {
	font-weight:bold;
	font-size:150%;
	color:#580206;
	margin-left:18px;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	}	
	
h2 a, h4 a {
	text-decoration:none;
	}
	
h2 a:hover, h4 a:hover {
	text-decoration:underline;
	}
	
h3 {
	font-size:130%;
	font-weight:bold;
	color:#868370;
	padding:0px;
	margin:0px;
	}
	
h4 {
	font-weight:bold;
	font-size:110%;
	color:#580206;
	margin:0px 0px 0px 0px;
	}
	
hr {
	border: 0;
	background-color: #d7d9c3;
	padding:0;
	margin:0;
	height: 1px;
	}	
	
img {
	padding:0px;
	border:0px;
	margin:0px;
	}		
input {
	margin:0px;
	padding:0px;
	}	
sup{
	font-size:60%;
	}		
	
table {
	border-collapse:collapse;
	padding:0px;
	margin:0px;
	}	

.tagline {
	width:360px;
	float:left;
	margin-left:15px;
	margin-top:40px;
	}
	
label {
  	width:70px;
	float:left;
  	}
	
.smallText {
	font-size:11px;
	}
	
.smallText2 {
	font-size:10px;
	}
	
/******************* LIQUID FORMAT *******************/

body {
	font: 80%  Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
	/*background: #ebe8e1;*/
	background: #ffffff;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image:url(../images/body-grad.gif);
	background-repeat:repeat-x;*/
	}
	
.solidborder {border: #cccccc; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
	
.oneColLiqCtrHdr .container {
	/*width: 985;*/  /* this will create a container 100% of the browser width */
	min-width:930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
/** html .oneColLiqCtrHdr .container { 
   width: expression( document.body.clientWidth < 930 ? "929px" : "auto" );
	}*/
	
.containerNEW {
	/*width: 985;*/  /* this will create a container 100% of the browser width */
	/*width:985px;*/
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*PADDING-left: 10px;
	PADDING-right: 10px;*/
	/*background: #ffcc00;*/
	
	}
	
.containerMain {
text-align: left; width: auto;
/*background: #ffff00;*/
	}
	
.oneColLiqCtrHdr .header {
margin: 0 auto;
	height:99px;
	background-image:url(../images/banner-fill.gif);
	background-repeat:repeat-x;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
.oneColLiqCtrHdr .topNav {
min-width:1025px;
	height:30px;
	/*background-image:url(../images/nav-fill.gif);*/
	background-image:url(../images/nav-fill_gray.gif);
	/*background-color:#165595;*/
	background-repeat:repeat-x;
	/*padding: 0 0 0 0;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-left:-1px;
	}
.oneColLiqCtrHdr .flashArea {
	text-align:center;
	height:252px;
	background-image:url(../images/flash-pattern.jpg);
	background-position:center;
	/*background-color:#97947f;*/
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	}
.oneColLiqCtrHdr .header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
.oneColLiqCtrHdr .mainContent {
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:auto;
	border-top:1px solid #ebe8e1;
	/*min-height:400px;*/
	}
.oneColLiqCtrHdr .footer { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float:left;
	width:100%;
	} 
.oneColLiqCtrHdr .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: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
.oneColLiqCtrHdr .footer a{ 
	color:#999999;
	padding-right:20px;
	font-weight:normal;
	}
	
.footer {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;

	}
.footer .black {
	/*background-image:url(../images/footer-fill.gif); 
	background-repeat:repeat-x; */
	background-image:url(../images/nav-fill_gray.gif);
	height:23px; 
	/*color:#adadad;*/
	color:#000000;
	font-weight:bold;
	padding:5px 0 0 23px;
	}	
	
.footer .black a {
color:#000000;
font-weight:bold;
	text-decoration:none;
	}	
	
.footer .black a:hover {
	text-decoration:underline;
	}	
	
.footer .red{
	background-color:#8c0005; 
	color:#adadad; 
	padding:5px 0 42px 23px;
	}	


.topPad {
	PADDING-TOP: 10px
}
	
.MainBoxPadIntern {
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 15px; PADDING-TOP: 5px
}

.Headers {
	line-height: 130%; PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 20px; PADDING-BOTTOM: 0px; COLOR: #990000; PADDING-TOP: 0px; BORDER-BOTTOM: #d9d9d9 1px solid;
}

.Title_Services {
	line-height: 130%; PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 20px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
}

.Title_ServicesSec {
	line-height: 130%; PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FONT-WEIGHT: bold; FONT-SIZE: 25px; /*PADDING-BOTTOM: 15px;*/ PADDING-TOP: 0px;
}

.Title_Description_Services {
	line-height: 130%; PADDING-RIGHT: 0px; PADDING-LEFT: 15px; FONT-SIZE: 14px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px;
}

.sidebarText_small {
	FONT-SIZE: 11px;
}


.boxQuote {
	background-image:url(../images/v2/bg_grayFade.png);
}

.mainBGBlue {
	background-image:url(../images/v2/flash-patternV2b.jpg);
	background-repeat:repeat-x;
}

.mainBGBlueSM {

	background-image:url(../images/v2/flash-patternV2sm70.jpg); 
	background-repeat:no-repeat; 
	margin:10px 0px 0px 0px; 
/*	background-color:#5596d0; */
	height:50px; 
	/*border:solid 4px #FFFFFF;*/
}

.enewsfield {
	border-radius: 4em;
	BACKGROUND-COLOR: #ffffcc;
}

/* Sidebar Menu Navigation Colors */
.side_nav_bg  a {
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#cccccc;
	MARGIN: 0px 0px;
	CURSOR: hand;
	color: #ffffff;
	background-color: #243332;
	text-decoration: none;
	display: block;
	line-height:24px;
	/*top, right, bottom, left*/
	padding: 3px 3px 3px 10px;
	width: 180px;
	}

.side_nav_bg a:hover {
	background-color: #243332;
	color: #ffffff;
	border-color:#cccccc;
	TEXT-DECORATION: none;
	}
	
	
.side_nav_bg2  a {
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#cccccc;
	MARGIN: 0px 0px;
	CURSOR: hand;
	color: #002244;
	/*background-color: #002244;*/
	text-decoration: underline;
	display: block;
	line-height:24px;
	/*top, right, bottom, left*/
	padding: 3px 3px 3px 10px;
	width: 180px;
	}

.side_nav_bg2 a:hover {
	background-color: #585858;
	color: #ffffff;
	border-color:#cccccc;
	TEXT-DECORATION: none;
	}

.side_nav_bg2Twoline  a {
	FONT-SIZE: 12px;
	FONT-WEIGHT: normal;
	BORDER-RIGHT: 0px solid;
	BORDER-LEFT: 0px solid;
	BORDER-TOP: 0px solid;
	BORDER-BOTTOM: 0px solid;
	border-color:#cccccc;
	MARGIN: 0px 0px;
	CURSOR: hand;
	color: #002244;
	/*background-color: #002244;*/
	text-decoration: underline;
	display: block;
	line-height:17px;
	/*top, right, bottom, left*/
	padding: 3px 3px 3px 10px;
	width: 180px;
	}

.side_nav_bg2Twoline a:hover {
	background-color: #585858;
	color: #ffffff;
	border-color:#cccccc;
	TEXT-DECORATION: none;
	}

.menutext {font-size: 12px; font-weight: normal; color: #ffffff;  text-decoration: none}
a.menutext:link {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none}
a.menutext:active {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: none}
a.menutext:hover {font-size: 12px; font-weight: normal; color: #ffffff; text-decoration: underline}

/******************* MAIN NAVIGATION BAR *******************/	

#menubarcolor {
background-image:url(../images/nav-fill_gray.gif);
	/*background-image: url(/lp/images/bg-nav.gif);*/
	
	/*BORDER-TOP: #465d28 1px solid;*/
}

#main-menu {
	font-family: Arial, Helvetica, sans-serif; HEIGHT: 30px; FONT-WEIGHT: bold; FONT-SIZE: 13px; letter-spacing: 0px; PADDING-left: 0px; CLEAR: left; FLOAT: left; MARGIN-BOTTOM: 0px; MARGIN-left: 0px; MARGIN-top: 0px; MARGIN-right: 0px; /*WIDTH: 790px;*/ background-image:url(../images/nav-fill_gray.gif); BORDER-TOP: #8c8974 0px solid; BORDER-bottom: #8c8974 0px solid; BORDER-left: #8c8974 1px solid; BORDER-right: #8c8974 0px solid;
}
#main-menu LI {
	BORDER-RIGHT: #8c8974 1px solid; DISPLAY: inline; FLOAT: left; BORDER-LEFT: #8c8974 0px solid; MARGIN-BOTTOM: 0px;
}
#main-menu LI A {
	PADDING-RIGHT: 34px; PADDING-LEFT: 34px; FLOAT: left; PADDING-BOTTOM: 6px; COLOR: #000000; PADDING-TOP: 7px; text-decoration: none;
}
#main-menu LI A:hover {
	TEXT-DECORATION: none;
	COLOR: #ffffff;
	/*BACKGROUND-COLOR: #ccffff;*/
	background-image: url(../images/overFill.gif);
	background-repeat:repeat-x;
/*	PADDING-BOTTOM: 7px;
	PADDING-TOP: 12px;*/
}


.main-menuON {
COLOR: #ffffff;
	background-image: url(../images/overFill.gif);

}

.main-menuON a {
COLOR: #ffffff;
	background-image: url(../images/overFill.gif);

}



#menubarcolor2 {
background-color: #243332;
}

#main-menu2 {
	COLOR: #ffffff; HEIGHT: 30px; FONT-WEIGHT: normal; FONT-SIZE: 13px; letter-spacing: 0px; PADDING-left: 0px; CLEAR: left; FLOAT: left; MARGIN-BOTTOM: 0px; MARGIN-left: 0px; MARGIN-top: 0px; MARGIN-right: 0px; width:1350px; background-color: #243332; BORDER-TOP: #8c8974 0px solid; BORDER-bottom: #8c8974 0px solid; BORDER-left: #8c8974 0px solid; BORDER-right: #8c8974 0px solid;
}
#main-menu2 LI {
	FONT-WEIGHT: normal; BORDER-RIGHT: #8c8974 0px solid; DISPLAY: inline; FLOAT: left; BORDER-LEFT: #8c8974 0px solid; MARGIN-BOTTOM: 0px;
}
#main-menu2 LI A {
	FONT-WEIGHT: normal; PADDING-RIGHT: 17px; PADDING-LEFT: 17px; FLOAT: left; PADDING-BOTTOM: 6px; COLOR: #ffffff; PADDING-TOP: 7px; text-decoration: none;
}
#main-menu2 LI A:hover {
	FONT-WEIGHT: normal; 
	TEXT-DECORATION: none;
	COLOR: #ffffff;
	/*BACKGROUND-COLOR: #ccffff;*/
	background-image: url(../images/overFill.gif);
	background-repeat:repeat-x;
/*	PADDING-BOTTOM: 7px;
	PADDING-TOP: 12px;*/
}



.homelink {
	float:right;
	/*background-image:url(../images/home-link-background02.jpg);*/
	color:#ffffff;
	background-repeat:no-repeat;
	width:285px;
	height:25px;
	text-align:center;
	padding-top:3px;
	}
.homelink a{
	color:#FFFFFF;
	text-decoration:none;
	}	


.search table {
	margin:0px 23px 0px 23px;
	}
	
.search td {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	}
	
.search2 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	}
	
/******************* SUB NAVIGATION BAR *******************/	


.nav2 {
	clear:both;
	min-width:950px;
	background-color:#878471; 
	height:27px;
	color:#cfcdc6;
	padding: 10px 0px 0px 23px;
	}
	
	
.nav2 ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display:inline;
	}

.nav2 li {
	background-image:none;
	float: left;
	padding: 0 30px 0 0;
	}

.nav2 a {
	font-weight:normal;
	color:#cfcdc6;
	text-decoration:none;
	}

.nav2 a:hover {
	text-decoration:underline;
	}



/******************* NAVIGATION BAR *******************/	

#mainNavArea {
	clear:both;
	font-size:90%;
	}

#nav, #nav ul{
	float: left;
	width:228px;
	list-style: none;
	padding: 0;
	color:#FFFFFF;
	margin: 0 0 0 0;
	z-index:30;
	clear:both;
	}
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	}
#nav a:hover {
	color:#FFFFFF;
	}
#nav .mainNav {
	float: left;
	padding: 0;
	}
#nav ul li {
	float: left;
	background-image:none;
	padding-left:0px;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	border-width: 0.25em;
	margin: 0px 0 0 0;
}
#nav li li {
	border:1px solid #d5cfc1;
	background-color: #d5cfc1;
	display:block;
	}
#nav li ul a {
	padding: 2px;
	width:222px;
	color:#8c0005;
	}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
#nav li ul li:hover, #nav li ul li.sfhover {
	background: #7498b0;
	}
#nav li:hover, #nav li.hover {
    position: static;
	}
	
	
/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */


#nav li ul li a img {
	border:2px solid white;
	float:left;
	margin:3px;
	}
.viewcategory {
	position:relative;
	top:6px;
	left:5px;
	}	
	
	
	
/******************* NAVIGATION BAR2 *******************/	
.navSub {
	min-width:100%;
	padding-top:5px;
	}
	
	
#navSub, #navSub ul{
	background-color:#878471; 
	height:27px;
	color:#cfcdc6;
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	z-index:30;
	clear:both;
	}
	
#navSub a {
	display: block;
	color: #cfcdc6;
	text-decoration: none;
	font-weight:normal;
	}
#navSub a:hover {
	color:#cfcdc6;
	text-decoration:underline;
	}
#navSub .mainNav {
	float: left;
	padding: 0;
	}
#navSub ul li {
	float: left;
	background-image:none;
	padding-left:20px;
	padding-right:0px;
	}
#navSub li ul {
	background-image:url(../images/nav-fill2.gif);
	background-repeat:repeat-x;
	background-color:#242222;
	width:254px;
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
}
#navSub li li {
	border-bottom:1px solid #86836f;
	/* background-color: #878471;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF; */
	display:block;
	padding:0px 0px 0px 9px;
	}
#navSub li ul a {
	width:245px;
	color:#FFFFFF;
	}
#navSub li ul a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
#navSub li:hover ul, #navSub li li:hover ul, #navSub li li li:hover ul, #navSub li.sfhover ul, #navSub li li.sfhover ul, #navSub li li li.sfhover ul {
	left: auto;
	}
#navSub li ul li:hover, #navSub li ul li.sfhover {
	background: #626052;
	}
#navSub li:hover, #navSub li.hover {
    position: static;
	}
	
	
/* Support for the "iehover-fix.js" */

ul.navSub iframe {
	position: absolute;
	/* account for the border */
	left: -0em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

* html ul.navSub li { z-index: 201; }

	
/******************* RELATED ICONS *******************/		

.relatedList {
	line-height:180%; 
	list-style-type:none; 
	margin:0 0 0 2px; 
	padding:0 0 0 2px;
	}		

.relatedList li {
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-bottom:5px;
	}
	
.iconPdf {
	background-image:url(../images/icon-pdf.gif); 
	background-repeat:no-repeat;
	background-position:5px 3px;
	}
	
.iconMovie {
	background-image:url(../images/icon-movie.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconStudies {
	background-image:url(../images/icon-relevant.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}

.iconParts {
	background-image:url(../images/icon-parts.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}

.iconSoftware {
	background-image:url(../images/icon-software.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconWorld {
	background-image:url(../images/icon-international.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconMaps {
	background-image:url(../images/icon-maps.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconRequest {
	background-image:url(../images/icon-request.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}

	
.iconRelevantNews {
	background-image:url(../images/icon-relevant-news.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconSystemAcc {
	background-image:url(../images/icon-system-acc.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconIndustries {
	background-image:url(../images/icon-industries.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconExamples {
	background-image:url(../images/icon-examples.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconSystemsUsed {
	background-image:url(../images/icon-systems-used.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconSystemsFeatures {
	background-image:url(../images/icon-systems-features.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconServicesUsed {
	background-image:url(../images/icon-services-used.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconGerneral {
	background-image:url(../images/icon-general.gif); 
	background-repeat:no-repeat; 
	background-position:5px 3px;
	}
	
.iconGerneral li a {
	padding-left:180px;
	}
	

/******************* PAGE FORMATS *******************/

.body1 {
	margin-right:280px;
	min-width:710px;

	}	
.body2 {
	margin-top:20px;
	margin-right:255px; 
	margin-left:255px;
	}
		
.body2 img {
	margin: 0 10px;
	border:0px solid #a09d88;
	}
	

.breadCrumb ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear:both;
        z-index:9999;
        position:relative;       
	}

.breadCrumb li {
	background-image:none;
	float: left;
	padding: 0px 15px 0px 0px;
	font-size:10px
        
	}

.breadCrumb li a {
	font-weight:normal;
	}

.breadCrumbLink {
	font-weight:normal;

	}
	
.breadCrumbLink a {
	font-weight:normal;

	}
	
.tableBody{
	clear:both;
        
	}
	
	
	
.homeRightColumn .viewcase a {
	font-size:70%;
	float:left;
	}
.homeRightColumn .viewnews a {
	font-size:70%;
	float:right;
	}	
	  
.homeLeftColumn {
	/*margin-right:295px;*/
	margin-top:0px;
	}
.homeLeftColumn h3 {
	margin-left:6px;
	}
	
.homeLeftColumn h2 {
	margin-left:6px;
	margin-bottom:5px;
	}
	
.homeLeftColumn p {
	margin-top:5px;
	margin-left:6px;
	}	
	
	
.homeRightColumn {
	float:right;
	width:287px;
	height:auto !important;
	height:300px;
	min-height:300px;
	/*margin-top:-45px;*/
	background-image:url(../images/right-shadow.png);
	background-repeat:no-repeat;
	}
.homeRightColumn h2 {
	margin:0px;
	}	

.homeBoxesLG {
	width:100%;
	min-height:190px;
	/*margin-bottom:20px;*/
	background:#FFFFFF;
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
	}

.homeBoxes {
	
	width:100%;
	min-height:253px;
	background:#FFFFFF;
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}
	
.homeBoxesslide {
	
	width:100%;
	min-height:135px;
	background:#FFFFFF;
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}
	
.homeBoxesslide h2 {

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	margin-left:18px;
	padding:6px;
	margin:0px;
	margin-top:0px;
	}
	
.homeBoxesRightHome {
	/*width:314px;*/
	width:100%;
	min-height:175px;
	background:#FFFFFF;
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px;
	}
	
.homeBoxesSM {
	/*width:314px;*/
	width:100%;
	min-height:107px;
	background:#FFFFFF;
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
	}
	
  .viewblog {
	  font-family:Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
	  letter-spacing: 0.02em;
	font-size:8pt;
	margin-top:12px;
	margin-left:20px;
	line-height:18px;
	padding-bottom:15px;
  }

  .viewvideo {
	  font-family:Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
	  letter-spacing: 0.02em;
	font-size:8pt;
	margin-top:5px;
	text-align:right;
	margin-right:30px;

  }

.homeBoxesLGBG {
	/*background-image:url(/images/bg_sub_redshade.jpg);*/
	/*background-color:#165595;*/
	/*background-image:url(../images/nav-fill_gray_29.gif);*/
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px;
	height:29px;
	}
	
.homeBoxesBG {
	background-image:url(/images/bg_sub_redshade.jpg);
	height:20px;
	}
	
.homeBoxes h2 {

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:7pt;
	margin-left:18px;
	padding-top:4px;
	padding-left:10px;
	margin:0px;
	margin-top:0px;
	text-transform:uppercase;
	}
	
.homeBoxesSM h2 {

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:7pt;
	margin-left:18px;
	padding-top:4px;
	padding-left:10px;
	margin:0px;
	margin-top:0px;
	text-transform:uppercase;
	}
	
.homeBoxesTab h2 {

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11pt;
	margin-left:18px;
	padding:0px;
	margin:0px;
	margin-top:0px;
	}
	
.homeBoxesTab {

	margin-top:0px;
	}
	
.homeBoxesLG h2 {
	/*color:#580206;*/
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	margin-left:18px;
	padding-top:4px;
	margin:0px;
	margin-top:10px;
	}	
	
.homeBoxes p {
	margin-left:12px;
	margin-right:12px;
	font-size:8pt;
	}
	
.homeBoxesSM p {
	margin-left:12px;
	margin-right:12px;
	font-size:8pt;
	}

.homeBoxesLG p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-left:12px;
	margin-right:12px;
	font-size:9pt;
	}
	
.homeBoxes ul li {
	/*padding-left: 18px;*/
	/*background: transparent url(/blog/wp-content/themes/gear/images/ico/bullet.gif) no-repeat 1px 4px;*/
	margin-top:4px;
	margin-left:12px;
	margin-right:12px;
	font-size:8pt;
	}

.homeBoxesSM ul li {
	/*padding-left: 18px;*/
	/*background: transparent url(/blog/wp-content/themes/gear/images/ico/bullet.gif) no-repeat 1px 4px;*/
	margin-top:4px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:0px;
	font-size:8pt;
	}

.homeBoxesLG ul li {
	/*padding-left: 18px;*/
	/*background: transparent url(/blog/wp-content/themes/gear/images/ico/bullet.gif) no-repeat 1px 4px;*/
	margin-top:4px;
	margin-left:12px;
	margin-right:12px;
	font-size:8pt;
	}
	
.homeBoxesTab ul li {
	/*padding-left: 18px;*/
	padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size:8pt;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

	}
	
.homeBoxes a {
	font-weight:normal;
	}
	
.homeBoxesSM a {
	font-weight:normal;
	}

.homeBoxesLG a {
	font-weight:normal;
	}
	
.homeRightColumn p {
	margin:10px 13px 8px 13px;
	}
.homeRightColumn .inside {
	background-color:#ebe8e1;
	margin-left:16px;
	}	
	
.oneColumn .inside {
	margin-left:14px;
	}		
	
.oneColumn2 .inside  {
	background-color:#ebe8e1;
	margin-left:14px;
	}	
	
.oneColumn p {
	margin-top:5px;
	margin-bottom:20px;
	}

.oneColumn2 p {
	margin-top:5px;
	margin-bottom:20px;
	}

.rightGroup {
	float:right;
	width:254px;
		margin-right:20px;
	}
	
.rightColumn {
/*background-color:#ebe8e1;*/
PADDING-right: 5px;
PADDING-left: 5px;
width:auto;
	/*clear:both;*/
	/*float:right;*/
	
	min-height:136px;
	height:auto !important; 
	height:136px;
	margin-left:10px;
	margin-bottom:13px;
	/*background-image:url(../images/rightNav-Shadow.png);*/
	background-repeat:no-repeat;
	}
	
.rightColumnSM {
/*background-color:#ebe8e1;*/
PADDING-right: 5px;
PADDING-left: 5px;
width:auto;
	/*clear:both;*/
	/*float:right;*/
	
	min-height:110px;
	height:auto !important; 
	height:110px;
	margin-left:10px;
	margin-bottom:13px;
	/*background-image:url(../images/rightNav-Shadow.png);*/
	background-repeat:no-repeat;
	}
	
.rightColumn p {
	margin:20px 0px;
	background-color:none;		
	}
	
.rightColumnSM p {
	margin:15px 0px;
	background-color:none;		
	}
	
.rightColumn h2 {
	margin-bottom:-12px;
	margin-left:0px;
	}
	
	
.rightGroupV2 {

	}
.rightGroupV2 p {
	
	}
.rightGroupV2BG {
	background-image:url(/images/bg_sub_redshade.jpg);
	height:29px;
	}
	
.rightGroupV2 h2 {

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
	margin-left:18px;
	padding:6px;
	margin:0px;
	margin-top:0px;
	}


.leftGroup{
	float:left;
	width:234px;
	}
	
.leftColumn h2 {
	margin-left:0px;	
	margin-bottom:5px;		
		}
.leftColumn {
	clear:both;
	float:left;
	width:234px;
	min-height:136px;
	height:auto !important; 
	height:136px;
	margin-bottom:13px;
/*	background-image:url(../images/leftNav-Shadow.png);
	background-repeat:no-repeat;*/
	}
.leftColumn ul {
	width:220px;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	color:#666666;
	}
.leftColumn ul ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:220px;
	}
.leftColumn ul ul ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:220px;
	}
.leftColumn ul a {
	font-weight:bold;
	color:#0467b8;
	height:21px;
	
	}
	
	
.leftColumn li {
	margin:0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	background-image:none;
	display:block;
	text-indent:15px;
	}
.leftColumn li a {
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	display:block;
	}
.leftColumn li a:hover {
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	background-color:#ffffff;
	display:block;
	color:#FFFFFF;
	background-image:url(../images/navBack.gif);
	background-repeat:repeat-x;
	}
	
.leftColumn li li {
	margin:0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	background-image:none;
	text-indent:30px;
	}
	
.leftColumn li li li {
	margin:0px 0px 0px 0px;
	padding:1px 0px 1px 0px;
	background-image:none;
	text-indent:45px;
	}
.leftColumn li li li a {
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	font-weight:normal;
	}
.leftColumn li li li a:hover {
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	background-color:#ffffff;
	color:#FFFFFF;
	background-image:url(../images/navBack.gif);
	background-repeat:repeat-x;
	}
	
.leftColumn ul .activeNav {
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	background-color:#ffffff;
	color:#FFFFFF;
	background-image:url(../images/navBack.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	}
	
	

	
.imgBorder {
	border:5px solid #FFFFFF;
	margin:10px 0px 20px 0px;
	background-color:#000000;
	height:141px;
	background-repeat:no-repeat;
	}
	
.imgBorder2 {
	border:5px solid #FFFFFF;
	margin:10px 0px 10px 0px;
	background-color:#000000;
	height:189px;
	background-repeat:no-repeat;
	}
	
.secHeader{
	margin:0px 0px 20px 0px;
       	}	
	
.secHeader table {
	margin-bottom:10px; 
	background-image:url(../images/sectionHeader.jpg); 
	background-repeat:no-repeat; 
	margin:10px 0px 0px 0px; 
	background-color:#5596d0; 
	height:92px; 
	border:solid 4px #FFFFFF;
	}
	
.secHeader h1 {
	margin-top:6px;
	margin-left:15px;
	color:#000000;
	}

.libraryTable table {

	}
	
.libraryTable p {
	margin-top:0px;
	margin-bottom:10px;
	margin-right:10px; 

	}
	
.products {
	margin-top:10px;
	margin-bottom:0px;
	float:left;
	}
	
.glossary {
	margin-top:20px;
	margin-bottom:10px;
	}
	
.glossary h2 {
	margin-left:40px;
	margin-top:12px;
	font-size:16px;
	}
	
.glossary p {
	margin-left:50px;
	}
	
	
.glossaryTable th{
	color:#FFFFFF;
	height:36px;
	background-color:#a09d88;
	vertical-align:middle;
	padding:0 10px 0 10px;
	text-align:center;
	}
	
	
.glossaryTable th ul {
	color:#FFFFFF;
	font-size:13px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
	
.glossaryTable th ul li {
	float:left;
	padding:0 6px 0 6px;
	border-right:1px solid #716e5a;
	}
	
.glossaryTable th ul li a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
.glossaryTable th ul li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	
.prodTable th, .locationTable th, .customerTable th {
	color:#FFFFFF;
	height:36px;
	background-color:#a09d88;
	vertical-align:middle;
	padding:0 16px 0 16px;
	border-right:3px solid #ebe8e1;
	font-size:15px;
	}
	
.customerTable td {
	padding:10px 16px 30px 16px;
	vertical-align:top;
	}
	
.customerTable td img {
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #a09d88;
	}
	
.prodTable td {
	padding:10px 45px 10px 45px;
	vertical-align:top;
	width:150px
	}
	
.prodTable td h2 {
	margin:3px 0px 3px 0px;
	font-size:15px;
	width:150px
	}
	
.locationTable{
	margin-top:16px;
	}
.locationTable td {
	padding:5px 15px 5px 16px;
	vertical-align:top;
	}
	
/*ul {
	margin:0 0 20px 0;
	padding:0 0 0 0;
	color:#333333;
	list-style:none;
	line-height:20px;
	}
	
ul li {
	background-image:url(../images/square.gif);
	background-repeat:no-repeat;
	background-position: 5px 8px;
	padding-left: 15px;
	}
	
ul li p {
	line-height:18px;
	}*/
	
.prodTable td img {
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #a09d88;
	}
	
	
.whitePaper th {
	color:#FFFFFF;
	height:36px;
	background-color:#a09d88;
	vertical-align:middle;
	padding:0 16px 0 16px;
	border-right:3px solid #ebe8e1;
	font-size:15px;
	}
	
.whitePaper td {
	padding:10px 15px 10px 15px;
	vertical-align:top;
	width:80px
	}
	
.whitePaper td h2 {
	margin:0px 0px 3px 0px;
	font-size:14px;
	width:100px
	}
	
.whitePaper td ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#333333;
	list-style:none;
	}
	
.whitePaper td ul li {
	background-image:url(../images/square.gif);
	background-repeat:no-repeat;
	background-position: 5px 50%;
	padding-left: 15px;
	}
	
.whitePaper td img {
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #a09d88;
	}		
	

.spec {
	width:100%;
	}
	

.spec td {
	padding:10px 0px 10px 15px;
	vertical-align:top;
	border-bottom:1px solid #d0cdc7;
	}
	
.spec td h2 {
	margin:0px 0px 3px 0px;
	font-size:14px;
	}
	
.spec td img {
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #a09d88;
	}
	
.spec td p {
	margin-top:3px;
	margin-bottom:8px;
	}
	
		
	
.video td {
	padding:10px 0px 10px 15px;
	vertical-align:top;
	border-bottom:1px solid #d0cdc7;
	}
	
.video td h2 {
	margin:0px 0px 3px 0px;
	font-size:14px;
	}
	
.video td p {
	margin-top:3px;
	margin-bottom:8px;
	}
	
.video td ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#333333;
	list-style:none;
	}
	
.video td ul li {
	background-image:url(../images/square.gif);
	background-repeat:no-repeat;
	background-position: 5px 50%;
	padding-left: 15px;
	}
	
.video td img {
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #a09d88;
	}

.caseQuotes {
	float:right; 
	width:250px; 
	background-image:url(../images/quotes.gif); 
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding:15px; 
	margin:10px; 
	border:6px solid #FFFFFF;
	font-size:110%;
	font-weight:bold;
	font-style:italic;
	color:#580206;
	}	
	
	
.quoteBox {
	width:330px; 
	background-color:#bdbaa5; 
	border:5px solid #FFFFFF; 
	margin:10px 0 0 0;
	padding:10px;
	}
	
.quoteArea {
	width:100%; 
	height:100px; 
	margin:3px 0 5px 0px; 
	border:1px solid #9e9d9e; 
	padding:3px 0 3px 0;
	}
	
.quoteCheck {
	margin:0 5px 0 20px; 
	}
	
.quoteText {
	width:100%; 
	margin:3px 0 0px 0px; 
	border:1px solid #9e9d9e; 
	padding:3px 0 3px 0;
	}
	
	
.quote2Box {
	width:190px; 
	background-color:#bdbaa5; 
	border:5px solid #FFFFFF; 
	margin:10px 0 15px 15px;
	padding:10px;
	}
	
.quote2Area {
	width:100%; 
	height:100px; 
	margin:3px 0 5px 0px; 
	border:1px solid #9e9d9e; 
	padding:3px 0 3px 0;
	}
	
.quote2Check {
	margin:0 5px 0 20px; 
	}
	
.quote2Text {
	width:100%; 
	margin:3px 0 0px 0px; 
	border:1px solid #9e9d9e; 
	padding:3px 0 3px 0;
	}
	
	
.list2 {
	padding:0px 15px 30px 15px; 
	line-height:30px;
	}
	
.list2 li{
	background-position: 5px 13px;
	line-height:30px;
	}
	
.prodTable td.list {
	padding:10px 15px; 
	line-height:20px;
	}
	
.view-categories {
	width:228px;
	min-height:340px;
	height:auto !important; 
	height:340px;
	margin-left:20px;
	display:inline;
	float:right;
	background-image:url(../images/body-grad.gif);
	background-repeat:repeat-x;
	}	
	
.logos {
	/*width:345px;*/
	height:91px;
	margin-left:14px;
	float:left;
	}
	
.contact h2 {
	margin-left: 0px;
	margin-bottom:5px;
	}
	
.contactFill {
	background-color:#dad5ca; 
	border-top:1px solid #a09d88;
	border-right:3px solid #ebe8e1;
	}
	
.quotes {
	background-image:url(../images/quotes2.gif); 
	background-repeat:no-repeat; 
	background-position:0px 0px;
	padding:15px 15px 15px 35px;

	}
	
/*.quotes p{
	color:#580206;
	font-size:150%;
	font-style:italic;
	}*/
.boxmain {
	/*width:314px;*/
	width:100%;
	background:#FFFFFF;
	border: #cccccc; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
	}
	
.boxmain h2 {

	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:7pt;
	margin-left:18px;
	padding-top:4px;
	padding-left:10px;
	margin:0px;
	margin-top:0px;
	text-transform:uppercase;
	}
	
.boxmain p {
	margin-left:12px;
	margin-right:12px;
	font-size:8pt;
	}
	
.boxmain ul li {
	/*padding-left: 18px;*/
	/*background: transparent url(/blog/wp-content/themes/gear/images/ico/bullet.gif) no-repeat 1px 4px;*/
	margin-top:4px;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:0px;
	font-size:8pt;
	}
	
.boxmain a {
	font-weight:normal;
	}	
	
	