

/* GENERAL */

html, body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, p, blockquote, th, td, ul, li, ol
{
	margin:0px;
	padding:0px;
	
}

body
{
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:13px;
	color:#666666;
	line-height:17px;
}

p
{
	margin-bottom:15px;
}

.sup{
	vertical-align: baseline;
	font-size:0.7em;
	position: relative;
	top:-0.4em;
	padding-right:2px;
	font-family:sans-serif;
}

table, td
{
	font-family:Helvetica, Arial, Sans-Serif;	
	font-size:13px;
	vertical-align:top;
}

input, textarea
{
	font-family:Helvetica, Arial, Sans-Serif;	
	font-size:13px;
	color:#666666;
	padding:5px 3px 5px 3px;
}
	
select
{
	font-family:Helvetica, Arial, Sans-Serif;	
	font-size:14px;
	color:#666666;
	/*margin:4px 0px 0px 0px;*/
}		

a
{
	text-decoration:none;
	color:#1778ab;
}

a:hover
{
	/*text-decoration:underline;*/
	color:#1778ab;
}

img
{
	border:0px;
}
	
p
{
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6
{
	margin-bottom:2px;
}

.asterix, #disclaimer
{
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:9px;
}

.asterix a, .asterix a:hover,  #disclaimer a,  #disclaimer a:hover{
	color:#666666;
}

.asterix span{
	color:#0071ae;
}

#disclaimer{
	margin:5px 0px 0px 0px;
}

ul
{

}

ul li{	
	margin:5px 0px 0px 16px;
	vertical-align:bottom;
}
	
ol li{
	margin:5px 0px 0px 24px;
}	

fieldset li{
	list-style:none;
	margin:0px 0px 0px 0px;
}

fieldset ul{
	margin:0px 0px 10px 0px;
}

/* LAYOUT BLOCKS */
	
#container
{
	position:relative;
	margin: 0 auto;	
	width:960px;
	text-align:left;
	background:#ffffff;
}
	
#top
{
	position:relative;
	background:#1778ab;
	height:114px;
	overflow:hidden;
	border-bottom:1px solid #908f8f;
}
	
#logo
{
	position:absolute;
	top:15px;
	left:15px;
	width:232px;
	height:37px;
	overflow:hidden;
	background:url(Files/Images/logo.gif) no-repeat;
}

#logo a{
	display:block;
	width:232px;
	height:37px;
}

#logo span{
	display:none;
}

#top-nav
{
	position:absolute;
	top:22px;
	left:385px;
	width:400px;
	overflow:hidden;
}

#top-nav div{
	float:right;
}

#top-nav li{
	float:left;
	margin:0px;
	padding-left:8px;
	padding-right:8px;
	list-style:none;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px 4px;
}

#top-nav .first{
	background:none;
	padding-left:0px;
}

#top-nav, #top-nav a{
	text-transform:uppercase;
	font-size:9px;		
	color:#d3d4ce;
	text-transform:uppercase;
}

#top-nav .selected a, #top-nav li a:hover{
	color:#ffffff;
}

.search{
	position:absolute;
	left:790px;
	top:20px;
	width:150px;
	height:18px;
	overflow:hidden;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat -14px -382px;
}

.search .txt{
	position:absolute;
	left:5px;
	top:2px;
	width:120px;
	border:0px;
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:11px;
}

.search .btn{
	position:absolute;
	left:134px;
	top:2px;
	background:transparent url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -382px;
	width:14px;
	height:14px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	border:0px;
	cursor:pointer;
}

#main-nav{
	position:absolute;
	top:73px;
	left:10px;
}

#main-nav li{
	float:left;
	margin:0px;
	margin-right:10px;	
	list-style:none;
}

#main-nav, #main-nav a{
	font-size:13px;
	font-weight:normal;
	letter-spacing: .1em;
	font-family: 'FontSiteSansBold',Arial,sans-serif;
	color:#d3d4ce;	
	text-transform:uppercase;
}

#main-nav .selected a, #main-nav li a:hover{
	color:#ffffff;
}

#main-nav .selected-dropdown a, #main-nav .selected-dropdown a:hover{
	color:#1778ab;
	background:#ffffff;
	text-decoration:none;
}

#main-nav a{
	display:block;
	padding:10px;
	padding-bottom:20px;
}

#right-nav{
	position:absolute;
	left:740px;
	top:83px;
	width:200px;
	height:20px;
	overflow:hidden;
}

#right-nav div{
	float:right;
}

#right-nav li{
	float:left;
	margin:0px 0px 0px 0px;
	padding-left:10px;
	list-style:none;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -487px;
}

#right-nav li a{
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
}

#breadcrumb{
	border-top:3px solid #e6e1d8;
}

#breadcrumb .home{
	height:10px;
	overflow:hidden;
}

#breadcrumb .subpage{
	height:20px;
	overflow:hidden;
}

#breadcrumb li{
	float:left;
	margin:0px;
	padding-left:10px;
	padding-right:5px;
	margin-top:2px;	
	list-style:none;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -75px;
}

#breadcrumb .first{
	background:none;
	padding-left:0px;
}

#breadcrumb, #breadcrumb a{
	font-size:9px;
	color:#0071ae;
	text-transform:uppercase;
}

#main{
	clear:both;
}

#main-inner{
	background:url(../../Files/Images/Layout/layout_line.gif) repeat-y 0px 0px;
	display:inline-block;
}

#left-nav{
	float:left;
	width:230px;
	margin-right:20px;
	padding-bottom:460px;
	overflow:hidden;
	background:#f1ece4;
}

#left-nav div{
	margin:20px;
}

#left-nav ul{
	margin-top:5px;
}

