/* Clear Fix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* Clear Fix Ends*/


* {
   padding:0;
   margin:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin:6px 0;
}
html, body {
	min-height:100.2%;
	/*margin-bottom: 2px;*/
    font-size: 90%;
  }
body{
	font: 13px Arial, Helvetica, sans-serif;
	margin-top: 20px;
	text-align: left;
	background-color:#fff;
	background-image:url(images/page_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}


h1 {
	font-size: 1.8em;
	color: #0e8b52;
  }
  
a h1{ color:inherit;}
h2 {
	font-size: 1.2em;
	color: #000;
	}
h3 {
	font-size: 1.1em;
	color: #666;
 }
h4, h5, h6 { 
	font-size: 1.05em;
	
}
h4 {
	font-style:italic;
	color: #F89727;
	}
h5 {
	color: #F89727;
	font-style:italic;
	border-bottom: 1px solid #F89727;
   }
h6 {
	color: #E48107;
	border-bottom: 1px solid #E48107;
   }
ol, UL { 
   margin-left: 20px;
   margin-right: 15px;
   }
ol {
 	margin-left: 25px;
 	} 	
p, LI, td {
	color: #5a5a5a;
	}
dt { 
   font-weight: bold;
   padding-top: 5px;
   padding-bottom: 5px;
   }
IMG { 
	border: 0;
	}
hr.ruler {
	border:0;
	margin:0;
	background-color: #999;
	height: 1px;
	color: #999;
	}
/* -------------   Links --------*/


a {
	color:#00cc66;
	text-decoration: none;
	outline:none;
}
a.a_big {
	color: #00cc66;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#28a665;
	text-decoration: underline;
}


/* scalable button */
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; font-weight:bold; background-image: url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -3px;  top: 0; left: 0; width: 3px; height: 3px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 3px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #1f975f; color:#e5dfdf;  text-decoration:none; position:relative;  }
.btn:hover { background-color: #1d8053; color:#e5dfdf;}
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(images/shade.png); background-position: bottom; }

* html .btn { border: 0px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn:hover { border-color: #1f975f; }

/* scalable button ends*/

  
a.foot_link { 
   color:#CCCCCC;
   text-decoration:none;
   font-size: 0.9em;
   }
a.foot_link:hover, a.foot_link:active   { 
   color:#FFCC99;
   text-decoration:underline;
   font-size: 0.9em;
   }



a.button{
background: transparent url(images/bgButton.gif) no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; 
line-height: 12px; 
height: 20px; 
padding-left: 9px; 
text-decoration: none;
font-weight:bold;
}

a:link.button, a:visited.button, a:active.button{
color: #fff; /*button text color*/
}

a.button span{
background: transparent url(images/bgButton.gif) no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.button:hover{ /* Hover state CSS */
background-position: bottom left;
color:#fff;

}

a.button:hover span{ /* Hover state CSS */
background-position: bottom right;
}


/********** Top Nav buttons    *******/
a.navbutton {
	color: #666666;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 65px;
	padding-top: 3px;
	height: 21px;
	float: left;
	text-align: center;
	}
a.navbutton:hover, a.navbutton:active {
	color: #FF3300;
	font-weight:bold;
	font-size: 0.9em;
	text-decoration: none;
	display: block;
	width: 65px;
	padding-top: 3px;
	height: 21px;
	float: left;
	text-align: center;
}
/*----------- page layout ----------------------------*/   
#printheader {
	display: none;
}
#wrap {
	background-color:#FFFFFF;
  	margin: 0px auto; 
	width: 958px;
	
}

.header {
	height: 79px;
	background: url(images/header_bg.jpg) repeat-x 0% 100%;
	}



#logo { 
	background-position: top left;
	background-image:url(images/logoDuctware.jpg);
	background-repeat:no-repeat;
	height: 56px;
	width: 467px;
}
/*----------- logo without tag line----------------------------  

#logo { 
	background-position: top left;
	background-image:url(images/logoDuctware2.jpg);
	background-repeat:no-repeat;
	height: 56px;
	width: 467px;
}

*/ 
#navbar {
	background-image:url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0;
	display:block;
	height: 31px;
	}
