@charset "utf-8";
/* CSS Document */



/* Beginning of the header */

.header {
	width: 760px;
	border: 0px;
	height: 70px;
	z-index: 50;
}

.headerBox {
	height: 25px;
	list-style-image: none;
	list-style-type: none;
	width: 760px;
	margin: 0px;
	padding: 0px;
}

/* Logo */
.headerLogoBox {
	height: 25px;
	width: 120px;
	border: 0px;
	background-image: url(../images/callminer_logo.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	cursor: pointer;
	display: block;
}

.headerLogoBox a{
	display: block;
	cursor: pointer;
	text-decoration: none;
}

/* Tagline */
.headerTagLine {
	height: 25px;
	border: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	margin-top: 32px;
	margin-left: 5px;
	float: left;
	width: 387px;
}

/* Sub menu next to search form */
.headerSubNav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: 0px;
	float: left;
	margin-top: 32px;
	margin-left: 5px;
	color: #CCC;
}

/* Search form */
.searchBox {
	width: 132px;
	height: 18px;
	background: #FFFFFF;
	border: 1px solid #CCC;
	float: left;
	margin-top: 28px;
	margin-left: 10px;
}
.searchBoxInput {
	padding: 0;
	width: 100px;
	height: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	float: left;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	border: 0px;
	;
	color: #666;
}

.searchBoxBTN {
    float: right; 
    margin: 0px 0px 0 0;
}
