#main .header {
	border-bottom: 20px solid #fff;
	padding: 16px;
	padding-bottom: 0px;
}

/* dark background on body */
#main .body, #main .content-body {
	position: relative;
	/* border: 1px solid #000; */
	background-image: url(border-dark-sides.gif); /*################### CHANGED PNG TO GIF TO FIX TRANSPARENCY BUG*/
	background-position: left top;
}

#navigation {
	padding: 5px 0px;
	width: 219px; /* 219 total */
	float: left;
	margin-top: 64px;
}

#photochanger {
	margin-left: 219px; /* left pad + 235 width */
	margin-bottom: 0px;
	width: 709px;
	min-height: 349px;
	height: 100%;
	padding: 0px;
}


/* split the 30px pad between #main.body and #content/.right */
#main .body, #main .content-body {
	padding: 0px 16px 30px;
}
#content {
	padding: 0px 14px 30px;
}

#content {
	/* 900 - .right width */
	/*position: relative; ################### PNG SUPPORT*/
	width: 629px;
	float: left;
	background-color: #d8e1eb;
}

/* turn on ul bullets for user content */
#content ul {
	list-style: disc;
	padding-left: 15px;
}

.right {
	/* width is 271 width 18px pad */
	/* position: relative; ################### PNG SUPPORT*/
	width: 237px;
	padding: 17px;
	float: left;
	clear: none;
	*float: none;
}
/*
html>body .right {
	*float: none;
}
*/

.right .content {
	padding: 12px;
	background-color: #fff;
	margin-bottom: 15px;
}



/* Nav Items */
#navigation li a {
	display: block;
	padding: 5px 12px 4px 12px;
	color: #333;
	font-weight: bold;
	margin: 2px 0px;
	text-transform: uppercase;
	text-decoration: none;
	
	font-family: Arial, sans-serif;
}
.navup {
	background-color: #d8e1eb;
	color: #333;
	padding-left: 12px;
}

#navigation li a:hover {
	background-color: #efefef;	
	text-decoration: none;
}
.navover {
	background-color: #fff;
	/* color: #ff0000; */
	padding-left: 20px;
}




/* h1's */
#content h1, 
#content .header,
#content h2 {
	margin: 15px;
	margin-left: -45px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 15px 15px 15px 45px;
	font-size: 22px;
	background-image: none;
	border: none;
	clear: both;
}
#content h2 {
	margin-left: -15px;
	padding-left: 15px;
	font-size: 18px;
}




/* rightside content
------------------------------------------------------------------------- Rightside Content
*/

