*{margin:0;padding:0; }
ul, li{list-style:none}
p{padding:8px 0;}
a{color:#2855E4;text-decoration:none;}
a:visited{color:#2855E4;}
a:hover{color:#2855E4;text-decoration:underline;}
a img, a:hover img{border:none;}
a:active, a:focus{outline:none}
.img-left{float:left;margin:0 8px 8px 0;}
.img-right{float:right;margin:0 0 8px 8px;}
h1,h2,h3,h4,h5{font-family:"Helvetica Neue", Helvetica, Arial; font-weight:normal;}
.clearboth{clear:both}
.floatleft{float:left;}
.displaynone{display:none;}
h1 {font-size: 28px; margin:5px 0;} h2 {font-size: 20px; margin:5px 0;} h3 {font-size: 18px; margin:5px 0;} h4 {font-size: 12px; margin:5px 0;font-weight:bold;} h5 {font-size: 14px; margin:5px 0;} h6 {font-size: 12px; margin:5px 0;}
abbr{border-bottom:1px dotted #CCC;}
.col-50{width:45%;padding:0 2%;}
.inner{padding:5px 10px;}
.even{background:#f5f5f5;}

body{
	background:#FFF url(../../images/layout/bg_steel.jpg) top left repeat;
	font-family:arial;
	font-size:12px;
	color:#132b76;
}
#site-wrap{
	width:100%;
	background: url(../../images/layout/bg_site_fade.png) top left repeat-x;
}
#site{
	width:860px;
	margin:0 auto;
}
#header{
	float:left;
	margin-bottom:10px;
}
#header-left{
	float:left;
	width:640px;
}
#header #logo{
	float:left;
	margin-top:10px;
}
#header h1.site-name{
	font-size:16px;
	padding-top:15px;
}
#header .site-addr{
	color:#7c89b2;
	float:left;
	font-size:11px;
}
#header-right{
	float:right;
	width:160px;
	padding-left:60px;
	height:74px;
	padding-top:15px;
	/*
background: url(../../images/layout/icn_phone.png) 0% 50% no-repeat;	
*/
}
#header-right .numbers{
	font-size:11px;
	padding-top:25px;
}
#topnav{
	background: url(../../images/layout/bg_topnav.png) 0% 50% no-repeat;
	line-height:45px;
	width:100%;
	clear:both;
	margin:10px 0;
}
#topnav ul{
	list-style:none;
}
#topnav ul li{
	background: url(../../images/layout/bg_topnav_divide.png) 100% 50% no-repeat;
	display:inline;
	padding:9px 0;
}
#topnav ul li:last-child{
	background: none;
}
#topnav ul li a{
	color:#FFF;
	padding:12px;	
}
#topnav ul li a.active, #topnav ul li a:hover{
	color:#FFF;
	padding:12px;	
	background: url(../../images/layout/bg_topnav_highlight.png) 50% 100% no-repeat;	
}

/* TOP BANNERS */
#top-banner.home{
	color:#FFF;
	height:167px;
	background: url(../../images/layout/bg_top_banner_home2.jpg) 50% 100% no-repeat;	
	margin:10px 0 0 0;
	overflow:hidden;
}
#top-banner.home h1{
	padding:15px 0 10px 20px;
}
#top-banner.home p{
	width:500px;
	padding:0 0 0 35px;
	height:65px;
	color:#eaeaea;
}
#top-banner.home a.readmore{
	width:100%;
	display:block;
	height:20px;
}
#top-banner.home a.readmore span{
	display:none;
}

#top-banner.default{
	background: url(../../images/layout/bg_content_top2.gif) 50% 100% no-repeat;	
	height:8px;	
}

