/* CSS Document */

/* ================================================= Basic html redefenitition == */

body,td,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img { border: 0; }
p { line-height: 1.3em; }
a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #999999; }
a:active { color: #003366; }
h1 { font-size: 18px; }
h2 { font-size: 14px; }

/* ================================================= Layout == */

#wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
}

.layer {
	position: relative;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#header {
	position: relative;
	width: 760px;
}
#header .logo {
	float: left;
	padding: 10px;
}
#header .tag {
	float: right;
	padding: 10px 20px 10px 10px;
}

#navigation {
	position: relative;
	float: left;
	width: 760px;
	height: 60px;
}

#flashproducts {
	position: relative;
	float: left;
	margin-top: 20px;
	width: 170px;
	height: 480px;
}

#page {
	position: relative;
	float: left;
	width: 590px;
}

#footer {
	position: relative;
	float: left;
	clear: left;
	width: 760px;
	margin: 0;
	background-repeat: no-repeat;
}
#footer .footernews {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 20px;
}
#footer .citizen {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 9px;
	color: #666666;
}
#footer .citizen a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#footer .citizen a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


#mininav {
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	text-align: center;
	clear: left;
}
#mininav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mininav ul li {
	float: left;
	width: auto;
	vertical-align: middle;
	margin: 0;
	padding: 5px 7px 5px 7px;
	font-size: 10px;
	border-left: 1px solid #CCCCCC;
	line-height: 1em;
}
#mininav ul li a {
	color: #333333;
	text-decoration: none;
}
#mininav ul li a:hover {
	color: #003366;
	text-decoration: none;
}

#footernav {
	position: relative;
	clear: left;
	margin: 15px 0 0 0;
	border-top:1px solid #CCCCCC;
	padding: 0;
	padding-top:10px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}
#footernav a {
	color: #333333;
	text-decoration: none;
	padding: 0 0 0 8px;
	font-weight: bold;
}
#footernav a:hover {
	color: #336699;
	text-decoration: none;
	padding: 0 0 0 8px;
	font-weight: bold;
}

#footer p .copyright {
	clear: left;
	padding: 0;
	padding-top: 10px;
	margin: 0;
	font-size: 10px;
	color: #666666;
	text-align: center;
}

/* ================================================= Downloads == */

.download {
	clear: left;
	width: 500px;
	background-image: url(../images/construct/icon-download-13.gif);
	background-repeat: no-repeat;
	padding-left: 21px;
	margin-top: 5px;
	line-height: 13px;
}