/* videos */
.right .videothumb {
	display: block;
	width: 213px;
	/* height: 129px; */
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
.right .videothumb img,
.right .videothumb .flash {
	/* position: absolute; #############################*/
	left: 0px;
	top: 0px;
}
.right a.playbtn {
	position: absolute;
	top: 0px;
	display: block;
	width: 213px;
	height: 109px;
	background-color: transparent;
	background-image: url(play.png);
	background-position: center center;
	text-indent: -9999px;
}
.right .videothumb h1 {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* links */
.right ul.links li {
	padding: 0px;
	clear: left;
	text-align: left;
}
.right ul.links li a {
	text-align: left;
	display: block;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	padding: 3px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px dotted #999;
}
.right ul.links li a:hover {
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #999;
}
.right ul.links li a img {
	vertical-align: middle;
	margin-right: 10px;
}

.right ul.links li.full img {
	float: left;
}
.right ul.links li.full .description {
	font-size: 11px;
}

.right ul.links li.full a {
	text-align: left;
}

.right ul.links li img.center {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Tours */
.right ul.tours {
}


/* rightside buttons */
.right .button {
	display: block;
	/* position: relative; ################### PNG SUPPORT*/
	margin-left: -12px;
	width: 237px;
	height: 52px;
}
.right a.button {
	text-indent: -9999px;
}
.right a.button.tours {
	background-image: url(tours.png);
}
.right .button.tours:hover {
	background-image: url(tours_over.png);
}
.right .button.tourvideos {
	background-image: url(tourvideos.png);
}

/* testimonial sections */
.right .testimonial {
	background-image: url(quote.jpg);
	background-position: 10px 10px;
	font-size: 11px;
}

.right .testimonial h1 {
	font-size: 18px;
}
.right .testimonial .author {
	display: block;
	text-align: right;
	color: #999;
}



/* Alternating Content
----------------------------------------------------------------------------------------------------- Alternating Content
/*  */

div.alternate {
	clear: both;
}
div.alternate .photo {
	float: left;
	margin-right: 15px;
}
div.alternate.even {
	text-align: right;
}
div.alternate.even .photo {
	float: right;
	margin-right: 0px;
	margin-left: 15px;
}


.photo.center, div.alternate .photo.center {
	margin-right: auto;
	margin-left: auto;
}

/* Tours UL
----------------------------------------------------------------------------------------------------- Tours UL
/* tours */
#content ul.tours {
	margin-top: 15px;
	padding-left: 0px;
}
ul.tours li {
	/* position: relative; ################### PNG SUPPORT*/
	position: relative;
	margin-bottom: 15px;
	background-image: url(tourthumb_shadow.jpg);
	background-position: center 120px;
	background-repeat: no-repeat;
}
ul.tours li a {
	display: block;
	height: 166px;
	padding: 0px;
	text-decoration: none;
	color: #333;
}
ul.tours li a:hover {
	color: #003A74;
}

ul.tours li a img {
	display: block;
	border: 5px solid #999;
}
ul.tours li a:hover img {
	border: 5px solid #003A74;
}

#content ul.tours li a .title {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

ul.tours li a .golink {
	display: block;
	float: right;
	width: 27px;
	height: 14px;
	background-image: url(golink_sm_blue.png);
	margin-top: 3px;
}
ul.tours li a:hover .title {
	
}
ul.tours li a:hover .golink {
	background-image: url(golink_sm_red.png);
}

ul.tours li a.video_link {
	display: block;
	width: 30px;
	height: 20px;
	position: absolute;
	top: 91px;
	right: 2px;
	text-indent: -9999px;
	background-image: url(video.png);
	background-color: transparent;
	z-index: 5;
	border: 1px solid #000;
}
ul.tours li a.video_link:hover {
	background-color: transparent;
	border: 1px solid #fff;
}




/* Tours Content
----------------------------------------------- */
#content ul.tours li {
	display: block;
	width: 203px;
	height: 166px;
	float: left;
	margin: 1px 3px 5px 3px;
	background-position: center 114px;
	background-color: #fff;
}
#content ul.tours li img {
	border-left-width: 0px;
	border-right-width: 0px;
}
#content ul.tours li .title {
	display: block;
	padding: 5px 3px;
} 

#content ul.tours li .golink {
	margin: 5px 3px;
}
#content ul.tours li a:hover {
	background-color: #ccc;
}
#content ul.tours li a:hover .title {
}
#content ul.tours li a:hover .golink {

}



/* Tour Page
------------------------------------------------- */
body.tour #content .header {
	/* position: relative; ################### PNG SUPPORT*/
	position: relative;
	padding-left: 15px;
	height: 110px;
}
body.tour #content .header .watermark {
	display: block;
	width: 674px;
	height: 140px;
	background-position: right center;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	opacity: .15;
	filter: alpha(opacity = 15);
}
body.tour #content .header h1 {
	position: relative;
	padding: 5px 0px;
	margin: 0px 0px 8px 0px;
	background: none;
	clear: none;
	font-size: 26px;
}
/*body.tour #content .header h1.day, 
body.tour #content .header h1.night {
	display: block;
	margin-left: 218px;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 35px;
}
body.tour #content .header h1.day {
	background-image: url(../images/icons/sun.png);
}
body.tour #content .header h1.night {
	background-image: url(../images/icons/moon.png);
}*/

