﻿
/* Site Front Page */
.fpbox { float: none; width: 100%;	height: 340px; overflow: hidden; border: solid 1px #b6c1c5; margin: 0px 0px 0px 0px; text-decoration: none; }
.fpbox h1, h2, h3 { margin: 5px 0px 0px 0px; border: 0; }

.fpbox_body { font-size: 12px;  overflow: hidden; clear: both; padding: 0px 1px 1px 0px; margin-right: 5px; margin-left: 10px; text-align: left; width: 257px }
.fpbox_body h2 { font-weight: bold; font-size: 16px; padding-top: 10px; }

.fp_icon {  font-size: 1.0em; color: Black; }
.fp_icon ul { list-style-image: url( images/list_icon.gif); margin-left: 25px; margin-top: 15px; text-align: left; font-size: 1.0em; font-weight: bold; }
.fp_icon img { float:left; margin: 0px 5px 2px 8px; }

.fp_top { height: 4px; background-color: #6699CC; overflow: hidden; }
.fp_bottom { clear: both; margin-bottom: 5px; }
.flashscreen { margin: 4px 0px 4px 0px; width: 100%;  }

.fp_order { clear: both; margin-top: 5px; float:none; text-decoration: none; }
.fp_order img { margin-right: 5px; }
.fp_order a { margin-right: 10px; margin-left: 10px; font-size: 1.1em; font-weight: bold; text-decoration: none; }

.fp_button  {
	font-weight: bold; 
	padding: 6px 10px; 
	border-top: 1px solid white; 
	border-right: 1px solid black; 
	border-bottom: 1px solid black;
	border-left: 1px solid white;
	text-align: center;
	min-width: 75px;
	text-transform: uppercase; 
}

.fp_button:link {
	background-color: #6699cc;
	color: #FFF;
	text-decoration: none;
}

.fp_button:visited {
	background-color: #060;
	color: #fff;
	text-decoration: none;
}

.fp_button:hover {
	background-color: #060;
	color: red;
	border-color: black white white black;
	text-decoration: none;
}

.fp_button:active 
{
	background-color: #369;
	color: #ccc;
	text-decoration: none;
}