#left-nav li{
	margin:0px 0px 6px 0px;
	list-style:none;
}

#left-nav li a{
	font-size:17px;
	font-weight:bold;
}

#left-nav ul ul{
	margin:4px 0px 13px 0px;
}

#left-nav ul ul ul{
	margin:4px 0px 0px 0px;
	/*display:none;*/
}

#left-nav li li {
	background:url(../../Files/Images/Layout/layout_leftnav11.gif) no-repeat 7px 5px;
	padding-left:18px;
	margin:0px 0px 5px 0px;
	/*border:1px solid red;*/
	text-transform:uppercase;
	line-height:13px;
}

#left-nav li li:hover, #left-nav li .selected {
	background:url(../../Files/Images/Layout/layout_leftnav22.gif) no-repeat 7px 5px;	
}

#left-nav li li a{
	color:#696a67;
	font-size:10px;
	/*line-height:12px;*/
}

#left-nav, #left-nav li a, #left-nav .sub li a, #left-nav li .selected li a{
	color:#696a67;
}

#left-nav .selected a, #left-nav li .selected a, #left-nav li a:hover, #left-nav li li .selected a, #left-nav li li li a:hover{
	color:#0071ae;
}

#browse-by, #browse-within{
	border-top:1px solid #a7a99f;
	padding-top:20px;
}

#browse-by p, #browse-within p{
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:10px;
	white-space:nowrap;
	letter-spacing:-1px;
}

#browse-by li, #browse-within li{
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -288px;
	padding-left:11px;
	margin-bottom:10px;
	margin-top:0px;
	text-transform:uppercase;
}
/*
#browse-by li a, #browse-by li a:hover, #browse-within li a, #browse-within li a:hover{
	font-size:11px;
	text-transform:uppercase;
	color:#3f4040;
}*/
#browse-by li a, #browse-within li a{
	font-size:11px;
	text-transform:uppercase;
	color:#3f4040;
}

#browse-by li a span, #browse-within li a span{
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	color:#81827d;
	cursor:pointer;
}

#browse-by li a:hover, #browse-by li a:hover span, #browse-within li a:hover, #browse-within li a:hover span{
    color:#0071ae;
}
#content{
	position:relative;
	float:left;
	width:710px;
	overflow:hidden;
}

#content-full{
	width:960px;
	overflow:hidden;
}

#footer{
	margin-top:20px;
	background:#ddd;
	height:55px;
	overflow:hidden;
}

#footer-left{
	float:left;
	margin-left:20px;
	margin-top:15px;
	font-family: 'FontSiteSansBold',Arial,sans-serif;
}

#footer-right{
	float:right;
	text-align:right;
	margin-left:10px;
	margin-top:15px;
	margin-right:15px;
	font-family: 'FontSiteSansRegular',Arial,sans-serif;
}

#footer-left li, #footer-right li{
	float:left;
	margin:0px;
	list-style:none;
}

#footer-left li{
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -23px;
	padding-left:8px;
	padding-right:8px;
}

#footer-left .first{
	background:none;
	padding-left:0px;
}

#footer-right li{
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -49px;
	padding-left:8px;
	padding-right:8px;
}

#footer-right .first{
	background:none;
	padding-left:0px;
}

#footer-left, #footer-left a{
	font-size:9px;
	color:#626060;
	text-transform:uppercase;
}

#footer-right, #footer-right a{
	font-size:9px;
	color:#403d3e;
	text-transform:uppercase;
}

#footer-c{
	margin-right:5px;
	color:#999999;
}

#footer .selected a, #footer li a:hover{
	color:#000000;
}

.content-menu{
	position:absolute;
	left:590px;
	top:470px;
	width:120px;
}

.content-menu ul{
	float:right;
}

.content-menu li{
	margin:0px;
	list-style:none;	
	border-bottom:1px solid #b9bbb0;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
}

.content-menu .last{
	border:0px;
}

.content-menu, .content-menu li a{
	text-transform:uppercase;
	font-size:10px;
	color: #81827D;
	font-family: 'FontSiteSansBold',Arial,sans-serif;
	font-weight: normal;
}

.content-menu li a:hover {
    color:#1778ab;
}

#shader{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:0px;
	top:117px;
	background:#000000;
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* LAYOUT POPUP */

.blank{
	margin:0px 0px 10px 0px;
}

.modal h1{
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:5px;
}

.blank #container{
	width:580px;
	overflow:hidden;
}

#popup-logo img
{
	width:228px;
	height:40px;
}

#popup-logo span{
	display:none;
}


/* DROPDOWN PRODUCTS */

.dd-menu{ }

.dd-menu h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#1778ab;
	margin:3px 0px 0px 20px;
}

.dd-menu h3{
	z-index:2;
	position:absolute;
	left:215px;
	top:38px;
	color:#1778ab;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.dd-menu h4{
	font-size:28px;
	line-height:27px;
	font-weight:bold;
	color:#1778ab;
	text-transform:uppercase;
	display:block;
	margin:10px 0px 12px 0px;
	overflow:hidden;
	letter-spacing:-1px;
}

.dd-menu a{
	text-transform:uppercase;
}

.dd-menu a:hover{
	color:#1778ab;	
}

.dd-cat{
	margin:0px 0px 0px 0px;
	/*border:1px dotted red;*/
}

.dd-cat a{
	color:#999a9d;
	font-size:10px;
}

.dd-cat-sub-a, .dd-cat-info-a, .dd-cat-a{
	padding:3px 0px 3px 0px;
	display:inline-block;
}

.dd-prod-cat a{
	color:#999a9d;
	font-size:10px;
}

