@charset "utf-8";
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#body {
	background-image: url(/includes/assets/ReconyxBackground.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height:100%;
}
#top-lines {
	height: 15px;
	width: 100%;
	background: url(/includes/assets/top_border.jpg) repeat-x;
}
#black-fade-bottom {
	height: 100%;
	width: 100%;
	background: url(/includes/assets/black-fade-bottom.png) repeat-x;
	background-position: bottom;
	padding-bottom:40px;
}
#footer-bg {
	width: 100%;
	background: url(/includes/assets/footer-bg.jpg) repeat-x;
	background-color: #000;
}
#content { 
	padding-bottom: 102px; 
}
.black50 {
	background-image: url(/includes/assets/black50.png);
	background-repeat: repeat;
}
.text-grey {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #B2B2B2;
	text-decoration: none;
	line-height: 20px;
}
.text-green {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #3DAB57;
	text-decoration: none;
	line-height: 20px;
}
.footer-highlight {
	background-image: url(/includes/assets/footer-highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer-nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #474747;
}
#footer-nav a {
	color: #474747;
	text-decoration: none;
}
#footer-nav a:link {
	color: #474747;
	text-decoration: none;
}
#footer-nav a:active {
	color: #474747;
	text-decoration: none;
}
#footer-nav a:visited {
	color: #474747;
	text-decoration: none;
}
#footer-nav a:hover {
	color: #7C7C7C;
	text-decoration: none;
}
#footer-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
#footer-nav ul li {
	display: inline;
	margin: 0 10px;
} 
.text-footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #B2B2B2;
	text-align:center;
  text-decoration: none;
  }
.text-footer-copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #474747;
	text-decoration: none;
}
.hyperfireText
{
    font-size : 24px;
    font-style : italic;
    margin-bottom : 10px;
}

/* Customer Login */
.boxError
{
    width: 600px;
    border : 2px solid #ff0000;
    background-color : #ffcccc;
    color : #000;
    padding : 5px;
    margin : 0 auto 10px;
    font-weight : bold;
}
.boxAdditional
{
    border-top : 1px solid #F00;
    font-weight:normal;
    margin-top : 3px;
    padding:5px 10px 0 30px;
}
.boxError .icoStatus
{
    display:none;
}
.ico
{
    padding: 0 5px;
    width: 16px;
    height: 16px;
}
.validation
{
    font-style : italic;
    font-size : 0.9em;
    color : #ffff66;
}