﻿@charset "utf-8";
/* CSS Document */
body  {
	background: #4a5c6a;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#container {
	position: relative;
	width: 1000px;  /* using 24px less than a full 1024px 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* Header layout */

#mainHeader {
	width: 100%;
	height: 153px;
	background-repeat: no-repeat;
	background-position: left top;
}

#mainHeader p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainHeader p a#eng_sel {
	border: none;
	margin: 0;
	padding: 0;
}

#mainHeader p a#eng_sel img {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#mainHeader p a.lamcel_logo_sel img.lamcel_logo {
	float: right;
	border: none;
	margin: 0;
	padding: 0;
}

#mainHeader div.main_menu {
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	margin-left: 229px;
	padding: 0;
}

#mainHeader div.main_menu table {
	width: 771px;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0px none #FFFFFF;
}

#mainHeader div.main_menu table tr td {
	width: 12.5%;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0px none #ffffff;
	background-image: url(graphics/global/blue_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#mainHeader div.main_menu td#selected {
	width: 12.5%;
	height: 55px;
	margin: 0;
	padding: 0;
	border: 0px none #ffffff;
	background-image: url(graphics/global/grey_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#mainHeader div.main_menu table tr td:hover {
	background-image: url(graphics/global/grey_menu.gif);
}

#mainHeader div.main_menu table tr td a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	font-variant: small-caps;
	/*word-spacing: 4em; /* Google/Safari fix */
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 55px;
	width: 97px;
}

/* Center content layouts */

#mainContent {
	min-height: 447px;
}

#flashContent {
	width: 747px;
	margin: 0 60px 0 0;
	padding: 0;
	float: right;
	display: inline;
}

#flashContent_p {
	width: 800px;
	margin: 0 50px 0 0;
	padding: 0;
	float: right;
}
#flashContent_p p {
	color: #4a5c6a;
	margin: 0;
	padding: 0;
	text-align: center;
}

#continueButton {
	float: right;
	width: 98px;
	height: 56px;
	background: url(graphics/global/blue_menu.gif) center no-repeat;
}
#continueButton a {
	display: block;
	width: 98px;
	height: 56px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	text-align: center;
	margin: 0;
	padding: 18px 0 0 0;
}

/* Left Menu */

.productMenu {
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.productMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.productMenu li {
	position: relative;
	width: 97px;
	height: 55px;
	background-image: url(graphics/global/blue_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
}

.productMenu .selected {
	position: relative;
	width: 97px;
	height: 55px;
	background-image: url(graphics/global/grey_menu.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.productMenu li:hover {
	background-image: url(graphics/global/grey_menu.gif);
}

.productMenu #li1 {
	left: 120px;
}
.productMenu #li2 {
	left: 107px;
}
.productMenu #li3 {
	left: 94px;
}
.productMenu #li4 {
	left: 81px;
}
.productMenu #li5 {
	left: 68px;
}
.productMenu #li6 {
	left: 55px;
}
.productMenu #li7 {
	left: 42px;
}

.productMenu li p {
	margin: 0;
	padding: 0 3px 0 0;
}

.productMenu li p a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	font-variant: small-caps;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 55px;
	width: 97px;
	padding-left: 5px;
}

/* Footer layout */

#footer {
	color: #ffffff;
	text-align: left;
	font-size: 10px;
	background-color: #a0aab3;
	margin-top: 3em;
/*	display: none;*/
}

#footer p {
	margin: 0 0 0 20px;
	padding: 2px 0;
}

#footer a {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
#footer a:link { color: #ffffff; }
#footer a:visited { color: #0081c5; }
#footer a:hover { color: #4a5c6a; }
#footer a:active { color: #4a5c6a; }

.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;
	margin: 0;
	padding: 0;
}
