@charset "utf-8";
/* CSS Document */

html , body{
	background-image: url(../images/back_main.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
}
#container {
	min-width: 950px;
}
#content {
	width: 100%;
	overflow: hidden;
}
#mnu {
	overflow: hidden;
	text-align: center;
	height: 50px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#mnu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#mnu ul li {
	float: left;
	background-image: url(../images/back_utils.png);
	background-position: right -120px;
	height: 40px;
	background-repeat: no-repeat;
}
#mnu ul li:hover {
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	background-position: right -40px;
}

#mnu ul li a {
	padding-top: 12px;
	display: block;
	padding-right: 14px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	padding-bottom: 14px;
	padding-left: 14px;
	font-weight: bold;
}
#mnu ul li a:hover {
	text-decoration: underline;
}



#mnu ul li.left {
	display: block;
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	background-position: left -80px;
	height: 40px;
	width: 20px;
	float: left;
}
#mnu ul li.right {
	display: block;
	background-image: url(../images/back_utils.png);
	background-repeat: no-repeat;
	background-position: right -80px;
	height: 40px;
	width: 20px;
	float: left;
}

#extras {
	clear: both;
	padding-top: 20px;
}

#extras ul {
	list-style-type: none;
	padding: 0px;
	font-size: 10px;
	width: 900px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#extras ul li {
	display: block;
	width: 300px;
	float: left;
}
a    {
	color: #039;
	font-size: 14px;
	font-weight: bold;
}

#extras ul li img {
	float: left;
	margin-right: 5px;
}
#extras ul li p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footer {
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
}
#footer a {
	color: #666;
	font-size: 10px;
}

h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.btn {
	display: block;
	overflow: hidden;
	float: none;

}
.btn img {
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.btn  a{
	background-image: url(../images/btn_right.png);
	background-position: right;
	padding-right: 20px;
	height: 17px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding-top: 3px;
}form {
	margin: 0px;
	padding: 0px;
}
form input , select{
	margin-bottom: 10px;
	font-size: 11px;
}
form label {
	width: 85px;
	display: block;
	float: left;
	font-weight: bold;
	font-size: 11px;
}
#postit {
	float: right;
	position: relative;
}
.clearfloat {
	clear: both;
}
form #dateArrival {
	float: left;
}
