/*
/// REPOSITION CONTENT TO FIT TOP TAB BAR
*/

#block-content
{
	position:absolute;
	top:112px;
	left:155px;
	width:auto !important;
	margin-right:0px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#block-content-main
{
	margin-right:155px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#block-content-footer
{
	margin-top:0px;
	margin-right:155px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#block-content-ads
{
	position:relative;
	float:right;
	width:140px;
	margin-right:10px !important;
	margin-right/**/:5px;
	margin-top:21px !important;
	margin-top/**/:67px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#block-mainnav
{
	margin-left:10px;
	margin-top:46px;
	width:138px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#block-tagline
{
	position:absolute;
	top:45px;
	left:155px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#tagline
{
	height:22px !important;
	width:500px !important;
	overflow:auto;
	background:url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/tagline.gif) left top no-repeat;
}
#block-search
{
	position:absolute;
	top:72px;
	left:155px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#block-search2
{
	margin-right:10px;
	box-sizing: border-box;
	-moz-box-sizing: padding-box;
	-moz-box-sizing: border-box;
}
#searchbox
{
	background:#2B8C3A url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/searchbar.jpg) left top repeat-x;
}

/*
/// TAB BAR STYLES
*/

#gone-toptabs
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:45px;
}
#tabs-general, #tabs-learn, #tabs-find, #tabs-buy, #tabs-reward
{
	height:45px;
	/*overflow:hidden;*/
	padding-right:10px;
	text-align:right;
}
div.tabs-holdwidth
{
	width:750px;
}
div.tabfloat
{
	position:relative;
	float:right;
	margin:0px;
	padding:0px;
}
#tabs-general
{
	background:url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/bg_general.gif) left top repeat-x;
}
#tabs-learn
{
	background:url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/bg_learn.gif) left top repeat-x;
}
#tabs-find
{
	background:url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/bg_find.gif) left top repeat-x;
}
#tabs-buy
{
	background:url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/bg_buy.gif) left top repeat-x;
}
#tabs-reward
{
	background:url(http://www.preferredconsumer.com/templates/preferredconsumer/images/tabbar/bg_reward.gif) left top repeat-x;
}

