/* CSS Document City Companions */

/* -----------------------------------------------------------
General Page Properties
----------------------------------------------------------- */

html * {
	margin: 0;
	padding: 0;
	border: 0;
}

a  {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

hr {
	margin: 10px 33px 10px 0;
	color: #000;
	border-left: 0;
	border-right: 0;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #000;
	height: 5px;
}

/* -----------------------------------------------------------
Main Div's
----------------------------------------------------------- */

div#wrapper {
	width:731px;
	margin: auto;
}

div#content {
	width:729px;
	background:#000;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	border-color:#fff;
}

div#innertube {
	width:696px;
	padding:10px 0 0 23px;
}

div#innertube p {
	padding-bottom:13px;
	line-height:13px;
	margin-right:23px;
}

div#footer {
	margin-bottom:20px;
	padding-top:13px;
}

/* -----------------------------------------------------------
Navigation
----------------------------------------------------------- */

/* Classes */

ul.main-nav {
	list-style: none;
	color: #fff;
	text-transform: uppercase;
}

.main-nav li {
	display: inline;
}

.main-nav li a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	padding:0px 3px;
}

.main-nav li a:hover {
	color: #FF6600;
	text-decoration: none;
}

.main-nav li a.active {
	color: #FF6600;
	text-decoration: none;
}

/* ID's */

#main-top-nav {
	float: right;
	font-size: 12px;
	padding-top:90px;
	text-align:right;
}

/*#main-bottom-nav {
	font-size: 11px;
	text-align:right;
	padding:8px 0 0 0;
	margin:0;
}*/


/* -----------------------------------------------------------
Images
----------------------------------------------------------- */
.left_img {
	float:left;
	margin-right:20px;
}

div#marquee {
	background:#cc6600;
	color:#fff;
	border:1px solid #fff;
	width:680px;
	margin:10px 0;
}

div#marquee p {
	padding:2px;
}

div#menu
{
	padding-left: 268px;
	padding-top: 85px;
}

div#menu a
{
	height: 28px;
	display: block;
	float: left;
}

div#menu a.home
{
	width: 46px;
	background: url('../images/topnav_01.jpg');
}

div#menu a.home:hover
{
	background: url('../images/topnav_ovr_01.jpg');
}

div#menu a.available
{
	width: 137px;
	background: url('../images/topnav_avail_anim.gif');
}

div#menu a.available:hover
{
	background: url('../images/topnav_avail_anim_ovr.jpg');
}

div#menu a.news
{
	width: 47px;
	background: url('../images/topnav_03.jpg');
}

div#menu a.news:hover
{
	background: url('../images/topnav_ovr_03.jpg');
}

div#menu a.reviews
{
	width: 67px;
	background: url('../images/topnav_04.jpg');
}

div#menu a.reviews:hover
{
	background: url('../images/topnav_ovr_04.jpg');
}

div#menu a.forum
{
	width: 55px;
	background: url('../images/topnav_05.jpg');
}

div#menu a.forum:hover
{
	background: url('../images/topnav_ovr_05.jpg');
}

div#menu a.links
{
	width: 47px;
	background: url('../images/topnav_06.jpg');
}

div#menu a.links:hover
{
	background: url('../images/topnav_ovr_06.jpg');
}

div#menu a.incall
{
	width: 55px;
	background: url('../images/topnav_07.jpg');
}

div#menu a.incall:hover
{
	background: url('../images/topnav_ovr_07.jpg');
}
