/* Generic HTML modifiers */
body 		{
	background-color: #000000;
}
p			{ font-family: Georgia, "Times New Roman", Times, serif}
a:link 		{ color: #000000; text-decoration: none}
a:visited 	{ color: #A83A00 ; text-decoration: none}
a:active 	{ color: #000000 ; text-decoration: none}
a:hover 	{ text-decoration: underline; color: #A83A00}

/* Sizing and backgrounds for the main page containers */
#leftmenu, #rightmenu { vertical-align: top; width: 150px; background-color: #000000; }
#contentarea, #footerarea {
	vertical-align: top;
	width: 490px;
	background-color: #000000;
	height: 100%;
}
#widecontentarea { vertical-align: top; width: 800px; background-color: #000000; }
#headerline { width: 490px; background-color: #FFD980; font-size: 80%; }
#footerarea { font-size: 90%; }
#darkside { background-color: #666666; width: 240px; vertical-align: top; font-size:small; }



/* Style definitions for the left and right menus */
#menustyle 
{
	text-align: center;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menustyle p { font-size: 80%; }


#menustyle H1
{
	font-size: 90%;
	color:#8D584B;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#menustyle ul { margin: 0; padding: 0; list-style-type: none; }

#menustyle li { margin: 0 0 .2em 0; }

#menustyle li a
{
	display: block;
	color: #000000;
	background-color: #FFD980;
	width: 12em;
	padding: .2em .8em;
	text-decoration: none;
	font-size: 60%; 
}

#menustyle li a:hover
{
	background-color: #ECDCCC;
	color: #FFF;
	font-size: 60%; 
}


/* Footer definitions */

#leftfooter, #rightfooter { background-color: #BDC2C5; }
#footercopyright { text-align: center; background-color: #000000; padding: 5px; font-size:90%;}
#footertext { text-align: center; font-size:90%;}


/* Last minute deals */

#lastminute { text-align: center; background-color: #bdc2c5; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
#lastminute H1 { font-weight: bold; font-style: normal; color: #CC6600; font-size: 12px; }

#specials {
	background-color: #ffd980;
	margin: 10px;
}

#specials H1 {
	margin: 0px;
}
#specials P {
	text-align: center;
	border: 1px dashed #8d584b;
}


/* CLASS definitions */
/* Definitions used on the main content area */

.content, .finalstep {
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: top;
	background-color: #000000;
	margin: 10px;
	padding: 10px;
}

.finalstep { background-color: E26838; }


.content h1, .finalstep h1 {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.content h2, .finalstep h2 {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom: 3px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 3px;
}

.content h3 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}

.content p, .content li, .finalstep p {
	font-size: 16px;
}

.content-hdr {
	vertical-align: top;
}
img.content-hdr {
	margin: 15px 0px 0px 5px;
}

.seealso { font-size: 80%; text-align: right; }
	
.seealso p { color:#8D584B;	font-weight: bold; margin-bottom: -10px; margin-top: 5px; margin-right: 10px; }

.seealso ul{ list-style-type: none; margin-right: 10px; }


p.pagetitle { 
	font-size: 120%; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#BDC2C5;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.pagetitlebg {
	background-image: url(../graphics/generic/content_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


input.radio {background-color: #666666; border:0px}
input.checkbox {background-color: #666666; border:0px}
input, select { font-size: small;	font-family: Georgia, "Times New Roman", Times, serif; }

.bookingsform input, .bookingsform select { font-size: 90%; }

.bookingsform {
	background-color: #FFD980;
	margin: 3px;
	padding: 10px;
	border: 1px solid #E26838;
	width: 510px;
	font-size: 90%;
}

.itinerary, .classics, { margin: 5px; padding: 1px; border: 1px dashed #8d584b; }
.itinerary-header, .classics-header { background-color: #8d584b; color: #FFFFFF; font-variant: small-caps; }
.itinerary-description, .classics-description { background-color: #DFB191; margin-bottom: 20px; }

.classics-header-br1, .classics-header-br2, .classics-header-br3, .classics-header-br4, .classics-header-br5
	{ color: #FFFFFF; font-variant: small-caps; }
.classics-header-br1 { background-color: #582417; }
.classics-header-br2 { background-color: #703c30; }
.classics-header-br3 { background-color: #8d584b; }
.classics-header-br4 { background-color: #af7a6d; }
.classics-header-br5 { background-color: #c3988d; }

.classics-selector { margin: 2px; padding: 1px; border: 1px dashed #8d584b; text-transform: capitalize;}
.classics-selector a, .classics-selector em { font-size: 80%; text-transform: capitalize; }
.classics-selector em { color:#8D584B; font-style: normal; }



.yellowbox {
	background-color: #FFD980;
	margin: 3px;
	padding: 10px;
	border: 1px solid #E26838;
}

.yellowbox h2 {
	margin: 0px;
	background-color: #e26838;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.yellowbox h3 {
	margin: 10px 0px 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: e26838;
}

.viewlodges {
	background-color: #E26838;
	padding: 5px;
}

.viewlodges h1 {
	font-size: medium;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.lodgeprice {
	font-size: medium;
	font-variant: small-caps;
}
.circuit {
	font-size: small;
	font-variant: small-caps;
	text-align: right;
}
