/* General Reset */
body{
	margin:0;
	color:#000;
	font:14px Arial, Helvetica, sans-serif;
	background:#e1e1e1;
	min-width:960px;
	line-height: 1.4em;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}

.details h2{
	margin:0 0 12px;
	color:#14477D;
	font:bold 21px/22px  futura-pt, 'Trebuchet MS', Arial, sans-serif;
}

.twocolumns .al{
	float:left;
	margin:0 24px 0 -2px;
	display:inline;
	position:relative;
	border:1px solid #e1e1e1;
	padding:7px;
}

.twocolumns .text{
	overflow:hidden;
	float: left;
	width:625px;
	margin: 0 0 0 0px;
}

form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: none;}
a{
	color:#14477D;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
h1 {
	margin:0 0 10px;
	color:#14477D;
	font:normal 18px/21px  futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
}
/* General settings */
#header{
	width:100%;
	background: #a5a6a8 url(../images/bg-header.gif) repeat-x;
	padding:15px 0 13px;
}

.header-area{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#header .logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
	width:290px;
	height:90px;
	margin:0;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .phone{
	float:right;
	text-align:right;
	color:#6D6D6F;
	margin:5px 0 0;
	font: normal normal 25px/28px futura-pt,'Trebuchet MS', Arial, sans-serif;
	letter-spacing: 1px;
}
#header .phone span{
	display:block;
	color:#c00b31;
	font: normal normal 25px/28px futura-pt,Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
}
#header-search {
	float: right;
	clear: right;
	margin-top: 5px;
}
#header-search .submit,
#results-search .submit {
    background-color: transparent;
    background-image: url(/images/icon_search.png);
    background-repeat: no-repeat;
    color: transparent;
    border: 0;
    text-indent: -1000px;
    font-size: 0px;
    line-height: 0px;
    width: 23px;
    height: 23px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; /* for IE 5.x */  
}

#logo-dresser {
	float: right;
	clear: right;
	margin-top: 7px;
}
/* navigation */
.nav-area{
	margin-bottom:-6px;
	position:relative;
	z-index:10;
}
.nav-frame{
	background:url(../images/bg-nav-area.png) repeat-x;
	height:62px;
}
.nav-holder{
	width:959px;
	padding-right:1px;
	background:url(../images/bg-nav.gif) no-repeat 100% 0;
	margin:0 auto;
	position:relative;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	width:959px;
}
#nav:after{
	clear:both;
	content:'';
	display:block;
}
#nav li{
	float:left;
	background:url(../images/bg-nav.gif) no-repeat;
	padding-left:1px;
	font-size:12px;
	line-height:18px;
	position:relative;
	height:56px;
	margin-bottom:-1px;
}
#nav li.hover,
#nav li:hover{position:relative;}
#nav a{
	float:left;
	color:#fff;
	cursor:pointer;
	height:49px;
	padding:6px 0 0 12px;
}
#nav li.hover a,
#nav li:hover a,
#nav .active,
#nav a:hover{
	text-decoration:none;
	background:url(../images/bg-nav.gif) repeat-x 0 -56px;
	color:#C9C9CA;
}
#nav a span{
	display:block;
	font:normal 15px/18px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 500;
	padding:0 0 6px;
}
#nav ul{
	position:absolute;
	top:56px;
	left:-9999px;
	border:1px solid #e1e1e1;
	border-width:0 1px;
	width:167px;
	margin:0;
	padding:0;
	list-style:none;
	background:#fff url(../images/bg-drop.gif) repeat-x;
}
#nav li.hover ul,
#nav li:hover ul{left:0;}
#nav ul li{
	background:none;
	padding:6px 11px;
	border-bottom:1px solid #e1e1e1;
	float:none;
	height:auto;
	margin:0;
}
#nav ul a{
	float:none;
	background:none !important;
	padding:0;
	height:auto;
	color:#777 !important;
}
#nav ul a:hover{text-decoration:underline;}
/* main */
#main{
	width:100%;
	background:#fff;
}
.main-area{
	width:960px;
	margin:0 auto;
	padding-bottom:15px;
}
/* menu */
.menu{
	margin:0 0 34px;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:958px;
	border:solid #e1e1e1;
	border-width:0 1px 1px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	position:relative;
}
.menu li{
	float:left;
}

