*{margin: 0; padding: 0; border: 0;}

/*********************************
	Overall site
*********************************/
html, body
{
	height: 100%;
}

body
{
	color: #333;
	background-color: #A1A2A5;
	background-position: center;
	background-repeat: repeat-y;
	font-family: Tahoma;
	font-size: small;
}

p
{
	padding: 0.4em;
}

.error
{
	color: #FF0000;
}


table thead
{
	background-color: #EEE;
	margin-top: 10px;
}

table tbody
{
	border-bottom: 1px solid #333;
}

dd
{
	margin-left: 20px;
}

a:link, a:visited
{
	text-decoration: none;
	color: #999;
}

:focus
{
	outline: none;
}

#sitecontainer
{
	width: 960px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	/*position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100% !important; /* real browsers */
	overflow: hidden;
}

hr
{
	height: 1px;
    margin-bottom:0.5px;
    clear: both;
    background:none repeat scroll 0 0 #039BD4;
    padding: 0px;
	margin: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
/*******************************
	Header
*******************************/
#banner
{
	position: relative;
	padding-top: 10px;
	height: 100px;
	padding-bottom: 0px;
}

#logo1
{
	padding-left: 20px;
}

#logo2
{
	display: inline;
	float: right;
	padding-right: 20px;
}

#header
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 2px solid #039BD4;
	border-bottom: 2px solid #039BD4;
}

#navMain
{
	width: 960px;
	margin-left: 5px;
}


#navMain ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#navMain ul li
{
	float: left;
	overflow: hidden;
	margin-right: 4px;
}

#navMain ul li li
{
	float: none;
	padding-left: 2px;
	width: 95px;
	height: 19px;
	overflow: hidden;
	margin-top: 3px;
}

#navMain ul li li a:hover
{
	color: #039BD4;
}

.navimg
{
	width: 100px;
	height: 30px;
}

#home
{
	background-image: url(../images/header/links/homebtn.png);
}

#home:hover
{	
	background-image: url(../images/header/links/homebtnfocus.png);
}

#about
{
	background-image: url(../images/header/links/aboutbtn.png);
}

#about:hover
{	
	background-image: url(../images/header/links/aboutbtnfocus.png);
}

#products
{
	background-image: url(../images/header/links/productsbtn.png);
}

#products:hover
{	
	background-image: url(../images/header/links/productsbtnfocus.png);
}

#customers
{
	background-image: url(../images/header/links/customersbtn.png);
}

#customers:hover
{	
	background-image: url(../images/header/links/customersbtnfocus.png);
}

#help
{
	background-image: url(../images/header/links/helpbtn.png);
}

#help:hover
{	
	background-image: url(../images/header/links/helpbtnfocus.png);
}

#login
{
	position: absolute;
	top: 95px;
	left: 5px;
	background-image: url(../images/header/links/loginbtn.png);
}

#login:hover
{
	background-image: url(../images/header/links/loginbtnfocus.png);
}

#slideshow
{
	float: right;
	margin-right: 5px;
	width: 425px;
	height: 134px;
}

#slideIE
{
	display: none;
}

a.current
{
	color: #039BD4;
}

/******************************
	Main site & left content
******************************/
#main
{
	float: left;
	min-height: 100%;
	overflow: auto;
	padding-bottom: 50px; /* Same height as footer to keep it aligned */
	margin-top: 10px;
}

#main a
{
	color: #039BD4;
	/*font-weight: 700;*/
}

#main a:hover
{
	text-decoration: underline;
}

h1
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	color: #039BD4;
	font-size: 2em;
	width: 60%;
	font-weight: 400;
}

h2
{
	float: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #039BD4;
	font-size: 1.2em;
	width: 100%;
	font-weight: 400;
}

h3
{
	padding-left: 10px;
	width: 100%;
	font-size: x-small;
	font-weight: 700;
	margin-bottom: 5px;
}

#main h2 a
{
	font-weight: 400;
}

