@charset "utf-8";
/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: url(../images/bg.gif);
/* centering div for IE. Don't forget to text-align: left to all other divs below to nulify this text-align */
	text-align: center;
	min-width: 946px;
	height: 100%;
	min-height: 100%;
}
#topbg {
	background-image: url(../images/bg_toppart.gif);
	background-repeat: repeat-x;
	height: 100%;
	min-height: 100%;
}
/* 2 main divs below that needs to be on top of #topbg: divmain & contenttable */
#divmain {
/*	float: inherit; */
	height: 100%; 
	margin: 0 auto 0 auto;
}

#divmain2 {
	min-height: 100%;
	margin: 0 auto;
	background:url(../images/bg_toppart2.gif) repeat-y;
}

#contenttable {
	background: url(../images/bg_toppart2.gif) repeat-y;
	width: 946px;
/* to center the this div while nulifying text-align: center that fixes IE incompatibility on body */
	margin:0 auto;
	text-align: left;
	height: 100%;
}

#contenttabletop {
	background: url(../images/logo_axxiom.jpg);
	background-repeat: none;
	width: 946px;
	height: 229px;
}

#rightcontent {
	background: url(../images/bg_rightcontent.gif);
	background-repeat: no-repeat;
}

.tablerightcontent {
	margin: 16px 22px auto auto;
}

.font_right_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014f3c;
	line-height: 20px;
}

a.font_right_content:link {
	color: #014f3c;
}

a.font_right_content:active {
	color: #014f3c;
}

a.font_right_content:visited {
	color: #014f3c;
}

a.font_right_content:hover {
	color: #014f3c;
	text-decoration: none;
}

.font_right_content_main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014f3c;
	line-height: 20px;
	width: 350px;
}

a.font_right_content_main:link {
	color: #014f3c;
}

a.font_right_content_main:active {
	color: #014f3c;
}

a.font_right_content_main:visited {
	color: #014f3c;
}

a.font_right_content_main:hover {
	color: #014f3c;
	text-decoration: none;
}


.innovative {
	font-weight:bold;
	color: #ffc757;
	font-size: 14px;
}

.indexmainmessage {
	width: 340px;
	margin: auto 10px auto 10px;
	font-style: italic;
	color:#000000;
}

.nameyoutrust {
	font-weight:bold;
	color: #f9a03a;
	font-size: 14px;
	text-align:right;
}


.search {
	margin: 28px 15px auto auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	border: 0px;
}

.distro {
	margin: 22px 15px auto auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	border: 0px;
}
.bordersearchdistro{
	border: 1px solid #000000;
}

.GObutton{
	border: 1px solid #000000;
}


.greenedge {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #02513E;
	border-right-color: #02513E;
	border-bottom-color: #02513E;
	border-left-color: #02513E;
}
.news10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: auto 10px auto 10px;
}
.news11green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #02513E;
}

.news11greentitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #02513E;
}

a.news11greentitle {
   text-decoration:none;
}

.headerforproduct {
	font-size: 12px;
	font-weight: bold;
}

a.headerforproduct:link {
	color: #0075c2;
}

a.headerforproduct:visited {
	color: #0075c2;
}

a.headerforproduct:hover {
	color: #0075c2;
	text-decoration: none;
}

a.headerforproduct:active {
	color: #0075c2;
}


a.linknotbold:link {
	color: #0075c2;
}

a.linknotbold:visited {
	color: #0075c2;
}

a.linknotbold:hover {
	color: #0075c2;
	text-decoration: none;
}

a.linknotbold:active {
	color: #0075c2;
}

.linklogout {
color: #FFFFFF;
font-size: 14px;
font-weight:normal;
}

a.linklogout:link {
color: #FFFFFF;
}

a.linklogout:visited {
color: #FFFFFF;
}

a.linklogout:hover {
color: #FFFFFF;
text-decoration: none;
}

a.linklogout:active {
color: #FFFFFF;
}

.sitemapsubmenupadding {
	margin: 0px 0px 0px 25px;
	text-align:left;
}

.widthtofit {
width:350px;
}
.button {
 border: 1px black solid;
}