/* General 
-----------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

body {
	color: #5e5e5e;
	background: url(/images/bg.jpg) repeat-x;
	background-color: #ffefef;
	line-height: normal;
}

body, div, p, th, td, li, dd {
	font: normal 12px Verdana, Arial, Helvetica, Lucida, sans-serif;
	text-align: left;
	line-height: 20px;
}


:focus {
	outline: 0;
}

a {
	color: #009d04; 
	text-decoration: underline; 
}
a:link { color: #009d04; } 
a:visited { color: #009d04; }
a:active { color: #009d04; }
a:hover { color: #5e5e5e; 	text-decoration: none; }

h1,h2,h3,h4,h5 { 
	color: #5e5e5e; 
	font-weight: normal;
}

h1 { 
	font-size: 23px; 
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	letter-spacing: -1px 
}
h20 { 
	font-size: 23px; 
	line-height: 28px;
	font-weight: bold;
	padding: 0 0 10px 0;
	letter-spacing: -1px 
}

h2 { 
	font-size: 17px; 
	line-height: 19px;
	font-weight: bold;
	padding: 0 0 5px 0;
	letter-spacing: -1px 
}

h3, h4, h5 { 
	font-size: 14px; 
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	letter-spacing: -1px 
}




p { padding: 0 0 10px 0; }

hr { 
	height: 1px; 
	background-color: #CCCCCC; 
	color: #CCCCCC;
	border: none;
}

input.button {
	cursor:pointer;
	background:url(/images/button_bg.png) repeat-x;
	background-color: transparent;
	padding: 0 5px 5px 5px;
	display:inline-block;
	line-height: 23px;
	height: 23px;
	color:#FFFFFF;
	font-weight:bold;
	border: 0;
	font-size: 12px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}	

input.button:hover, input.button:focus {
	background-color: transparent;
}

span.button1 { 
	background:url(/images/button_right.png) no-repeat right top;
	background-color: transparent;
	padding: 0 13px 0px 0px;
	margin: 0 0px 0 0;
	line-height:23px;
	height: 23px;
	display: inline-block;
}

span.button2 { 
	background:url(/images/button_left.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 13px;
	margin: 0 0px 0 0;
	line-height:23px;
	height: 23px;
	display: inline-block;
}	


input.buttonBig {
	cursor:pointer;
	background:url(/images/button_big.png) repeat-x;
	background-color: transparent;
	padding: 0 5px 5px 5px;
	display:inline-block;
	line-height: 32px;
	height: 32px;
	color:#FFFFFF;
	font-weight:bold;
	border: 0;
	font-size: 18px;
	overflow: hidden;
	margin: 0;
	text-align: center;
	overflow: visible;
}

input.buttonBig:hover, input.buttonBig:focus {
	background-color: transparent;
}

span.buttonBig1 { 
	background:url(/images/button_bigright.png) no-repeat right top;
	background-color: transparent;
	padding: 0 14px 0px 0px;
	margin: 0 0px 0 0;
	line-height:32px;
	height: 32px;
	display: inline-block;
}

span.buttonBig2 { 
	background:url(/images/button_bigleft.png) no-repeat left top;
	background-color: transparent;
	padding: 0 0px 0px 14px;
	margin: 0 0px 0 0;
	line-height:32px;
	height: 32px;
	display: inline-block;
}	
	

input.falt {
	border: 1px solid #aeaeae;
	margin: 2px 0 2px 0;
	padding: 4px 3px 4px 3px;
	font-size: 11px;
	color: #999999;
}	

input.falt:hover, input.falt:focus {
	background-color: #ffffdc;
}	

input.radio {
	margin: 0 3px 0 0;
}

fieldset {
	background-color: transparent;
	border: 1px solid #d1d1d1; 
	margin: 2px;
	padding: 10px;
}

fieldset input, fieldset option, fieldset select {
	margin: 2px 0 2px 0;
}

label {
	display: block;
	padding: 0 0 3px 0;
}

legend {
	font-weight: bold;
}

select {
	padding: 0px 0 0px 0;
	border: 1px solid #aeaeae;	
	padding: 2px 0 2px 0;
	height: 22px;
}

textarea {
	padding: 4px;
	font-size: 11px;
	border: 1px solid #aeaeae;
}

option {
	padding: 4px;
	font-size: 11px;
}

th {
	font-weight: bold;
}

/* Layout
-----------------------------------------------------------------------------*/

div.page {
	padding: 20px 0px 20px 0px;
	margin: 0px 0 0 0;
	width: 878px; /* 880px is the width because it has +2px border */
	position: relative;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}

div.container {
	background-color: transparent;
	overflow: hidden;
	margin-right: 0px; /* same value as rightRail width here */
	_display: inline-block; /* IE 6 fix */
}

div.content {
	padding: 0 30px 0 30px;
	font-size: 1em;
}

/* Footer (change FH to the same)
-----------------------------------------------------------------------------*/

html, body { 
	height: 100%;
}

div.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -190px; /*FH*/
	background-color: #fff;
	width: 880px;
	padding: 0px 0px 0 0px;
}

#footer {
	height: 190px; /*FH*/
	background-color: #5e5e5e;
	clear: both;
	position: relative;
	z-index: 999;
}

div.pushfooter {
	height: 190px; /*FH*/
	clear: both;
}

