/* ----------------------------------------------------- page-head */

#page-head
{
width : 100%;
height : 60px;
position : relative;
background-image:url(../../images/bachmans/bg_header.gif);
background-repeat:no-repeat;
}
a#logo
{
	width				: 404px;
	height				: 43px;
	background-image	: url(../../images/bachmans/bachmans_logo.gif);
	position			: absolute;
	 top				: 15px;
}

#page-head p 
{ 
	margin		: 0; 
	font-size	: 11px;
	font-style	: italic;
	position	: absolute;
	color		: #FFF;
	top			: 35px;
	left		: 460px;
}

/* TOP NAVIGATION */
#page-head ul 
{ 
	list-style	: none; 
	position	: absolute;
	right		: 0px;
	top			: 4px;
}
#page-head ul li { display: inline; }
#page-head ul li a
{
	font-size:11px;
	color: #fff;
	padding-left: 8px;
	padding-right:8px;
	/*border-right: #fff 1px solid;*/
}
#page-head ul li a.last-child { border-right: 0px; }

#page-head ul li a:hover
{
	text-decoration	: underline;
	color			: #FFF;
}


/* SEARCH */
form#search 
{
	position	: absolute;
	right		: 5px;
	top			: 29px;
}
form#search label
{
	text-transform	: uppercase;
	color			: #FFF;
	background		: url(../../images/bachmans/search_label.gif) center right no-repeat;
}
form#search label b { visibility: hidden; }
form#search input#search-terms 
{
    width: 175px;
    padding:2px 3px 3px 3px;
    border:solid 1px #8f55be;
}

form#search #search-submit 
{
	 width:38px;
	 height:24px;
     border		: 0;
	 background	: url(../../images/bachmans/btn_go.gif) center center no-repeat;
	 cursor:pointer;
}

/* VISITOR BAR */
#visitor-bar
{
	float:right;
	height		: 18px;
	line-height	: 18px;
	padding		: 0 10px 0 13px;
	color		: #d6e03d;
	background	: url(../../images/bachmans/visitor-bar_bg.gif) top left no-repeat;
}
#visitor-bar a {color: #f1dafb;}
#visitor-bar a:hover { color: #FFF; }

#visitor-bar a#sign-out 
{ 
	margin		: 0 4px; 
	position	: relative;
	/*top			: 2px;*/
}
a#visitor-bar-account
{
	padding-left	: 10px;
	padding-right	: 13px;
}

a#visitor-bar-account-2
{
	padding-left	: 10px;
	padding-right	: 13px;
}

a#visitor-bar-cart
{
	padding-left	: 28px;
	background		: url(../../images/bachmans/visitor-var-cart_bg.gif) 8px center no-repeat;
}

/* Add by Designer 04/03/2009 - for add McAfee in top header */
.cont_mcafee
{
    float:right; 
    text-align:right; 
    width:75px; 
    padding-top:8px;
}

.cont_mcafee img
{
    margin-right:5px;
}
input.text-two{
background-color: rgb(255, 255, 255); 
text-align: left;
font-family: 'Arial';
font-size: 13px;
color: rgb(188, 188, 188);
font-style: normal;
font-weight: normal;
text-decoration: none;

}
.order-customer{
text-transform	: uppercase;
font-family: 'Times New Roman',Times,serif;
}
.btn-sign-out{
background:url(../../images/bachmans/btn_sign-out.gif);
display:inline-block;
	width:49px;
	height:14px;
	vertical-align:middle;
	margin-left:10px;
}