/* Global settings */
html,body{
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-size: 75%;
	color: #000;
	background: #1b74c6;
}

td,div,input,textarea,select { font-size: 1em; font-family: Arial; }
td { vertical-align: top; }
img { display: block; }
div.block { font-size: 0em; height: 10px; }
form { display: inline; }
/* --------------------------- */

/* Main layout */
#site_container {
	margin: auto;
	width: 1004px;
}

#site_top_menu {
	border-bottom: 4px solid #de5119;
	padding: 3px 0px 0px 0px;
}

#site_main_block {
}

#site_side_bar {
	width: 181px;
	background: #9da10f;
	border-left: 1px solid #f2d205;
}

#site_content {
}

/* a */
a:link, a:active, a:visited { color: #000; text-decoration: none; }
a:hover { text-decoration: none; }

a.topmenu {
	text-decoration: none;
	display: block;
	padding: 1px 5px 0px 5px;
}
a.topmenu:hover{
	color: #0000ff;
}

a.sidemenu {
	background: #b8c601;
	border: 1px solid #020202;
	text-decoration: none;
	display: block;
	padding: 0px 31px 0px 0px;
}
a.sidemenu:hover {}

a.sidesubmenu {
	background: #b8c601;
	border: 1px solid #020202;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 0px;
}
a.sidesubmenu:hover {}

a.trace {
	font-size: 1.2em;
	font-weight: bold;
	color: #3f8ace;
	text-decoration: none;
}
a.trace:hover {
	color: #777;
}

/* Fonts section */
.black {	color: #000; }
.white {	color: #fff; }
.bold { font-weight: bold; }

/* Forms section */
.contact_textfield {
	width: 250px;
	border: 3px solid #9c9f10;
	background: #fff !important;
}

.contact_textarea {
	width: 250px;
	border: 3px solid #9c9f10;
	height: 80px;
	background: #fff !important;
}

.contact_button {
	width: 256px;
	border: 3px solid #9c9f10;
	background: #a8b601;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.contact_text {
	width: 120px;
	color: #ced60f;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0.2em;
}
/* Site classes section*/