body.tour #content .header .backbutton {
	display: block;
	width: 400px;
	float: left;
}
body.tour #content .header .back {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
	position: relative;
}
body.tour #content .header .back:hover {
	text-decoration: underline;
}
body.tour #content .header img {
	position: relative;
	float: left;
	margin-right: 15px;
}
body.tour #content .header .duration {
	display:block;
	position: relative;
	/*position: absolute;
	top: 65px;
	right: 15px;*/
	float: right;
	padding: 3px 5px;
	padding-left: 18px;
	font-size: 12px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left 6px;
	
	position: absolute;
	bottom: 15px;
	right: 15px;
	
}
body.tour #content .header a.reserve {
	position: relative;
	display: block;
	width: 150px;
	float: left;
	clear: none;
	
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}


/* times */
body.tour #content .header .duration.hours2 {
	background-image: url(2hours.png);
}
body.tour #content .header .duration.hours3 {
	background-image: url(3hours.png);
}
body.tour #content .header .duration.hours4 {
	background-image: url(4hours.png);
}
body.tour #content .header .duration.hours7 {
	background-image: url(7hours.png);
}
body.tour #content .header .duration.hours8 {
	background-image: url(8hours.png);
}
body.tour #content .header .duration.hours10 {
	background-image: url(10hours.png);
}

body.tour #content .header .duration.hours5,
body.tour #content .header .duration.hours6,
body.tour #content .header .duration.hours9,
body.tour #content .header .duration.hours11,
body.tour #content .header .duration.hours12 {
	padding-left: 0px;
}



/* content highlights */
body.tour #content ul.highlights {
	list-style: none;
}
body.tour #content ul.highlights .photo {
	float: left;
	margin-right: 15px;
	z-index: 5;
}
body.tour #content ul.highlights li.even {
	text-align: right;
}
body.tour #content ul.highlights li.even .photo {
	float: right;
	margin-right: 0px;
	margin-left: 15px;
}
body.tour #content ul.highlights .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0px;
	padding-top: 10px;
}
body.tour #content ul.highlights li {
	clear: both;
}

#content .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}

/* photo gallery */
body.tour #photogallery {
	position: relative;
	height: 213px;
	text-align: center;
}
body.tour .right.video {
	/* text-align: center; */
}
body.tour #photogallery .banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 213px;
	height: 213px;
}
body.tour #photogallery .banner img {
	position: relative;
	display: block;
	margin: auto;
}
body.tour .right.video h1 {
	text-align: center;
	font-size: 14px;
}

body.tour #content .photos li {
	float: left;
	margin: 4px;
}


/* right side tour info */

.right.tour {
	background-color: #d8e1eb;
	padding-left: 0px;
	padding-right: 0px;
	width: 271px;
}
.right.tour h1 {
	font-size: 14px;
	margin: 3px 0px 0px 0px;
	padding: 4px;
	background-color: #fff;
}

.right.tour .content {
	margin-bottom: 15px;
	padding: 4px 8px 8px 8px;
	background-color: #b2c4d7;
}

.right.video .content {
	margin-bottom: 0px;
}

.right.tour p {
	padding-left: 8px;
	padding-right: 8px;
}
.right.tour .content p {
	padding-left: 0px;
	padding-right: 0px;
}


.right.tour ul {
	margin-bottom: 15px;
	background-color: #b2c4d7;
}
.right.tour ul li {
	padding: 4px 8px;
	margin: 0px;
	border-bottom: 1px solid #d8e1eb;
	background-color: #b2c4d7;
	color: #333;
}

.right.tour ul.prices {
	/*background-image: url(../images/structure/backgrounds/euro_sybmol.png);*/
}
.right.tour ul.prices li .price {
	display: block;
	float: right;
	color: #003A74;
	font-weight: bold;
}

.right.tour ul.schedule li {
}

.right.tour ul.schedule .date {
	display: block;
	width: 115px;
	float: left;
}
.right.tour ul.schedule .date.solo {
	width: auto;
	float: none;
}
.right.tour ul.schedule .time {
	display: block;
	width: 140px;
	float: right;
	color: #003A74;
	font-weight: bold;
	text-align: right;
}

.right.tour ul.meetingpoints {
	font-size: 12px;
}
.right.tour ul.meetingpoints .title {
	font-weight: bold;
	font-size: 14px;
	display: block;
}



