/* CSS Document */
html,body { margin: 0; padding: 0; width: 100%; height: 100%; }
img {
	border: 0px 0;
}

body, td, ul {
	font-family: Tahoma;
	font-size: 10px;
	color: 000000;
    background-color: #FFFFFF;
}

a:link, a:visited {
	color: 1065FF;
	text-decoration: underline;
	font-size: x-small;
}
a:hover{
	color: FF8A36;
}

a.fixed:link, a.fixed:visited {
	color: 1065FF;
	text-decoration: underline;
	font-size: 10px;
}
a.fixed:hover{
	color: FF8A36;
}

form {
	margin: 0px;
	padding: 0px;
}
/* menu */
div.menu {
	margin-bottom: 20px;
}

a.menu:link, a.menu:visited {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover{
}
/* end menu */

/* content */
h1 {
	font-size: small;
	padding:0;
}
p{
	font-size: x-small;
	text-align: justify;
	padding:0;
}

li{
	font-size: x-small;
	text-align: justify;
}
/* end content */

/* footer */
a.menu_bottom:link, a.menu_bottom:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}
a.menu_bottom:hover{
}
/* and footer */

/* form */
input.form_input, textarea.form_input {
	font: 10px Tahoma;
	margin: 5px;
	width: 100%;
	border: 1px solid #BFBFBF;
	background-color: #ffffff;

}
/* end form */


/* --------------------------- */
div.logo {
    width:100%;
    height: 182px;
    background-image: url(/img/bg_top.gif);
    background-repeat:repeat-x;
    padding-left:40px;
    padding-top:70px
}
div.top_contact {
    position: relative;
    float: left;
    top: -50px;
    left: 20px;
}