.dd-prod-cat-info div a{
	color:#999a9d;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin:5px 0px 0px 0px;
}

.dd-cat li{
	width:220px;
	margin:0px;
	list-style:none;
	padding:0px 0px 0px 10px;
	/*border:1px dotted blue;*/
}

.dd-cat .dd-cat-first{
	display:block;
	/*border: 1px solid orange*/
}

.dd-cat .dd-cat-info div{
	display:none;
}

.dd-cat .dd-cat-first p, .dd-cat .dd-cat-info p{
	width:600px;
	font-size:11px;
	padding:5px 0px 0px 20px;
	overflow:hidden;
	/*border:1px solid yellow;*/
}

.dd-cat .dd-cat-first div{
	position:absolute;
	background:#ffffff;
	width:640px;
	height:300px;
	overflow:hidden;	
	left:195px;
	top:20px;
	padding:0px 0px 0px 0px;
	/*border:1px solid lightblue;*/
}

.dd-cat .dd-cat-info div{
	position:absolute;
	background:#f1ede4;
	width:640px;
	height:300px;
	overflow:hidden;	
	left:195px;
	top:20px;
	padding:15px 0px 0px 0px;
	/*border:1px solid pink;*/
    cursor:pointer;
}

.dd-cat .dd-cat-info img, .dd-cat .dd-cat-first img{
	padding:10px 0px 10px 20px;
}

.dd-cat-sub .dd-prod-cat-holder{
	display:none;
}

.dd-cat-sub-selected{
	background:#f1ede4;
    cursor:pointer;
}

.dd-cat-no-selected, .dd-cat-no-selected a{
	background:#f1ede4;
	color:#1778ab;
    cursor:pointer;
}

.dd-cat-sub-selected a{
	color:#1778ab;
}

.dd-prod-cat a{
	display:block;
	padding:0px;
	color:#999a9d;
}

.dd-prod-cat li:hover div{
	display:block;
}

.dd-prod-cat li div{
	display:none;
	position:absolute;
	left:201px;
	top:10px;
	width:411px;
	height:300px;
	overflow:hidden;
	background:#f1ede4;
	padding:0px 25px 0px 3px;
	font-size:11px;
	/*border:1px solid black;*/
    cursor:pointer;
}

.dd-prod-cat .dd-prod-cat-info img{
	float:left;
	margin:0px 20px 0px 20px;
}

.dd-prod-cat .dd-prod-cat-first{
	display:block;
	border:0px;
	padding:0px;
	margin:0px;
	/*border:1px dotted black;	*/
}

/*
.dd-prod-cat .dd-prod-cat-first:hover p{
	display:inline;
}*/

.dd-prod-cat .dd-prod-cat-first img{
	position:absolute;
	left:220px;
	top:40px;
}

.dd-prod-cat .dd-prod-cat-first p{
	position:absolute;
	top:220px;
	left:20px;
	width:600px;
	font-size:11px;
	overflow:hidden;
	/*border:1px dotted yellow;*/
}

.dd-prod-cat{
	position:absolute;
	top:20px;
	left:195px;
	background:#f1ede4;
	width:640px;
	height:240px;
	padding:50px 0px 25px 0px;
	/*border:1px solid red;*/
    cursor:pointer;
}

.dd-prod-cat li{
	margin:0px;
	width:180px;
	margin:0px 0px 0px 20px;
	padding:2px 0px 2px 0px;
	list-style:none;
	border-bottom:1px solid #d8d3cd;
	/*border:1px solid green;*/
}

.dd-prod-cat-info a{
	line-height:11px;
	padding:4px 0px 4px 0px;
	/*border:1px solid green;*/
}

#dd-browse-by{
	margin:10px 0px 0px 10px;
	width:150px;
	overflow:hidden;
}

#dd-browse-by p{
	font-size:12px;
	color:#8b8a8a;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px 0px 6px 0px;
	white-space:nowrap;
}

#dd-browse-by li{
	margin:0px 0px 6px 0px;
	list-style:none;
	text-transform:uppercase;
}

#dd-browse-by li a{
	font-size:10px;
	line-height:13px;
	text-transform:uppercase;
	color:#6a6767;
}

#dd-browse-by li:hover a, #dd-browse-by li:hover a span{
	color:#0071ae;
}

#dd-browse-by li a span{
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#3b3c3c;
	cursor:pointer;
}


/* DROPDOWN OTHER */

#dd-products{
	display:none;
	position:absolute;
	top:114px;
	left:0px;
	background:#ffffff;
	width:835px;
	height:auto;
	padding:20px 10px 20px 10px;
	color:#999a9d;	
}

#dd-support{
	display:none;
	position:absolute;
	top:114px;
	left:0px;
	background:#ffffff;
	width:230px;
	height:auto;
	padding:18px 10px 20px 10px;
	color:#999a9d;	
}

/* PRINT */

@media print{
	.noprint{
		display:none;
	}
	.print{
		display:inline;
	}
}

@media screen{
	.print{
		display:none;
	}
}

/* ELEMENTS */

.btn input{
	float:left;
	cursor:pointer;
	background:transparent url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -362px;
	border:0px;
	margin:0px;
	padding:4px 9px 4px 10px;
	height:19px;
	overflow:hidden;
	color:#ffffff;
	font-size:9px;
	text-transform:uppercase;
	white-space:nowrap;
}

.btn a{
    background: #1778AB;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	padding:5px 20px;
	height:13px;
	overflow:hidden;
	color:#ffffff;
    letter-spacing: .2em;
	font-size:11px;
    text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
    font-family: 'FontSiteSansCdBold',Arial,sans-serif;
}



