@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout/fmv_layout_bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.header {
	font-weight: bold;
	text-decoration:underline;
}
.contacts {
	font-weight: bold;
}
.banner {
	font-weight: bold;
}
.products {
	font-weight: bold;
}
a {
	font-size: 14px;
	color: #014A8E;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #014A8E;
}
a:hover {
	text-decoration: none;
	color: #0CB145;
}
a:active {
	text-decoration: none;
	color: #0CB145;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:link {
	text-decoration: none;
	font-size: 10px;
	color: #D3D3D3;
}
.copyright a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #D3D3D3;
}
.copyright a:hover {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
.copyright a:active {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}
#navi a {
	color: #014A8E;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
	vertical-align:middle;
	background-image:url(images/layout/navibtn.gif);

	display: block;
	width: 100%;
	height: 20px;
}
#navi a:hover {
	background-color: #F2F2F2;
	color: #0CB145;
	background-position:center;
}
#products a {
	color: #014A8E;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
	vertical-align:middle;
	background-image:url(images/layout/navibtn.gif);

	display: block;
	width: 100%;
	height: 20px;
}
#products a:hover {
	background-color: #F2F2F2;
	color: #0CB145;
	background-position:center;
}
#content a {
	color: #014A8E;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
	vertical-align:middle;
	background-image:url(images/layout/contentbtn.gif);

	display: block;
	width: 690px;
	height: 20px;
}
#content a:hover {
	background-color: #F2F2F2;
	color: #0CB145;
	background-position:center;
}