@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#a3a3a4;
}

h1 
{
	color: #0072bc;
	font-size:15px;
	padding:0;
	margin:0 0 23px 23px;
	font-weight:normal;
}

h2 
{
	color: #02558b;
	font-size: 19px;
	padding:0;
	margin:0 0 16px 0;
	font-weight:normal;
}

h3 {
	padding:0;
	margin:0 0 1px 0;
	color:#0072bc;
	font-size:12px;
}

#repeat-wrapper {
	background-image:url(/images/bg/background-repeat.jpg);
	background-position:top center;
	background-repeat:repeat-y;	
}

#top-wrapper {
	background-image:url(/images/bg/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;	
}

#bottom-wrapper {
	background-image:url(/images/bg/bottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:55px;		
}

#container {
	width:969px;
	margin:0 auto;
}

#header {
	background-image:url(/images/bg/util-bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	padding-top:30px;
	background-color:#fff;
}

#util {
	width:198px;
	position:absolute;
	top:7px;
	right:22px;
}

.util-item {
	background-image:url(/images/util/util.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	overflow:hidden;
	height:0;
	display:block;
	padding-top:17px;	
}

a#util-home {
	width:61px;
	float:left;
}

a#util-home:hover {
	background:url(/images/util/util-over.gif);
}

#util-contact {
	width:134px;
	background-position:-61px 0;
}

#logo {
	position:absolute;
	top:54px;
	left:19px;
}

#banner {
	width:566px;
	margin-right:0;
	margin-left:auto;
}

#nav {
	background-image:url(/images/nav/nav-bar.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:50px;
}

#nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:505px;
	margin-left:451px;
}

#nav li {
	float:left;
}

#nav li a {
	background-image:url(/images/nav/nav-normal.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:0;
	padding-top:38px;
	display:block;
	overflow:hidden;
}

#nav li a:hover, #nav li a.over {
	background-image:url(/images/nav/nav-over.gif);
}

#nav li a.active {
	background-image:url(/images/nav/nav-active.gif);
}

#nav li#nav-products a {
	width:80px;
}

#nav li#nav-industries a {
	width:90px;
	background-position:-80px 0;
}

#nav li#nav-services a {
	width:77px;
	background-position:-170px 0;
}

#nav li#nav-resources a {
	width:90px;
	background-position:-247px 0;
}

#nav li#nav-about a {
	width:77px;
	background-position:-337px 0;
}

#nav li#nav-contact a {
	width:90px;
	background-position:-414px 0;
}

#main {
	background-image:url(/images/bg/main-bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	background-color:#fffeff;
	position:relative;
	width:100%;
}

#search {
	position:absolute;
	top:23px;
	right:21px;
	color:#cccccc;
	width:156px;
	height:25px;
}

a#go {
	background-image:url(/images/util/go.png);
	background-position:top left;
	background-repeat:no-repeat;	
	width:29px;
	padding-top:25px;
	height:0;
	overflow:hidden;
	display:block;
	float:left;
}

a#go:hover {
	background-image:url(/images/util/go-over.png);
}

#search-field {
	background-image:url(/images/util/search.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
}

#search-field input {
	background:none;
	border:none;
	padding:0 4px 0 10px;
	width:113px;
	height:25px;	
}

#menu {
	float:left;
	width:202px;
	padding-top:28px;
}

#menu ul {
	margin:0 15px 0 26px;
	padding:0;
	list-style-type:none;
	border-top:1px solid #c6dbe7;	
}

#menu li a {
	text-decoration:none;
	font-weight:bold;
	color:#02558b;
	line-height:13px;
	display:block;
	border-bottom:1px solid #c6dbe7;
	padding:9px 0 8px;
	vertical-align:bottom;
	zoom:1;
}

#menu li.overview-page, #menu li.overview-page a {
	display:none;
}

#menu li a:hover  {
	font-weight:normal;
}

#menu li a.active {
	color:#0072bc;
	background-image:url(/images/bg/arrow.gif);
	background-position:5px 13px;
	background-repeat:no-repeat;
	padding-left:12px;
	font-weight:bold;	
}

.inactive {
	display:none;
}
li.active .inactive {
	display:block;
}

#content {
	float:left;
	width:497px;
	padding-left:38px;
	padding-top:25px;
	line-height:16px;
}

#content a {
	color:#0072bc;
	text-decoration:underline;	
}

#content a:visited {
	color:#646464;
	text-decoration:underline;
}

#content a:hover {
	color:#28b7c1;
	text-decoration:underline;	
}

.overview {
	overflow:auto;
	padding-bottom:9px;
	width:100%;
}

