﻿@charset "utf-8";
html {
	direction: ltr;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004c99;
	background: #fff url('Img/bg-html.png') repeat-x left
top;
}

body {
	margin: 0;
	padding: 0;
}

/* default tags */
a {
	color: #50a2d1;
	font-weight: bold;
	display: inline;
}
a:hover {
	color: red;
}

p {
	font-size: 1.5em;
	line-height: 1.6em;
	margin-bottom: 15px;
}


/* lists */
ul {
	text-align:left;
	font-size: 1.5em;
}

ul li ul {
	font-size: 1.2em;
}



/* CONTAINER */
#container {
	width: 980px;
	height: 100%;
	display: block;
	margin: 10px auto;
	background: #fff;
}


#pagecontainer {
	width: 980px;
	height: 100%;
	display: block;
	float: left;
}
	
	

/* NAVIGATION */
#navigation {
	width: 580px;
	height: 40px;
	display: block;
	float: right;
}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 40px;
		display: block;
		float: left;
		font-size: 1em;
	}
		#navigation ul li {
			height: 40px;
			display: block;
			float: left;
		}
		
			#navigation ul li a {
				font-size: 1.1em;
				color: #1d7bbf;
				font-weight: normal;
				text-decoration: none;
				padding: 13px 20px 14px;
				display: block;
			}
			#navigation ul li a:hover {
				text-decoration:underline;
			}


img { width: auto; border:0; }
img.right { margin:5px 5px 5px 5px; padding: 5px 5px 5px 5px; float:right; text-align:right; border:1px  silver solid }
img.left { margin:5px 5px 5px 5px; padding: 5px 5px 5px 5px; float:left; text-align:left; border:1px  silver solid }



/* HEADER */
#header {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	background: #fffff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
	
#headimage{
	width: 980px;
	height: 100px;
	display: block;
	float: left;
	border-top: 1px solid #fff;
}


#page {
	background: #fff;
	width: 980px;
	display: block;
	float: left;
}

	#content {
		padding: 20px;
		width: auto;
		display: block;
		float: left;
	}
	
#download
{ 	width: 300px;
	height:140px;
	float:right;
 	margin:5px 5px 5px 5px; 
 	padding: 5px 5px 5px 5px; 
	border:1px  silver solid;
	text-align:center;
}
	
#downloadname
{
	font-size:xx-large;
	color:#666666;
	margin-bottom:0px;
}
#downloadver
{
	color:#666666;
}


#reason
{ 	width: 610px;
	height:140px;
	float:left;
 	margin:5px 5px 5px 5px; 
 	padding: 5px 5px 5px 5px; 
	border:1px  silver solid;
	text-align:center;
}
#try
{
	
	text-align:center;
	color:#50a2d1;
	font-size:large;
}

#intro
{ 	
	width: 960px;
	height:420px;
	float:left;
 	margin:5px 5px 5px 5px; 
 	padding: 5px 5px 5px 5px; 
	border:1px  silver solid;
	text-align:left;
}

.bluebar {
	width: 980px;
	height: 5px;
	background:#50a2d1;
	display: block;
	float: left;
}
	#copyright {
		padding: 10px 20px;
		display: block;
		text-align:center;
	}

	.question
	{
		font-weight:bold;
		color:navy;
	}

