/*
"GENERAL" - main styles.
"PAGE" - page styles.
"HEADER" - header styles.
*/





IMG {
	margin: 0;
	padding: 0;
	border: 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}



/* ---------------- PAGE ------------------ */

#wraper_bg{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #fff url(../img/background.png) top center fixed;
}

#wraper{
	height: 100%;
	margin: 0 auto;
	background: url(../img/background_top.png) top center no-repeat;
}

#holder {
	width: 972px;
	margin: 0 auto;
	text-align: left;
}



/* -------------- HEADER --------------------- */
#header {
 	height: 135px;
	width: 972px;
	padding: 5px 0 0 0;
	font-size: .8em;
	position: relative;
}

/* HEADER -> TOP */

#header DIV.header_top {
	font-size:12px;
	text-align:center;
	width:972px;
	height:45px;
	position: relative;
}

#header DIV.header_top UL{
	text-align:center;
	width:970px;
	height:40px;
	position: relative;
	margin: 0px;
	padding: 5px 0 0 0;
}

#header DIV.header_top LI {
	list-style-type:none;
	text-align:center;
	display: inline;	
}

#header DIV.header_top LI IMG {
	margin: 0 4px;
}
/*HEADER -> left*/
#header DIV.header_left {
	width: 470px;
	height: 90px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
	/*background: url(../img/gold.gif) left center no-repeat;*/
	position: relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}

/* HEADER -> right*/
.header_right2{
	width: 395px;
	height: 70px;
	float: right;
	margin: 5px 10px 15px 0px;
	background: url(../img/login_new_bg.png) right top no-repeat;
	text-align: center;
}
	.newLoginForm{
		width: 395px;
		height: 54px;
		float: right;
	}
	.newLoginForm table{
		margin-top: 4px;
		margin-left: 4px;
	}
	.blueText{
		color: #0000ff;
		font-size: 16px;
		font-weight: bold;
		line-height: 28px;
	}
	#header td.usernameField{
		padding-right: 15px;
	}
	#header .header_right2 .usernameInput{
		width: 120px;
		border: 1px solid #bfbfbf;
		color: #989797;
		padding: 2px 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#header .loginNewButton{
		border: 0px;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
	}
	#header .loginNewButton img{
		display: block;
	}
	#header .extraLoginArea{
		color: #555555;
		font-size: 12px;
		padding-left: 5px;
	}
	#header .extraLoginArea a{
		color: #0486c9;
	}
	#header .extraLoginArea a:hover{
		text-decoration: none;
	}
#header DIV.header_right {
	width: 160px;
	height: 70px;
	margin: 0px 10px 15px 0px;
	padding: 0 31px 0 220px;
	float: right;
	text-align: right;
	position: relative;
	font-size: 12px;
	color: #000;
	background: url(../img/3free.gif) left no-repeat;
	text-align: left;
	position: relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

#header DIV.header_right A{
	text-decoration: none;
	color: #000;
	
}


#header DIV.header_right TABLE {
}

#header TD {
	padding: 3px 0px 3px 0;
}

#header TD IMG {
	text-align:center
}

#header INPUT {
	border: 3px solid #808080;
	width: 138px;
	padding:0;
	margin:0;
}

#header A.intra {
	background: url(../img/sign-in-icon.bmp) center center no-repeat;
	padding: 25px 19px;
	display: block;
	position: absolute;
	right: 15px;
	top: 56px;
}

#header DIV.login, #header DIV.login A {
	background: none;
	text-align: right;
	color: #333333;
}

