@charset "utf-8";
body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #f4f1e3;
	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: #000000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
form, h1, h2, h3 {
	margin:0;
	padding:0;
	}
	.rollOver {
	width: 200px;
	padding: 5px 1px 1px 1px;
	float: right; }
.advantageText {
	width: 500px;
	padding: 5px 1px 1px 25px;
	float: left; }
.applicationForm {
	width: 400px;
	padding: 5px 1px 1px 25px;
	float: left; }
.applicationText{
	width: 450px;
	padding: 10px 5px 5px 5px;
	float: left; }
.contactForm {
	width: 200px;
	padding: 5px 1px 1px 1px;
	float: right; }
.contactText{
	width: 250px;
	padding: 10px 5px 5px 5px;
	float: left; }
.homeCorner {
	width: 220px;
	padding: 12px 1px 1px 1px;
	float: right; }
#menu .menuItem {
	padding-bottom:10px;
	margin-top:10px;
	border-bottom:1px dotted #CCCCCC;
}
#menu .slideMenu {
	padding-bottom:10px;
	font-size:8pt;
	padding-top:10px;
	padding-left:10px;
}

#menu .slideMenu a {
	color:#727272;
	text-decoration:underline;
}

#menu .slideMenu a:hover {
	color:#000000;
	text-decoration:underline;
}

#menu .slideMenu .subMenu {
	padding-bottom:10px;
}

.oneColFixCtrHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	padding: 0 0px 0 0px;  /* 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. */
	height:95px;
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
}
.oneColFixCtrHdr #languages {
	float:right;
	height:45px;
	background-image:url(images/language-flags.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:215px;
	padding-top:50px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* 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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:205px;
}
.oneColFixCtrHdr #mainText {
	border-left:1px solid #555555;
	border-right:1px solid #555555;
	border-top:5px solid #333333;
	border-bottom:5px solid #333333;
	background-color:#FFFFFF;
	padding:30px;
	width: 529px;
	font-size: 100%;
}
.oneColFixCtrHdr #menu {
	width:195px;
	background-image:url(images/menu-bg.jpg);
	background-repeat:repeat-y;
	background-position:top;
	float:left;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	background-image:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
	font-size:7pt;
}
.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: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style1 {
	color: #2f496d;
	font-size: 50%;}
.style2 {
	font-size: 80%
}
.style3 {font-size: 40%}
.style4 {
	color: #DE032B;
	font-weight: bold;
	font-size: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.style7 {
	color: #DE032B;
	font-weight: bold;
	font-size: 80%
}eNews {
	font-size: 14px;
	color: #DE032B;
}
.enews {
	font-size: 14pt;
	color: #F6F4E8;
}
.newProduct {
	width: 20px;
	float: right;
	margin: 10px 5px 0 1px;
	margin-bottom: 5px;
}
.lowerRight {
	width: 180px;
	padding: 12px 1px 1px 1px;
	float: right; }

