/* COMMON
--------------------------------------------------------- */
html, body, h1, p, div, span, ul, ol, img, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #4D4D4D;
	font-family: Tahoma, "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-top: 50px;
    font-size: 10pt;
    overflow: hidden;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #F2B335;
	text-decoration: none;
}

img, a img {
	border: none;
}

h1 {
	font-size: 10pt;
}

hr {
    border: 1px solid #000000;
}

li {
	list-style-type: none;
	list-style-position: outside;
/*	background: url(../images/dot.gif) repeat-x scroll left bottom; */
	background: url(../images/bullet.gif) no-repeat scroll left center;
	padding-left: 15px;
}

form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox, .button {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/* For FF */
    border: 1px solid #0B9E1A;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

* html .button {
	padding: 0 5px !important; /*IE 6*/
}

*+html .button {
	padding: 0 5px !important; /*IE 7*/
}

/* Clearfix */
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
	display: block; /* O */
}

.clearfix:after {
	clear: both;
	content: "."; /* FF, O, etc. */
	display: block;
	height: 0;
	visibility: hidden;
}

/* MAIN CONTENT
--------------------------------------------------------- */
.separator {
	background: url(../images/dot.gif) repeat-x center;
	clear: both;
	display: block;
	height: 1px;
	margin: 0;
    width: 30%;
}

.dropcap {
	padding: 4px 2px 0 0;
	color: #0B9E1A;
	font: 17px/17px Georgia, Times, serif;
    font-weight: bold;
}

.footer {
    color: #C7C7C7;
}

.bg_main {
    width: 650px;
    height: 450px;
	background: url(../images/bg_1.png) no-repeat center top #FFFFFF;
    white-space: nowrap;
}

.caption {
    color: #F2B335;
    padding-top: 80px;
    line-height: 200%;
}

.content {
    position: relative;
    top: 15px;
    left: 108px;
    color: #4d4d4d;
    line-height: 180%;
    text-align: left;
}

.slideshow {
    position: relative;
    top: 30px;
}

.slideshow img {
    border-width: 1px;
    border-style: solid;
    border-color: #0B9E1A;
    padding: 2px;
    margin: 2px;
}

.bg_lang {
    text-align: center;
	background: url(../images/bg_lang.jpg) repeat-y center center #FFFFFF;
    padding: 5px 0;
    font-weight: bold;
    text-transform: uppercase;
}

.bg_lang img {
    vertical-align: middle;
}