/***************************************************************
Style Sheet for eSpeakers.com

Copyright 2007 by eSpeakers.com, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:0;
	
	width:960px;
	height:100px;
	
	background: url('/images-layout/header-bg.jpg') top left no-repeat;
	z-index:1;
}
#headerWrapper {
	width:100%;
	height:100px;
}


#headerLogo {
	z-index:100;
	position:absolute;
	top:0;
	left:0;
}

#header .tagLine1 {
	position:absolute;
	top:126px;
	right:0;
	font-weight:bold;
	font-style:italic;
	font-size:60%;
	padding-top:5px;
}

#headerPhone {
	position:absolute;
	top:45px;
	right:8.5em;
	margin:0;
	
	color:#92958f;
	font-size:87%;
	border:none;
}



#headerLinks {
	position:absolute;
	top:8px;
	right:15px;
	list-style:none;
}
#headerLinks li {
	display:block;
	margin-top:10px;
	text-align:right;
}
#headerLinks li a:link, #headerLinks li a:visited {
	padding:0 14px 0 0;
	text-decoration:none;
	font-weight:bold;
	font-size:87%;
	color:#92958f;
	background:url('/images-layout/gray-arrow.gif') right 50% no-repeat;
}
#headerLinks li a:hover, #headerLinks li a:active {
	text-decoration:underline;
}

#callToAction {
	position:absolute;
	top:99px;
	right:0;
	margin:0;
	padding:0;
	z-index:2;
}

#callToAction a:link, #callToAction a:visited {
	display:inline;
	float:left;

	padding:7px 0 0 0;
	width:139px;
	height:24px;
	
	text-align:center;
	text-decoration:none;
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

#callToAction a:active, #callToAction a:hover {
	text-decoration:underline;
}

#freeTrial:link, #freeTrial:visited {
	margin-right:8px;
	background:url('/images-layout/blue-button.gif') top left no-repeat;
}

#freeTrial:active, #freeTrial:hover {
	background:url('/images-layout/blue-button-hover.gif') top left no-repeat;
}

#joinNow:link, #joinNow:visited {
	background:url('/images-layout/green-button.gif') top left no-repeat;
}

#joinNow:active, #joinNow:hover {
	background:url('/images-layout/green-button-hover.gif') top left no-repeat;
}