/* CONTENT */
#content{
	background: url(../../images/layout/bg_content_side.gif) top left repeat-y;	
	float:left;
	width:100%;
}
.content{
	width:620px;
	float:left;
}
.sidebar{
	width:240px;
	float:left;
}
.content-bottom{
	clear:both;
	width:100%;
	height:9px;
	padding-top:20px;
	background: url(../../images/layout/bg_content_bottom.gif) bottom left no-repeat;	
}
.content-top{
	clear:both;
	width:100%;
	border-bottom:1px solid #CCC;
	background: url(../../images/layout/bg_content_top.gif) top left no-repeat;	
}
.content-top h1{
	margin:0;
	padding:8px 0 8px 10px;
	font-size:22px;
	display:block;
	width:850px;
}
.content .top-heading{
	background: url(../../images/layout/bg_top_headings.gif) bottom left no-repeat;
	line-height:32px;
	height:44px;
	margin:0;
	padding:0;
	color:#FFF;
	width:610px;
	padding-left:10px;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	clear:both;
}
.top-heading a{
	color:#FFF;
	text-decoration:underline;
}
.sidebar .top-heading{
	background: url(../../images/layout/bg_top_headings.gif) -620px bottom no-repeat;
	line-height:36px;
	height:44px;
	margin:0;
	padding:0;
	color:#FFF;
	width:230px;
	padding-left:10px;
	font-weight:normal;
	font-size:16px;	
}
.sidebar .small-heading{
	background: url(../../images/layout/bg_side_smallhead.gif) 50% 50% no-repeat;
	line-height:24px;
	height:24px;
	width:200px;
	padding:0 0 0 8px;
	margin:8px auto;
	text-transform:uppercase;
	color:#35362b;
	font-size:11px;
}
.sidebar ul{
	margin-left:25px;
}
.sidebar p{
	padding-left:25px;
	padding-right:25px;
}

/* ARROW LIST */
ul.arrow-list{
	margin-left:10px;
	margin-bottom:10px;
}
ul.arrow-list li{
	padding-left:12px;
	background: url(../../images/layout/icn_arrow.png) 0% 3px no-repeat;	
}


/* DIVIDE LIST */
ul.divide-list{
	float:left;
}
ul.divide-list li{
	border-bottom:1px dotted #CCC;
	padding:5px 5px 10px 5px;
	float:left;
	width:560px;
}
ul.divide-list li img{
	float:left;
	width:100px;
	border:1px solid #DDD;
	margin-right:15px;
}

/* PRODUCT LIST */
ul.product-list{
	float:left;
	width:100%;
	clear:both;
}
ul.product-list li{
	width:185px;
	height:185px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	float:left;
	padding:10px;
	text-align:center;
}
ul.product-list li.last{
	border-right:0;
	width:185px;
	padding:10px;	
}
ul.product-list h3{
	font-size:14px;	
}

/* COPY */
#copyright{
	width:800px;
	margin:20px auto;
	color:#666;
	text-align:center;
}

#copyright ul{
	margin:10px 0;
}
#copyright ul li{
	display:inline;
}
#copyright ul li a{
	display:inline;
	padding:10px;
	color:#464545;
}

/* PRODUCT DETAIL */
.product-detail{
	padding:15px;
}

.product-detail .image{
	float:left;
	margin:0 15px 15px 0;
	text-align:center;
}

.product-detail .desc{
	float:right;
	width:420px;
}

.content-detail{
	padding:15px;
}
.desc-full{
	padding:0 15px;
}

ul.datalinks, ul.datalinks li{
	text-align:left;
}
ul.datalinks li{
	padding:6px 0;
}
a.pdf{
	background: url(../../images/layout/icn_pdf.gif) 0% 0% no-repeat;	
	padding-left:22px;
	color:#FF0000;
}

.frame{
	border:1px solid #E6E5EA;
}
p.frame{
	margin-bottom:12px;
}

/* GLOSSARY */
.glossary-list li{
	border-bottom:1px dotted #CCC;
	padding:5px;
}
.glossary-list li ul{
	margin: 10px;
}
.glossary-list li ul li{
	border-bottom:none;
	padding:0;
	margin-left:15px;
}

/* SITEMAP LIST */
.sitemap-list{
	margin:15px;
	float:left;
	width:250px;
}

