` /*
----------------------------------------------------------------------------
FIREOUS.COM
CSS Document: styles.css
----------------------------------------------------------------------------
*/
/* default type selectors
* ------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: url(../images/bgmap.jpg) repeat-x scroll 0 0 #22272A;
	color: #2E3437;
	margin: 0 auto;
	font-family: "lucida grande", "lucida sans unicode", arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	display: block;
}
ol, ul { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: "lucida grande", "lucida sans unicode", arial, sans-serif;
	margin-bottom: 14px; }

h1 { font-size: 26px }

h2 { font-size: 20px }

h3 { font-size: 18px }

h4 { font-size: 17px }

h5 { font-size: 17px }

h6 { font-size: 17px }

p, ul, ol, dl, blockquote {
	margin-bottom: 1em;
	color: #FFF;
	display: block;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff; }

a:active, a:focus, a:hover {
	text-decoration: underline;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif; }
.list {
	padding-left: 0px;
	text-indent: 20px;
}
.list li {
	line-height:22px;
	padding: 0px 0 8px 0px;
	background:url(../images/key_disable.png) no-repeat left;
}
.list li a {
color:#ff;
text-decoration:none;
}
.list li a:hover {
color:#fff;
text-decoration:underline;}
/* default classes
 * ------------------------------------------------------------------------- */
.clearafter:after {
clear: both;
content: "";
display: block;
height: 0;
visibility: hidden;
}
.clearall {
clear: both;
}
/* Hides from IE-mac \*/
* html .clearafter {
height: 1%
}
/* End hide from IE-mac */
.ir {
height: 0;
line-height: 30px;
overflow: hidden;
}
/* body
* ------------------------------------------------------------------------- */

#bg-wrap2 {
margin: 0 auto;
width: 960px;
}
#site-wrap {
	margin-top: 30px;
	width: 960px;
	position: relative;
	padding-bottom: 30px;
}
#top {
	height: 30px;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Main content Rt & Lft Column
* ------------------------------------------------------------------------- */
.avail-col {
	width: 180px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 10px 0px 0px;
}
.avail-content {
	float: left;
	width: 180px;
	text-align: left;
}
.rmdimensions {
	font-size: 10px;
	font-weight: lighter;
	line-height: 12px;
	color: #444;
	padding: 10px 0px 0px;
} 
.updated {
	font-size: 12px;
	font-weight: bolder;
	margin-top: 20px;
	color: #e46877;
	line-height: 8px;
}

/* Availability copy
* ------------------------------------------------------------------------- */

/* footer
* ------------------------------------------------------------------------- */
#bg-wrap3 {
	background: #22272A repeat-x fixed 0 0;
	height: 50px;
	margin: 0 auto;
}
#footer {
	font-size: 12px;
	color: #fff;
	margin: 0 auto;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #22272A;
	font-family: Arial, Helvetica, sans-serif;
}
#footer-text1 {
	width: 630px;
	margin-left: 30px;
	float: left;
}
#footer-text2 {
	width: 300px;
	float: right;
	text-align: left;
	font-weight: bold;
}
#footer-nav li.first {
	border: medium none;
	padding-left: 0;
}
#footer-nav li.last {
	padding-right: 0;
}
#footer-nav li {
	border-left: 1px solid #fff;
	display: inline;
	padding: 0 4px 0 7px;
}
#footer-nav li a {
	color: #fff;
}
#footer-nav li a:hover {
	color: #de5c00;
	text-decoration: none;
}

.copyright-height {
	line-height: 0px;
}


/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