.btn a:hover, .btn-large a:hover {
	background: #146793;
	text-decoration:none;
}

.btn-large input{
	float:left;
	cursor:pointer;
	background:transparent url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -662px;
	border:0px;
	margin:0px;
	padding:3px 9px 4px 10px;
	height:29px;
	overflow:hidden;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	white-space:nowrap;
}

.btn-large a{
	float:left;
	cursor:pointer;
	background:transparent url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -662px;
	border:0px;
	margin:0px;
	padding:6px 9px 4px 10px;
	height:29px;
	overflow:hidden;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	white-space:nowrap;
}

.btn-large span{
	float:left;
	display:block;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat -199px -662px;
	width:1px;
	height:29px;
	overflow:hidden;
}

.btn-prev input{
	cursor:pointer;
	background:transparent url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -740px;
	border:0px;
	margin:0px;
	height:11px;
	width:11px;
	overflow:hidden;
	margin:3px 10px 0px 10px;
}

.btn-next input{
	cursor:pointer;
	background:transparent url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -790px;
	border:0px;
	margin:0px;
	height:11px;
	width:11px;
	overflow:hidden;
	margin:3px 10px 0px 10px;
}

.link-blue{
	 color:#0071ae;
	 font-size:10px;
}

.link-blue:hover{
   text-decoration: underline; 
}

.blue{
	 color:#0071ae;
}

.bg-white{
	 background:#ffffff;
}

.icon-pdf{
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -536px;
	padding-left:20px;
	/*text-decoration:underline;*/
	padding-bottom:2px;
}

.close, .close:hover{
	display:inline-block;
	text-decoration:none;
	color:#aeb0a8;
	font-size:7px;
	text-transform:uppercase;
}

.close span{
	position:relative;
	display:inline-block;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 10px -839px;
	height:11px;
	width:21px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	top:3px;
	cursor:pointer;
}

.block{
	display:block !important;
}

.clear
{
	clear:both;
	/*height:1px;
	overflow:hidden;*/
}

.left{
	float:left;
}

.right{
	float:right;
}

.text-right{
	text-align:right;
}

.text-left{
	text-align:left;
}

.show{
	display:block;
}

.hide{
	display:none;
}

.caps{
	text-transform:uppercase;
}

.underline{
	text-decoration:none !important;
}

.underline:hover{
	text-decoration:underline !important;
}

.line{
	border-top:1px solid #e6e1d8;
}

.line3px{
	border-top:3px solid #e6e1d8;
}

.line4px{
	border-top:4px solid #e6e1d8;
}

.line6px{
	border-top:6px solid #e6e1d8;
}

.line-blue6px{
	border-top: 6px solid #0071ae;
}

.m20px{
	margin:20px;
}

.m-tb5px{
	margin-top:5px;
	margin-bottom:5px;
}

.m-tb10px{
	margin:10px 0px 10px 0px;
}

.m-lr10px{
	margin:0px 10px 0px 10px;
}

.m-t3px{
	margin-top:3px;
}

.m-t5px{
	margin-top:5px;
}

.m-t10px{
	margin-top:10px;
}

.m-t15px{
	margin-top:15px;
}

.m-t25px{
	margin-top:25px;
}

.m-b5px{
	margin-bottom:5px;
}

.m-b15px{
	margin-bottom:15px;
}

.m-b25px{
	margin-bottom:25px;
}

.m-b10px{
	margin-bottom:10px !important;
}

.m-r20px{
	margin-right:20px;
}

.m-r10px{
	margin-right:10px;
}

.m-r25px{
	margin-right:25px;
}

.m-l10px{
	margin-left:10px;
}

.m-l20px{
	margin-left:20px;
}

.m-lr30px{
	margin:0px 30px 0px 30px;
}

.p5px{
	padding:5px;
}

.p10px{
	padding:10px;
}

.p-r10px{
	padding-right:10px;
}

.area{
	margin-left:10px;
	margin-right:10px;
}

.page-header1{
	font-size:14px;
	font-weight:normal;
	letter-spacing: .1em;	
	text-transform:uppercase;
	color:#666666;
	font-family: 'FontSiteSansBold',Arial,sans-serif;
}

.page-header2{
	color: #ADAFA7;
	font-size: 60px;
	font-weight: normal;
	line-height: 56px;
	letter-spacing: -.03em;
	margin-bottom: 15px;
	font-family: 'FontSiteSansLightRegular',Arial,sans-serif;
 }

.w620px{
	width:620px;
	overflow:hidden;
}

.w529px{
	width:529px;
	overflow:hidden;
}

.w460px{
	width:460px;
	overflow:hidden;	
}

.w425px{
	width:425px;
	overflow:hidden;	
}

.w411px{
	width:411px;
	overflow:hidden;	
}

.w346px{
	width:346px;
	overflow:hidden;	
}

.w330px{
	width:330px;
	overflow:hidden;	
}

.w300px{
	width:300px !important;
	overflow:hidden;	
}

.w250px{
	width:250px;
	overflow:hidden;	
}

.w230px{
	width:230px;
	overflow:hidden;	
}

.w214px{
	width:214px;
	overflow:hidden;	
}

.w155px{
	width:155px;
	overflow:hidden;	
}

.w80px{
	width:80px !important;
	overflow:hidden;
}

/* FORMS */

.ff fieldset{
	border:0px;
}

.ff legend{
	font-size:11px;
	color:#666666;	
	text-transform:uppercase;
	margin:10px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	
}

.ff-txt label, .ff-txt-full label, .ff-txt-small label, .ff-dd label, .ff-area label, .ff-area-medium label, .ff-txt-medium label{
	/*font-size:15px;*/
	display:block;
	margin-bottom:3px;
}

