html, body
{
	background-image: url(/images/bg.gif);
	background-color: #bbae80;
	background-repeat: repeat-x;
	font-size: 78%;
	color: #333;
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
}

a, a:visited
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: underline;
}

strong
{
	font-weight: bold;
}

p
{
	margin: 10px 50px;
	text-align: justify;
}

#menu ul
{
	margin: 50px 24px;
}

#menu li
{
	padding: 3px 0 3px 17px;
	margin-bottom: 2px;
	font-weight: bold;
	background-image: url(/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#maincontent ul
{
	margin: 10px 50px 10px 65px;
}

#maincontent li
{
	margin-bottom: 2px 0;
	padding: 0;
	padding: 3px 0 3px 10px;
	background-image: url(/images/bull.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

.hidden
{
	position:absolute;
	left: -1000px;
	top:0;
}

#container
{
	width: 739px;
	margin: 0 auto;
	background-color: #bbae80;
	background-image: url(/images/gradientbg-no-lang.jpg);
	background-repeat: no-repeat;
}

p#langSelect
{
	width: 36px;
	height: 135px;
	float: left;
	margin: 0;
	padding: 0;
}

p#langSelect a
{
	display:block;
	width: 36px;
	height: 135px;
	background-image: url(/images/title.gif);
	background-repeat: no-repeat;
}

p#langSelect img
{
	margin-top: -1px;
	border: none;
}

h1
{
	width: 220px;
	height: 96px;
	float: left;
}

h2,h3
{
	font-weight: bold;
	margin: 10px 50px;
}

h2
{
	background-image: url(/images/header_bullet.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-left: 35px;
	height: 18px;
}

#header
{
	width: 667px;
	height: 135px;
	float:left;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
}

#livewire_logo
{
	float: right;
}

#topmenu
{
	clear: both;
	width: 667px;
	height: 38px;
	background-image: url(/images/topmenu_bg.gif);
	background-repeat: no-repeat;
}

#topmenu li
{
	float: right;
	height: 18px;
	padding-top: 20px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 90%;
	text-align: center;
}

#international
{
	width: 64px;
	background-image: url(/images/international_btn.gif);
	background-repeat: no-repeat;
}

#contact
{
	width: 46px;
	background-image: url(/images/contact_btn.gif);
	background-repeat: no-repeat;
}

#maincontainer
{
	background-image: url(/images/content_bg.gif);
	clear: left;
	width:  667px;
	margin-left: 36px;
}

#menu
{
	background-image: url(/images/menu_top.gif);
	background-repeat: no-repeat;
	width: 187px;
	background-color: none;
	float: left;
}

#maincontent
{
	background-image: url(/images/maincontent_top.gif);
	background-repeat: no-repeat;
	width: 480px;
	min-height: 191px;
	height: auto !important;
	height: 191px;
	float: left;
	margin-top: 10px
}

#maincontent a, #maincontent a:visited
{
	color: #572222;
}

.row
{
	margin: 10px 50px;
}

.row label
{
	display: block;
	margin-bottom: 5px;
	background-image: url(/images/label_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	width: 340px;
}

.row input, .row select, .row textarea
{
	width: 350px;
}

.row textarea
{
	height: 100px;
}

input#submit
{
	width: auto;
	text-align: center;
	margin: auto;
}

#footer
{
	clear: left;
	width: 667px;
	height: 240px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	margin-left: 36px;

	position: relative;
}

th
{
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

.headerImage
{
	text-align: center;
	margin-bottom: 15px;
}

.plugins
{
	position: absolute;
	top: 20px;
	left: 10px;
}

.plugins span
{
	font-size:80%;
	line-height: 2em;
	text-transform: uppercase;
	padding-left: 3px;

}

.copyright
{
	position: absolute;
	top: 130px;
	left: -15px;
}

.privacypolicy
{
	position: absolute;
	top: 114px;
	left: 43px;
}

.partners
{
	position: absolute;
	top: 106px;
	right: -15px;
	font-weight: bold;
	height: 36px;
}

.errorText
{
	color: red;
}

table
{
	width: 350px;
	margin: auto;
	border: 1px solid white;
}

th, td {
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	padding: 0.5em;
}

#application legend{
 color: #000000;
 font-weight: bold;
 margin:0 45px 0 45px;
}

#application .onOneLine input{
 display: inline;
 width: auto;
}

#application .onOneLine Label{
 min-height:30px;
 display: inline-block;
 padding: 0 20px 0 20px;
 width:298px;
}

#application .onOneLine{}

