
.SloganDiv /* slogan at the top */
{
    position: relative;
    top: 30px;
    left: 205px;
	width: 975px;
	margin: auto;
	font-size: 11px;
}

.LogoSmall /* the logo on the top left */
{
    background-image: url(http://images.adbirds.com/header/AdbirdsLogoTMsm.png);
    height: 68px;
    width: 207px;
}
.LogoContainerDiv /* manages space around the logo */
{
	padding-left: 0px;
	padding-right: 20px;
	position: relative;
	border: solid 0px green;
	z-index: 8;
	width: 329px;
	float: left;
}



.TabContainerDiv /* Manages space around the main menu tabs */
{
    width: 550px;
}


.MenuTabContainer /* container for an individual main menu tab */
{
	margin-top: 44px;
	padding-top: 2px;
	cursor: pointer;
	height: 25px;
}

.TabLeft /* the left part of the tab image */
{
    background-image: url(http://images.adbirds.com/tabs2/tabLeftPurp2.jpg);
    height: 24px;
    width: 7px;
    float: left;
}
.TabLeftOnPage /* the left part of the tab image - CURRENTLY VIEWED PAGE */
{
    background-image: url(http://images.adbirds.com/tabs2/tabLeftGreen2.jpg);
    height: 24px;
    width: 7px;
    float: left;
}

.TabRight /* the right part of the tab image */
{
    background-image: url(http://images.adbirds.com/tabs2/tabRightPurp2.jpg);
    height: 24px;
    width: 7px;
    float: left;
}
.TabRightOnPage /* the right part of the tab image - CURRENTLY VIEWED PAGE */
{
    background-image: url(http://images.adbirds.com/tabs2/tabRightGreen2.jpg);
    height: 24px;
    width: 7px;
    float: left;
}

.TabMid /* the middle slice of the tab image */
{
    background-image: url(http://images.adbirds.com/tabs2/tabMidPurp2.jpg);
    background-repeat: repeat-x;
    /*the next three all change the overall height*/
    height: 22px;
    padding-top: 2px;
    font-size: 16px;
    width: 70px;
    text-align: center;
    float: left;
}
.TabMidOnPage /* the middle slice of the tab image - CURRENTLY VIEWED PAGE */
{
    background-image: url(http://images.adbirds.com/tabs2/tabMidGreen2.jpg);
    background-repeat: repeat-x;
    /*the next three all change the overall height*/
    height: 22px;
    padding-top: 2px;
    font-size: 16px;
    width: 70px;
    text-align: center;
    float: left;
}
.TabMid a, .TabMidOnPage a /* tab link text */
{
    color: White;
    text-decoration: none;
}


.TopBar /* the AccrossBar in the header needs positioning */
{
    position: relative;
    top: 62px;
    z-index: 20;
}


.SearchDiv /* manages space around the search input */
{
    width: 410px;
    height: 38px;
    padding-top: 10px;
    float: left;
}

.SearchDiv input[type=text]
{
    font-size: 18px;
}

.SearchButton /* the (green) search button */
{
    background-color: #3ab84a;
    color: White;
    padding-left: 8px;
    padding-right: 8px;
    border-width: 2px;
    border-color: #3ab84a;
    margin-left: 10px;
}

.TabBaseContainer /* manage the space around the signin/account link bar under the main menu tabs */
{
    width: 555px;
    float: right;
}

.TabBaseLeft /* left img of the signin/account link bar */
{
    background-image: url(http://images.adbirds.com/tabs2/greenBottomLeft2.jpg);
    height: 24px;
    width: 11px;
    float: right;
}
.TabBaseRight /* right img of the signin/account link bar */
{
    background-image: url(http://images.adbirds.com/tabs2/greenBottomRight2.jpg);
    height: 24px;
    width: 11px;
    float: right;
}
.TabBaseMid /* mid slice of the signin/account link bar */
{
    background-image: url(http://images.adbirds.com/tabs2/greenBottomMiddle2.jpg);
    background-repeat: repeat-x;
    height: 24px;
    width: 482px;
    padding-top: 2px;
    font-size: 16px;
    color: White;
    float: right;
}
.TabBaseMid a /* links in the signin/account link bar */
{
    color: White;
    text-decoration: none;
}