#promo-box {
	height: 260px;
	background:#000;
	position: relative;
	border-top: 1px solid #fff;
	margin-bottom: 0px;
}

#flashcontent{
	
}
#main-content {
	padding-top:10px;
	border-top: 2px solid #fff;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display:block;
	}

#main-content-inner {
	display:block;
	padding:20px 0 10px 0px;
	min-height:200px;
  	height:auto !important;
  	height:200px;
	position:relative;	
	}

.column {
	width: 351px;
	margin-right: 20px;
	display:inline;
	float: left;
	padding-top: 5px;
}
.column h2{ font-size:18px; font-weight:bold; margin:10px 0 0 0;}
.column_full{
	display:block;
	padding:5px 0px;
	display:inline;
	float:left
}
.column_one {
	width: 250px;
	padding: 10px 10px 0px 0px;
	display:inline;
	float:left
}
.column_two {
	width: 500px;
	padding: 0px 10px 0px 0px;
    margin-left: 0px;
	display:inline;
	float:left
}
.column_three {
	width: 150px;
	padding-top: 5px;
	display:inline;
	float:left;
	position:relative;
}
.column_triple {
	width: 275px;
	padding-top: 5px;
	margin-right: 10px;
	display:inline;
	float:left
}
.column_four {
	width: 235px;
	margin-right: 5px;
	float:left;
}
.column_five{
	width: 200px;
	padding-top: 5px;
	margin-right: 5px;
	float:left;
}
.column_five{
	width: 175px;
	margin-right: 5px;
	float:left;
}
.last {
	margin-right: 0;
	clear:right;
}
.p_small{
	font-size: 0.9em;
}



#footer {
	padding: 0;
	height: 25px;
	background-image:url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footerInner {display:block; clear:both; padding:10px 15px;}
#footer p, #footer a {
	color: #666666;
	text-decoration: none;
	line-height: 1.2em;
	margin-bottom: 0;
	}
#footer	 p  {
	font-size: 0.9em;
}
#foot a:hover {
	text-decoration: underline;
	color: #000033;
	}
#foot_links {
	color: #FFFFFF; 
	display:inline;
	float:right;
	}

.p_big {
	font-size: 1.1em;
	}
.col_header {
	background-image: url(images/box_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
}
.h1_outline {
	color: #fff;
	padding-left: 5px;
	font-size: 1.2em;
	padding-top: 0px;
}
/*------------------------------------------------------------------------------------------------------------------*/
#search-box {
	padding:0 10px 0 0;
	height: 24px;
	float: right;
	margin: 25px 0 0 0;
	}
#search-box .button{ position:relative; float:left; padding-left:5px;}
#search-box .button span{ position:relative; float:left; padding-right:5px;}

#search-box label {
	float:left;
	color:#333;
	font-size: 0.95em;
	margin: 0 5px 0 0;
	display: inline;
	line-height: 18px;
	}


#search-box input, #search-box select {
	font-size: 0.95em;
	margin: 0 5px 0 0;
	vertical-align: top;
	height: 16px; float:left;
	display:inline; position:relative;
	border:1px solid #d2d2d2;
	}
#search-box input.textbox {
	height: 14px;
	margin: 0;
	}
#search-box div, #search-box form {
	margin: 0;
	}
#error_box {
	border: 1px dotted #990000; 
	color: #990000;
	padding: 10px;
	font-size: 0.9em;
	}

#search-box input.hide{
	display:none;
	border:none !important;
}

#download{ display:block; margin:0; padding:0; list-style:none;}
#download ul{ list-style:none; margin:0; padding:0;}
#download li {margin:0;padding:3px 5px; }
#download a{ font-weight:bold;}

#download p{padding:0 0 0 15px; background:url(images/iconNote.gif) left 2px  no-repeat;}




/* -----------------  Others   ------------ */
.clear { 
	clear: both;
	}
.float_right{ 
	float: right;
	}
.float_left{ 
	float: left;
	
	}

INPUT,SELECT, TEXTAREA  {
font-family: arial, verdana, ms sans serif;
font-size: 12px;
color:#757575;
}


