body {
	margin: 0;
	padding: 0;
	background: #2E2F39 url('images/body_bg.jpg') 50% 0 no-repeat;
	background-attachment: fixed;
	font: 10px/1.5 Tahoma, Geneva, Kalimati, sans-serif;
	color: #333;
}

img, div { behavior: url('themes/iepngfix.htc') }

input, textarea {
	font: 11px/1.5 Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
	border: 1px solid #999;
	margin: 1px 0 2px 0;
}

input:focus, textarea:focus {
	border: 1px solid #298A32;
}

a {
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a, a:link, a:visited {
	color: #9C272C;
}

a:hover, a:active {
	color: #298A32;
	text-decoration: underline;
}

.clr { clear: both; }

p {
	margin: 0;
	padding: 5px 0;
}

.align_right { text-align: right; border: 1px solid #000; }

/* Page */
#page {
	width: 440px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: transparent url('images/page_bg.png') repeat-y;
}

/* Header */
#header {
	background: transparent url('images/logo.jpg') 50% 60% no-repeat;
	height: 260px;
	width: 300px;
	display: block;
	margin: 0 0 20px 70px;
}

/* Navigation */
.navigation {
	background: transparent url('images/navigation_bg.png') no-repeat;
	width: 340px;
	height: 60px;
	margin: 0 50px;
}

.navigation ul {
	list-style: none;
	padding-top: 10px;
}

.navigation ul li {
	float: left;
}

.navigation a {
	display: block;
	height: 33px;
	margin: 0 3px;
	background-color: transparent;
	background-repeat: no-repeat;
}

.navigation a.nav_about {
	width: 55px;
	background-image: url('images/nav_about.jpg');
}

.navigation a.nav_roster {
	width: 63px;
	background-image: url('images/nav_roster.jpg');
}

.navigation a.nav_tour {
	width: 47px;
	background-image: url('images/nav_tour.jpg');
}

.navigation a.nav_contacts {
	width: 82px;
	background-image: url('images/nav_contacts.jpg');
}

.navigation a.current {
	background-position: 0 0;
}

.navigation a.natural {
	background-position: 0 -33px;
}

.navigation a.natural:hover {
	background-position: 0 -66px;
}


h1 {
	color: #9C272C;
	font-size: 24px;
	padding: 0 0 10px 70px;
}

.text {
	font-size: 11px;
	padding: 0 70px 20px 70px;
}

/* Roster */

.roster {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 35px 70px 10px 120px;
	margin: 0 0 0 23px;
	width: 227px;
}

#roster_shaone {
	background-image: url('images/roster_shaone.png');
}

#roster_katap {
	background-image: url('images/roster_katap.png');
}

#roster_cff {
	background-image: url('images/roster_cff.png');
}

#roster_uled {
	background-image: url('images/roster_uled.png');
}

.read_more { text-align: right; color: #9C272C; }
.read_less { text-align: right; color: #9C272C; }

/* Tour */

.tour_title {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 36px;
	width: 290px;
	display: block;
	margin: 0 23px 5px 100px;
}

#tour_shaone {
	background-image: url('images/tour_shaone.png');
}

#tour_katap {
	background-image: url('images/tour_katap.png');
}

#tour_uled {
	background-image: url('images/tour_uled.png');
}

#tour_cff {
	background-image: url('images/tour_cff.png');
}

.text .tour_data {
	float: left;
	width: 30px;
}

.text .tour_city {
	float: left;
	width: 80px;
}

.text .tour_location {
	float: left;
	width: 90px;
}

.text .tour_note {
	float: left;
	width: 100px;
	font-style: italic;
}

/* Contatti */

.text label {
	font-size: 12px;
}

.text input {
	width: 290px;
	padding: 4px;
}


.text textarea {
	width: 290px;
	height: 60px;
	padding: 4px;
}

#contacts_data {
	width: 250px;
	height: 56px;
	display: block;
	background: transparent url('images/contacts_data.png') no-repeat;
	margin: 0 0 0 50px;
	padding: 0 0 10px 0;
}

#contacts_send {
	width: 68px;
	height: 32px;
	display: block;
	background: transparent url('images/contacts_send.png') no-repeat;
	margin: -10px 0 0 322px;
	padding: 0 0 10px 10px;
	cursor: pointer;
}

.failure {
	padding: 10px 0;
	color: #9C272C;
	text-align: center;
	font-weight: bold;
}

.success {
	padding: 10px 0;
	color: #298A32;
	text-align: center;
	font-weight: bold;
}


/* Footer */

#footer {
	text-align: center;
	padding: 20px 0 10px 0;
}



