﻿/**********************************************************
**** RESETS
**********************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border-style: none;
	border-color: inherit;
	border-width: 0;
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
em{font-style: oblique;}
strong{font-weight: bold;}


/**********************************************************
**** STRUCTURE
**********************************************************/
html,
body,
#bound{
	height: 100%;
}

body{
	font: 62.5% arial, sans-serif;
	background: #4b83c3 url(img/background-body.gif) 50% 0;
}

#bound{
	width: 954px;
	margin: 0 auto;
	background: transparent url(img/gears.jpg) 100% 0 no-repeat;
}

#grid{
	background: transparent url(img/grid.gif);
	padding: 0 44px;
	vertical-align: top;
}

.wrapper{
	float: left;
	background: transparent url(img/rule-gray.gif) 574px 0 repeat-y;
	width: 854px;
	padding: 0 9px 0 3px;
	margin-top: 20px;
}

.clear{
	width: 100%;
	height: 4em;
	clear: both;
}

.wrapper.featured{
	background: transparent;
}

.wrapper.hidden{
	background: orange;
	display: none;
}

#content{
	float: left;
	width: 532px;
	padding: 0 20px;
}

#sidebar{
	float: left;
	width: 262px;
	padding: 0 10px;
}

.contentRight{
	background: transparent;
	margin-top: 0;
}

.contentRight #content{
	float: right;
	width: 529px;
	padding: 0 0 0 10px;
}

.contentRight #sidebar{
	float: right;
	width: 315px;
	padding: 0;
	text-align: center;
}

.contentWide{
	background: transparent url(img/rule-gray.gif) 662px 0 repeat-y;
}

.contentWide #content{
	width: 620px;
}

.contentWide #sidebar{
	width: 174px;
}

#pvHome{
	margin-top: 20px;
	display: block;
	width: 299px;
	height: 19px;
	padding: 10px 9px 9px 1px;
	font-size: 18px;
	line-height: 16px;
	background: transparent url(img/btn-white.png) no-repeat;
	font-weight: bold;
	text-decoration: none;
}

#pvHome span{
	font-size: 12px;
	line-height: 15px;
	display: block;	
}


/**********************************************************
**** HEADER
**********************************************************/
#header{
	float: left;
	width: 842px;
	height: 107px;
	padding: 25px 12px 18px;
}

a#ctl00_header_logo{
	float: left;
}

a#ctl00_header_logo img{
	display: block;
	width: 288px;
	height: 75px;
}

#nav_tools{
	float: right;
	margin-top: 40px;
}

#nav_tools li{
	float: left;
	border-right: 1px solid #ccc;
	text-align: center;
	/*padding: 24px 20px 0;*/
}

#nav_tools a{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	padding: 24px 20px 0;
	height: 1.5em;
	float: left;
}

#nav_tools a:hover{
	text-decoration: underline;
}

#nav_tools #nt_home{
	background: transparent url(img/ico-home.png) 50% 0 no-repeat;
}

#nav_tools #nt_product{
	background: transparent url(img/ico-gears.png) 50% 0 no-repeat;
}

#nav_tools #nt_faq{
	background: transparent url(img/ico-faq.png) 50% 0 no-repeat;
}

#nav_tools #nt_faq a{
	text-transform: none;
}

#nav_tools #nt_contact{
	background: transparent url(img/ico-contact.png) 50% 3px no-repeat;
}

#nav_tools #nt_email{
	background: transparent url(img/ico-email.png) 50% 8px no-repeat;
}

#nav_tools #nt_print{
	background: transparent url(img/ico-print.png) 50% 3px no-repeat;
	border-right: 0px;
}

/**********************************************************
**** Footer
**********************************************************/
#footer{
	height: 3em;
	padding: 1em 0 0;
}

#footer ul{
	width: 100%;
	text-align: center;
}

#footer li{
	display: inline;
	margin:0 10px 0 0;
	padding-right: 10px;
	border-right: 1px solid #4b83c3;
}

#footer a{
	color: #4b83c3;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .last{
	border: none;
} 



