/* Global settings */
*{font-family:Arial;}

#tdimage {background-image: url(tdbg.jpg);}
td,div,input,textarea,select { font-family: Arial; }
td { vertical-align: top; }
img.block { display: block; }
div.block { font-size: 0em; height: 10px; }
form { display: block; }
/* --------------------------- */

/* Main layout */
body {
	margin:0;
}

#site_wrapper {
	width: 780px;
	margin:auto;
	padding:0px;
}

#site_footer {
	padding: 3px 30px 3px 10px;
}


/* a */
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a.side_menu {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

a.side_menu:hover {
	color:#ff0000;
}

a.side_menu_on {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	color: #ff0000;
	text-decoration: none;
}

a.side_menu_on:hover {
	color:#770000;
}

a.topmenu {
	font-size: 14px;
	font-weight: bold;
	color:#B0B1B3;
	text-decoration: none;
	display: block;
	padding: 0px 8px 2px 8px;
}
a.topmenu:hover {
	color: #AB5A4F;
}

a.topmenu_curr {
	font-size: 14px;
	font-weight: bold;
	color: #AB5A4F;
	text-decoration: none;
	display: block;
	padding: 0px 8px 2px 8px;
}
a.topmenu_curr:hover {
	color: #AB5A4F;
}

a.topsubmenu {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding: 0px 20px 5px 10px;
}
a.topsubmenu:hover{
	color: #AB5A4F;
}

a.topsubmenu_curr {
	color: #AB5A4F;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 20px 5px 10px;
}
a.topsubmenu_curr:hover{
	color: #AB5A4F;
}

a.bottommenu {
	font-weight: 100;
	color: gray;
	text-decoration: none;
}
a.bottommenu:hover{
	color: #AB5A4F;
}

a.trace {
	font-size: 1.2em;
	font-weight: 100;
	color: #026000;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 10px;
}
a.trace:hover {
	color: #000;
}

/* Fonts section */
.black {	color: #000; }
.white {	color: #fff; }
.bold { font-weight: bold; }

/* Forms section */
.contact_textfield {
	width: 100%;
	background: #fff !important;
	border: 1px solid #CEC8BC;
}

.contact_textarea {
	width: 100%;
	border: 1px solid #CEC8BC;
	height: 80px;
	background: #fff !important;
}

.contact_button {
	border: 1px solid #CECFAD;
	width: 100%;
	background: #CECFAD;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
/* Site classes section*/