
body {
    margin: 0;
    padding: 0;
    color: #000000;
	font: 76% "Trebuchet MS",arial,sans-serif;
	background-color: #DDE3D7;
    min-width: 800px;
}
html {
    margin: 0;
    padding: 0;
    }

#wrap {
	background: #fff;
	margin:0 auto;
	margin-top: 40px;
	width:800px;
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
   }

#flashcontent {
		width: 100%;
		height: 375px;
	}

#topbanner {
	background: url(images/FFBanner2.jpg) top left no-repeat;
	height: 190px;
	border: #ffffff; 
	border-style: solid;
	border-width: 0;
}

#topmenu {
	float: left;
	width: 760px;
	text-align: right;
	margin-top: 160px;
	color: #ffffff;
	font: 115% "Trebuchet MS",arial,sans-serif;
}

#topmenu a {
	color: #ffffff;
	margin-left: 4px;
}

#topmenu a:visited {
	color: #ffffff;
}

#topmenu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#gallery {
	background: #ffffff;
	margin-top: 35px;
	margin-left: 25px;
}

#hpmain {
	background: #ffffff;
	margin-top: 25px;
}

#hpmain td {
	width: 265px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
}


#mainleftpanel {
	width: 480px;
	margin-top: 35px;
	margin-left: 25px;
	float: left;
}

#mainrightpanel {
	width: 240px;
	margin-right: 35px;
	margin-top: 35px;
    float: right;
}

img {
	border: #FFC4FF; 
	border-style: solid; 
	border-width: 1px; 
}

p {
	margin-left: 0.3cm;
	margin-right: 0.3cm;
}

h1 {
	color: #666666;
	line-height: normal;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm;
	margin-left: 0.3cm;
	text-align: left;
	font-size: 120%;
	font-weight: normal;
}

h2 {
	color: #666666;
	line-height: normal;
	margin-top: 0.2cm;
	margin-bottom: 0.2cm;
	margin-left: 0.3cm;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}

table#pricelist {
    background-color: #FFFFFF;
	width: 400px;
	margin-left: 0.3cm;
}

table#list td {
    padding: 5px;
}

.itemcol {
	text-align: left;    
	background-color: #ffffff;
	width: 220px;
}

.pricecol {
	width: 150px;
	text-align: right;
	padding-right:20px;	
}


#footer {
	background: #fff;
	margin: 15px;
	width: 760px;
	text-align: center;
	font-size: 90%;
	padding: 40px 5px 0px 5px;
	clear: both;
	color: #aaa;
}

#content {
	float: right;
	width: 600px;
	padding:10px;
	background: #e9f6f3;
	margin-top: 25px;
	margin-right: 15px;
}

#content table {
	margin-left: 10px;
}

.climsg {
	border-bottom: #88c4b8 solid 1px;
	padding-bottom: 10px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image:  url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image:  url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
