/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000000 url(../images/background.jpg) top center fixed;
}
body{
	min-height: 700px; 
}
input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #CC0000;
	background: #000000;
	font: normal 12px/120% Helvetica, Arial, sans-serif;
	border: 1px solid #666666;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #999999;
	font: normal 12px/125% Helvetica, Arial, sans-serif;
	text-align: justify;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 5px;
	padding: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #d0151c;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 14px;
	text-align: left;
}
h2
{
	font-size: 50px;
	color: #FFFFFF;
	clear: both;	
}
h3 {
	font-size: 14px;

}

h4
{
	font-size: 12px;
	color: #CCCCCC;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}
h5
{
	color: #FFFFFF;
	font-size: 12px;
}
h6
{
	font-size: 11px;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: none;
	color: #d0151c;
}

a:hover
{
	text-decoration: underline;
}
a:selected {
	text-decoration: underline;
}
ul
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 20px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 7px;
	background: url(../images/li.gif) no-repeat left 5px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/lili.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
strong, b {
	color: #CCC;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#logo{
	z-index: 50;
	position: relative;
	width: 0;
	height: 0;
	left: 750px;
	top: -98px;
}

/* ----------------- end skin specific ------------------------ */
/* --- */
/* ----------------- start contact specific ------------------------ */
form {
	padding: 0px;
	width: 400px;
	margin: 0px;
}
form td {
	padding: 1px 0px 1px 5px;
	color: #999999;
}
.marginRight {
	margin-right: 20px;
}

fieldset {
	border: 1px solid #333333;
	padding: 10px;
}
label {
	float: left;
	white-space: nowrap;
}
legend {
	color:  #FFFFFF;
	padding: 0 2px;
	text-transform: uppercase;
}
.trColourOdd {
	background: #222;
}
.submit {
	background-color:  #CC0000;
	color:  #FFF;
	display: inline;
	text-transform: uppercase;
}
#contactLeftCol {
	float: left;
	width: 200px;
}
.required {
	border: 1px solid #990000;
	background: #F3E9E6;
}

#contactLeftCol h2 {
	margin-top: 50px;
}
/* ----------------- end contact specific ------------------------ */
/* HOME */
.imgAlignLeft {
	float: left;
	margin-right: 13px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #333333;
}
.quotes {
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #333333;
	padding-top: 10px;
}
.small {
	font-size: 10px;
	color: #333333;
}
.small a {
	color: #333333;
}
#flashImg {
	background:  url(../images/testbg.jpg) bottom left no-repeat;
	margin-bottom: -330px;
	padding: 0px;
	position: relative;
	top: -330px;
	height: 330px;
	width: 450px;
	display: none;
}