.ff-dd, .ff-dd2{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	clear:both;
}

.ff-dd2 label, .ff-dd2 select{
	float:left;
}

.ff-dd2 label{
	text-transform:uppercase;
	font-size:12px;
	margin:2px 10px 0px 0px;
}

.ff-txt, .ff-txt-small{
	float:left;
	width:300px;
	overflow:hidden;
	margin:0px 20px 10px 0px;
}

.ff-txt-medium{
	float:left;
	width:200px;
	overflow:hidden;
	margin:0px 20px 10px 0px;
}

.ff-txt span, .ff-txt-small span, .ff-area span, .ff-dd span{
	color:#0071ae;
}

.ff-txt input{
	display:block;
	width:280px;
}

.ff-txt-full{
	display:block;
	width:620px;
	overflow:hidden;
	margin-bottom:10px;
}

.ff-txt-full input{
	display:block;
	width:600px;
}

.ff-txt-small div{
	float:left;
	width:150px;
	overflow:hidden;
}

.ff-txt-small input, .ff-txt-small select{
	display:block;
	width:130px;
}

/*.ff-txt-medium div{
	float:left;
	width:200px;
	overflow:hidden;
}*/

.ff-txt-medium input{
	display:block;
	width:190px;	
}

.ff-txt-medium select{
	display:block;
	width:196px;	
}

.ff-txt-medium-full{
	display:block;
	width:420px;	
	overflow:hidden;
	margin-bottom:10px;
}

.ff-txt-medium-full input{
	display:block;
	width:410px;	
}

.ff-area{
	width:620px;
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}

.ff-area textarea{
	display:block;
	width:602px;
	height:100px;
}

.ff-area-medium{
	width:320px;
	overflow:hidden;
	clear:both;
	margin-bottom:20px;
}

.ff-area-medium textarea{
	display:block;
	width:302px;
	height:100px;
}

.ff-radio{
	clear:both;
	margin-bottom:20px;
	font-size:15px;
}

.ff-radio label{
	font-size:13px;
	margin-bottom:3px;
}

.ff-radio table{
	width:100%;
}

.ff-check, .ff-check-medium{
	clear:both;
	display:block;
	margin-bottom:10px;
}

.ff-check input, .ff-check-medium input{
	float:left;
}

.ff-check label, .ff-check-medium label{
	float:left;
	margin:3px 0px 0px 5px;
}

.ff-check-medium label{
	width:300px;
}

.ff-misc{
	clear:both;
	margin-bottom:20px;
}

.ff-misc-no{
	clear:both;
	margin-bottom:0px;
}

.ff-misc input[type=text], .ff-misc-no input[type=text]{
	float:left;
	/*font-size:15px;*/
	/*padding:0px;*/
	margin:0px 10px 0px 0px;
}

.ff-misc label, .ff-misc-no label{
	float:left;
	text-transform:uppercase;
	margin:5px 10px 0px 0px;
}


/* FOR FIR IMAGES */

.firswap {
	background:transparent none no-repeat scroll 0 0;
	display: block;
}

.firswap span { 
	display: none; 
}	

/* HOME */

#home-flash, #home-flash img{
	width:960px;
	height:454px;
}

.home-chips li{
	float:left;
	width:310px;
	overflow:hidden;
	margin:3px 15px 0px 0px;
	list-style:none;
}

.home-chips li img{
	border-top:4px solid #e6e1d8;
	border-bottom:4px solid #e6e1d8;
	width:310px;
	height:104px;
}

.home-chips .last{
	margin-right:0px;
}

.home-chips .top{
	height:50px;
	overflow:hidden;
	margin-bottom:5px;	
}

.home-chips .top div{
	font-size:13px;
	color:#4a4b4b;
	font-weight:bold;
	text-transform:uppercase;
}

.home-chips .top p a{
	font-size:13px;
	color:#1778ab;
}

.home-chips .top p span{
	position:relative;
	display:inline-block;
	background:url(../../Files/Images/Layout/layout_gif.gif) no-repeat 0px -440px;
	width:14px;
	height:10px;
	margin-left:5px;
	top:0px;
}

/* SUPPORT PAGE */

.support-list{
	margin-top:30px;
}

.support-list li{
	float:left;
	list-style:none;
	margin:0px 20px 30px 0px;
	padding:0px 0px 15px 0px;
	width:300px;
	height:380px;
	overflow:hidden;
	border-top:3px solid #81827d; //#1778AB;
	color:#81827d;
}

.support-list li:hover{
	border-top:3px solid #1778AB;
	color:#1778AB;
}

.support-list .last{
	margin-right:0px;
}

.support-list li p{
	margin:0px;
	color:#81827d;
}

.support-list li .p1{
	height:116px;
	overflow:hidden;
	padding:15px 15px 0px 0px;
    margin-bottom: 0px;
	//color:#81827d;
}

.support-list li .p2{
	padding:0px 15px 0px 15px;
}

.support-list li span{
	display:inline-block;
}

.support-list li div{
	position:relative;
	background:#ffffff;
	height:84px;
	width:300px;
	overflow:hidden;
}

.support-list li div h2{
	font-size:32px;
	line-height:30px;
	letter-spacing:-1px;
	color:#81827d;
	padding:10px 20px 24px 0px;
    font-weight:normal;
    cursor:pointer;
}

.support-list li div div{
	position:absolute;
	width:100%;
	top:150px;
	left:0px;
	display:block;
}

.support-list li div a{
	float:right;
	display:inline-block;
	background:#ffffff url(../../Files/Images/Layout/layout_gif.gif) no-repeat 10px -95px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#1778AB; //#81827d;
	padding: 0px 0px 0px 25px;
}

