html{
	HEIGHT: 100%
}
body{
	HEIGHT: 100%
}
.home_bottom_bar{
	font: 70% Segoe UI, trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: right;
	font-size: small;
	background-color: #2F2F2F;
}
.home_bottom_bar div{
	vertical-align: top;
	margin: 4px 0px 0px 0px;
	line-height: 28px;
}
.alert_area{
	text-align: center; 
	font-weight: bold; 
	text-decoration: underline overline; 
	color: #FF0000;
}
.alert_area a{
	font-style:italic;
	color: #FFF;
}
.home_bottom_bar img{
	margin: 4px 15px 0px 10px;
	border-style: none;
}
.prod_title{
	text-align: center;
	font: 100% Segoe UI, trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: xx-large;
	font-style: italic;
	line-height: 50px;
	font-weight: bold;
}
.prod_imgs{
	text-align: center;
	vertical-align: middle;
}
.prod_imgs img{
	border-style: none;
	margin: 40px 25px;
}
.prod_imgs img:hover{
	border-width: 25px 25px;
	border-color: #4488FF;
	border-style: solid;
	margin: 15px 0px;
}
.mini_banners{
    text-align: center;
    vertical-align: middle;
}
.mini_banners img{
    border-style: none;
    margin: 15px 15px;
}
.prod_downloads{
	font: 70% Segoe UI, trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
}
.prod_downloads img{
	margin: 0px 10px 0px 20px;
	vertical-align: middle;
	border-style: none;
}
.prod_downloads a{
	color: #99DDFF;
	text-decoration: none;
}
.prod_downloads a:hover{
	color: #FFF;
}
.prod_content{
	font: 70% Segoe UI, trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	width: 680;
	padding: 0 20px;
}
.prod_content a{
	color: #99DDFF;
	text-decoration: none;
}
.prod_content a:hover{
	color: #FFF;
}
#footer{
	position: absolute;
	width: 720px;
	bottom: 0;
	left: 152;
	line-height: 30px;
	height: 30px;
	font: 70% Segoe UI, trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: small;
	text-align: center;
}
#wrapper {
	position: relative;
}
#ie6div{
	border-style: solid;
	border-color: #CC0000;
	background-color: #000;
	padding: 8px;
}
#ie6div .close_button {
	float: right;
	display: block;
	margin-left: 8px;
}
#ie6div .close_img:hover{
	background-image: url(../../images/ie6_div/close_hover.png);
}
#ie6div .close_img {
	background-image: url(../../images/ie6_div/close.png);
	display: block;
	height: 17px;
	width: 17px;
    border-style: none;
}