﻿/* TEMPLATE CSS */

body {
  background: #d9cba3;
  background-image: url("../images/bgpattern.jpg");
  background-attachment: fixed;
  text-align: justify;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #d9cba3;
  margin: 10px;
}

TABLE		{
	COLOR: #d9cba3;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* LINKS */

a:link {
	color:#d9cba3;	
	text-decoration: none;
	font-weight: bold;
} 

a:visited {
	color:#d9cba3; 	
	text-decoration: none;
	font-weight: bold;
} 

a:active {	
	color:#d9cba3; 	
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:#fbffff; 	
	text-decoration: none;
	font-weight: bold;
}


/* TYPOGRAPHY */

p { 
color: #d9cba3;
font-family : Arial, Verdana, sans-serif;
font-size : 12px;
border: 0px #000000 solid;
text-align: justify;
}

h1 { font-size: 36px; color: #d9cba3; font-family:"Times New Roman", Times, serif; font-weight: normal; margin-top: 12px; }
h2 { font-size: 24px; color: #d9cba3; font-family:"Times New Roman", Times, serif; font-weight: normal; }
h3 { font-size: 14px; color: #d9cba3; }
h4 { font-size: 18px; color: #fbffff; font-weight:normal; font-family:"Times New Roman", Times, serif;}
h5 { font-size: 10px; color: #d9cba3; font-weight:normal; font-family:"Times New Roman", Times, serif;}
h6 { font-size: 12px; color: #fbffff; 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: #242730;
	padding-bottom: 6px;
	padding-top: 6px;
}

.botnav	{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #242730;
	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: #d9cba3; }
HR {color: #d9cba3; height: 1px; width: 100%;}
.imgborder {border-width: 0px;}
.subtitle { font-size: 16px; }


/* 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 #434a5a; 
border-right:1px solid #434a5a; 
border-top:1px solid #434a5a; 
border-bottom:1px solid #434a5a; 
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: #242730;
}

#dropmenudiv a:hover{ /*hover background color*/
text-decoration:underline;
}
