a {
	color: #2A6BA1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #1860A8;
	text-align: center;
	font-family: arial, serif;
	font-size: 13px;
	line-height:18px;
	color: #222222;
	
}	

.box_item {
	background: #D3E0E9;
}

.box_item .title {
	color: #FFF;
	background: url("../images/gui/bg_blockheader.gif") top left repeat-x;
	padding: 3px 10px;
	font-weight: bold;
}



/*##### LEFT COLUMN ######*/
.column_left {
	width: 220px;
	float: left;
}

.column_left ul.leftnav li {
	display: inline;
}

.column_left ul.leftnav li a {
	display: block;
	background: url("../images/gui/bg_leftNav.gif") top left repeat-x;
	color: #FFF;
	padding: 6px 10px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
}

.column_left ul.leftnav li a:hover {
	background: url("../images/gui/bg_leftNav_ov.gif") top left repeat-x;
}

.column_left ul.leftnav li a.selected {
	background: url("../images/gui/bg_leftNav_selected.gif") top left repeat-x;
}

.column_left .widget_quicklinks {
	background: #CFDAEC;
	margin-top: 30px;
}

.column_left .widget_quicklinks .title {
	background: #3E73A9;
	color: #FFF;
	padding: 3px 10px;
	font-weight: bold;
}

.column_left .widget_quicklinks ul li {
	background: url("../images/gui/button.gif") center left no-repeat;
	padding-left: 8px;
}

.column_left .widget_quicklinks ul li a {
	color: #2E5A87;
	text-decoration: none;
	font-weight: bold;
}

.column_left .widget_quicklinks ul li a:hover {
	text-decoration: underline;
}


.widget_newssub {
	background: #E1DABD;
	float: left;
	width:220px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 30px;
}

.widget_newssub .title, .widget_news_sm .title {
	color: #FFF;
	font-weight: bold;
	background: url("../images/gui/bg_widgetNews.gif") top left repeat-x;
	border: 1px solid #D8D8D8;
    padding: 4px 10px;
	font-size: 12px;
}




/*##### END LEFT COLUMN ######*/




.column_right {
	float: right;
	width: 717px;
}

.footer {
	clear: both;
	border: 1px solid #375A7A;
	background: url("../images/gui/bg_footer.gif") top left repeat-x;
	padding: 8px 5px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

.footer a {
	text-decoration: none;
	color: #FFF;
	margin-left: 3px;
	margin-right: 3px;
}

.footer a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0 15px 0;
	border-bottom: 1px solid #4B4B4B;
	padding-bottom: 7px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 15px 0;
	line-height: 18px;
}

.header {
            background: url("../images/gui/logo.gif") top left no-repeat;
            width: 948px;
            height: 108px;
            position: relative;
}
 
.header a {
            display: block;
}
 
.header .header_home {
            position: absolute;
            width: 562px;
            height: 107px;
            top: 0;
            left: 0;
}
 
.header .header_eads {
            width: 135px;
            height: 75px;
            position: absolute;
            top: 0;
            right: 0;
}



.nav_top {
	width: 948px;
	font-size: 14px;
	border-right: 1px solid #6C7E92;
	background: url("../images/gui/bg_navTop.gif") top left repeat-x;
	height: 30px;
	margin-bottom: 7px;

}

.nav_top ul li {
	display: inline;
}

.nav_top ul li a {
	display: block;
	float: left;
	color: #FFF;
	padding: 7px 34px 9px 34px;
	text-decoration: none;
	border-left: 1px solid #6C7E92;
}

.nav_top ul li a:hover, .nav_top ul li a.selected {
	background: url("../images/gui/bg_navTop_ov.gif") top left repeat-x;
	color: #15447A;
	text-decoration: none;
}

p {
	margin: 13px 0;
	line-height: 18px;
}

.padding {
	padding: 9px;
}


.picLeft {
	float: left;
	margin-right: 10px;
}

.picRight {
	float: right;
	margin-left: 10px;
}

.content {
	background: #D3E0E9;
	width: 655px;
	margin-top: 10px;
}


strong {
	font-weight: bold;
}

td {
	padding: 4px;
}

.table_header {
	padding-top: 4px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}


table .news {
	background: #D3E0E9;
}

.alternate {
	background: #C1CED7;
}

.table_ttl {
	background: url("../images/gui/bg_tableHeader.gif") top left repeat-x;
	color: #FFF;
	padding-top: 0;
}

ul.generic li {
	background: url("../images/gui/btn.gif") left 10px no-repeat;
	margin-left: 15px;
	margin-top: 6px;
	font-weight: bold;
	line-height:21px;
}

