* {
        margin:0;
        padding:0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20px 0;
	font-size: 80%;
}

#Wrapper {
	width: 730px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border: 1px solid #7A909D;
}
#Header {
	width: 710px;
	padding: 10px 10px;
	border-bottom: 4px solid #7A909D;
	overflow:auto;
}

h1 {
        width:280px;
        height:84px;
        display: block;
	float: left;
        background: url(../images_gen/ganz-logo.gif) top left no-repeat;
        text-indent:-9999px;
}

h1 a {
        display:block;
        width:280px;
        height:84px;
}

#DataSheet {
	width: 200px;
	height:59px;
	float: right;
	padding: 13px 15px;
	background-color: #CC0000;
	border: 1px solid #000;
	text-align: center;
	font-size: 150%;
	font-weight:bold;
	line-height:30px;
	text-decoration: none;
	color: #fff;
}
#Page {
	width: 730px;
	padding: 0 0 15px 0;
	position: relative;
	background:url(../images_gen/page_bg.gif) top center repeat-y;
	overflow:auto;
}

.leftpart {
        width:364px;
        float:left;
        background:url(../images_gen/ganz_optical.jpg) 200px top no-repeat;
}

.rightpart {
        width:364px;
        float:left;
        background:url(../images_gen/ganz_thermal.jpg) 200px top no-repeat;
}

#Page h2 {
	font-size: 350%;
	font-weight: bold;
	color: #7A909D;
	margin: 0 0 15px 0;
}

h2 {
	color: #fff;
	padding: 20px;
	width: 280px;
	height: 280px;
	font-size: 220%;
	font-style: normal;
	font-weight: bold;
	text-indent:-9999px;
} 

.leftpart h2 {
        background: url(../images_gen/h2_c-allview.gif) no-repeat top left;
}

.rightpart h2 {
        background: url(../images_gen/h2_c-allview_thermal.gif) no-repeat top left;
}


h2 a {
	display:block;
	height:100%;
	width:100%;
        color: #fff;
	text-decoration: none;

}
.Info {
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}
.Info strong {
	color: #7A909D;
}

.leftpart p,
.rightpart p {
        padding-left:15px;
        padding-right:15px;
        margin-bottom:4px;
}

.leftpart ul,
.rightpart ul {
        list-style-position: outside;
        list-style-image: url(../images_gen/bullet.gif);
        list-style-type: square;
        margin:0 15px 0 30px;
}

.leftpart ul li,
.rightpart ul li {
       padding-bottom:5px;
}

#BottomText {
        border-top: 1px solid #7A909D;
        padding:14px;
        font-size:120%;
        font-weight:bold;
        line-height:1.2em;
}

#Footer {
	width: 690px;
	_width: 730px;
	padding: 10px 20px;
	border-top: 4px solid #7A909D;
	background: url(../images_gen/header_bg.gif) no-repeat right;
	font-size: 80%;
	color: #7A909D;
}
