body {
    margin: 0;
    padding: 0;
    min-width: 1030px;
}


#MainPanel {
	font-family: sans-serif;
	text-align:left;
    margin-left:auto; 
    margin-right:auto;
    width:1030px;
	
}
#LeftPanel {
  width: 700px;
  display: inline-block;
  
}

#RightPanel {
  float: right;	
  width: 300px;
  
  margin-left: 30px;
 
 
  
}

#AppLogoPanel {
	word-spacing: 10px;
	text-align:center; 
	display: inline-block;
	margin-left:auto; 
    margin-right:auto;
	width: 300px;
}

#BigScreenShotPanel {
	text-align:center; 
	display: inline-block;
	margin-left:auto; 
    margin-right:auto;	
	width: 1060px;	
}

#ScreenShotPanel {
	text-align:center; 
	display: inline-block;
	margin-left:auto; 
    margin-right:auto;
	word-spacing: 10px;
	width: 300px;
	margin-bottom: 10px;
}

#ButtonPanel {
	word-spacing: 10px;
	text-align:center; 
	display: inline-block;
	margin-left:auto; 
    margin-right:auto;
	width: 700px;
}

#AppQuickInfoPanel {
	 
	font-family: sans-serif;
    text-align:center; 
}

#PageDiv { position:relative; 
           min-height:100% 
}

#Title{
    text-align:center; 
    line-height: 55px; 
    font-family: "Comic Sans MS", sans-serif;
    color: midnightblue;
}

#Copyright{
	overflow:hidden;
	position:relative; 
	font-family: sans-serif;
    text-align:center; 
    line-height: 35px; 
    color: black;
}

#TopHeader {
    height: 100px;
    width: 100%;
    background-color:#eaecef;
    display:block;
    
}
#TopLine {
    position:relative; 
    height: 3px;
    TOP:100px;
    background-color:gray;
    display:block;
    

}

#BottomLine {
    position:relative; 
    height: 3px;    
    background-color:gray;
    display:block;
    
}

#LogoImg {
  position:absolute; 
    TOP:22px; 
    LEFT:28px;  
    
    
}

#TableDiv {
  font-family: sans-serif;
}

table.center_3Column {
    text-align:center;
    display:block;
    margin-left:auto; 
    margin-right:auto;
    width:50%;
    border-collapse:separate;
    border-spacing:0 5px;
	font-family: sans-serif;
  }
table.center_1Column {
    text-align:center;
    display:block;
    margin-left:auto; 
    margin-right:auto;
    width:20%;
    border-collapse:separate;
    border-spacing:0 5px;
	font-family: sans-serif;
  }
table.center2 {
    text-align:left;
    display:block;
    margin-left:auto; 
    margin-right:auto;
    width:80%;
    border-collapse:separate;
    border-spacing:0 15px;
	font-family: sans-serif;
  }

td.space
{
    text-align:center;
    padding:0 25px 0 25px;
}

td.space2
{
    
    padding:0 10px 0 5px;
}

td.space3
{
    vertical-align: top;
    padding:0 25px 0 0px;
}

	
.css3menu {
        float: right; 
 
	
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	background: #111;
	background: -moz-linear-gradient(
		top,
		#feffff 0%,
		#feffff 25%,
		#fdfefe 50%,
		#dddede 75%,
		#a1a2a2);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#feffff),
		color-stop(0.25, #feffff),
		color-stop(0.50, #fdfefe),
		color-stop(0.75, #dddede),
		to(#a1a2a2));
	background: -ms-linear-gradient(
		top,
		#feffff 0%,
		#feffff 25%,
		#fdfefe 50%,
		#dddede 75%,
		#a1a2a2 100%);
	background: -o-linear-gradient(
		top,
		#feffff 0%,
		#feffff 25%,
		#fdfefe 50%,
		#dddede 75%,
		#a1a2a2 100%);
	background: linear-gradient(
		to bottom,
		#feffff 0%,
		#feffff 25%,
		#fdfefe 50%,
		#dddede 75%,
		#a1a2a2 100%);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0px solid #525252;
	-moz-box-shadow:
		0px 1px 3px rgba(253,254,252,0.5),
		inset 0px 0px 2px rgba(254,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(253,254,252,0.5),
		inset 0px 0px 2px rgba(254,255,255,1);
	box-shadow:
		0px 1px 3px rgba(253,254,252,0.5),
		inset 0px 0px 2px rgba(254,255,255,1);
}
.css3menu li{
	float: left;
	padding: 0px 8px 0px 0px;
	position: relative;
}
.css3menu li:first-child{
	margin: 0 0 0 25px;
	border-left: 0px;
}
.css3menu li:last-child{
	border-right: 0px;
}
.css3menu li:hover{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu li:active{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu a{
	float: left;
	padding: 10px 10px;
	color: #999;
	font-family: sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	text-shadow:
		0px 0px 0px rgba(0,0,0,0.6),
		0px 0px 2px rgba(254,255,255,1);
}
.css3menu a:hover{
	color: #141414;
}
.css3menu a:active{
	color: #141414;
}
.css3menu li:hover > ul{
	display: block;
}
.css3menu li:active > ul{
	display: block;
}
.css3menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 36px;
	left: -120px;
	z-index: 99999;
	background: -moz-linear-gradient(
		top,
		#fefefa 0%,
		#fefefd);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#fefefa),
		to(#fefefd));
	background: -ms-linear-gradient(
		top,
		#fefefa 0%,
		#fefefd 100%);
	background: -o-linear-gradient(
		top,
		#fefefa 0%,
		#fefefd 100%);
	background: linear-gradient(
		to bottom,
		#fefefa 0%,
		#fefefd 100%);
	-moz-border-radius: 0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	border: 1px solid #6d8000;
}
.css3menu ul li{
	border-left: 0px;
	border-right: 0px;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	-moz-box-shadow: 0 1px 0 #111111, 0 1px 0 #777777;
	-webkit-box-shadow: 0 1px 0 #111111, 0 1px 0 #777777;
	box-shadow: 0 1px 0 #111111, 0 1px 0 #777777;
}
.css3menu ul li:first-child{
	padding-left: 0px;
	margin: 0;
}
.css3menu ul li:last-child{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.css3menu ul li:hover{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu ul li:active{
	background: rgba(255, 0, 0, 0.10);
}
.css3menu ul a{
	color: #141414;
	padding: 10px;
	height: auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	height: 16px;
	width: 170px;
}
.css3menu ul a:hover{
	color: #141414;
}
.css3menu ul a:active{
	color: #141414;
}
.css3menu ul li:first-child a{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.css3menu ul li:first-child a:hover:after{
	border-bottom-color: #04acec;
}
.css3menu ul li:last-child a{
	-moz-border-radius: 0 0 0px 0px;
	-webkit-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
}
.css3menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


.mainmenuicondata {
	line-height: 16px;
	float: left;
	padding-right: 10px;
}
.submenuicondata {
	line-height: 16px;
	float: left;
	padding-right: 10px;
}

.mainmenuicondata.icon0 {
	padding-right: 18px;
	background: url("bottom.png") no-repeat 0 -4px;
	background-size: 8px 8px;
	background-position: right center;
	min-height: 8px;
}

.mainmenuicondata.icon1 {
	padding-right: 18px;
	background: url("bottom.png") no-repeat 0 -4px;
	background-size: 8px 8px;
	background-position: right center;
	min-height: 8px;
}

.mainmenuicondata.icon4 {
	padding-right: 18px;
	background: url("bottom.png") no-repeat 0 -4px;
	background-size: 8px 8px;
	background-position: right center;
	min-height: 8px;
}
