@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../EN/images/background.jpg);
	background-color: #010218;
	background-position: center top;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 155px;
	margin-bottom: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background-repeat: no-repeat;
}
#sideimage {
	float: left;
	width: auto;
	padding-right: 30px;
}
#content {
	padding-top: 20px;
}


.twoColFixLtHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	position: absolute;
	width: 800px;
} 
#footer   ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	float:left;
}
#footer li {
	float:left;
	padding-top: 1.5em;
	padding-right: 1.25em;
	padding-bottom: 1.5em;
	padding-left: 1.25em;
}
	
#footer li a:link, #footer li a:visited  {
	display:block;
	color:#FFFFFF;
	text-align: left;
	text-decoration:none;
}
#footer li a:hover, #footer li a:active  {
	color:#e6c97b;
	text-decoration: underline;
}

#footer li a.current, #footer li a.current:hover, #footer li a.current:active{
	color:#DAC08B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DAC08B;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000000;
	line-height: 1.25em;
}
#nav1 {


}
#nav2 {
	position: relative;
	top: 20px;
}

#mainContent a:link, #mainContent a:visited {
	color: #05286C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#mainContent a:hover, #mainContent a:active{
	color:#CDAB64;
}

#info {
	width: 450px;
	height: 205px;
	padding-top: 175px;
	padding-left: 345px;
	background-repeat: no-repeat;
}
#box1 {
	width: 266px;
	float: left;
	background-image: url(../EN/images/office_box.gif);
	background-repeat: no-repeat;
	height: 75px;
	padding-top: 100px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#box2 {
	width: 259px;
	float: left;
	background-image: url(../EN/images/24Access_box.gif);
	background-repeat: no-repeat;
	height: 125px;
	padding-top: 50px;
	padding-left: 10px;
}
#box3 {
	width: 245px;
	float: left;
	height: 125px;
	background-image: url(../EN/images/distributor_Box.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-left: 10px;
}
#google_translate_element {
	clear: right;
	height: 65px;
	padding-top: 20px;
	padding-left: 535px;
	padding-bottom: 15px;




}
#logo {
	float: left;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #252364;
	text-decoration: none;
	text-transform: uppercase;
}
#google_translate_element  img   {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
