@charset "UTF-8";
/* CSS Document */

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
sup, sub { font-size: 60%; }
body {
	line-height: 1;
	overflow-y: scroll;
}
*:first-child+html body { overflow: auto; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GLOBAL */
body, html {
	min-height: 100%;
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	background-image: url(../images/fl_bk.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	background-color: #777777;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h2 {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 18px;
	color: #454545;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	padding-bottom: 10px;
	line-height: 24px;
}
h3 {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 13px;
	color: #454545;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #d7111b;
}

p , ol li, .bullets li, .quickTree li {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
	line-height: 17px;
	padding-right: 20px;
}
p strong {
	font-size: 13px;
	line-height: 18px;
}
.clear { clear: both; }


.rounded_corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.container {
	width: 1020px;
	margin: 0 auto;
	min-height: 100%;
}
*:first-child+html .container { width: 1000px; }
.wrapper {
	padding-right: 40px;
	padding-left: 40px;
	min-height: 100%;
}
.header {
	position: relative;
	height: 134px;
	width: 940px;
}
.header .logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
.header ul.navigation {
	position: absolute;
	left: 0px;
	width: 940px;
	bottom: 0px;
}
.header ul.navigation li {
	float: left;
	line-height: 30px;
	text-align: center;
}
.header ul.navigation li a:hover, .retail-solutions .menu1,
.office-solutions .menu2, .acoustic-solutions .menu3, .our-clients .menu4,
.header ul.navigation li a.active {
	background-position: left bottom!important;
}

.header ul.navigation li a {
	width:208px;
	text-align: center;
	background-image: url(../images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 2px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3a3a3a;
	border-left-color: #E1121C;
}
.header ul.navigation li a.left {
	width:50px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	overflow: hidden;
	border-left-width: 0px;
	text-indent: -9999px;
}
.header ul.navigation li a.left span {
	background-image: url(../images/menulogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 50px;
	float: right;
}
.header ul.navigation li a.right {
	-moz-border-radius-topright: 5px; 
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-bottom-right-radius: 5px;
	border-right-width: 0px;
}
.feature {
	overflow: hidden;
	width: 940px;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 320px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.feature .feature_slides {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.feature1 { display: block; opacity: 1;}

#mask-gallery {
	overflow:hidden;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#gallery {
	list-style:none;
	margin:0;
	padding:0;
	z-index:0;
	width:940px;
	overflow:hidden;
	
}
#gallery li {
	float:left;
}
#mask-excerpt {
	position:absolute;	
	top:0;
	left:0;
	z-index:500;
	width:100%;
	overflow:hidden;	
}
#excerpt li {
	padding:25px;
}
.titleBk {
	position: absolute;
	top: 30px;
	left: 30px;
}
.titleBk h2 {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 2px;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: none;
}

.subfeature {
	overflow: hidden;
	height: 120px;
	width: 925px;
	position: relative;
	background-color: #e5e5e5;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	clear: both;
}
.subfeature ul.sub {
}
.subfeature ul.sub li {
	height: 120px;
	width: 293px;
	float: left;
	margin-right: 15px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.footer {
	width: 940px;
	float: left;
}
.footer a:hover { color: #e82d36!important; }
.footer .logo {
	float: right;
}
.footer ul.navigation {
	width: 860px;
	float: left;
	background-color: #E5E5E5;
	margin-top: 22px;
	color: #333;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.footer ul.navigation li {
	float: left;
	font-size: 11px;
	line-height: 30px;
	margin-left: 15px;
}
.footer ul.navigation li a {
	color: #4D4D4D;
	text-decoration: none;
}
.columnArea {
	padding-top: 15px;
	width: 940px;
	float: left;
}
.lgCol {
	width: 690px;
}
.lgCol1 {
	width: 615px;
}
.smCol {
	width: 235px;
}
.smCol1 {
	width: 310px;
}
.ftRight {
	float: right;
}
.ftLeft {
	float: left;
}
.item {
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
.item a {
	display: block;
}

.item .title, .item .heading {
	background: url(../images/hrz_panel_bg.png) 0 0 repeat;
	color: #fff;
	position: absolute;
	display: block;
	width: 100%;
}

.item .title a, .item .heading a {
	padding: 10px;
	color: #FFF;
	text-decoration: none;
}

.item .title {
	font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	bottom: 0;
	font-size: 14px;
}

.item .heading { 
	top:-50px;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.item .title a span {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

/*ADDED BY MW*/
.button a {	
	width: 170px;
	text-align: center;
	background-image: url(../images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 2px;
	line-height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}
.button a.active, .button a:hover {
	background-image: url(../images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
input[type=submit] {	
	width: 150px;
	text-align: center;
	background-image: url(../images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 2px;
	line-height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
}
input[type=submit]:hover {
	background-image: url(../images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.right_col {
	margin-left: 15px;
}
.testimonial {
	background: url(../images/testimonial_bg.png) center left repeat-x #f7f7f7;
	padding: 10px;
	border: 1px solid #e5e5e5;
	width: 288px;
}
.testimonial .button {
	float: left;
	width: 130px;
}
.testimonial .button a {
	width: 130px;
}
.testimonial .button.first {
	margin-right: 20px;
}
.testimonial_quote p { font-style: italic; }
.client_logo {
	text-align: center;
	margin-bottom: 15px;
}
.overview h2 {
	background: url(../images/h2_bg.gif) left center repeat-x;
	border-bottom: none;
	color: white;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 2px;
	padding: 0 10px;
	line-height: 50px;
	font-size: 15px;
}
.overview { font-size: 12px; }
.overview table td.first { font-weight: bold; border-right: 1px dotted white; }
.overview table td { padding: 10px; }
.overview table p { color: black; line-height: 17px; }
.overview .odd td { background-color: #eee; }
.overview .even td { background-color: #d5d5d5; }
.overview td.corner1 { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.overview td.corner2 { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }
.overview td.corner3 { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; }
.overview td.corner4 { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }

#quote-box-text div {
 display: none;
}

.clients_list li {
	display: inline;
	float: left;
	margin-right: 20px;
	list-style-type: none;
	position: relative;
	overflow: hidden;
}
.clients_list.first {
	margin-top: 20px;
	
}
.clients_list li.last { margin-right: 0; }

.clients_list {
	overflow: hidden;
	margin-bottom: 15px;
}
.clients_list a { display: block; }
.clients_list .heading {
	background: url(../images/hrz_panel_bg.png) 0 0 repeat;
	position: absolute;
	display: block;
	bottom: -35px;
	font-family: "Helvetica Neue Light", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:10px;
	color: white;
	width: 280px;
	height: 50px;
}
.clients_list .heading p { color: #999; padding-top: 10px; }
.clients_list .heading a {
	color: #FFF;
	text-decoration: none;
}
.clients_list .heading a span {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}

.heading strong {
	background-image: none;
	float: right;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	font-size: 12px;
}

#nav {
	position: absolute;
	right: -10px;
	top: 20px;
	text-align: right;
}

#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
line-height:1.5em;
z-index: 1000000;
}
#nav { line-height: 12px; }
#nav a{
display:block;
padding:0px 5px;
text-decoration:none;
color: #4D4D4D;
text-decoration: none;
font-size: 12px;
}

#nav a:hover{
	background: #ddd;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width: 155px;
top:12px;
}

#nav li ul a{
width:12em;
height:auto;
float:left;
text-align: left;
background: #ccc;
}
#nav li ul li.first a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#nav li ul li.last a {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#nav ul ul{
top:auto;
}	
#nav ul li{
 border-top: 1px solid white;
 width: 155px;
}	
#nav li a.top_level { padding: 0 10px;}
#nav li a.top_level:hover { background: none; }
#nav li { border-right: 1px solid #333; padding: 0; }
#nav li.last, #nav li ul li { border-right: none; }

#nav li ul ul {
left: 12em;
margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


.phone_number { font-size: 16px; font-weight: bold; }
.small_print { font-size: 10px; }

.left_nav {
    margin-bottom: 15px;
}
.left_nav.solutions {
    min-height: 560px;
}
.left_nav li {
    line-height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}
.left_nav li a {
	color: #333;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
}
.left_nav li a.active, .left_nav li a:hover {
	background-image: url(../images/nav_bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, .7) 2px 2px 2px;
}
.left_nav li ul li {
	margin-top: 5px;
	margin-left: 20px;
}
.left_nav li ul {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #262626;
}
.nav_buttons li { margin-bottom: 10px;}
ol {
	padding-left: 15px;
}
ol li {
	list-style-type: decimal;
	list-style-position: outside;
}
.contact-details {
	width: 330px;
	position: absolute;
	right: 0;
	bottom: 35px;
	padding: 0;
	text-align: right;
	font-weight: bold;
}
.contact-details .phone {
	margin-right: 10px;
}
.contact-details p {
	padding-right: 0;
}
.contact-us form { width: 362px; margin: 0 auto; margin-top: 10px; }
.retail-downloads form { width: 362px; }

form label {
	display: block;
	float: left;
	width: 150px;
	font-weight: bold;
	font-size: 12px;
}

form .form-field {
	margin-bottom: 10px;
}

input[type=text], textarea { border: 1px solid #c5c2c2; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 3px 5px; width: 200px; }
select { width: 210px; } 
.client, .name { font-weight: bold; }
user_name * { text-transform: capitalize; }
.pdf { background: url(../images/pdf_logo.png) right center no-repeat; width: 20px; height: 30px; display: block; position: absolute; top: 0; right: 5px; }

.bullets li { margin-bottom: 10px; list-style-type: disc; list-style-position: outside; }
.bullets { margin: 0 0 10px 40px;}

.breadcrumb { font-size: 12px; line-height: 12px; margin-top: 10px; }
.index .breadcrumb{display: none;}
.quote_char { font-size: 25px; position: relative; top: 8px; right: 3px; }

.quickTree li {}
.tree * {margin:0; padding:0;}
.tree li {list-style:none; padding-left:21px;}
.tree li.root {padding-left:0;}
    .tree li li {background:url(../images/rootNode.gif) no-repeat 17px center; margin-left:20px; padding-left:31px; margin-bottom: 0; line-height: 30px;}
	.tree li li.root {padding-left:10px; background:url(justOne.gif) repeat-y 17px 0;}
	.tree li li.root.last {background:none;}
    .tree li li.last {background: url(../images/lastRoot.gif) no-repeat 17px 0;}
.expand {background: url(../images/plus_minus.png) no-repeat; width:16px; _width:13px; height:16px; display:block; float:left; margin-top:2px; padding:0 5px 0 0; text-indent:-9999px; line-height:0; font-size:0;}
.contract {background-position:0 -16px;}
.expand:hover {cursor:pointer;}

.section { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #E5E5E5; }

p a {
	color:#e74249;
}
p a:hover {
	color:#272727;
}