﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #151D1F;
}
body a
	{
	color:#0033CC;
	}
body a:hover 
{
	color:#FF0000;
}	
#container {
	width: 688px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #a90b0a;
	padding-bottom: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#masthead {
	width: 688px;
	height: 333px;
}
#blackspot {
	width: 688px;
	height: 25px;
	background-color: #000000;
}
#navigation {
	margin: 10px;
	position: relative;
	float: left;
	width: 205px;
}
#content {
	float: left;
	width: 440px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
}
#content ul {
	list-style-image: url('../images/items.gif');
}
#content p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#content li {
	padding-bottom: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	color: #FFFFFF;
}
#navigation li {
	list-style-type: square;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h5 {
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#content h1,h2,h3,h4 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}
#content a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.txtident {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.justi{
	text-align: justify;
}
.pixbox{
	width: 140px;
	height: 90px;
	float: left;
	text-align: center;
}
.helibar{
	height: 47px;
	background-image: url('../images/helibar.gif');
}
.helibar h4 {
	padding: 15px 15px 15px 110px;
	color: #66FFCC;
}
.pricing{
	text-align: right;
	color: #FFFF99;
	font-size: medium;
	font-weight: bold;
}

.StyleTable {
				width:100%; /* table width */	
				color: inherit; /* text color */
				font-family: Verdana; /* font name */
				font-size: 12px; /* font size */
				border: 0px outset; /* border */
				border-collapse: collapse;
				}
				.StyleTable td {
					padding: 2px; /* cell padding */
					border: 1px solid; /* cell spacing */
					border-color: #CCCCCC;  /* table background color */
				}
