@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bgnd.jpg);
	background-repeat: repeat-x;
	background-color: rgb(0,48,124); /*#082C81;*/
	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;
}
#cityscape {
	background-image: url(../images/cityscape.jpg);
	background-repeat: repeat-x;
	height: 100px;
}
#container {
	width: 910px;  /* 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 */
	padding-top: 52px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-image: url(../images/bgndHeader.jpg);
	background-repeat: no-repeat;
	width: 910px;
	height: 126px;
}
#languages {
	width: 88px;
	height: 24px;
	text-align: center;
}
#languagesBox {
	border: solid thin #039;
	background-color: #FFC;
	padding: 4px;
}
#login {
	width: 160px;
	height: 24px;
	padding: 75px 0 0 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

#login a {color: #000; text-decoration:underline;}
#login a:hover {color: #9CF;}

#nav {
	width: 910px;
	height: 18px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

#nav a {color: #FFF; text-decoration:none;}
#nav a:hover {color: #9CF;}

#mainContent {
	background: #FFFFFF;
}
#contentHome {
	background-image: url(../images/bgndHome.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 550px;
}
#leftNav {
/*	height: 320px;
*/	width: 94px;
	margin-top: 46px;
	float: left;
}
#contentGeneral {
	width: 754px;
	padding: 30px 32px 0 30px;
	background-color: #FFF;
	float: left;
}
#contentProducts {
	width: 754px;
	padding: 30px 32px 0 30px;
	background-color: #FFF;
	float: left;
}
#contentProductPage {
	width: 754px;
	padding: 20px o 0 30px;
	background-color: #FFF;
	float: left;
}
#contentLiterature {
	width: 754px;
	padding: 30px 32px 0 30px;
	background-image: url(../images/bgndLiterature.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	float: left;
}
#contentProductTitle {
	padding: 20px 0 0 30px;
	float: left;
}
#homeProducts {
	height: 220px;
	width: 816px;
	margin-top: 16px;
	float: left;

}
#footer {
	width: 910px;
	background-image: url(../images/bgndFooter.png);
	background-repeat:no-repeat;
}
/*#footer {
	padding: 0 10px;  this padding matches the left alignment of the elements in the divs that appear above it. 
	background:#DDDDDD;
}*/
.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;
}