/**********************************************************
**** PRIMARY NAVIGATION
**********************************************************/
#navigation{
	width: 857px;
	height: 33px;
	margin: 0 auto 8px auto;
	padding: 2px 7px 6px 1px;
	background: transparent url(img/background-navigation.png) no-repeat;
	z-index: 10000;
	clear: both;
}

#navigation li{
	float: left;
	width: 142px;
	margin-right: 1px
}

#navigation li.last{
	margin-right: 0;
}

#navigation a{
	display: block;
	color: #fff;
	background: transparent url(img/background-navigation-item.png) repeat-x;
	border: 1px solid #99bad6;
	border-width: 0 1px;
	line-height: 33px;	
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;	
}

#navigation ul{
	position: absolute;
	width: 140px;
	display: none;
}

#navigation ul li{
	float: none;
	border: 1px solid #b6b6b6;
	border-width: 0 1px 1px;
	width: 140px;
}

#navigation ul a{
	background: #4b83c3;
	border: 0;
	line-height: 1.3em;
	padding: 0.85em .65em;
}

#navigation ul a:hover{
	color: #0982c4;
	background: #fff;
}

/**********************************************************
**** MISC
**********************************************************/
#flashContent{
	width: 857px;
	height: 198px;
	margin: 0 0 1.5em 0;
	padding: 0 7px 8px 1px;
	background: transparent url(img/background-flash.png) no-repeat;
}

#flashContent div,
#flashContent a{
	display: block;
	width: 855px;
	height: 196px;
	border: 1px solid #4b83c3;
	background: transparent url(img/semi.png);
}

.spotlight_shadow{
	width: 309px;
	padding: 0 7px 8px 1px;
	background: transparent url(img/background-spotlight-shadow.png) no-repeat;
	position: relative;
	margin-left: -1px;
}

.spotlight_border{
	width: 307px;
	height: 107px;
	border: 1px solid #96b6db;
}

.spotlight_shadow.home .spotlight_border{
	text-align: left;
	background: transparent url(img/background-escalator-info.jpg) no-repeat;
	width: 187px;
	padding-left: 120px;
	height: 87px;
	padding-top: 20px;

}

.spotlight_shadow.home .spotlight_border h2,
.spotlight_shadow.home .spotlight_border{
	font-size: 1.2em;
	margin: 0;
}

.spotlight_shadow.home .spotlight_border h2{
	margin-bottom: 3px;
}

.spotlight_shadow.home .spotlight_border a.more{
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 8px;
	display: block;
}




/**********************************************************
**** BOXES
**********************************************************/
.expanding_box{
	margin-bottom: 1em;
}

#sidebar .expanding_box h3,
.expanding_box h3{
	background: #d2e0f0 url(img/box-arrow-right.gif) 5px 50% no-repeat;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	line-height: 2.4em;
	border: 1px solid #8eb1d9;
	cursor: pointer;
}


#sidebar .expanding_box.expanded h3,
.expanding_box.expanded h3{
background: #d2e0f0 url(img/box-arrow-down.gif) 5px 50% no-repeat;
}

.expanding_box .box_content{
	background: transparent url(img/background-box.png);
	border: 1px solid #bfd1e5;
	border-width: 0 1px 1px;
	padding: 20px;
	display: none;
}

.quotebox{
	background: transparent url(img/background-box.png);
	border: 1px solid #bfd1e5;
	padding-top: 15px;
	line-height: 1em;
	text-align: center;
	border-width: 1px;
}

.expanding_box.expanded .box_content{
	display: block;
}

.pdf{
	background: transparent url(img/ico-pdf.gif) no-repeat;
	padding-left: 20px;
}

.doc{
	background: transparent url(img/ico-doc.gif) no-repeat;
	padding-left: 20px;
}


.xls{
	background: transparent url(img/ico-xls.gif) no-repeat;
	padding-left: 20px;
}

/**********************************************************
**** Contact Page
**********************************************************/

address {
	padding: 0 0 10px 0px;
}

