/* STYLE SHEET */
/* ***************************************************************************** */
/* FRAMEWORK */
html {
	
}
body {
	position:relative;
	height:100%;
	background-color:#112b9e;	
	margin:0px;
}

#main {
	position:relative;
	margin:0px;
	background-image:url(images/background/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
#top {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#ffffff;	
}

#container {
	position:relative;
	width:960px;
	margin:auto;
	background-color:#ffffff;
	border:0px dotted #c4c5c6;
	padding-bottom:50px;	
}

/* ***************************************************************************** */
/* BANNER */
#banner {
	position:relative;
	height:188px;
	background-color:#ffffff;
	padding:8px;
	border:1px solid #c4c5c6;
	width:940px;
}
#newsletter {
	position:relative;
	float:left;
	padding-left:5px;
	height:186px;
	background-color:#f5f6f6;
	border:1px solid #dcddde;
	font-size:11px;
	width:160px;
}
#newsletter_form {
	/* padding-top:5px; */
	padding-top:5px;
	padding-left:5px;
	color:#1f37a2;
	font-size:11px;
	width:140px;
}
#flash_banner {
	background-color:#e3e3e3;
	position:relative;
	float:right;
	width:765px;
}
/* ***************************************************************************** */
/* MENU */
#menu {
	position:relative;
	width:100%;
	height:30px;

	z-index:10;
	margin:0px 0px;
	background-image:url(../images/back.jpg);
}
/* ***************************************************************************** */
/* COLUMNS */
#content {
	padding-top:10px;
	}
#content p {
	line-height:20px;
}
#content a:link,
#content a:visited,
#content a:hover {
	color:#5CA9DD
}
#left_column {
	position:relative;
	width:165px;
	padding-left:10px;
	padding-right:5px;
	float:left;
	font-size:11px;
	line-height:24px;
	border-right:1px dotted #999999;
}

#middle_column {
	position:relative;
	width:745px;		/* 585px; */
	padding:0px 10px;
	margin:auto;
	float:left;
	/* border-right:1px dotted #999999; */
}
#right_column {
	position:relative;
	float:right;
	width:160px;
	padding:0px 5px;
}
#title {
	font-family:"Trebuchet MS","Lucida Grande",Arial,Tahoma,Verdana,Geneva,Sans-Serif;
	color:#112b9e;
	font-size:14px;
	font-weight:normal;
	padding-bottom:5px;
}
input.collection {
	width:125px;
	height:12px;
	border:1px solid #a3bcd4;
	font-size:11px;
}
/* ***************************************************************************** */
/* FOOTER */
#footer {
	position:relative;
	background-image:url(images/styles/css_22_styles.jpg); 
	background-repeat:repeat-x; 
	background-position:bottom;
	border-top:1px dotted #999999;
	padding:10px 0px 30px 0px;
	margin-top:10px;	
}
#footer_container {
	position:relative;
	margin:0 auto;
	width:100%;
	height:30px;
}

a:link,
a:visited, 
a:hover, 
a:active {
	text-decoration:none;
}

#plujo {
	position:relative;
	float:right;
	padding-right:10px;
}
#plujo a:link,
#plujo a:visited {
	color:#93703d;
	font-size:11px;
	text-decoration:none;
}
#plujo a:hover {
	color:#76582c;
}
/* ***************************************************************************** */

/* ***************************************************************************** */
/* MISCELLANEOUS */

:focus {outline:none;}
h1, h3 {font-weight:normal}
h4 {padding:0px; margin:0px;}
.clear_column {clear:both;}
.line {height:2px;margin:5px 0px;border-bottom:1px dotted #cccccc;}