.p_dgry_small {
    font-size: 0.9em;     
	 color: #333333}
.p_lgry_small {     
	 color: #999999;
	 font-size: 0.9em;
	 }	 
.formlayout label {
	font-size: 0.95em;
	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	clear: left;
	width: 150px;
	float: left;
	color:#525252;
	font-weight:bold;
}
.formlayout {
	font-size: 0.95em;
	line-height: 16px;
	padding-top:2px;
	margin-bottom: 2px;
	color:#666666;
}
.formtext {
	margin-left: 150px;
	padding-top:0;
	padding-bottom: 10px;
	}
label.FormLabel {
	clear: left;
	width: 150px;
	float: left;
}

span.error{
	display:block;
	padding:0;
	margin:0;
}

label.error {
	float: none;
	color: #CC0000;
	vertical-align: middle;
	font-size: 11px;
}

input {
	margin-bottom: 2px;
	height: 18px;
	
	}
input.error {
	border:1px dotted red;
}
select {
	margin-bottom: 2px;
	}
select option{
	line-height:17px;
	padding:0 5px;
	height: 18px;
	}
legend {
	color: #5A8503;
	font-size: 1.1em;
	font-weight:bold;
	padding: 3px 10px;
	}
fieldset {
	margin: 3px 10px;
	padding: 5px 10px;
	border: 3px solid;
	border-color: #F2F2F2;
	}
input.inputButton{
	display:block;
	background-color:#1e905b;
	padding:3px 10px 5px 10px !important;
	height:25px !important;
	color:#fff; font-weight:bold;
	border:1px solid #0e6039;
	cursor:pointer;
}
input.inputButton:hover{
	background-color:#1da365;
}



	
.signup{
	padding:0 13px;
	margin:0;
}
.signup label{ display:block; font-weight:bold; padding:0; margin:0 0 5px 0;}

input[type=text], input[type=password], textarea{ border:1px solid #cbcbcb; padding:0 5px; line-height:18px; margin:0 0 2px 0; vertical-align:middle;}




#promtShow{
	display:none;
	padding:10px 20px 20px 20px;
	clear:both;
	margin:10px 0;
	border:2px dashed #C1DAD7;
}

#promtShow span#export, #promtShow span#details, #promtShow span#resetform, span#print, span#startagain{
	float:left;
	position:relative;
	margin-right:20px;
	padding:0;
}

.buttonLinks{
	display:block;	
	background-color:#1e905b;
	padding:5px 10px 5px 10px !important;
	color:#fff; font-weight:bold;
	border:1px solid #0e6039;
	cursor:pointer;
	line-height:18px;
	text-decoration:none;
	font-weight:normal;
}
.buttonLinks:hover{
	color:#fff;
	text-decoration:none;
	background-color:#1da365;
}



.text_small {
	font-size: 0.85em;
	}
.text_norm {
	font-size: 1em;
	}
.text_center {
	text-align: center;
}
.nospace {
	margin: 0;
	padding: 0;
	}
.p_red {
	color: #990000;
	}
.p_green {
	color: #5A8503;
	}


