/* 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 {
	float:left;
	margin-left:25px;
	margin-top:40px;
	}
	
label {
  	width:70px;
	float:left;
  	}
	
.smallText {
	font-size:11px;
	}
	
/******************* LIQUID FORMAT *******************/

body {
	font: 80%  Verdana, Helvetica, Arial, Trebuchet MS, sans-serif;
	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;*/
	}
.oneColLiqCtrHdr .container {
	width: 100%;  /* 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. */
	float:left;
	}
	
* html .oneColLiqCtrHdr .container { 
   width: expression( document.body.clientWidth < 930 ? "929px" : "auto" );
	}
	
.oneColLiqCtrHdr .header {
	height:106px;
	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. */
	min-width:930px;
	}
.oneColLiqCtrHdr .topNav {
	height:36px;
	background-image:url(../images/nav-fill.gif);
	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:254px;
	background-image:url(../images/flash-pattern.jpg);
	background-position:60% 0px;
	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:left;
	border-top:1px solid #ffffff;
	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 .black {
	background-image:url(../images/footer-fill.gif); 
	background-repeat:repeat-x; 
	height:25px; 
	color:#adadad; 
	padding:5px 0 0 23px;
	}	
	
.footer .black a {
	text-decoration:none;
	}	
	
.footer .black a:hover {
	text-decoration:underline;
	}	
	
.footer .red{
	background-color:#8c0005; 
	color:#adadad; 
	padding:5px 0 42px 23px;
	}	

/******************* MAIN NAVIGATION BAR *******************/	
.homelink {
	float:right;
	background-image:url(../images/home-link-background.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:25px;
	text-align:center;
	padding-top:3px;
	}
.homelink a{
	color:#FFFFFF;
	text-decoration:none;
	}	

.topNav a {text-decoration:none}

.topNav td {
	text-align:center;
	border-left:1px solid #8c8974;
	font-family:trebuchet ms, ariel, helvetica;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	}
	
.topNav td.navon {
	/* background-color: #8c8974; */
	background-image:url(../images/overFill.gif);
	background-repeat:repeat-x;
	}
	
.topNav td.navoff {
	background-image:url(..images/grad.gif);
	background-repeat:repeat-x;
	}

.topNav td a {
	display:block;
	margin:auto;
	color:#FFFFFF;
	padding:10px;
	margin-bottom:-5px;
	margin-top:-3px;
	}
	
.topNav td a.two-line {
	padding-top:2px;
	padding-bottom:2px;
	}	

.topNav td a:hover {
	color:#FFFFFF;
		background-image:url(../images/overFill.gif);
	background-repeat:repeat-x;
	}	
	
.topNav td.active {
	/* background-color: #8c8974; */
	background-image:url(../images/overFill.gif);
	background-repeat:repeat-x;
	}

.search table {
	margin:0px 23px 0px 23px;
	}
	
.search td {
	border:none;
	font-size:12px;
	color:#FFFFFF;
	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;
	}
	

/******************* PAGE FORMATS *******************/

.body1 {
	margin-right:255px;
	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;
	}
	
.tableBody{
	clear:both;
        
	}
	
	
	
.homeRightColumn .viewcase a {
	font-size:70%;
	float:left;
	}
.homeRightColumn .viewnews a {
	font-size:70%;
	float:right;
	}	
	  
.homeLeftColumn {
	margin-right:295px;
	}
.homeLeftColumn h3 {
	margin-left:18px;
	}
	
.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;
	}	
.homeRightColumn p {
	margin:10px 13px 8px 13px;
	}
.homeRightColumn .inside {
	background-color:#ffffff;
	margin-left:16px;
	}	
	
.oneColumn .inside {
	margin-left:14px;
	}		
	
.oneColumn2 .inside  {
	background-color:#ffffff;
	margin-left:14px;
	}	
	
.oneColumn p {
	margin-top:5px;
	margin-bottom:20px;
	}

.oneColumn2 p {
	margin-top:5px;
	margin-bottom:20px;
	}

.rightGroup {
	float:right;
	width:234px;
	}
	
.rightColumn {
	clear:both;
	float:right;
	width:234px;
	min-height:136px;
	height:auto !important; 
	height:136px;
	margin-bottom:13px;
/*	background-image:url(../images/rightNav-Shadow.png);
	background-repeat:no-repeat;*/
	}

.rightColumnSM {
	clear:both;
	float:right;
	width:234px;
	min-height:95px;
	height:auto !important; 
	height:136px;
	margin-bottom:13px;
/*	background-image:url(../images/rightNav-Shadow.png);
	background-repeat:no-repeat;*/
	}
	
.rightColumn p {
	margin:20px 13px;
	background-color:none;		
	}
	
.rightColumnSM p {
	margin:10px 13px;
	background-color:none;		
	}
	
.rightColumn h2 {
	margin-bottom:-12px;
	margin-left: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;
	}
	
	
.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:2px 0px 2px 0px;
	display:block;
	}
.leftColumn li a:hover {
	margin:0px 0px 0px 0px;
	padding:2px 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:2px 0px 2px 0px;
	font-weight:normal;
	}
.leftColumn li li li a:hover {
	margin:0px 0px 0px 0px;
	padding:2px 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:2px 0px 2px 0px;
	background-color:#ffffff;
	color:#FFFFFF;
	background-image:url(../images/navBack.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	}
	
	
	
.homeLeftColumn h2 {
	margin-left:18px;
	margin-bottom:5px;
	}
	
.homeLeftColumn p {
	margin-top:5px;
	margin-left:18px;
	}	
	
.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;
	}
	
.secHeader2{
	margin:0px 0px 0px 0px;
       	}	
	
.secHeader2 table {
	padding-bottom:0px; 
	background-image:url(../images/sectionHeader.jpg); 
	background-repeat:no-repeat; 
	margin:0px 0px 0px 0px; 
	background-color:#5596d0; 
	height:85px; 
	border:solid 0px #FFFFFF;
	}
	
.secHeader2 h1 {
	margin-top:6px;
	margin-left:15px;
	color:#000000;
	}
	
.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 #ffffff;
	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 #ffffff;
	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;
	}
	
.quoteTextshort {
	width:157px; 
	margin:3px 0 0px 0px; 
	border:1px solid #9e9d9e; 
	padding:3px 0 3px 0;
	}
	
.quoteupload {
	width:320px; 
	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 #ffffff;
	}
	
.quotes {
	background-image:url(../images/quotes.gif); 
	background-repeat:no-repeat; 
	background-position:0px 10px;
	}