.right a.email, .right a.print {
	display: block;
	background-color: #fff;
	padding: 4px;
	padding-left: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 4px center;
	margin-bottom: 4px;	
}
.right a.email:hover, .right a.print:hover {
	text-decoration: underline;
}
.right a.email {
	background-image: url(email.gif);	
}
.right a.print {
	background-image: url(print.gif);
}


#emailthispage_content {
	background-color: #d8e1eb;
	padding: 15px;
}
#emailthispage_content label {
	width: 120px;
}
#emailthispage_content input, #emailthispage_content textarea {
	width: 270px;
}
#emailthispage_content form p {
	margin: 4px 0px;
}
#emailthispage_content fieldset {
	padding: 5px;
}
#emailthispage_content button {
	display: block;
	position: relative;
	float: right;
	z-index: 5;
}
#emailthispage_content .note.alert {
	color: #ff0000;
}


/* Form Elements
----------------------------------------------------------------------------------------------------- Form Elements
*/

form {
}
button {
	background-color: #b2c4d7;
	padding: 5px 15px;
	color: #333;
	border: 1px solid #fff;
	background-image: url(white-overlay.png);
	background-repeat: repeat-x;
}
fieldset {
	border: 2px solid #b2c4d7;
	border-left: none;
	border-right: none;
	border-bottom: none;
	
	padding: 10px;
}
legend {
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}
label {
}
input {
}
textarea {
}
input, textarea {
	background-color: #fff;
	border: none;
	outline: none;
	border-bottom: 2px solid #b2c4d7;
	
}
input, textarea, label {
	padding: 5px 8px;
}
form p {
}

/* Contact form
----------------------------------------------------------------------------------------------------- Contact form
*/
label {
	display: block;
	float: left;
	clear: left;
	width: 150px;
}

input, textarea {
	width: 423px;
	
}

button {
	display: block;
	float: right;
}

#contactform .alert {
	display: block;
	float: right;
	text-align: right;
	padding: 5px 15px;
	margin: 0px;
	margin-right: 15px;
	font-style: italic;
}





/* Testimonials
----------------------------------------------------------------------------------------------------- Testimonials
*/
#content ul.testimonials {
	list-style: none;
}
ul.testimonials li {
	padding: 10px;
	background-color: #fff;
	background-image: url(quote.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	margin: 15px 0px;
	font-size: 11px;
}

ul.testimonials .title {
	font-size: 18px;
}
ul.testimonials .author {
	display: block;
	text-align: right;
	color: #999;
}



/* Footer
----------------------------------------------------------------------------------------------------- Footer
*/

#footer {
	font-size: 11px;
	line-height: 13px;
}
#footer h1 {
	font-size: 14px;
}
#footer .col {
	/*width: 175px;*/
	width: 230px;
	height: 20px;
	float: left;
	text-align: center;
}

#footer .one {
	height: 20px;
	margin-top: 217px;
}

#footer fieldset {
	width: auto;
	border: none;
	margin: 0px;
	padding: 0px;
}
#footer form {
	width: auto;
}
#footer p {
	margin: 0px;
	padding: 4px 0px;
}
#footer input {
	width: 180px;
	text-align: center;
	background-color: #d8e1eb;
	border: none;
	margin: 2px 0px;
}
#footer label {
	display: block;
}
#footer button {
	float: none;
	text-align: center;
	margin: 2px auto;
}
#footer #mailinglist_rsp {
	color: #ff0000;
}



#footer .homelink {
	display: block;
	position: absolute;
	left: 15px;
	top: 165px;
	
	width: 150px;
	text-align: center;
	
	background-image: url(home_sm.png);
	background-position: center top;
	background-repeat: no-repeat;
	
	padding-top: 20px;
}


/* Google Map
----------------------------------------------------------------------------------------------------- Google Map
*/
a.mapdirections {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #000;
	font-style: italic;
	width: auto;
	background-color: #999;
}
a.mapdirections:hover {
	background-color: #FFFFFF;
}

a.mapdirections.button {
	display: block;
	width: 124px;
	height: 18px;
	padding: 0px;
	background-color: transparent;
	margin: 5px 0px;
	text-indent: -9999px;
	background-image: url(getdirections.png);
}
a.mapdirections.button:hover {
	background-image: url(getdirections_over.png);
	background-color: transparent;
}
