/*------------------------------------ 
Header
------------------------------------*/

.header {
	float: left;
}

.header .left {
	float: left;
	width: 615px;
}
.header .right {
	float: left;
	width: 264px;
	padding-left: 20px;
}

/*--- Logo ---*/

.header .logo_container {
	width: 170px;
	float:left;
	height: 171px;
	overflow:hidden;
	background-image: url('../site_images/logo_protennis.gif');
}
.header .logo_container A IMG{
	border: 0px;
}

/*--- Subscribe ---*/

.header .subsribe_newsletter {
	color: #FFFFFF;
	font-size: 11px;
	margin-top: -6px;
}
.header .subsribe_newsletter FORM {
	margin: 0px;
	padding: 0px;
}
.header .subsribe_newsletter INPUT {
	width: 100px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0c449b;
	height:12px;
}
.header .subsribe_newsletter INPUT.button {
	margin-top: 5px;
	width:auto;
	height:auto;
}