.support-list li div a:hover, .support-list li:hover div a, .support-list li div h2:hover, .support-list li:hover div h2{
	color:#1778AB;
}

.support-list img{
	width:300px;
	height:114px;
}
.support-list img:hover{
	cursor:pointer;
}

/* CATEGORY LANDING PAGE */

.cat-list{
	margin-top:30px;
}

.cat-list li{
    position:relative;
	float:left;
	margin:0px;
	list-style:none;
    margin:0px 20px 0px 0px;
    border-top:3px solid #81827d; //#1778AB;
    height:258px;
    overflow:hidden;
	color:#81827d;
}

.cat-list li:hover{
	border-top:3px solid #1778AB;
	color:#1778AB;
}

.cat-list .last{
	margin-right:0px;
}

.cat-list li div{
	position:relative;
	height:74px;
	width:300px;
	overflow:hidden;
	cursor:pointer;
}

.cat-list li div h2{
	font-size:32px;
	line-height:30px;
	letter-spacing:-1px;
	padding:9px 20px 10px 0px;
    font-weight:normal;
}

.cat-list span{
	position:absolute;
	width:100%;
	top:192px;
	left:0px;
	display:block;
}

.cat-list li span a{
	float:right;
	display:inline-block;
	background:#ffffff url(../../Files/Images/Layout/layout_gif.gif) no-repeat 10px -90px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#1778AB;
	padding: 4px 0px 0px 25px;
}

.cat-list li span a:hover, .cat-list li:hover span a, .cat-list li div h2:hover, .cat-list li:hover div h2{
	color:#1778AB;
}

.cat-list img{
	width:300px;
	height:114px;
}

/* PRODUCT LIST PAGE */

.prods-list li{
	float:left;
	margin:0px;
	list-style:none; 
    padding-bottom: 30px; 
    padding-top: 0px;
}

.prods-list h3{
	font-size:33px;
	font-weight:normal;
	color:#545454;
	line-height:33px;
	font-family: 'FontSiteSansRegular',Arial,sans-serif;
}

.prods-list h3 a, .prods-list h3 a:hover{
	color:#545454;
	text-decoration:none;
}

.prods-list .prods-ingress{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:5px;
	line-height:20px;
	font-family: 'FontSiteSansLightRegular',Arial,sans-serif;
}

.dimensions{
	font-family: 'FontSiteSansLightRegular',Arial,sans-serif;
}

.prods-list-left{
	float:left;
	width:220px;
	overflow:hidden;
	margin-right:20px;
}

.prods-list-left img{
	width:220px;
	/*height:365px;*/
}

.prods-list-right{
	float:left;
	width:470px;
	overflow:hidden;
	margin-top:7px;
}

.prods-list-features p{
	font-size:20px;
	color:#81827d;
	line-height:25px;
	margin-left:20px;
	margin-bottom:0px;
}

.prods-list-features li{
	float:none;
	margin:0px;
	margin-top:5px;
	margin-left:20px;
    padding: 0px;
	list-style:none;
	color:#81827d;	
}

/* PRODUCT DETAIL PAGE */

.prod{ }

.prod-line6px{
	border-top:6px solid #bcbdb3;
}

#prod-flash{
	width:710px;
	height:436px;
}

.prod-ingress{
	font-size:16px;
	color:#545454;
	height:90px;
	overflow:hidden;
	line-height:20px;
	margin:0px 0px 0px 3px;
}

.prod-ingress p{
	text-transform:uppercase;
	margin:0px;
}

.prod-ingress span{
	color:#0071ae;
}

.prod h1{
	font-size:55px;
	color:#0071ae;
	line-height:64px;
	font-weight:normal;
	letter-spacing:-3px;
}

.prod h1, .prod-ingress{
	width:600px;
	overflow:hidden;
	font-family: 'FontSiteSansLightRegular',Arial,sans-serif;
}

.prod-tabs{
	height:39px;
	overflow:hidden;
	margin-bottom:20px;
}

.prod-tabs ul{
	background: #F1ECE4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	height:39px;
	overflow:hidden;	
}

.prod-tabs li{
	float:left;
	margin:0px;
	list-style:none;
	height:39px;
}

.prod-tabs div{

}

.prod-tabs li a{
	text-transform:uppercase;
	font-size:14px;
	color:#81827d;
	font-weight: normal;
	padding:12px 11px 12px 11px;
	font-family: 'FontSiteSansCdRegular',Arial,sans-serif;
	display:block;
}

.prod-tabs li a:hover{
	text-decoration:none;
	color:#1778ab;
}

.prod-tabs .selected a:hover, .prod-tabs .selected-first a:hover{
	text-decoration:none;
	color:#ffffff;
}

.prod-tabs .selected-first{
	background:#BCBDB3;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 5px;
}

.prod-tabs .selected{
	background:#BCBDB3;
}

.prod-tabs .selected a, .prod-tabs .selected-first a{
	color:#ffffff;
}

.prod-left{
	float:left;
	width:220px;
	overflow:hidden;
}

.prod-left img{
	width:220px;
	/*height:460px;*/
}

.prod-left div{
	width:220px;
	overflow:hidden;
	text-align:center;
}

.prod-right{
	float:left;
	width:490px;
	overflow:hidden;
}

.prod-head-left{
	float:left;
}

.prod-head-left h3{
	float:left;
	font-size:27px;
	color:#bcbdb3;
	line-height:40px;
	font-weight:normal;
	font-family: 'FontSiteSansLightRegular',Arial,sans-serif;
}