.picture {
	float:left;
	width:75px;
}

.text {
	float:left;
	width:411px;	
	padding-left:11px;
	padding-top:3px;
}

#content a.readmore, #content a.readmore:visited {
	background-image:url(/images/bg/arrow.gif);
	background-position:4px 4px;
	background-repeat:no-repeat;
	text-transform:uppercase;
	font-size:10px;
	color:#0072bc;
	text-decoration:none;
	padding-left:13px;
}

#content a.readmore:hover {
	text-decoration:underline;
}

#cta {
	float:right;
	width:175px;
	padding-top:70px;
	padding-bottom:212px;
}

a.cta-item {
	background-image:url(/images/cta/cta-normal.gif);
	background-position:top left;
	background-repeat:no-repeat;	
	overflow:hidden;
	height:0;
	display:block;
	padding-top:59px;
}

a.cta-item:hover {
	background-image:url(/images/cta/cta-over.gif);
}

#cta a#cta-catalogue {
	margin-bottom:25px;
}

#cta a#cta-highlights {
	background-position:0 -84px;
	margin-bottom:25px;	
}

#cta a#cta-specials {
	background-position:0 -168px;
}

#footer {
	clear:both;
	font-size:9px;
	color:#7f7f7f;
	line-height:12px;
	padding-left:240px;
	padding-bottom:20px;
}

#footer a {
	color:#7f7f7f;
	text-decoration:none;	
}

#footer a:hover {
	text-decoration:underline;
}

/* homepage */
.home-title {
	color: #02558b;
	font-size: 24px;
	margin-left:-3px;
	display:block;
	margin-bottom:11px;
}

#home {
	background-color:#acadad;
}

#home #repeat-wrapper {
	background-image:url(/images/home/background-repeat.jpg);
}

#home #top-wrapper {
	background-image:url(/images/home/background.jpg);
}

#home #bottom-wrapper {
	background-image:url(/images/home/footer.gif);
	padding-bottom:49px;		
}

#home #util {
	width:137px;
}

#home #main {
	background-image:none;
	min-height:425px;
}

#home #search {
	position:absolute;
	top:125px;
}

#home #content {
	font-size:12px;
	line-height:18px;
	padding-left:49px;
	padding-top:30px;
	width:430px;
	padding-bottom:39px;
}

#home #content a {
	font-size:11px;
}

#home #content p {
	padding:0;
	margin:0 0 18px 0;
}

#home #cta {
	float:none;
	overflow:auto;
	width:100%;
	padding-top:11px;
	padding-bottom:32px;
	background-image:url(/images/home/home-cta.gif);
	background-position:0 11px;
	background-repeat:no-repeat;	
}

#home #cta a#cta-catalogue {
	margin-bottom:0;
	width:133px;
	margin-right:15px;
	background-position:top left;	
}

#home #cta a#cta-highlights {
	background-position:-148px 0;
	margin-bottom:0;
	width:133px;
	margin-right:15px;		
}

#home #cta a#cta-specials {
	width:133px;
	background-position:-296px 0;
}

#home a.cta-item {
	float:left;
	padding-top:163px;
	outline:0;
	background-image:none;
}

#home a.cta-item:hover {
	background-image:url(/images/home/home-cta-over.gif);
}

#home #flash {
	width:490px;
	float:right;
}

#home #footer {
	padding-bottom:15px;
	padding-left:18px;
	position:absolute;
	bottom:0;
	left:0;
	width:461px;
}

/* dmenu */

.dmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	width:148px;	
	margin:0;
	list-style-type: none;
}

.dmenu ul {
	margin:0;
	padding:0;
}

.dmenu ul li {
	margin:0;
	padding:0;
}

.dmenu ul li a {
	padding:6px 5px 6px 10px;
	background-color:#e7e9ea;
	color:#02558b;
	text-decoration:none;
	border-top:1px solid #c5d7e3;
	font-weight:bold;
	display:block;
}

.dmenu ul li a:hover, .dmenu ul li a.over {
	background-color:#02558b;
	color:#fff;
	background-image:url(/images/bg/arrow-white.gif);
	background-position:14px 10px;
	background-repeat:no-repeat;
	padding-left:20px;	
}

.smallGREY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #7f7f7f;
}

.overview-container {
	padding:0;
	margin:0;
	border-spacing:0;
	border-collapse:collapse;
	table-layout:auto;
	text-align:left;
	margin-bottom:9px;
}

.overview-container td {
	padding:0;
}

.overview-container .overview-picture {
	width:75px;
}

.overview-container .overview-text {
	width:411px;	
	padding-left:11px;
	padding-top:3px;
}