/* CSS Document */
body {
    background-color: #F7F7F7;
	background-image:url(../images/bg_body.gif);
	background-repeat:repeat-x;
    margin: 0px;
}

body, div, p, table, td, th, h1, h2, h3, input, select, textarea, option, pre {
    font-family: Arial;
	color: #666666;
}

body, div, p, table, td, th, input, select, textarea, option, pre {
    font-size: 11px;
}

a {
	color: #666666;
}

a:visited, a:link, a:active {
   text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin: 2px 0px 6px 0px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #181818;
	margin: 5px 12px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-size: 12px;
	margin: 0px;
}

a.strong {
	font-weight: bold;
}

a.strong:visited, a.strong:link, a.strong:active {
   text-decoration: none;
}
a.strong:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

a.h1:visited, a.h1:link, a.h1:active {
   text-decoration: none;
}
a.h1:hover {
	color: #CC0000;
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}

ul {
	padding: 0px;
	margin: 0px;
	padding-left: 7px;
	margin-left: 7px;
}
li {
	list-style: url(../images/li.gif);
}
#container {
	width: 624px;
	margin: 0px auto 0px auto;
}

#header {
	width: 624px;
}
#content {
	width: 614px;
	margin: 18px 5px 0px 5px;
}
#menu {
	height: 24px;
}
#menu div {
	float: left;
	margin-right: -1px;
}
#menu div.active {
	z-index: -10;
}
#download {
	width: 614px;
	height: 136px;
}
#download .text {
	float: left;
	width: 373px;
	height: 124px;
	background-image:url(../images/bg_download.gif);
	padding: 12px 0px 0px 0px;
}
#download .text div {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	padding: 7px 0px 0px 150px;
}
#download .picture {
	float: left;
}
#textspacer {
	margin: 1px 0px 0px 0px;
	background-color: #19B2BC;
	height: 3px;
}
#text {
	width: 578px;
	padding: 18px 18px 12px 18px;
	background-color: #FFFFFF;
}
#text .block_1 {
	float: left;
	width: 334px;
	padding: 0px 20px 0px 0px;
}
#text .block_2 {
	float: left;
	width: 203px;
	padding: 0px 0px 0px 20px;
	border-left: 1px solid #E7E7E7;
}
#text .block_2 img {
	padding: 2px 6px 0px 0px;
}
#text .block_2 input.text {
	color: #333333;
	width: 110px;
	margin: 0px 10px 0px 0px;
}
.qr {
	margin: 0px 20px 0px 0px;
	border: 1px solid #ABABAB;
}
#footerspacer {
	clear: both;
	height: 6px;
	margin: 0px 5px;
}
#footer {
	width: 624px;
	height: 27px;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}
#footer a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
#link {
	position: absolute;
	top: 250px;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 0px 162px 0px 162px;
	visibility: hidden;
}
#link .text {
	padding: 10px;
}
#qrimage {
	position: absolute;
	top: 350px;
	width: 300px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 0px 162px 0px 162px;
	visibility: hidden;
}
#qrimage .text {
	padding: 10px;
	text-align: center;
}
.close{
	float: right;
	cursor: pointer;
}