/* 
	General CSS Document for CHF
	Powered by Puertobaires (www.puertobaires.com)
	
	Date: Nov 3, 2009.
	Version: 1.0
*/


/* Body Layout
--------------------------------------------------------------------------------------------------------*/

body {
	background: url(pics/bg.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
                
}

#wrapper, #footer {
	width: 982px;
	margin: 0 auto;
}

p {
	line-height: 14px;
}

a {
	color: #318e8a;
	text-decoration: none;
}

a:hover {
	color: #318e8a;
	text-decoration: underline;
}



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

#header {
	height: 113px;
	padding: 23px 0 0 100px;
	margin: 0 0 13px 0;
}

#header h1, #header h2 {
	text-indent: -9999px;
}



/* Navigation Layout
--------------------------------------------------------------------------------------------------------*/

#navigation {
	width: 206px;
	float: left;
	font-size: 17px;
	margin: 0 20px 0 0;
position:relative;
z-index:  100;
}

#navigation ul {
	margin: 15px 0 0 0;
}

#searchbox {
	height: 36px;
	background: #990202;
	padding: 15px 0 0 10px;
}

#searchbox input {
	background: url(pics/bg_field.gif) no-repeat;
	width: 120px;
	/*height: 11px;*/
	font-size: 11px;
	border: 0;
	padding: 5px;
	float: left;
}

#searchbox input.btn {
	background: none;
	width: 42px;
	height: 21px;
	padding: 0;
	margin: 2px 0 0 10px;
}

#navigation ul li a.newsletter, #navigation ul li a.member {
	width: 206px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}

#navigation ul li a.newsletter {
	background: url(pics/btn_newsletter.gif) no-repeat;
	margin: 0 0 15px 0;
} 

#navigation ul li a.member {
	background: url(pics/btn_member.gif) no-repeat;
}

.logout-link-class {
        background: url(pics/btn_member_out.gif) no-repeat;
	width: 206px;
	height: 40px;
	display: block;
	text-indent: -9999px;
}



/* Footer Layout
--------------------------------------------------------------------------------------------------------*/

#footer_wrapper {
	background: url(pics/bg_footer.gif) repeat-x top;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 43px 0 0 0;
}

#footer_wrapper p.copyright {
	color: #eab423;
	margin: 0 0 15px 0;
}

#footer_wrapper p.copyright a {
	text-transform: uppercase;
}


