﻿/* TEMPLATE CSS */

body {
  background: #d1c18f;
  background-image: url("../images/bgpattern.jpg");
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #d1c18f;
  margin: 10px;
}

TABLE		{
	COLOR: #d1c18f;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* LINKS */

a:link {
	color:#d1c18f;	
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color:#d1c18f; 	
	text-decoration: none;
	font-weight: bold;
} 

a:active {	
	color:#d1c18f; 	
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#ac6554; 	
	text-decoration: none;
	font-weight: bold;
}


/* TYPOGRAPHY */

p { 
color: #d1c18f;
font-family : Arial, Verdana, sans-serif;
font-size : 12px;
border: 0px #000000 solid;
text-align: justify;
}

h1 { font-size: 36px; color: #d1c18f; font-family:"Times New Roman", Times, serif; font-weight: normal; margin-top: 12px; }
h2 { font-size: 24px; color: #d1c18f; font-family:"Times New Roman", Times, serif; font-weight: normal; margin-bottom: 6px; }
h3 { font-size: 14px; color: #d1c18f; }
h4 { font-size: 18px; font-weight:normal; font-family:"Times New Roman", Times, serif;}
h5 { font-size: 10px; color: #d1c18f; font-weight:normal; font-family:"Times New Roman", Times, serif;}
h6 { font-size: 12px; color: #ac6554; text-align: center; font-weight: normal; margin-left: 54px; margin-right: 54px; }

.under {
	text-decoration: underline;
}

/* NAVIGATION */

.topnav	{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #321213;
	padding-bottom: 6px;
	padding-top: 6px;
}

.botnav	{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #321213;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	
}

.footer {
	font-size: 11px;
}

/* OTHER */

.home {margin-bottom: 15px;	margin-top: 15px;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right; margin-right: 12px;}
.studio {font-size: 15px; color: #d1c18f; }
HR {color: #d1c18f; height: 1px; width: 100%;}
.imgborder {border-width: 0px;}
.subtitle { font-size: 18px; }
.sessbord {	border: 1px solid #AC6554;}
.sesshead {	text-align: center;	background-color: #321213;}



/* HOLIDAY PRICE LIST */

.economy { background-image: url('../images/head_economy.png'); height: 72px; }
.ultimate { background-image: url('../images/head_ultimate.png'); height: 72px; }
.allabout { background-image: url('../images/head_allabout.png'); height: 72px; }
.gift { background-image: url('../images/head_gift.png'); height: 72px; }
.holcontent { background-image: url('../images/midcontent.png'); text-align: center; }
.holfooter { background-image: url('../images/footer.png'); height: 20px; }
.holbg { background-image: url('../images/pricebg.png'); }


/* Dropdown Menu */

#dropmenudiv{
border-left:1px solid #471a1a; 
border-right:1px solid #471a1a; 
border-top:1px solid #471a1a; 
border-bottom:1px solid #471a1a; 
position:absolute;
line-height:18px;
z-index:100; 
font-weight:bold; 
font-size:11px; 
font-family:Arial, Helvetica, sans-serif;
margin-top: 3px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 0px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #471a1a;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration:underline;
}






