/*
------------------------------------------------------------------------------------------------
standard
------------------------------------------------------------------------------------------------
*/
html,body{
	background: #FFFFFF;
	margin: 0;

	font-family: sans-serif;
	font-variant: normal;

	color: #000000;

	background-image: url('images/background.jpg');
	/*background-repeat: no-repeat;*/
	background-repeat: repeat-x;
}

.background-left{
	background-image: url('images/background-left.jpg');
	background-repeat: no-repeat;
}
.background-right{
	background-image: url('images/background-right.jpg');
	background-repeat: no-repeat;
}

/*
------------------------------------------------------------------------------------------------
logo
------------------------------------------------------------------------------------------------
*/
div#div-logo{
	width: 269px;
	height: 101px;
}
/*
------------------------------------------------------------------------------------------------
menu
------------------------------------------------------------------------------------------------
*/
/* menu-primary */

div#div-menu-secondary{
	position: absolute;  width: 100%;
	left: -290px;
	z-index: 1;
	top: 230px;
}

div#div-promo{
	z-index: -10;

}

fieldset#menu-secondary{
	top: -1000px;
}

/*
------------------------------------------------------------------------------------------------
info
------------------------------------------------------------------------------------------------
*/
/* contact */
#contact{
	text-decoration: none;

	font-size: 13px;

	line-height: 18px;
	
	color: #FFFFFF;
	font-weight: bold;
}

#contact a{
	border-bottom: 1px dotted;
	text-decoration: none;

	color: #FFFFFF;
}

#contact a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
}

/* credits */
#credits{
	text-decoration: none;

	font-size: 9px;
	color: #FFFFFF;

	line-height: 18px;
}

#credits a{
	border-bottom: 1px dotted;
	text-decoration: none;

	color: #FFFFFF;
}

#credits a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
}

/* valid */
div#div-valid{
	text-align: right;
	text-decoration: none;

	font-size: 9px;
	color: #000000;
}

div#div-valid a{
	border-bottom: 1px dotted;
	text-decoration: none;

	color: #000000;
}

div#div-valid a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
}
/*
------------------------------------------------------------------------------------------------
layout
------------------------------------------------------------------------------------------------
*/
/* top1 */
div#div-body-background{
	background: #FFFFFF url('images/borders.gif');
	margin: auto;
	width: 809px;
}

div#div-body-frame{
	background: #FFFFFF;
	width: 799px;
	margin: auto;
}

div#div-top1-background{
}

div#div-top1-frame{

}

/* top2 */
div#div-top2-left{
	width: 203px;
	margin-left: 10px;

}

div#div-top2-right{
	margin-left: 220px;
	width: 569px;
}

/* content */
div#div-content-background{
}

div#div-content-frame{
	margin: auto;
	width: 779px;
	padding: 10px;
}

div#div-content-1{
	width: 203px;
	float: left;
}

div#div-content-1 a{
	border-bottom: 1px dotted;
	text-decoration: none;

	color: #FFFFFF;
}

div#div-content-1 a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
}

div#div-content-2{
	border: 1px;
	border-color:#666666;
	border-style:solid;


	width: 282px;
	height: 105px;
	float: left;
	
	text-align: left;
	margin-left: 10px;

	font-size: 12px;	
}

div#div-content-3{
	width: 270px;
	height: 105px;
	float: left;
	border: 1px;
	border-color:#666666;
	border-style:solid;
	margin-left: 10px;
	text-align: left;

	font-size: 12px;	
}

div#div-line{
	background: #FFFFFF;
	height: 1px;
	margin: 6px auto 3px auto;
	width: 769px;
}

/* bottom1 */
div#div-bottom1-background{
	background-color: green;
	width: 779px;
	padding: 10px;
}

div#div-bottom1-frame{
}

div#div-bottom1-left{

	width: 50%;

	float: left;
}

div#div-bottom1-right{

	width: 50%;

	float: left;
}
/*
------------------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------------------
*/
.div-bloc{
	margin-bottom: 9px;
}

/* images */
a img{
	border: 0px;
}

/* clear */
.div-clear{
	clear: both;
}

/* spacer */
div#div-spacer{
	background: #FFFFFF;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

/* fieldset */
fieldset{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*
------------------------------------------------------------------------------------------------
font
------------------------------------------------------------------------------------------------
*/
div.titulo{

	color: blue;	

	font-size: 13px;
	font-weight: bold;
	padding-bottom: 3px;
}

h2{
	margin: 0px;
	color: #FFFFFF;	

	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
/*
------------------------------------------------------------------------------------------------
form
------------------------------------------------------------------------------------------------
*/
form{
	margin: 0px;
	padding-left: 9px;
}

input,select,textarea,button{
	background-color: #F0F0F0;
	border: 1px #B1B4B8 solid;
	margin: 1px;

	font-size: 10px;
	color: #444444;
}

input[type=text]{
	padding: 2px;
}

select{
	padding: 2px;
}

textarea{
	overflow: auto;
	padding: 2px;
}

input[type=file]{
	padding: 2px;
}
