@charset "utf-8";

.top_nav
{
	width:					1000px;
	height:					50px;
	margin-bottom:			10px;
	background-color:		#C00;
	color: 					#FFF;
	font-family: 			arial;
	font-size: 				20px;
	line-height: 			50px;
	font-weight: 			bolder;
	text-transform: 		capitalize;
	text-align:				center;
}

.bottom_nav
{
	width:					990px;
	height:					40px;
	padding:				5px;
	margin-top:				10px;
	margin-bottom:			10px;
	background-color:		#999;
	color: 					#FFF;
	font-family: 			arial, verdana, tahoma, helvetica, sans-serif;
	font-size: 				10px;
	line-height: 			40px;
	font-weight: 			bold;
	text-align:				center;
	float:					left;
}

.bottom_nav ul
{
	list-style-type: 		none;
	padding:				0px;
	margin:					0px;
} 

.bottom_nav li
{ 
	display: 				block;
    float:					left;
    background-repeat: 		no-repeat;
}

.res_mobile_button
{
	width:					223px;
	height:					40px;
	background-color:		#369;
	border-right-width: 	1px;
	border-right-style: 	solid;
	border-right-color:		#FFF;
	float:					left;
	background-image:		URL(../images/buttons/res_mobile.png);
	background-repeat:		no-repeat;
}

.res_mobile_button ul
{
	list-style-type: 		none;
	padding:				0px;
	margin:					0px;
} 

.res_mobile_button li
{ 
	width: 					223px;
	display: 				block;
    float:					left;
    background-repeat: 		no-repeat;
}

.res_mobile_button a
{
	height: 				40px;
    display: 				block;	
	font-size: 				1px;
    text-indent: 			-999999em;
    overflow: 				hidden;
    background-repeat: 		no-repeat;
}

