/* Global Styles */

html {
	height: 100%;
}

body {
	background-color: #000;
	background-image: url('../images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1 {
	color: #02576d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	margin: 10px 0px;
	padding: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
}

h3 {
	color: #02566d;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0px;
	padding: 0px;
}

h4 {
	color: #cc3333;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0px;
	padding: 0px;
}

a {
	color: #cc3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;

}
	
a.hidden{
	display:none;

}	

img {
	border: 0px;
}

.clear {
	clear: both;
	float: none;
}

/* Page Wrapper */

#wrapper {
	background-color: #fff;
	min-height: 100%;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 880px;
}

/* Navigation */

#navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	margin: 10px 0px;
	padding: 0px;
}

/* Contact Information */

#contactInfoLeft {
	float: left;
	width: 150px;
}

#contactInfoRight {
	float: right;
	width: 120px;
}

#emailsales {
	display: block;
	margin: 9px 0px;
}

/* Footer */

#footer {
	border-top: 1px solid #333;
	font-size: 10px;
	line-height: 10px;
	margin: 50px 0px;
	padding: 10px;
}

#legal {
	float: left;
	margin-top: 3px;
}

#footerlink {
	float: right;
	margin-top: 3px;
}

#footerlink a {
	color: #b4b4b4;
	font-weight: bold;
}

.footericon {
	float: right;
	padding-left: 10px;
}

/* General */

.lefty {
	float: left;
}

.righty {
	float: right;
}


label{
	float:left;
	width:115px;
	margin:4px 0;
}

input{
	float:left;
	margin:4px 0;
width:191px;
}

input.emer{
	float:left;
	margin:4px 0;
width:191px;
min-height:80px;
}

input.submit{
	width:79px!important;
	height:32px!important;
}
