body {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	color: #555555;
	font-family: Tahoma;
}

a:link, a:visited {
	text-decoration: underline;
	color: #c00;
}

a:hover {
	color: #f00;
}

a.middle{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

a.big{
	font-size: 140%;
	font-weight: bold;
	text-decoration: none;	
}

img {
	border: 0px;
}

h1 {
	font-size: 150%;
	font-weight: normal;
	margin-top:-0.1em;
	margin-bottom: 0.2em;
}

p {
	margin-top: 0.2em;
	margin-bottom: 0.5em;	
}

div.main {
	position: relative;
	width: 900px;
	margin: 30px auto 40px auto;
}

div.logo{
	text-align: center;
	height: 270px;
}

div.contact {
	height: 140px;
}

div.contact span{
	font-size: 190%;
	font-weight: bold;
	color:#CC0000;
}

div.left_c {
	float: left;
	display:inline;
	width: 260px;
	margin-right: 20px;
	text-align: right;
}

div.right_c {
	float: left;
	display:inline;
	width: 620px;
}

div.lang {
	height: 40px;
	text-align: right;
}

div.image {
	height: 370px;
}

div.content {
	text-align: left;
}

div.example {
	margin-top: 1em;
	height: 165px; 
}

div.example div {
	float: left;
	display: inline;
	margin-right: 33px;
	width: 125px;
	text-align: center;
}

div.example div div{
	display: none;
}

div.example div a{
	font-weight: bold;
}

div.example div img {
	margin-bottom: 1em;
}

div.link div{
	margin-top: 1.2em;
}

div.link div a{
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

div.link div span {
	font-size: 120%;
	font-weight: bold;
}

div.copy {
	margin-top:45px;
	font-size: 85%;
}

td.radio div {
	float: left;
	display: inline;
	/*margin-right: 3em;*/
	width: 10em;
}

td.radio div label {
	position: relative;
	top: -1px;
	margin-left: 2px;
}

input.enter {
	background-color:#900;
	color:#fff;
	border-top: 1px solid #ce6565;
	border-left: 1px solid #ce6565;	
	border-right: 1px solid #610000;
	border-bottom: 1px solid #610000;
	font-size: 11px;
	padding: 0.3em 0.8em;
}

span.sm {
	font-size:85%;
	margin-left: 1em;
}

div.clear {
	clear: both;
	float: none;
	font-size: 1px;
}

table.serv {
	margin-bottom:0.5em;
	margin-top:0.2em;
}

tr.ln1 {
	background-color:#EEE;
}

tr.ln2 {
	background-color:#FFF;
}

td.a_left {
	text-align: right;
	padding-right: 1em;
	width: 15em;
}

td.a_right {
	padding-left: 1em;
}

span.star {
	color: #f00;
}
div.text{
    padding: 0 0 1em;
}
.footer {
    margin: 30px auto 40px;
    text-align: left;
    width: 900px;
}
.footer div.menu {
    padding-left: 280px;
}