﻿@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 80%;
	color:#2a2c2a;
}

.h3text {
		
}
h1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#333;
	padding-bottom: 5px;
	padding-top: 18px;
	font-size: 1.3em;
	margin-top: 0px;
	margin-left: 370px;
	
}

.center {
	text-align: center;
}

h2 { 
	font-size: 1.3em;
	margin-bottom: 10px;
	color:#460B77;
} 

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF9;
	padding: 5px 5px 5px 5px;
	background-color: #460B77;
	margin-bottom: 10px;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.smallital {
	font-size: .9em;
	font-style: italic;
	margin-top: -10px;
}

/*------------------------------ Style for the inline header -----------------------------------------*/
#nav ul {
   position:relative;
   left: 360px;
   top: 15px;
   margin: 0;
   padding: 0;
   list-style: none;
   list-style-type: none;
  
  
   }
#nav li  {
 
   margin: 0;
   padding: 0;
   display: inline;
   float: left;
  
   }
   
#nav li a
{
background: url(navbackground.gif) bottom left repeat-x;
height: 2em;
line-height: em;
float: left;
width: 7em;
display: block;
color:#FF9;
text-decoration: none;
text-align: center;
font-size: 1.3em;
} 


#nav ul li a  {
   list-style:none;
   display: block;
   }

li {
	padding-bottom: 10px;
}



ul {
	margin-top:0px; 
	margin-bottom:0px;
	margin-left: 20px;
	list-style-type: square;
	list-style-position: outside;
}




#gallery ul {
	padding-bottom: 10px;
}


#gallery li {
	padding: 0;

}
		
#gallery li a {
	font-weight: bold;
}


table.prices {
	border-width: 1px;

	border-style: solid ;
	border-color: black;
	border-collapse: collapse;

	margin-bottom:20px;
}
table.prices th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	
	background-color:#333 ;
	font-size: 1.3em;
	color:#FF9 ;
}
table.prices td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	
	background-color: #FDFEC5;
	width: 150px;
	font-size: 1.2em;
	text-align: center;
	
}

#gallery a:link 	{text-decoration: none; color:#460B77;  }/* unvisited link */
#gallery a:visited {color:#2D1447; text-decoration: none; }  /* visited link */
#gallery a:hover {text-decoration: none; color: #2a2c2a; text-transform: uppercase;}  /* mouse over link */
#gallery a:active {color:#039; text-decoration: none; }  /* selected link */ 

#nav a:link 	{text-decoration: none; color:#FF9;  }/* unvisited link */
#nav a:visited {color:#959b63; text-decoration: none; }  /* visited link */
#nav a:hover {color:#460b77; text-decoration: none; text-transform:uppercase}  /* mouse over link */
#nav a:active {color:#039; text-decoration: none; }  /* selected link */ 

a:link 	{text-decoration: none; color:#460B77;  }/* unvisited link */
a:visited {color:#2D1447; text-decoration: none; }  /* visited link */
a:hover {text-decoration: none; color:#2a2c2a; text-transform: uppercase;}  /* mouse over link */
a:active {color:#039; text-decoration: none; }  /* selected link */ 


.footertext {
	text-align:center;
	padding-top: 6px;
}














