/**
 *
 * LICENSE: All rights reserved.
 * 
 * @author     Balaianu Andrei Costin
 * @copyright  All rights reserved
 * @version    2.70
 * @platform   Website Baker 2.7
 *
*/

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #fff6eb;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #ff0101;
	text-decoration: none;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

#menu {
	vertical-align: top;
	width: 100%;
	padding: 130px 0 0 0;
	font-family:Arial;
	font-style:normal;
	font-size:18px;
}
#menu ul, #menu li{
	width: inherit;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li{
	width:inherit;
	height:25px;
	padding: 0 0 0 20px;
	background-image:url(images/menu-link.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#menu ul {
	border-bottom: 0px;
}
#menu ul ul {
	padding-left: 10px;
}

.menu_current {
	color: #ff0101;
	font-style:italic;
}