div.footer_bg {
	width: 878px; /* 880px is the width because it has +2px border */
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	height: 28px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

div.footer_txt {
	text-align: center;
	color: #fff;
	background-color: #5e5e5e;
	width: 880px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

div.footer_logo {
	float: right;
	text-align: right;
	width: 230px;
	font-size: 10px;
	line-height: 14px;
	color: #999;
}

span.bigmenutext {
	color: #999999;
	font-size: 16px;
	letter-spacing: -1px;	
}

#nav-bottom li {
	float: left;
	width: 140px;
	list-style-type: none;
	text-align: left;
}

#nav-bottom li a, #nav-bottom li a:visited {
	color: #848484;
	text-decoration: none;	
}

#nav-bottom li a:hover {
	text-decoration: underline;	
}

/*
-----------------------------------------------------------------------------*/

div.header {
	background-color: #ffefef;
	height: 320px;
	position: relative;
	top: 0;
	left: 0;
	width: 880px;
}

div.logo {
	position: absolute;
	top: 0;
	left: 0;
}

div.bnr {
	position: absolute;
	top: 77px;
	left: 0;
	height: 216px;
	width: 100%;
	background: url(/images/header_bg.jpg) no-repeat;
}

div.bnr-package {
	position: absolute;
	bottom: 15px;
	_bottom: 25px; /*ie 6*/
	right: 15px;
	height: 228px;
}

div.bnr-text {
	position: absolute;
	top: 107px;
	left: 20px;
	color: #ffd8d9;
	font-style: italic;
}

div.bnr-text a {
	color: white;
}
div.bnr-text a:hover { color: #5e5e5e; 	text-decoration: none; }

div.bnr-text p {
	font-style: italic;
	line-height: 16px;
}

div.bnr-text h1 {
	font-size: 37px;
	line-height: 39px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
}	

div.topmenu {
	z-index: 999;
	position: absolute;
	right: 0;
	top: 27px;
	height: 28px;
}

div.index-registerform { 
	margin: 0px -30px 20px -30px !important;
	background: url(/images/indexregisterbg_en.jpg) repeat-x;
	background-position: 0 -25px;
	background-color: #eaeaea;
	min-height: 313px;
}	
div.index-registerform_flnet { 
	margin: 0px -30px 20px -30px !important;
	background: url(/images/indexregisterbg_flnet.jpg) repeat-x;
	background-position: 0 -25px;
	background-color: #eaeaea;
	min-height: 313px;
}	

div.index-registerform-box1 {
	float: left;
	width: 384px;
	padding: 0px 0px 0 30px;
}

div.index-textblock1 {
	width: 250px;
	padding: 0 34px 0 0;
	float: left;
	font-size: 11px;
	line-height: 17px;
}

div.index-textblock2 {
	width: 250px;
	padding: 0 34px 0 0;
	float: left;
	font-size: 11px;
	line-height: 17px;
}

div.index-textblock3 {
	width: 250px;
	padding: 0 0px 0 0;
	float: left;
	font-size: 11px;
	line-height: 17px;
}

div.index-textblock1 p, div.index-textblock2 p, div.index-textblock3 p {
	font-size: 11px;
	line-height: 17px;
}

table.tabledata {
	margin: 0 0 10px 0;
}

table.tabledata td {
	vertical-align: middle;
	padding: 0 0 5px 0;
}

div.border-top {
	border-top: 3px solid #5e5e5e;
}

div.textbox1 {
	width: 385px;
	float: left;
	padding: 0 35px 0 0;
}

div.textbox2 {
	width: 385px;
	float: left;
}

div.line {
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 15px 0;
}

div.register-circel {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(/images/circel.png) no-repeat;
	text-align: center;
}

div.addthis_toolbox {
	text-align: right !important;	
	float: right !important;
}

.at300bs {
	width: 146px !important;
	height: 41px !important;
	margin: 0 !important;	
}

.at300bs.at15t_expanded, .at300bs.at15t_compact {
	background: url(/images/addthisicons.jpg) no-repeat !important;
}

.at300bs.at15t_expanded:hover, .at300bs.at15t_compact:hover {
	opacity: 0.7; 
	filter: alpha(opacity=70);
}


 /* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav {padding:0; margin:0; list-style:none; position:relative; z-index:500;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:30px; line-height:28px; padding:0 10px 0 10px; cursor:pointer; border:0px solid #ffefef; text-decoration: none; }
#nav li a.top_link span {float:left; display:block; padding:0 10px 0 10px; height:30px; }
#nav li a.top_link span.down {float:left; display:block; padding:0 1px 0 1px; height:30px;}

#nav li:hover a.top_link {color:#fff; background-color:#5e5e5e; border:0px solid #9a9695; }

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:0; top:30px; background: #5e5e5e; padding: 5px 3px 10px 3px; border:0px solid #9a9695; white-space:nowrap; width:150px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:150px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:88px; line-height:18px; text-indent:5px; color:#fff; text-decoration:none;}
#nav li:hover ul.sub li a:hover 
{background:#5e5e5e; color:#ccc;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:0px solid #9a9695; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 

.errfield {
	color: red;
}
div.order-finished-left {
	width: 45%;
	float: left;
}
div.order-finished-right {
	width: 45%;
	float: right;
}

span.redstar {
	color: red;
}
