
/*
controls the look and feel of the 'pixels-sold/available' box:
*/
.status {	
		width:134px;
		height:43;
		border:0;
		padding: 5 0 0 0;
		background: url(s_bg.gif) no-repeat #FFFFFF;
		font-size: 12px;
		font-family: Arial;
		text-align:center;
		line-height:16px;
	}

.status_body {

	margin:0px; 
	background-color: #FFFFFF;

}
/*
Table cells (inside tables)
*/
	TD {

		font-size: 12px;
	}
/*
Heading bar
*/
	.heading_bar {
	background: #fff url('images/topbar.jpg') repeat-x;
	}
/*
Menu bar (section at the top where the navigational links are placed)
*/
	
/*Navigation at the Top*/
#menu {
	height: 25px;
	margin: 0 auto;
	background: #fff  url(grgrad.gif) repeat-x;
	font-size: 10pt;
	font-weight:bold;
	color:#fff;
}	

#menu_bottom {
	height: 16px;
	margin: 0 auto;
	background: #fff  url(grgrad-bottom.gif) repeat-x;
	font-size: 10pt;
	font-weight:bold;
	color:#FFFF00;
	text-align:center;
}	
	
/*
Links in the menu bar
*/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	padding: 5px 8px;
	text-decoration: none;	
	border:none;
	color:#fff;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #41270c;
	color:#fff;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
    font-size: 1em;
	background: url(../common/images/icon-rss-16x16.gif) no-repeat 10px 50%;
	border: none;
	color:#fff;
}

#menu #rss-l a {
	float: right;
	padding-left: 25px;
    font-size: 1em;
	background: url(../common/images/icon-linkedin-17x17.gif) no-repeat 10px 50%;
	border: none;
	color:#41270c;
}

#menu #rss-f a {
	float: right;
	padding-left: 27px;
    font-size: 1em;
	background: url(../common/images/icon-facebook-17x17.gif) no-repeat 10px 50%;
	border: none;
	color:#41270c;
}

#menu #rss-t a {
	float: right;
	padding-left: 25px;
    font-size: 1em;
	background: url(../common/images/icon-twitter-17x17.gif) no-repeat 10px 50%;
	border: none;
	color:#41270c;
}








/*Footer Area*/
#footer 
{
	clear: both;
	margin: 0 auto;
	padding: 10px;	
	font-size:0.9em;
	text-align:center;
	background: #fff url('images/topbar.jpg') repeat-x;	
	border-top:#ccc 1px solid;	
	color:#333;
}

{
    color:#000;
    border:none;
}