#table_contact {
	width: 98%;
	margin-bottom: 5px;
}

#table_contact th{
	background: #d2e0f0;
	border: 1px solid #8eb1d9;
	font-size: 1.2em;
	line-height: 2.8em;
	font-weight: bold;
	color: #4b83c3;
	text-transform: uppercase;
	padding: 0 10px;
}

#table_contact th.name{
	border-width: 1px 0 1px 1px;
}

#table_contact th.area,
#table_contact th.phone{
	border-width: 1px 0 1px;
}

#table_contact th.email{
	border-width: 1px 1px 1px 0;
}


#table_contact td{
	border-right: 1px solid #a8a8a8;
	padding: 0 10px;
	white-space: nowrap;
	font-size: 1.2em;
	line-height: 2.8em;
}

#table_contact td.email{
	border-right: 0;
}

#table_contact tr.alt td{
	border-top: 1px solid #8eb1d9;
	border-bottom: 1px solid #8eb1d9;
	background: transparent url(img/background-box.png);
}

#table_contact tr.alt td.name{
	border-left: 1px solid #8eb1d9;
}

#table_contact tr.alt td.email{
	border-right: 1px solid #8eb1d9;
}

#contactmenu {
	padding: 0 0 0 10px;
}
#contactmenu  h2{
	height: 30px;
	line-height: 2em;
	margin: 10px 0 5px 0;
	padding: 0 0 0 10px;
	background: #d2e0f0;
}

.main{
	margin-left: 15px;
	padding-right: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	color: #6394cb;
}
.main li{
	margin-top: 10px;
}

.number{
    margin-left: 15px;
	padding-right: 5px;
	margin-bottom: 5px;
	list-style-type: decimal;
	color: #6394cb;
}
.number li{
   margin-top: 10px;
}

img.headshot{
	position: absolute;
	margin-top: -62px;
	margin-left: 5px;
}

span.headshot{
	width: 114px;
	height: 128px;
	display: inline-block;
	position: absolute;
	margin-top: -62px;
	margin-left: 5px;	
}


/**********************************************************
**** FAQ Page
**********************************************************/
.qna {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}
.bordernone{
    border: none;
    margin: 0 0 20px 0;
}

.question {
    font-weight: bold;    
}


/**********************************************************
**** Featured Products
**********************************************************/
.product{
	float: left;
	clear: both;
	background: transparent url(img/rule-blue.gif) 152px 0 repeat-y;
	width: 100%;
	margin: 20px 0;
}

.product img{
	float: left;
}

.product .description{
	float: right;
	width: 360px;
}

.product h2{
	font-size: 1.2em;
	font-weight: bold;
	font-style: oblique;
}

.product p{
	margin-bottom: .6em;
}

.product ul{
	list-style: disc;
	font-size: 1.2em;
	margin-left: 1.5em;
	margin-bottom: .6em;
}

.product ul li{
	margin-bottom: 0.3em;
}

ul.assets{
	font-size: 1.2em;
	list-style: disc;
	margin-left: 1.6em;
	margin-bottom: 1.333em;
}

.intro_list{
	float: left;
	width: 100%;
	margin-bottom: 1.6em;
}

.intro_list ul{
	float: left;
	font-size: 1.2em;
	margin-left: 3em;
	line-height: 1.333em;
}

.intro_list ul.first{
	margin-left: 0
}



.sub_menu{
	float: left;
	width: 240px;
}

.downloads{
	float: left;
}

#flashToolShadow{
	width: 857px;
	height: 668px;
	padding: 0 7px 8px 1px;
	background: transparent url(img/background-FlashTool.png) no-repeat;
}

#flashTool{
	width: 857px;
	height: 668px;
	background: #fff;
}



.home h1,
.home .intro,
.home p{
	padding-left: 15px;
	margin-right: 20px;
}

.home p{
	margin-top: 1.3em;
}

.home .intro{
	border-bottom: 1px solid #a8a8a7;
	font-size: 1.2em;
	font-style: oblique;
	line-height: 1.92em;
	padding-bottom: 1.5em;
}
