/* global styles */
body {
	background:#fff;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

#centercontainer {
    position: relative;
    width:947px;
    margin: 0 auto;
    background:url('../images/sitebackground.png') top left repeat-y;
}
#siteend {
   position: relative;
   
    width:947px;
    height:33px;
    margin: 0 auto;
    background:url('../images/sitebackground_end.png') top left no-repeat;

}

#header {
	position:relative;
	height:321px;
	width:955px;
	background:url('../images/header.png') top left repeat-y;
}
#topheader {
	padding-top:15px;
	height:25px;
}
#smalllinks {
	float:right;
}
#smalllinks, #smalllinks a {
	font-size:10px;
	color:#a7a9ac;
}	
#main {
	background:url('../images/menuback.png') bottom left no-repeat;
	position:relative;
top:0;
	width:995px;
	margin-top:5px;
	min-height:300px;
	_height:300px;
}

#slider {
	position:relative;
	width:770px;
}

#content {
	width:770px;
	background:#f7f7fa;
	min-height:300px;
	_height:300px;
	
}

#footer {
	position:relative;
	width:995px;
	background:url('../images/footer_gradient.png') top left repeat-x;
	min-height:235px;
	_height:235px;
	margin-top:5px;
	
}

#footer #products {
	position:absolute;
	top:40px;
	left:20px;
	color:#383b40;
	float:left;
	width:770px;
}
#footer #products table {
	margin-top:10px;
}
#footer #products table tr td {
	padding-right:6px;
}
#footer #products table tr td img {
	border:3px solid #ccc;
}
#footer #products table tr td a {
	font-size:10px;
	text-decoration:underline;
	color:#00a5e1;
}

#footer #credits {
	position:absolute;
	right:20px;
	top:40px;
	text-align:right;
	width:220px;
	float:right;
	color:#797c88;
}

#footer #credits img {
	padding-bottom:10px;
}
#downloads {
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
}
#downloads a {
	
} 
.col50 {
	width:47%;
	margin-left:1%;
	float:left;
	padding-bottom:10px;
}
.col50 .department h2 {
	margin:0;
	padding:0;
	margin-bottom:3px;
}
.col50 .department {
	padding-bottom:15px;
}