.menu li h2{
	font: 27px/27px futura-pt,'Trebuchet MS', Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}
	
.menu a{
	float:left;
	height:100%;
	position:relative;
	cursor:pointer;
	color:#fff;
}
.menu img{vertical-align:top;}
.menu .desc{
	position:absolute;
	bottom:0;
	left:0;
}
.menu .desc span{
	display:block;
	width:291px;
	padding:5px 14px;
	height:91px;
	line-height: 14px;
	font-size: 12px;
}
.menu .desc1 span{background:url(../images/bg-menu-desc1.png);}
.menu .desc2 span{background:url(../images/bg-menu-desc2.png);}
.menu a:hover span{text-decoration:none;}
/* twocolumns */
.twocolumns{
	background:url(../images/div01.gif) repeat-y 639px 0;
	width:100%;
	overflow:hidden;
	
}
.twocolumns .content{
	float:left;
}

.twocolumns .holder-box{
	width:100%;
	padding-bottom:11px;
}
.twocolumns .holder-box:after{
	clear:both;
	content:'';
	display:block;
}
.twocolumns h2{
	margin:0 0 6px;
	font: 18px/22px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	color:#14477D;
}
.twocolumns .content p{margin:0 0 12px;}
.twocolumns .aside{
	float:left;
	width: 290px;
	margin-left: 45px;
}
.twocolumns .partners{
	width:100%;
	text-align: center;
}
.twocolumns .partners ul{
	margin:0 0 21px -13px;
	padding:0;
	list-style:none;
	width:356px;
	overflow:hidden;
}
.twocolumns .partners ul li{
	float:left;
	margin-left:13px;
	display:inline;
}
.twocolumns .partners ul img{vertical-align:top;}
/* main-holder */
.main-holder{
	overflow:hidden;
	padding:0 82px 0 18px;
	background:url(../images/div01.gif) repeat-y 212px 0;
}
/* heading */
.heading{
	border-bottom:1px solid #e3e3e3;
	width:930px;
	overflow:hidden;
	margin:0 0 16px 12px;
	padding:22px 0 5px;
	position: relative;
}
.heading h2{
	margin:0 12px 0 0;
	color:#14477D;
	font:normal 30px/32px  futura-pt, Verdana, Geneva, sans-serif;
	font-weight: 700;
	float:left;
}
/* breadcrumbs */
.breadcrumbs{
	margin:0;
	padding:5px 0 0 31px;
	list-style:none;
	float:left;
	background:url(../images/bullet-breadcrumbs.gif) no-repeat 0 9px;
}
.breadcrumbs li{
	float:left;
	padding:0 7px 0 0;
	font:bold 22px/26px 'Trebuchet MS', Arial, sans-serif;
	color:#7f7f7f;
}
.breadcrumbs a{color:#7f7f7f;}
.two-cols{
	float:right;
	width:705px;
	position:relative;
	margin:0 -77px 0 0;
	display:inline;
}
.two-cols .content{
	float:left;
	width:505px;
}
.two-cols .content h2{
	margin:0 0 10px;
	color:#14477D;
	font:bold 18px/21px  futura-pt, 'Trebuchet MS', Arial, sans-serif;
}
.two-cols .content p{margin:0 0 13px;}

.two-cols .logos{
	list-style:none;
	float:right;
	width:166px;
	
}
.two-cols .logos li{padding:8px 0 7px;}
.two-cols .logos img{vertical-align:top;}
/* content */
#content{
	float:right;
	width:627px;
}
/* products-list */
.products-list{
	margin:-12px 0 0;
	padding:0;
	list-style:none;
	width:100%;
}
.products-list li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	border-bottom:1px solid #e1e1e1;
	padding:17px 0 15px;
	font-size:14px;
	line-height:16px;
	color:#050505;
}
.products-list li:first-child{border-top:0;}
.products-list .image{
	float:left;
	vertical-align:top;
	border:1px solid #e1e1e1;
	padding:8px;
	margin-right:43px;
}
.products-list .image img{
	vertical-align:top;
	border:1px solid #ccc;
}
.products-list .text{
	overflow:hidden;
	display:table;
	height:163px;
}
.products-list .text .holder{
	display:table-cell;
	vertical-align:middle;
}
.products-list h3{
	margin:0 0 9px;
	color:#14477D;
	font:normal 16px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.products-list h3 a{color:#14477D;}
.products-list p{margin:0;}
/* details */
.details{
	width:100%;
	font-size:14px;
	line-height:16px;
	color:#000;
}
.details .top-area{
	width:667px;
	overflow:hidden;
	margin:0 -40px 12px 0;
	position:relative;
}
.details .top-area .image{
	float:left;
	border:1px solid #e9e9e9;
	padding:7px;
	margin:0 26px 0 0;
}
.details .top-area .image img{
	vertical-align:top;
	border:1px solid #e4e4e4;
}
.details .top-area .text{overflow:hidden;}
.details .product-highlighted-features ul{
	margin:0;
	padding:0;
	list-style:none;
}
.details .product-highlighted-features li{
	padding:0 0 6px 18px;
	background:url(../images/bullet02.gif) no-repeat 3px 9px;
	color:#c00b31;
	font:bold 17px/22px 'Trebuchet MS', Arial, sans-serif;
}
.details .view{
	width:100%;
	overflow:hidden;
}
.details .view a{
	float:left;
	background:url(../images/btn01.gif) no-repeat;
	height:32px;
	padding:0 17px 0 39px;
	color:#fff;
	font:bold 15px/32px 'Trebuchet MS', Arial, sans-serif;
}
.details .view a:hover{
	text-decoration:none;
	background-position:0 -32px;
}
.details p{margin:0 0 8px;}
.details h3{
	margin:0 0 6px;
	color:#14477D;
	font:bold 17px/24px futura-pt,'Trebuchet MS', Arial, sans-serif;
}
.details .list2{
	margin:0;
	padding:0;
	list-style:none;
}
.details .list2 li{
	padding:0 0 0 12px;
	background:url(../images/bullet03.gif) no-repeat 0 6px;
}
.details .list2 ul{
	margin:0;
	padding:3px 0;
	list-style:none;
}
.details .list2 ul li{
	padding:0 0 0 10px;
	background:url(../images/bullet04.gif) no-repeat 0 5px;
	font-size:12px;
	line-height:13px;
}
/* sidebar */
#sidebar{
	float:left;
	width:191px;
}
/* subnav */
.subnav{
	margin:0;
	padding:0 0 12px;
	list-style:none;
	width:100%;
}
.subnav li{
	text-align:right;
	font:normal 23px/23px futura-pt,'Trebuchet MS', Arial, sans-serif;
	font-weight: 500;
	padding:5px 0 6px;
}
.subnav a{color:#78797B;}
.subnav a:hover {
	color: #14477D;
	text-decoration: none;
}
.subnav ul{
	margin:8px 0 0 -6px;
	padding:0;
	list-style:none;
	border-top:1px solid #e1e1e1;
	width:197px;
	position:relative;
}
.subnav ul li{
	border-bottom:1px solid #e1e1e1;
	width:100%;
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bg-subnav-level2.gif) repeat-y 100% 0;
	padding:0;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}
.subnav .size1 li{font-size:16px;}
.subnav ul a{
	float:right;
	padding:10px 30px 11px 0;
	border-top:1px solid #fff;
	color:#7f7f7f;
}
.subnav ul a span{
	float:right;
	padding-right:30px;
}
.subnav ul .here a,
.subnav ul .parent-here a{
	font-weight:700;
}
.subnav ul .here a,
.subnav ul .parent-here a,
.subnav ul a:hover{
	color:#14477D;
	text-decoration:none;
	background:url(../images/ico-star.gif) no-repeat 100% 49%;
}
/* links */
#sidebar .links{width:100%;}
.links a{
	display:block;
	background:url(../images/bg-sb-links.gif) no-repeat;
	width:119px;
	color:#fff;
	font:normal 18px/21px futura-pt,'Trebuchet MS', Arial, sans-serif;
	font-weight: 500;
	text-align:center;
	padding:10px 38px 11px 34px;
	margin-bottom:17px;
	xheight: 45px;
}
.links a:hover{text-decoration:none;}
.links .red-box{
	background-position:0 0;
	background-color:#bcbcbe;
}
.links .red-box:hover{
	background-position:-191px 0;
	background-color:#c9c9ca;
}
.links .blue-box{
	background-position:-382px 0;
	background-color:#14477c;
}
.links .blue-box:hover{
	background-position:-573px 0;
	background-color:#17518e;
}
.aside .links a {
	width: 92px;
	background-image: url(../images/bg-sb-home-links.gif);
	display: block;
	float: left;
}
.aside .links .red-box:hover {
	background-position: -164px 0;
}
.aside .links .blue-box{
	background-position:-328px 0;	
}
.aside .links .blue-box:hover {
	background-position: -492px 0;
}

/* footer */
#footer{
	width:100%;
	border-top:1px solid #b4b4b4;
	padding:15px 0 20px;
}
.footer-area{
	width:960px;
	margin:0 auto;
}
#footer ul{
	margin:0;
	padding:0 0 20px;
	list-style:none;
	width:100%;
	text-align:center;
}
#footer ul li{
	display:inline;
	padding:0 25px 0 29px;
	background:url(../images/sep-footer.gif) no-repeat 0 60%;
	font-size:14px;
	line-height:18px;
}
#footer ul li:first-child{background:none;}
#footer ul a{color:#666;}
.footer-middle{
	overflow:hidden;
	padding:0 0 0px 0px;
}
.footer-middle .logo{
	float:left;
	text-align: center;	
	overflow:hidden;
	width:1000px;
	height:10px;
	margin:0 53px 0 0;
}
.footer-middle .logo a{
	display:block;
	height:100%;
}
.footer-middle .phone{
	display:block;
	font:normal 25px/28px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 500;
	padding:17px 0 0;
	letter-spacing: 1px;
	color: #8E8F90;
}
.footer-middle .phone span{display:block; text-align: center;}
#footer p{
	margin:0;
	text-align:center;
	color: #8E8F90;
}
/* employee-list */
.employee-list{
	margin:-12px 0 0;
	padding:0;
	list-style:none;
	width:100%;
}
.employee-list li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	border-bottom:1px solid #e1e1e1;
	padding:17px 0 15px;
	font-size:14px;
	line-height:16px;
	color:#050505;
}
.employee-list li:first-child{border-top:0;}
.employee-list .image{
	float:left;
	vertical-align:top;
	border:1px solid #e1e1e1;
	padding:8px;
	margin-right:43px;
}
.employee-list .image img{
	vertical-align:top;
	border:1px solid #ccc;
}
.employee-list .text{
	overflow:hidden;
	display:table;
	height:163px;
}
.employee-list .text .holder{
	display:table-cell;
	vertical-align:middle;
}
.employee-list h3{
	margin:0 0 9px;
	color:#14477D;
	font:normal 16px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.employee-list h3 a{color:#14477D;}
.employee-list p{margin:0;}

/* careers-jobdescription */
.careers-jobdescription{
	margin:0px 0 0;
	padding:0;
	list-style:none;
	width:100%;
}
.careers-jobdescription li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	border-bottom:1px solid #e1e1e1;
	padding:17px 0 15px;
	font-size:14px;
	line-height:16px;
	color:#050505;
}
.careers-jobdescription li:first-child{border-top:0;}
.careers-jobdescription .image{
	float:left;
	vertical-align:top;
	border:1px solid #e1e1e1;
	padding:8px;
	margin-right:43px;
}
.careers-jobdescription .image img{
	vertical-align:top;
	border:1px solid #ccc;
}
.careers-jobdescription .text{
	overflow:hidden;
	display:table;
	height:163px;
}
.careers-jobdescription .text .holder{
	display:table-cell;
	vertical-align:middle;
}
.careers-jobdescription h3{
	margin:0 0 9px;
	color:#14477D;
	font:normal 20px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.careers-jobdescription h3 a{color:#14477D;}
.careers-jobdescription p{margin 15px;}

/* news */
.news{
	margin:0px 0 0;
	padding:0;
	list-style:none;
	width:100%;
}
.news li{
	width:100%;
	vertical-align:top;
	overflow:hidden;
	border-bottom:1px solid #e1e1e1;
	padding:17px 0 15px;
	font-size:14px;
	line-height:16px;
	color:#050505;
}
.news li:first-child{border-top:0;}
.news .image{
	float:left;
	vertical-align:top;
	border:1px solid #e1e1e1;
	padding:8px;
	margin-right:43px;
}
.news .image img{
	vertical-align:top;
	border:1px solid #ccc;
}
.news .text{
	overflow:hidden;
	display:table;
	height:163px;
}
.news .text .holder{
	display:table-cell;
	vertical-align:middle;
}
.news h3{
	margin:0 0 9px;
	color:#14477D;
	font:normal 20px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.news h3 a{color:#14477D;}

.news h4{
	margin:0 0 9px;
	color:#C51E41;
	font:normal 15px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.news p{
	margin 15px;
	font-size:14px;
}
.back{
	color:#14477D;
	font:normal 20px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;

	margin: 251px 0px 0px 2px;
}
.back a{
	color:#14477D;
	font:normal 20px/20px futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-weight: 700;
}
.site-map {
	font:futura-pt, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	text-indent: 0px;
	
}
.site-map li{
	margin: 1px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.product-specs{
	color: #695F7A;
	width: 200px;
	float: left;
}
.product-downloads{
	width: 200px;
	float: left;
}
.product-downloads a{
	color: #695F7A;
}

.product-downloads li{
	list-style-image: url(/images/triangle.gif);
}

/*--SEARCH--*/
.search-result h3 {
	margin: 0;
	padding: 0;
}
#results-search {
	position: absolute;
	left: 240px;
}
#results-search #keywords {
	height: 25px;
	width: 300px;
	font-size: 18px;
}

.aside .links #grey-box-wide a{
	background-position:0 0;
	background-color:#bcbcbe;
	width: 198px;
	background-image: url(../images/bg-home-grey.gif);
}
.aside .links #grey-box-wide a:hover{
	background-position:-270px 0;
	background-color:#c9c9ca;
}

.contact-info{
	float: left;
	width: 198px;
}
.map {
	float: left;
	width: 300px;
}
.full .content{
	float:left;
	width:685px;
	padding:0 0 0 0px;
	margin-bottom:-12px;
	
}
.product-left-col{
	float: left;
	width: 275px;
}
.product-right-col{
	float: left;
    width: 400px;
    padding: 0 0 60px;
}
.twocolumns .logos {
    float: left;
    width: 75px;
    margin: 0 0 0 8px;
}
.twocolumns .logos-text {
    float: left;
    font-weight: bold;
    line-height: 20px;
    padding: 0px 0 0 38px;
    width: 190px;
}

 
#header .request-info {
    color: #FFFFFF;
    float: right;
    font-size: 20px;
    letter-spacing: 0;
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin:-15px 0 0;
    font:'Trebuchet MS', Arial, sans-serif;
    letter-spacing: 0px;
    clear:both;
}

#header .request-info a{
	color:#ffffff;
	font: 500 23px/21px futura-pt,'Trebuchet MS',Arial,sans-serif;
	
	}
	
.fzp-left {
	width: 110px;
}
.fzp-right{
	width: 400px;
	padding: 0px 0px 0px 120px;
}