.quote_box_orange {
	background-color: #F89828;
	color: #FFF;
	font-size: 1.6em;
	font-family:Arial, Helvetica, sans-serif;
	width: 245px;
	padding: 15px 30px;
	margin-top: 20px;
	position: relative;
}
.product {
	background-color: #f9f9f9;
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #efefef;
}
.product h1 {
    font-size: 1.1em;
	line-height: 1.1em;
	color: #0e8b52;
	padding:8px 0 5px 10px;
	margin-bottom: 5px;
	margin-top: 0;
	background-image: url(images/productHead.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #e0e0e0;
	background-position:bottom left;
}
.product p {
	padding: 0 10px;
}
.product img {
	width: 235px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.row_clear {
	height: 5px;
	clear: both;
}
	
/* ------------- box -----------*/
.box_green {   
	border: 1px solid #0e8b52;
	padding: 10px;
	margin-top: 0px;
	overflow:hidden;
}
.box_green img{ margin:0 auto !important; text-align:center; padding-bottom:10px; display:block;}

.box_green h1{font-size:25px; line-height:27px; font-weight:lighter; letter-spacing:-0.05em;}

.box_grey{
	border: 1px solid #e0e0e0;
	padding: 0px;
	margin-top: 0px;
	display:block;
} 
.boxlower{
	display:block;
	clear:both;
	padding:10px 0;
	min-height:250px;
}
.boxlower p{
	padding:0 12px 0 12px;
}
.boxlower hr{
	background:#e0e0e0;
	height:1px;
	border:0px;
	clear:both;
	margin:2px 0 5px 13px;
}

/*----------- box header ----------------------------*/
span.cufon,
span.cufon-canvas{
	margin:0 !important;
}

.H2_grey{
	display:block;
	background:url('images/H2_grey.gif') 0% 0% repeat-x !important;
	padding:5px 10px 5px 10px;
	line-height:30px;
	font-size:16px;
	font-weight:bold !important;
	margin:0;
	color:#6b6b6b;
	border-bottom:1px solid #e0e0e0;
}



/* ------------- Slider --------*/

ul#slider{ display:block;  margin:0 5px 10px 5px; list-style:none; overflow:hidden; }
ul#slider li{position:relative; padding:0; margin:0 auto; display:block; padding:10px 15px; width:inherit; }
.nav{display:block; margin:5px 0 0 0; padding:0 10px;}
.nav a{
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 19px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

.nav #prev{background:url(images/prev.gif) no-repeat; width:19px;}
.nav #next{background:url(images/next.gif) no-repeat; width:19px;}

.nav #next:hover, .nav #prev:hover{background-position:0 -19px;}



/* ------------- Slider Home--------*/


#largeBanner {
    height: 259px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background: #000 url(banner_images/bannerBack.jpg) 0% 0% no-repeat;
	padding:0; margin:0;
}


#largeBannerContent {
	width: 952px; /* important to be same as image width or wider */
	position: absolute;
	top: 0px;
	padding:0;
	margin:0;
	margin-left: 0;
	left: 0px; 
}
.largeBannerImage {
    float: left;
    position: relative;
	display: none; 
	margin:0; padding:0;
}

.largeBannerImage a{display:block; clear:left; text-decoration:none; position:relative; text-align:right; width:952px;}

.largeBannerImage a div.left {
	position:relative;
	display:block;	
    padding:50px 25px 25px 25px!important;
  /*  background-color: #035030;
    filter: alpha(opacity=85) !important;
    -moz-opacity: 0.85 !important;
	-khtml-opacity: 0.85 !important;
    opacity: 0.85 !important;
	
	*/
	width:550px;
	height: 185px;
	margin:0;
	float:left !important;
	text-align:left;
	color: #fff;
    display: none;
	left:0;
}


.largeBannerImage a img{ float:right !important; display:block; margin:0; padding:0; border:none; text-decoration:none; position:absolute; right:0 !important; top:0;}


.clear {
	clear: both;
}


.largeBannerImage a div h2{
	color:#fff; line-height:38px; font-size:32px; margin:5px 0;
	font-weight:normal;
}
.largeBannerImage a div strong{
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}



.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}



