/*
"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 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;
}
