@charset "utf-8";
/* CSS Document */

/*
padding: top right bottom left
*/
html {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #84838b;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #actimaxLogo {
	display: block;
	margin: 30px 0 10px 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	line-height: 80px;
	text-indent: -9999px;
	width: 240px;
	color: #FFFFFF;
	float: left;
	background: url('images/logo_actimax.gif') #FFFFFF no-repeat;
	/*padding: 10px 10px 10px 10px;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #intertelLogo {
	display: block;
	text-indent: -9999px;
	margin: 10px 0 10px 10px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	line-height: 126px;
	background: url('images/header_right_top.gif') #FFFFFF no-repeat;
	/*padding: 10px 10px 10px 10px;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 425px;
	color: #FFFFFF;
	float: right;
}
.oneColFixCtrHdr #header ul {
	background: url('images/menu_bar_top.gif') #FFFFFF no-repeat;
	line-height: 38px;
	margin: 0;
	padding: 2px 0 0 0;
	width: 980px;
}
.oneColFixCtrHdr #header li {
	margin: 0 0 0 6%;
	padding: 0;
	display: inline;
	background: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer ul {
	background: url('images/address_bar_bottom.gif') #FFFFFF no-repeat;
	line-height: 38px;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #footer li {
	margin: 0;
	padding: 0 0 0 25px;
	display: inline;
	background: none;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.oneColFixCtrHdr #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #footerSlogan {
	display: block;
	text-indent: -9999px;
	margin: 10px 0 0px 149px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	line-height: 18px;
	background: url('images/actimax_slogan_bottom_of_page.gif') #FFFFFF no-repeat;
	/*padding: 10px 10px 10px 10px;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 682px;
	color: #FFFFFF;
}
.oneColFixCtrHdr #mainContent {
	padding: 10px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #84838b;
}
.oneColFixCtrHdr #leftColumn {
	width: 680px;
	float: left;
}
.oneColFixCtrHdr #leftColumn h1 {
	color: #338dc6;
}
.oneColFixCtrHdr #leftColumn li {
	color: #84838b;
	/*font-weight: bold;*/
	margin-left: -20px;
	padding-left: 10px;
	padding-top: 15px;
}
.oneColFixCtrHdr #awardsContainer {
	width: 100%;
	display: block;
	padding-top: 50px;
}
.oneColFixCtrHdr #award1 {
	float: left;
	border: 0px #000000 solid;
	height: 125px;
	width: 24%;
}
.oneColFixCtrHdr #award2 {
	float: left;
	border: 0px #000000 solid;
	height: 125px;
	width: 24%;
}
.oneColFixCtrHdr #award3 {
	float: left;
	border: 0px #000000 solid;
	height: 125px;
	width: 24%;
}
.oneColFixCtrHdr #award4 {
	float: left;
	border: 0px #000000 solid;
	height: 125px;
	width: 24%;
}
.oneColFixCtrHdr #rightColumn {
	width: 200px;
	float: right;
	border: 0px #000000 solid;
}
.oneColFixCtrHdr #rightColumn form {
}
.oneColFixCtrHdr #textfieldTxtCompany {
	border: 1px #808080 solid;
	margin-left: 15px;
	margin-top: 0px;
}
.oneColFixCtrHdr #textfieldTxtName {
	border: 1px #808080 solid;
	margin-left: 15px;
	margin-top: 0px;
}
.oneColFixCtrHdr #textfieldTxtPhone {
	border: 1px #808080 solid;
	margin-left: 15px;
	margin-top: 0px;
}
.oneColFixCtrHdr #textfieldTxtEmail {
	border: 1px #808080 solid;
	margin-left: 15px;
	margin-top: 0px;
}
.oneColFixCtrHdr #logosContainer {
	display: block;
	padding-top: 50px;
}
.oneColFixCtrHdr #logo1 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo2 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo3 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo4 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo5 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo6 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo7 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #logo8 {
	float: left;
	border: 0px #000000 solid;
	margin-left: 5px;
	margin-right: 5px;
	height: 68px;
	padding-bottom: 10px;
}