.prod-head h3{
	font-size:27px;
	color:#bcbdb3;
	line-height:40px;
	font-weight:normal;
}

.prod-head-right{
	float:right;
	margin-top:15px;
	margin-right:10px;
}

	/* TAB 1 */

.prod-listing li{
	margin:0px;
	list-style:none;
	border-bottom:1px solid #bcbdb3;
}

.prod-listing li div{
	padding:20px 0px 10px 20px;
}

.prod-listing li div h4{
	font-size:20px;
	color:#bcbdb3;
	text-transform:uppercase;
	line-height:20px;
	margin-bottom:5px;
	font-weight:normal;
	font-family: 'FontSiteSansLightRegular',Arial,sans-serif;
}

	/* TAB 2 */

.prod-listing2 li{
	clear:both;
	margin:0px;
	padding:8px 0px 8px 0px;
	list-style:none;
	border-bottom:1px solid #bcbdb3;
	color:#666666;
	vertical-align:middle;
	font-size:11px;
}

.prod-listing2 li h4{
	text-transform:uppercase;
	color:#bcbdb3;
	font-weight:bold;
	font-size:14px;
	margin:1px 0px 0px 0px;
}

/*.prod-listing2 li span{
	float:right;
	text-align:right;
}*/

.prod-listing2 li p{
	float:left;
	width:285px;
	overflow:hidden;
	margin:0px;
}

.prod-listing2 li strong{
	float:left;
	width:205px;
	overflow:hidden;
	margin:0px;
}


	/* TAB 3 */

.prod-listing3 li{
	float:left;
	margin:0px;
	list-style:none;
}

.prod-listing3 h3{
	font-size:33px;
	color:#bcbdb3;
	line-height:35px;
}

.prod-listing3 .prod-listing3-ingress{
	font-size:14px;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top:5px;
	line-height:20px;
}

.prod-listing3-left{
	float:left;
	width:231px;
	overflow:hidden;
	margin-right:20px;
}

.prod-listing3-left img{
	width:220px;
	height:169px;
	margin-top:25px;
}

.prod-listing3-right{
	float:left;
	width:458px;
	overflow:hidden;
	margin-top:30px;
}

.prod-listing3-right h4{
	font-size:20px;
	color:#bcbdb3;
	font-weight:normal;
}

.prod-listing3-right h4 a, .prod-listing3-right h4 a:hover{
	color:#bcbdb3;
}

.prod-listing3-features p{
	font-size:20px;
	color:#81827d;
	line-height:25px;
	margin-left:20px;
	margin-bottom:0px;
}

.prod-listing3-features li{
	float:none;
	margin:0px;
	margin-top:5px;
	margin-left:20px;
	list-style:none;
	color:#81827d;	
}

	/* TAB 4 */


/* PRODUCT FACT SHEET */

.datasheet h1{
	font-size:26px;
	color:#0071ae;
	line-height:26px;
	margin-bottom:5px;
	font-weight:normal;
}

.datasheet h2{
	font-size:21px;
	line-height:21px;
	color:#545454;
	font-weight:normal;
}

.datasheet h3{
	font-size:10px;
	color:#545454;
	text-transform:uppercase;
	margin:1px 0px 0px 0px;
}

.datasheet p{
	font-size:10px;
}

.datasheet li{
	color:#666666;
	margin:0px;
	list-style:none;
}

.datasheet-listing1 li{
	clear:both;
	margin:0px;
	color:#666666;
	vertical-align:middle;
	font-size:9px;
}

.datasheet-listing2 li{
	clear:both;
	margin:0px;
	padding:5px 0px 5px 0px;
	border-bottom:1px solid #b5b7ac;
	color:#666666;
	vertical-align:middle;
	font-size:9px;
}

.datasheet-listing2 li p{
	float:left;
	/*text-align:right;*/
	margin:0px;
	width:165px;
	overflow:hidden;
}

/* CONTACT US */

.contact h2{
	color:#1778ab;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
}

.contact p{
	margin-bottom:20px;
}

/* SERVICE LOCATOR */


.sl-listing li{
	clear:both;
	margin:0px;
	margin-bottom:20px;
	list-style:none;
}

.sl-listing h3{
	font-size:20px;	
	line-height:20px;
}

.sl-listing p{
	font-size:12px;	
	margin:5px 0px 5px 0px;
}

.sl-listing-left a{
	/*text-decoration:underline;*/
}

.sl-listing-left{
	float:left;
	width:540px;
	height:112px;
	border-bottom:3px solid #e6e1d8;
	overflow:hidden;
}

.sl-listing-right{
	float:right;
	width:150px;
	height:115px;
	overflow:hidden;
	background:#f1ece4;
}

.sl-menu{
	padding:10px;
}

.sl-menu li{
	margin:0px;
	list-style:none;	
	border-bottom:1px solid #b9bbb0;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
}

.sl-menu .last{
	border:0px;
}

.sl-menu, .sl-menu li a{
	text-transform:uppercase;
	font-size:9px;
	color:#333333;
}

/* WHERE TO BUY */

.wtb-listing li{
	clear:both;
	margin:0px;
	margin-bottom:20px;
	list-style:none;
	cursor:pointer;
}

.wtb-listing h3{
	font-weight:normal;
	font-size:20px;	
	line-height:20px;
}

.wtb-listing li:hover h3{
	color:#0071ae;
}

.wtb-listing p{
	font-size:12px;	
	margin:5px 0px 5px 0px;
}

/*.wtb-norm .wtb-listing-img{
	border-bottom:3px solid #e6e1d8;
}

.wtb-add .wtb-listing-img{
	border-bottom:0px;
}
*/
.wtb-listing-img{
	float:left;
	width:150px;
	height:142px;
	border-bottom:3px solid #e6e1d8;
	overflow:hidden;
}

