body {
	background: url(../images/bg.jpg) top repeat-x;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}

#wrapper {
}

h1 {
	font-size: 15px;
}

strong {
	font-weight: bold;
}

#centered {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#header {
	float: left;
	margin-bottom: 1.7em;
	width: 875px;
}

#italyprivatexcursion {
	background: url(../images/h1.jpg) top left no-repeat;
	float: left;
	height: 47px;
	text-indent: -500em;
	width: 301px;
}

#shot {
	color: #fff;
	font-size: 0.7em;
	float: right;
	margin-top: 2em;
	width: 250px;
}

#shot span {
	font-size: 1.2em;
}

#menu {
	float: left;
	height: 50px;
	margin-bottom: 2em;
	width: 767px;
}

#menu ul {
	color: #663333;
	height: 50px;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu li a {
	border: 1px solid #666666;
	float: left;
	height: 35px;
	margin-left: -1px;
	padding-top: 13px;
	text-decoration: none;
	width: 108px;
	white-space: nowrap;
}

#menu li a:link,
#menu li a:visited {
	background: url(../images/bg.menu.jpg) center repeat-x;
	color: #663333;
}

#menu li a:hover,
#menu li a:focus,
#menu li a:active {
	background: url(../images/bg.menu.hover.jpg) center repeat-x;
	color: #663333;
}

#image {
	text-align: center;
	width: 760px;
}

#content {
	float: left;
	margin-top: 2em;
	width: 760px;
}

#locations-list {
	float: left;
	font-size: 14px;
	width: 260px;
}

.navigationMenu {
	width: 240px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigationMenu a {
	border: 1px solid #999999;
	display: block;
	margin: 2px 0;
	padding: 13px 0 13px 10px;
	text-decoration: none;
}

.navigationMenu li {
	display: inline;
}

.navigationMenu a {
	height: 15px;
}

.navigationMenu a:link,
.navigationMenu a:visited {
	background: url(../images/locations-list.jpg) center repeat-x;
	color: #663333;
	text-decoration: none;
}

.navigationMenu a:hover,
.navigationMenu a:focus,
.navigationMenu a:active {
	background: url(../images/locations-list-hover.jpg) left center repeat-x;
	text-decoration: underline;
}

.navigationMenu ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navigationMenu li ul a {
	border: none;
	margin: 0 7px;
	text-decoration: none;
	padding: 10px 0 10px 25px;
}

.navigationMenu li ul a:link,
.navigationMenu li ul a:visited {
	background: url(../images/arrow_icon.gif) center left no-repeat;
}

.navigationMenu li ul a:hover,
.navigationMenu li ul a:focus,
.navigationMenu li ul a:active {
	background: url(../images/arrow_icon.gif) 5px center no-repeat;
	text-decoration: underline;
}


#body {
	float: left;
	font-size: 0.9em;
	margin-bottom: 1em;
	text-align: justify;
	width: 500px;
}

#body-title {
	font-size: 2em;
	margin-bottom: 0.8em;
}

#body-title-part1 {
	color: #333333;
}

#body-title-part2 {
	color: #cc9999;
}

.duration {
	background: #99CCFF url(../images/clock_icon.gif) 5px center no-repeat;
	border: 1px solid #ccc;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	padding: 10px;
	padding-left: 25px;
}

.offerbox {
	background-color: #E0E0E0;
	border: 1px solid #ccc;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	padding: 1em;
	text-align: right;
}

.offerbox a {
	margin-left: 0.5em;
	padding: 0.5em;
}

.offerbox a:link,
.offerbox a:visited {
	background-color: #FF6600;
	border: 1px solid #FF3300;
	color: #fff;
	text-decoration: none;
}

.offerbox a:hover,
.offerbox a:focus,
.offerbox a:active {
	background-color: #FF9900;
}

#footer {
	background: url(../images/bg.footer.jpg) bottom left repeat-x;
	height: 121px;
}

/* ----------- FLEET DETAILS ------------ */
#fleetImage {
	background-color: #e0e0e0;
	border: 1px solid #cccccc;
	float: left;
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#fleetImage img {
	float: left;
	margin-right: 10px;
}

#fleetDetails {
	float: left;
	width: 250px;
}

#vehicleName {
	border: 1px solid #cccccc;
	background-color: #cc9999;
	color: black;
	padding: 3px;
	margin-bottom: 10px;
}

#vehicleType {

}

#fleetDetails ul {
	border: 1px solid #cccccc;
	background-color: #7A5656;
	color: #fff;
	font-size: 12px;
	padding: 10px;
	margin-top: 10px;
}
/* ----------- END FLEET DETAILS ------------ */


/* ----------- GUESTBOOK ------------ */
#guestbook {
	float: left;
	width: 200px;
}

#comments {
	width: 300px;
	float: left;
}

#comment {
	border: 1px solid #cccccc;
	background-color: #e0e0e0;
	margin-bottom: 10px;
	padding: 5px;
	width: 290px;
}

#err {
	border: 1px solid #8B0000;
	background-color: #E9967A;
	padding: 3px;
	margin-bottom: 5px;
	width: 494px;
}
/* ----------- END GUESTBOOK ------------ */