/* ------------- Images --------*/
IMG.imgleft { 
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	}
IMG.imgright { 
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
IMG.imgcenter { 
	display:block;
	margin:0 auto;
	margin-bottom:10px;
}
IMG.inline { 
	display:inline;
	position:relative;
	margin:3px 7px;
}
/* ------------- rotating catalog images --------*/
div.pdfRotate{display:block; width:155px; height:175px; background:url(images/pdf/pdfRotate_bg.jpg) no-repeat center center; margin:10px 0;}
div.pdfRotate #pdf{display:block; width:106px; height:150px; position:relative; overflow:hidden; left:36px; top:11px;}
div.pdfRotate #pdf img{width:106px; height:150px; display:block}
/* ------------- rotating catalog images Ends --------*/




#tabsHolder {padding:0; margin: 15px 0; }

#tab-nav { overflow: hidden; margin: 0 ;  width:232px;  border-right:1px solid #ccc; }
#tab-nav li { display:block; margin:0 0 3px 0; }
#tab-nav li.last { margin-bottom: 0; }
#tab-nav li a { display: block; background: #f6f6f6; color:#0e8b52; font-size: 10px; text-align: right; padding:5px 0; border: 0;}
#tab-nav li a:hover { background-color: #ddf8ef; }
#tab-nav li a h1{ margin:0; padding:0 10px 0 0; font-size:15px;}
#tab-nav li a.current{background:#ddf8ef; border-left:3px solid #0f8b53; }



#all-list-wrap .grid_3 img{ padding:7px; border:3px solid #e1e1e1; margin:0 auto !important;}

#all-list-wrap  .cell ul#download h1{ padding:5px 0;}
#all-list-wrap  .cell ul#download li{ padding:0 0 0 20px;}
#all-list-wrap  .cell ul#download li p{padding:0 0 0 20px; margin-left:10px;}

#all-list-wrap  .cell .grid_3 p {font-size:12px; line-height:12px;}

#t2, #t3, #t4 , #t5, #t6, #t7, #t8, #t9, #t10{ display: none; }



/* Table Designs */
----------------------------------------------- */




/* ------------- Alt Row --------*/
.altRow{ background:#f6f6f6;}

table#chart tr.altrow td {
background:#f6f6f6;
}

table.form{ padding:0; margin:10px 0;}
table.form td{ padding:2px 5px; vertical-align:top;}

/* ------------- Alt Row Ends --------*/


caption { 
	font-size: 0.8em;
	text-align: left;
	}
	
table.tblplain {   /* Plain table - no color, no borders  */
   border: 0;
}
.tblplain td {
  background-color: #FFFFFF;
  border: 0;
  }


table#calcResults{
	
}

table {
border-collapse: collapse;
background: #fff;
margin:10px 0;
color:#4F6B72;
padding-bottom:10px;
border: 1px dotted #C1DAD7;
border-width:0px 0px 2px 0px;
}

td {
border: 1px solid #C1DAD7;
text-align: left;
border-width:1px 0px 0px 0px;
padding:10px 10px;
color:#4F6B72;
}

th {
padding:7px 10px;
text-align: left;
font-weight:bold;
border-color:#C1DAD7;
border-style:solid;
border-width:1px 1px 1px 1px;
color:#37616d;
background:#e0f2f3;
}

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.4em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table a {
text-decoration: none;
font-weight: bold;
background: transparent;}

table a:link {}

table a:visited {}

table a:hover {}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th {border: 2px solid #ccc;
text-align: left;
font-size: 1.2em;
font-weight: bold;
color: #000;
background: transparent;}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

.odd {background: #F5FAFA;}

tbody tr:hover {background: #fafafa;}


/* Results Display */

div.results{
	display:block; clear:both;
	margin:10px 0;
	padding:10px 0 0 0;
}
.results .cell{
	color:#4F6B72;
	margin:0 0 15px 0;
}

.cell h3{
	color:#37616d;
	font-weight:bold;
	font-size:13px;
	padding:7px 35px 7px 10px;
	margin:0;
	width:500px;
	background-image:url(images/cellHead.gif) !important;
	background-position:top right;
	background-repeat:no-repeat;
	border-color:#C1DAD7;
	border-style:solid;
	border-width:0px 0px 0px 1px;
}
.cell .lower{
	padding:10px 20px 20px 20px;
	border: 1px solid #C1DAD7;
	border-width:1px 1px 1px 1px;
	display:block;
	position:relative;
}

.cell .lower ul.lists{
	list-style:none;
	margin:0; padding:0;
	position:relative;
}
.cell .lower ul.lists li{
	float:left;
	color:#4F6B72;
	padding:7px 0;
	display:block;
	clear:both;
	width:100%;
	vertical-align:top;
	position:relative;
	border-bottom:1px dotted #ccc;
}
.cell .lower ul.lists li .listdesc {
	clear:left;
	float:left;
	width:50%;
	padding-right:10px;
	position:relative;
	border-right:1px dotted #ccc;
}
.cell .lower ul.lists li .listright{
	float:left;
	width:40%;
	margin-left:10px;
	padding-left:10px;
	position:relative;
}
p.info{
	display:block;
	padding:5px 10px 5px 25px;
	margin:0 0 10px 0;
	background:url(images/info.gif) no-repeat 0px 7px;
}