ul.generic li ul li{
	background: url("../images/gui/btn.gif") left 8px no-repeat;
	margin-left: 20px;
	margin-top: 6px;
	font-weight: normal;
	padding-left: 6px;
}


html > body ul.generic li {
	background: url("../images/gui/btn.gif") left no-repeat 6px;
	padding-left: 8px;
}


input.form {
width: 250px;
}

textarea.form {
width: 250px;
height: 200px;
}

textarea.cms {
width: 600px;
height: 400px;
}



.widget_news_sm {
	background: #E1DABD;
	font-size: 11px;
	line-height: 14px;
	margin-top: 30px;
}


.wrapper_container {
	background: #FFF;
	padding: 7px;
	margin: 7px auto;
	width: 948px;
	text-align: left;
}

.wrapper_content {
	background: url("../images/gui/bg_content.gif") top left repeat-y;
	margin-bottom: 7px;
	line-height: 15px;
}

.wrapper_intro {
	position: relative;
	margin-bottom: 7px;
	clear: both;
	height: 426px;
}

.wrapper_intro .nav {
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 257px;
}


/* ## Wrapper Tools Elements## */
.widget_news {
	background: #E1DABD;
	float: left;
	width: 267px;
	font-size: 11px;
	line-height: 14px;
}

.widget_news p {
	margin: 7px 0;
}

.widget_news .title, .widget_news_sm .title {
	color: #FFF;
	font-weight: bold;
	background: url("../images/gui/bg_widgetNews.gif") top left repeat-x;
	border: 1px solid #D8D8D8;
	padding: 4px 10px;
	font-size: 12px;
}

.login_customer, .login_vendor, .login_employee, .box_item {
	width: 220px;
	margin-right: 7px;
	float: left;
	margin-bottom: 7px;
}

.login_customer .title, .login_vendor .title, .login_employee .title {
	color: #474550;
	font-weight: bold;
	background: url("../images/gui/bg_toolsTitle.gif") top left repeat-x;
	border: 1px solid #D8D8D8;
	padding: 4px 10px;
}

.wrapper_tools {
	clear: both;
	margin-bottom: 7px;
}

/* ## END Wrapper Tools Elements## */




/* ## TABBED NAVIGATION ## */

.nav_top span {
	display: none;
}

.nav_top a  {
	height: 30px;
	float: left;
	display: block;
	background-image: url("../images/gui/nav_top.jpg");
	background-repeat: no-repeat;
}

.nav_top a#nav_home {
	width: 124px;
	background-position: 0px 0;
}

.nav_top a#nav_home.selected {
	background-position: 0px -60px;
}

.nav_top a#nav_home:hover {
	background-position: 0px -30px;
}

.nav_top a#nav_about {
	width: 119px;
	background-position: -125px 0;
}

.nav_top a#nav_about.selected {
	background-position: -125px -60px;
}

.nav_top a#nav_about:hover{
	background-position: -125px -30px;
}

.nav_top a#nav_capabilities {
	width: 141px;
	background-position: -245px 0;
}

.nav_top a#nav_capabilities.selected {
	background-position: -245px -60px;
}

.nav_top a#nav_capabilities:hover{
	background-position: -245px -30px;
}

.nav_top a#nav_products {
	width: 129px;
	background-position: -386px 0;
}

.nav_top a#nav_products.selected {
	background-position: -386px -60px;
}

.nav_top a#nav_products:hover{
	background-position: -386px -30px;
}

.nav_top a#nav_customerSupport {
	width: 180px;
	background-position: -516px 0;
}

.nav_top a#nav_customerSupport.selected {
	background-position: -516px -60px;
}

.nav_top a#nav_customerSupport:hover{
	background-position: -516px -30px;
}

.nav_top a#nav_careers {
	width: 115px;
	background-position: -696px 0;
}

.nav_top a#nav_careers.selected {
	background-position: -696px -60px;
}

.nav_top a#nav_careers:hover{
	background-position: -696px -30px;
}

.nav_top a#nav_contact {
	width: 140px;
	background-position: -811px 0px;
}

.nav_top a#nav_contact.selected {
	background-position: -811px -60px;
}

.nav_top a#nav_contact:hover{
	background-position: -811px -30px;
}


div.subleft {
background-color: #848484;
padding-left: 25px;
padding-bottom: 10px;
line-height: 20px;
margin: 0px;
}

div.subleft a {
color: #ddd;
margin-top: 5px;
}

div.subleft a.selected {
font-weight: bold;
color: #fff;
}

table.photo {
font-size: 9px;
text-align: center;
}