.left2col
{
	float: left;
	width: 580px;
	min-height: 280px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.imgmini
{
	float: left;
	width: 175px;
	height: 175px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 9px;
	background-color: #EEE;
}

.imgmini img
{
	display: block;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
}

#imgsolo
{
	margin-left: 205px;
	border: 1px solid #EEE
}

.captionmini
{

	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	font-size: x-small;
	text-align: center;
}

#imgcaption1, #imgcaption2, #imgcaption3
{
	float: left;
	width: 173px;
	border: solid 1px #CCC;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 9px;
	margin-top: 5px;
	text-align: center;
	font-size: x-small;
}

.left2col ul
{
	margin-left: 40px;
}

#newscontent
{
	height: 500px;
	overflow: scroll;
}

#pdacol1
{
	border-bottom: 5px solid #039BD4;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}

#pdacol1 ul
{
	margin-top: 10px;
	margin-right: 10px;
}

#pdacol1 ul li
{
	display: inline;
	list-style-type: none;
	margin-top: 10px;
	padding: 5px 5px 10px 5px;
	border-left: 1px solid #039BD4;
	border-right: 1px solid #039BD4;
	border-top: 1px solid #039BD4;
	overflow: hidden;
}

#pdacol1 ul li:hover
{
	background-color: #039BD4;
	color: #FFF;
}

.pdafirst
{
	border-left: 2px solid #039BD4;
}

#pdacol2
{
	border: 1px solid #EEE;
	background-color: #CCC;
	padding: 2px;
}

#pdacol2 table
{
	margin-left: auto;
	margin-right: auto;
}

#pdacol2 table td
{
	width: 300px;
	text-align: left;
	padding: 5px;
}

#pdacol2 table td.tableright
{
	text-align: right;
}

#pdadefault
{
	text-align: center;
	border: 1px solid #039BD4;
	background-color: #FFF;
}

.pdaimg
{
	border: 1px solid #EEE;
}

#videocontainer
{
	float:left;
	margin-top: 20px;
	margin-left: 40px;
	text-align: center;
}

.left
{
	float: left;
	width: 250px;
	min-height: 280px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.mid
{
	float: left;
	width: 300px;
	min-height: 280px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 5px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
}

#contactform
{
	background-color: #CCC;
	padding: 5px;
	margin-top: 1.2em;
	height: 484px;
	overflow: hidden;
}

.box
{
	float: left;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-left: 3px;
	width: 570px;
	display: none;
}

.middlebox
{
	border: 1px solid #039BD4;
}

.innerbox
{
	border: 1px solid #CCC;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.news
{
	display: none;
	width: 97%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEE;
}

#newsnav
{
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border: 1px solid #EEE;
}

#newsprev
{
	float: left;
	width: 50%;
}

#newsnext
{
	float: left;
	width: 50%;
	text-align: right;
}

.contentimages
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.bb
{
	font-weight: 700;
	color: #039BD4;
}

.tbll
{
	width:33%;
	padding-left: 5px;
}

.tblr
{
	width:66%;
}

.tblb
{
	background-color: #D3DFEE;
}

.functionwrapper
{
	float: left;
}

.function
{
	float: left;
	width: 174px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 7px;
	/*border: 1px solid #EEE;*/
}

.functiondesc
{
	float: left;
	width: 371px;
	margin-bottom: 10px;
	/*border: 1px solid #EEE;*/
}

/******************************
	Right bar
******************************/
.right
{
	float: right;
	width: 295px;
	min-height: 500px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 15px;
	overflow: hidden;
}

.rightbox
{
	border: solid 1px #CCC;
	padding: 5px 5px 10px 5px;
	background-color: #EEE;
	/*Next 3 lines are for webkit browsers, Firefox and IE respectively, so console warnings produced by these lines can be ignored*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.18, rgb(255,255,255)), color-stop(0.59, rgb(255,255,255)), color-stop(1, rgb(238,238,238)));
	background-image: -moz-linear-gradient(center bottom, rgb(255,255,255) 18%, rgb(255,255,255) 59%, rgb(238,238,238) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#FFFFFF');
	/*******************************************************************************************************************************/
	box-shadow: 5px 5px 5px #CCC;
	margin: 15px 0px 15px 0px;
	color: #666;
	text-align: justify;
}

#awardbox
{
	background-image: none;
}

#awardbox img
{
	margin-left: 45px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.boxhead
{
	float: right;
	font-size: large;
	font-weight: 700;
	color: #039BD4;
}

.boxlink
{
	float: right;
	border-bottom: dotted 1px #CCC;
}

.boxlink:hover
{
	color: #039BD4;
	border-bottom: solid 1px #039BD4;
}

#author
{
	margin-top: 5px;
	margin-left: 15px;
}

/******************************
	Sandbox
******************************/
#sandbox
{
	background-color: #008080;
	font-size: 1.4em;
	color: #FFF;
	padding: 10px;
}

/******************************
	Unused
******************************/
/*
.rdivide
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.middle
{
	float: left;
	width: 275px;
	min-height: 275px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #CCC;
	overflow: hidden;
}

#stickyfooter
{
	position: relative;
	margin-top: -50px; /* match with padding in #main
	height: 50px; /* match with padding in #main
	background-color: #A1A2A5;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px #FFF;
}*/

/* For Opera
body:before
{
	content:"";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px;
}*/

