/* border: thin solid rgb(250,0,255); */ 

#header
{
	/*background-color: #ffffff;*/
	width:100%;
	/*height:150px;*/
}

#guest-name
{
	position: absolute;
	left: 280px;
	top: 20px;
	text-transform:capitalize;
	font-size:80%;
}

#upperRightText
{
	position: absolute;
	right: 10px;
	top: 18px;
	font-size:80%;
}

.guestName
{
	font-weight:bold;
}


#banner
{
	
	background-color: #58A926;
	background-image: url('../images/header/bannerLeftEdge.jpg');
	background-repeat:no-repeat;
	width:100%;
	
	margin-top:35px;
	
	font-weight:bold;
	color: #ffffff;

}

#bannerUpperRightCorner
{
	/*height:30px;*/
	background-image: url('../images/header/bannerUpRightCorner.jpg');
	background-repeat:no-repeat;
	background-position: top right;
}

#logo
{
    float:left;
    margin-top: -8px;
    margin-left: 5px;
    z-index: 3;
	/*position: absolute;
	left: 5px;
	top: 22px;*/
	/*z-index: 1;*/
}


#yourAccount
{
		
}

#yourAccount a
{
	float:right;
	margin-right: 15px;
	margin-top: 7px;
	font-size:100%;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#yourAccount a:hover
{
	text-decoration:underline;
}


#cart1
{
	
	float:right;
	margin-right: 10px;
	margin-top: 3px;
	margin-bottom:2px;
	/*z-index: 1;*/
	display:inline;
}

#headNav {
	margin:0;
	margin-left:35%;
	padding:0;
	list-style-type:none;
	
	/*float:left;*/
	width:450px;
	
	/*border:1px solid #42432d;*/
	/*border-width:1px 0;*/
}
#headNav li {
	display:inline;
	padding:0;
	margin:0;
}

#headNav a:link,

#headNav a:visited {
	color:#fff;
	/*background:#b2b580;*/
	padding-left:9px;
	padding-right:9px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	width:auto;
	/*border-right:1px solid #42432d;*/
	text-decoration:none;
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	/*text-shadow: 2px 2px 2px #555;*/
}

#headNav a:hover {
	color:#551A8B;
	text-decoration: underline;
	/*background:#727454;*/
}


#headNav li:first-child a {
	/*border-left:1px solid #42432d;*/
}
