/* CSS Document */
body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.3em;
	color: #525960;
	text-align: center;
	background: #fff url(../i/bg.gif) 0 0 repeat-x;
}
body.main {
	background: #fff url(../i/bg_big.gif) 0 0 repeat-x;
}
/*body.home {
	background: url(../i/bg/body_home_bg.gif) 0 0 repeat-x;
}*/
/* 00. Layout */
div.greetings {
	margin: 0 auto;
	width: 800px;
}
div.flash {
	position: relative;
	z-index: 10;
}
/* 01. Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}
h1 {
}
h2 {
}
/* 02. Paragraphs */
p {
	margin: 0 0 1em 0;
}
p.greetings_txt {
	margin-top: -300px;
}
p.lang {
	margin: 50px 0 5px 0;
}
/* 03. Lists */
ul, ol {
	margin: 0 0 1em 15px;
	padding: 0 0 0 20px;
}
li {
	margin: 0;
	padding: 0;
}
div.greetings ul {
	width: 42%;
	float: left;
	position: relative;
	bottom: 40px;
	z-index: 15;
}
div.greetings ul li {
	margin-bottom: .5em;
	list-style: none;
}
dl {
	margin: 0 0 1em 15px
}
dt {
	font-weight: bold;
}
dd {
	margin: 0;
	padding: 0;
}
/* 04. Semantic */
abbr, acronym {
	border-bottom: 1px dotted inherit;
	cursor: help;
	font-style: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.label {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
/* 05. Images */
img {
	margin: 0;
	padding: 0;
	border: 0;
}
/* 06. Links */
a:link, a:visited, a:hover, a:active {
	background-color: transparent;
	text-decoration: underline;
	color: #F5821F;
}
a:hover {
	text-decoration: none;
}
/* 07. Inputs */
fieldset {
}
legend {
}
/**/
div.header {
	padding: 5px 70px 8px 70px;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .9em;
	color: #fff;
	background: #F5821F;
}
div.header a:link, div.header a:visited, div.header a:hover, div.header a:focus, div.header a:active {
	color: #fff;
	text-decoration: underline;	
}
div.header a:hover {
	text-decoration: none;
}
div.header a.left:link, div.header a.left:visited, div.header a.left:hover, div.header a.left:focus, div.header a.left:active {
	float: left;
}
div.header a.right:link, div.header a.right:visited, div.header a.right:hover, div.header a.right:focus, div.header a.right:active {
	float: right;
}