﻿/* header =====================================================================*/

#people
{
	position: absolute;
	left: 405px;
	top: 0px;
}

#tabs
{
	position: absolute;
	left: 30px;
	top: 161px;
	height: 25px;
    display: block;
    width:1004px;
    background: url(../media/tabbg.png);
}

.ops
{
	border-color: Red;
}

#search-box
{
	position: relative;
	background: #bbb url(../media/searchbg.png) repeat-x;
	height:45px;
	width: 1004px;
	margin: 0 auto;
	padding: 0;
}

#tbSearch
{
	position: absolute;
	background: url(../media/editbg.png);
	top: 10px;
	left: 30px;
	width: 300px;
}

#businessNow
{
	top: 35px;
	left: 38px;
	width: 293px;
	height: 34px;
}

#profile
{
	top: 48px;
	left: 738px;
	width: 100px;
}

#mouse
{
	top: 48px;
	left: 868px;
	width: 100px;
}

#tbLocation
{
	position: absolute;
	background: url(../media/editbg.png);
	top: 10px;
	left: 466px;
	width: 300px;
}

#btnSearch
{
	position:absolute;
	top: 10px;
	left: 855px;
}

#website
{
	top: 48px;
	left: 605px;
	width: 100px;
}

#banner
{
	position: relative;
	background: #bbb url(../media/banner.png) no-repeat;
	height:186px;
	padding: 0;
	width: 1005px;
	margin: 0 auto;
}

#login 
{
	left: 880px;
	width: 70px;
	background: url(../media/logintab.png) no-repeat;
}

#contactUs 
{
	left: 343px;
	width: 90px;
	background: url(../media/contactustab.png) no-repeat;
}

#register 
{
	left: 258px;
	width: 75px;
	background: url(../media/registertab.png) no-repeat;
}

#packages 
{
	left: 168px;
	width: 80px;
	background: url(../media/packagestab.png) no-repeat;
}

#aboutUs 
{
	left: 78px;
	width: 80px;
	background: url(../media/aboutustab.png) no-repeat;
}

#home 
{
	left: 10px;
    width: 58px;
    background: url(../media/hometab.png) no-repeat;
}

#mainMenu 
{
	position: relative;
    left: 20px;
    top: 46px;
    /*bottom: 0;*/
    width: 1004px;
    margin: 0 auto;
}

#mainMenu a 
{
	position: absolute;
	top: -25px;
	font-family: Calibri, sans-serif;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    border: none;
    display: block;
    color: #fff;
}

#mainMenu a:hover {
    color: #c8e9f9;
}

#businessStuff-box
{
	position: relative;
	height: 80px;
	background: url(../media/bluebg.png) repeat-x;
	border: 0;
}

#businessStuff
{
	position: relative;
	height: 80px;
	width: 1004px;
	margin: 0 auto;
	background: url(../media/businessstuffbg.png) repeat-x;
	border: 0;
}

#search-panel
{
	position: relative;
	background: #bbb url(../media/greybg.png) repeat-x;
	height:45px;
	padding: 0;
}

#banner-box
{
	position: relative;
	background: #bbb url(../media/bannerBG.png) repeat-x;
	height:186px;
	padding: 0;
}

#businessStuff a
{
	position: absolute;
	text-decoration: none;
	color: White;
	font-size: 75%;
	text-align: center;
}

#headerPanel
{
	height: 356px;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

#menu-box
{
	top: 0;
	left: 0;
	width: 100%;
	background: url(../media/mainmenubg.png) repeat-x; 
	border-bottom: 2px solid #043b59;
	height: 45px;
	margin: 0 auto;
	padding: 0;
}

#mainMenu a.current:hover {
    cursor: default;
}

#mainMenu a.current
{
	color: #f8b449;
}

/*=============================================================================*/
