/* CSS Document */


/*-------------------------- link styles -----------------------------*/

a:link {
	text-decoration:none;
	color:#999999;
	}
a:hover {
	text-decoration: none;
	color:#CC0000;
	}
a:visited {
	text-decoration:none;
	color:#999999;
	}
	
a.menu:link {
	text-decoration:none;
	color:#999999;
	}
a.menu:hover {
	text-decoration: underline;
	color:#CC0000;
	}
a.menu:visited {
	text-decoration:none;
	color:#999999;
	}
/*
a.imgbrdr:link {display:block; width:50px;height:50px;border: 0px; border-style:solid; border-color:#999999;}
a.imgbrdr:visited {display:block; width:50px;height:50px;border: 0px; border-style:solid; border-color:#999999;}
a.imgbrdr:hover {border: 1px; border-style:solid; border-color:#6E842D;}

.imageBorder {border: 1px; border-style:solid; border-color:#6E842D;}*/


/*-------------------------- type styles -----------------------------*/

.h1 {	font-family:Helvetica, sans-serif;
	font-size:32px;
	font-weight:100;
	color:#00CCFF;
	}
.h2 {
	font-family:century gothic, Helvetica, sans-serif;
	font-size:9px;
	color:#ADADAD;
	font-weight:bold;
	letter-spacing:.1em;
}
.h3 {
	font-family:century gothic, Helvetica, sans-serif;
	font-size:9px;
	color:#C5C5C5;
	font-weight:normal;
	letter-spacing:;
	}
.h4 {
	font-family:century gothic, Helvetica, sans-serif;
	font-size:12px;
	color:#434343;
	font-weight:normal;
	letter-spacing:;
	}
.h5 {
	font-family:century gothic, Helvetica, sans-serif;
	font-size:12px;
	color:#434343;
	font-weight:bold;
	letter-spacing:;
	text-decoration:;
	}

.h7 {
	font-family:Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.3em;
	}
.h6 {
	font-family:Helvetica, sans-serif;
	font-size:9px;
	color:#FC3D72;
	padding-top:;
}
.footer {
	font-family:Helvetica, sans-serif;
	font-size:10px;
	color:#19211C;
}


.menuLine {
	border-bottom: thin dotted;
	border-bottom-color:#777777;
	border-right: thin #777777 dotted;
	width: 28px;
	height:100px;
	}
	
.columnpadding {
	padding:0px 5px 0px 5px;
	}
.columnmenupadding {
	margin:0px 20px 0px 8px;
	}

/*-------------------------- structure -----------------------------*/

body {
	margin:0px;
	}
	
.hidden {
display:none;
}
#holder {
	width:100%;
	margin-top:0px;
	}
#videoholder {
	padding:25px 50px 50px 50px;
	width: 800px;
	height:500px;
	}
	
#bgImage {
	background-image:url(images/FPP-bgImage.gif);
	background-repeat:repeat-x;
	z-index:0;
	
	}
	
#mainmenu {
	width: 500px;
	height:80px;
	background-color:#fff;
	}
#footerbar {
	margin:20px 0px 20px 0px;
	width: 100%;
	height:25px;
	background-color:#333;
	}
	
.gallerythumb {
	width:100px;
	height:100px;
	padding:;
	float:left;
	}
a.lightview:link {
	color:#FFFFFF;
	
	}
a.lightview:hover {
	color:#CC0000;
	
	}
a.lightview:visited {
	color:#CCCCCC;
	
	}
	
.line { background:url(images/dot.gif) repeat-x; margin:10px 0 0 0; padding:0 0 20px 0; }

.linkholder {width: 240px; height: 260px; border-left: thin dotted #333; float:left; margin:220px 0 0 40px; padding-left:10px;}

#presstextbox {width: 300px; height: 300px; border-left: thin dotted #fff; margin:220px 0 0 500px;}

.gallerythumb {
	width:88px;
	height:88px;
	margin:0  0 10px 10px;
	float:left;
	}


/**************** Navigation *********************/

.icon {
	margin: 0px 0px 0px 5px;
	float:right;
	}
#navbar {
	margin:0;
	padding: 0px;
	width:;
	height: 25px;
	}
#menu {
	margin:0;
	padding: 0px;
	float:;
	width: 900px;
	height: 31px;
	line-height: 25px;
	}
ul.menu{
	float:;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	padding:0;
	}
ul.menu li{
	float:left !important;
	list-style-type:none;
	margin:0px 0px 0px 15px;
	padding:0px;
	}
ul.menu li a,ul.menu li a:link,ul.menu li a:visited{
	border-bottom:0;
	border-left:0;
	color:#FFF;
	float:left;
	display:block;
	text-decoration:none;
	padding:0 5px;
	}
ul.menu li a:hover,ul.menu li a:active{
	background:#fff;
	color:#Fc3D72;
	text-decoration:none;
	color:#FC3D72;
	}
ul.menu li.home a{
	border-left:2px solid #fff;
	text-decoration:none;
	}
ul.menu li ul{
	float:left;
	margin:0;
	padding:0;
	}



/*-------------------------- other -----------------------------*/

