@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font: normal 100%/1.4em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #666666;
	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: #006600;
}
.oneColFixCtrHdr {
	padding-bottom: 20px;
}
.oneColFixCtrHdr a {
	color: #006600;
}
.oneColFixCtrHdr #container {
	position: relative;
	width: 740px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* 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. */
	background-image: url(../images/header.jpg);
	height: 137px;
	position: relative;
	z-index: 100;
}
.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 */
	display: none;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../images/body.jpg);
	margin-top: -21px;
	margin-bottom: 21px;
	padding-top: 5px;
	padding-right: 145px;
	padding-bottom: 0;
	padding-left: 40px;
	z-index: -200;
}
.oneColFixCtrHdr #mainContent > h1, .oneColFixCtrHdr #mainContent > h2, .oneColFixCtrHdr #mainContent > h3 {
	color: #333300;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px;
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}
.oneColFixCtrHdr #mainContent .smallbox {
	background: url(../images/smallboxleft_body.jpg) no-repeat top left;
}
.oneColFixCtrHdr #mainContent .smallboxbody {
	background: url(../images/smallboxright_body.jpg) no-repeat top right;
}
.oneColFixCtrHdr #footer {
	position: relative;
	padding: 0 10px;
	margin-top: -21px;
	margin-bottom: -21px;
	background-image: url(../images/footer.jpg);
	height: 225px;
}
.oneColFixCtrHdr #footer #footerContent {
	position: absolute;
	bottom: 0;
	width: 100%;
	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 */
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	font-size: .7em;
	line-height: 1.2em;
	margin: 0;
	color: #FFFF66;
}
.oneColFixCtrHdr #footer a {
	color: #FFFF66;
}
/* Participant
*/

.participant {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	padding: 10px;
	padding-top: 5px;
	color: #222222;
	background-color: #FFCC66;
}
.participant a {
	color: #222222;
	text-decoration: none;
}
.participant a:hover {
	color: #222222;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
}
.participant img {
	border: none;
}
.participant .company {
	display-style: inline;
	clear: right;
	width: 80%;
	font-weight: bold;
}
.participant .products {
	display: inline;
	clear: right;
	width: 80%;
	font-size: 80%;
}
.participant .goto {
	position: absolute;
	top: 10px;
	right: 10px;
}
/* Navigation menu
*/
#navigation {
	position: absolute;
	top: 145px;
	right: 0px;
	margin: 0;
	margin-top: -10px;
	padding: 0;
	padding-top: 10px;
	width: 125px;
	height: 192px;
	background:  url(../images/menu.jpg) no-repeat bottom right;
}
#navigation .menu {
	width: 125px;
	margin: 0;
	min-height: 400px;
}
#navigation .menu ul {
	list-style: none;
	width: 125px;
	margin: 0;
	padding: 0;
}
#navigation .menu li {
	list-style: none;
	width: 125px;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}
#navigation .menu img {
	border: none;
}
#navigation .menu li a {
	height: 32px;
	width: 125px;
	padding: 8px 0 0 10px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
}
#navigation .menu li a:hover {
	color: #ffffff;
	width: 125px;
	padding: 8px 0 0 10px;
	text-shadow: rgba(0, 0, 0, .4) 0px 2px 5px; /* Safari-only, but cool */
}
