/* BigBuyCity Stylesheet */

/*header*/
#bbchdcontainer {
	background-image: url(/themes/defaultbbc/hdstretch_def.jpg);
	position: relative;
	height: 140px;
	background-repeat: repeat-x;
	background-position: 700px top;
	width: 100%;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
}
#bbchdcontainer #bbchead {
	background-image: url(/themes/defaultbbc/hdbanner_def.jpg);
	background-repeat: repeat-x;
	height: 140px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 700px;
	background-position: left top;
}
#bbchdcontainer #headlog {
	height: 25px;
	background-image: url(/themes/defaultbbc/headlog_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333333;
	position: absolute;
	float: right;
	right: 0px;
	padding: 0px 20px;
	z-index: 3;
}
#headlog a{
	font-size: 0.8em;
	text-decoration:none;
}

/*navbar*/
div#navbar2 {
	height: 24px;
	width: 100%;
	min-width:750px;
	background-color:#333333;
	text-align: center;
	padding: 0px;
	background-position: center;
	background-image: url(/themes/defaultbbc/bbcnavbar.gif);
	background-repeat: repeat-x;
}
div#navbar2 ul {
	display:inline;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.navlink, .navlink a, .navlink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight:bold;
	text-decoration: none;
}
.navlink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#flashhead {
	display: inline;
	z-index: 1;
	position: absolute;
	width: 100%;
	overflow: hidden;
}