.wtb-listing-img img{
	padding:0px 0px 0px 10px;
	width:110px;
	height:70px;
}

.wtb-listing-left a{
	/*text-decoration:underline;*/
}

.wtb-listing-left{
	float:left;
	width:390px;
	height:142px;
	border-bottom:3px solid #e6e1d8;
	overflow:hidden;
}

.wtb-listing-right{
	float:right;
	width:150px;
	height:145px;
	overflow:hidden;
	background:#f1ece4;
}

.wtb-menu{
	padding:10px;
}

.wtb-menu li{
	margin:0px;
	list-style:none;	
	border-bottom:1px solid #b9bbb0;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
}

.wtb-menu .last{
	border:0px;
}

.wtb-menu, .wtb-menu li a{
	text-transform:uppercase;
	font-size:9px;
	color:#333333;
}

/* PRESS */

.press img{
	width:155px;
	height:291px;
	float:right;
}

/* SHARE */

.share-bg{
	background:url(../../Files/Images/Layout/layout_line.gif) repeat-y 0px 0px;
	display:inline-block;
}

.share-bg h1{
	font-size:14px;
	line-height:20px;
	color:#666666;
	text-transform:uppercase;
	margin-bottom:5px;
}

.share-listing li{
	margin:0px;
	list-style:none;
}

.share-listing li a{
	display:block;
	padding:15px 20px 15px 20px;
	color:#999999;
	font-size:16px;
	font-weight:bold;
}

.share-listing .selected a{
	background:#0071ae;
	color:#ffffff;
}

.share-listing .facebook{
	background:url(../../Files/Images/Layout/layout_png.png) no-repeat 17px 15px;
	padding-left:40px;
}

.share-listing .selected .facebook{
	background:#0071ae url(../../Files/Images/Layout/layout_png.png) no-repeat -133px 15px;
	padding-left:40px;
}

.share-listing .twitter{
	background:url(../../Files/Images/Layout/layout_png.png) no-repeat 16px -37px;
	padding-left:40px;
}

.share-listing .selected .twitter{
	background:#0071ae url(../../Files/Images/Layout/layout_png.png) no-repeat -133px -37px;
	padding-left:40px;
}

.share-listing .delicious{
	background:url(../../Files/Images/Layout/layout_png.png) no-repeat 16px -86px;
	padding-left:40px;
}

.share-listing .selected .delicious{
	background:#0071ae url(../../Files/Images/Layout/layout_png.png) no-repeat -133px -86px;
	padding-left:40px;
}

/* SITEMAP */

.sitemap{
	margin:10px 0px 0px 90px;
}

.sitemap ul{

}

.sitemap li{
	list-style:none;
	margin:0px;
	padding:3px 0px 5px 3px;
	width:222px;
	overflow:hidden;
	border-top:1px solid #b9bbb0;
}

.sitemap li a{
	font-size:9px;
	color:#5c5c5c;
	text-transform:uppercase;
}

.sitemap .first{
	border:0px;
}

.sitemap h2{
	color:#1778ab;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	margin:30px 0px 15px 0px;
}

/* SEARCH */

.search-articles a, .search-articles a:hover{
	color:inherit;
	text-decoration:none;
}

.search-articles li{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	list-style:none;
	border-bottom:3px solid #e6e1d8;
	cursor:pointer;
}

.search-articles li:hover{
	background:#fbf9f7;
}

.search-articles p{
	font-size:12px;
	margin:0px 0px 25px 0px; 
}

.search-articles p a{
	color:#555555;
}

.search-articles .date{
	color:#333333;
	font-size:9px;
	padding:0px 0px 0px 5px;
}

.search-articles li h3{
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	margin:0px 0px 10px 0px;
}

.search-articles li h3 a{
	color:#545454;
}

.search-articles li:hover h3 a{
	color:#0071ae;
}

.search-articles li:hover h3{
	font-size:20px;
	font-weight:normal;
	line-height:20px;
}

/* FILTERS & ACCESSORIES */

.filters-list{
	margin:40px 0px 0px 0px;
}

.filters-list li{
	list-style:none;
	margin:20px 0px 20px 0px;
	clear:both;
}

.filters-list li img{
	width:390px;
	height:300px;
}

.filters-list li h2{
	color:#545454;
	font-size:33px;
	font-weight:normal;
	line-height:33px;
}

.filters-list li h2 a, .filters-list li h2 a:hover{
	color:#545454;
	text-decoration:none;
}

.filters-list-features p{
	font-size:20px;
	color:#81827d;
	line-height:25px;
	margin-left:20px;
	margin-bottom:0px;
}

.filters-list-features li{
	float:none;
	margin:0px;
	margin:5px 0px 0px 20px;
	list-style:none;
	color:#81827d;	
}

.filters-list2{
	margin:10px 0px 40px 0px;
}

.filters-list2 li{
	list-style:none;
	margin:20px 0px 0px 0px;
	clear:both;
}

.filters-list2 li img{
	width:192px;
	height:148px;
}

.filters-list2 li h2{
	color:#545454;
	font-size:20px;
	font-weight:normal;
	line-height:25px;
}

.filters-list2 li p{
	color:#555555;
}

.filters-list2 li p span{
	color:#81827d;
}

.filters-bg{
	clear:both;
	background:#f1ece4;
	padding:20px 20px 20px 20px;	
}

.filters-bg2{
	background:#f1ece4;
}

.filters-bg h3{
	font-size:14px;
	text-transform:uppercase;
}

.filter-table{
	text-align:right;
	line-height:20px;
}
