﻿body
{
	width: 100%;
}

A:HOVER
{
	text-decoration: underline;
}

A, A:VISITED, A:LINK, A:ACTIVE
{
	font-family: Arial,Verdana,Helvetica;
	font-size: 10pt;
	text-decoration: none;
}

#background
{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
#content
{
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
#header
{
	position: relative;
	/*top: 82px;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom:100px;
	width: 820px;
}
#content_body
{
	position: relative;
	top: 17%;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
}


.mnu, .mnu:LINK, .mnu:VISITED, .mnu:ACTIVE
{
	padding-left: 10px;
	color: White;
	font-size: 8pt;
	font-weight: normal;
	background-color: Transparent;
}
.mnu:hover
{
	color: Black;
	background-color: White;
}
.hover_menu_link, .hover_menu_link:link, .hover_menu_link:active, .hover_menu_link:visited
{
	font-size: 8pt;
	height: 22px;
	color: #a3e4ff;
	padding: 0px;
	margin: 0px;
	width: 135px;
	border-collapse: collapse;
	text-align: center;
	cursor: pointer;
}
.hover_menu_link a
{
	font-size: 8pt;
	color: #a3e4ff;
}

.hover_menu_link:hover
{
	background-image: url('../images/selector_hover.jpg');
	background-repeat: repeat-x;
	background-position: center middle;
}
.hover_menu_link:hover a
{
	color: #ffffff;
}
.hover_menu_div
{
	height: 100%;
}
.hover_menu_div:hover
{
	color: #ffffff;
	background-color: #2a5d72;
}

.producst_hover_menu
{
	color: #000000;
	position: absolute;
	left: 20px;
	color: #a3e4ff;
	width: 135px;
	height: 264px;
	margin-left: 29px;
	display: none;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
}

.solutions_hover_menu
{
	color: #000000;
	position: absolute;
	left: 20px;
	color: #a3e4ff;
	width: 135px;
	height: 264px;
	margin-left: 42px;
	display: none;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
}

.modal
{
	background-image: url(   '../images/cybex_background.jpg' );
	background-position: left top;
	background-repeat: repeat-x;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: white;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	z-index: 1000;
	display: none;
}
.movie
{
	width: 100%;
}

