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

html{height:100%}
html,body {margin:0;padding:0;}
body{
	text-align:center;
	min-width:650px;
	background-color: #000000;
	background-image: url(images/bg_composite.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#flashvertical{
	position:absolute;
	top:50%;
	margin-top:-295px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	width:975px;/* flash width*/
	margin-left:auto;
	margin-right:auto;
	height:590px;
	background-color: #FFFFFF;
}
.overview_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
}
.overview_message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
}
.mailto {
	color: #3C6079;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.td_bottom_rule {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}.price_smallprint {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	padding-top: 0px;
}
