* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

html {
	height: auto;
	min-height: 100%;
	background: #1c5695 url(images/bg_left.jpg) repeat-y left;
}

body {
	height: auto !important;
	min-height: 100%;
	font: 12px/20px verdana, arial;
	color: #f0f0f0;
}

#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	min-width: 1000px;
	background: url(images/bg_right.jpg) repeat-y right;
}


a {
	color: #ffcf00;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link {
	border-bottom: 1px dotted #ffcf00;
}

#menu {
	margin-top: 20px;
	left: 0px;
	width: 100%;
	min-width: 1000px;
	height: 34px;
	background: url(images/bg_menu.jpg) repeat-x top;
	text-align: center;
}

#menu div {
	width: 650px;
	margin: 0 auto;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	font: bold 12px verdana, arial;
	text-decoration: none;
	padding: 8px 14px 0 14px;
}

#menu a:hover {
	border-bottom: 2px solid #ffcf00;
}

#top {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 435px;
	background: url(images/bg_top.jpg) repeat-x top;
}

.top_left {
	float: left;
	width: 552px;
	height: 435px;
	background: url(images/bg_top_left.jpg) no-repeat top left;
}

.top_right {
	float: right;
	width: 440px;
	height: 435px;
	background: url(images/bg_top_right.jpg) no-repeat top right;
}

#main {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 435px;
}

#text {
	padding-left: 400px;
	width: 550px;
}

#text_top {
	position: absolute;
	top: 320px;
	width: 550px;
}

#text.news p {
	border-bottom: 1px dotted #ffcf00;
	padding-bottom: 10px;
}

ul {
	margin: 10px 0 20px 0;
}

ul li {
	list-style: square inside;
}

h3, h4, strong {
	color: #ffcf00;
}

h3 {
	font-size: 14px;
}

#stat {
	position: absolute;
	width: 255px;
	left: 100px;
	text-align: left;
}

#check {
	margin-top: 15px;
}

#stat label {
	display: block;
	float: left;
	width: 55px;
	padding-top: 4px;
	margin-right: 20px;
	font: bold 11px verdana, arial;
}

input {
	width: 150px;
	height: 16px;
	border: 1px solid #555;	
	font: 12px verdana, arial;
	padding: 1px 0 0 2px;
	background: #c5c5c5;
}

.contact input, .contact textarea {
	width: 250px;
	border: 1px solid #555;	
	font: 11px verdana, arial;
	background: #c5c5c5;
}

.contact textarea {
	overflow: hidden;
	height: 100px;
}

form .button, .contact .button {
	width: 95px;
	height: 23px;
	margin: 20px 0 30px 0;
	font: bold 11px verdana, arial;
	color: #ffcf00;
	border: 1px solid #ffcf00;
	background: #1c5695;
	padding-bottom: 3px;
}

table#tarrifs {
	font-size: 11px;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #1c5675;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table#tarrifs td {
	width: 50%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-left: 5px;
}

table#tarrifs p {
	margin-top: 15px;
	margin-bottom: 15px;
}

table#actions {
	font-size: 11px;
	width: 470px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: #1c5675;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

table#actions td {
	width: 50%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 10px 20px 10px;
}

#actions .title {
	padding:5px;
	border-bottom: 0;
}

span.red {
	font-weight: bold;
	color: #ffcf00;
}

tr.title {
	text-align: center;
}

.copyright {
	margin-left: 100px;
	padding-bottom: 10px;
	font: 10px/10px verdana, arial;
}
