/* Ovidiu Sopa */

/* STRUCTURE */

#left_menu{
	background:#FF9900 url('http://www.teraimpex.ro/images/left-menu-bottom-orange.gif') bottom no-repeat;
}

.green_header_bg{
	 background-image:url('http://www.teraimpex.ro/images/submenu_orange_bg.gif'); 
	 background-repeat:repeat-x; 
	 height:140px;
}

#footer{
	background:url('http://www.teraimpex.ro/images/footer_orange_bg.png') top repeat-x;
	background-color:#FFDBA5;
}

/* ROUND CORNERS */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('http://www.teraimpex.ro/images/round-corners-1280x18-orange.png');
}
.top-left-o, .top-right-o, .bottom-left-o, .bottom-right-o { 
	background-image: url('http://www.teraimpex.ro/images/round-corners-1280x18-orange_fade.gif');
}

.inside-o {
	border-left: 1px solid #FFCC00; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #FFCC00;/* YCC: color & properties of the right-borderline */
	background: #FFFFFF;            /* YCC: background-color of the inside */
}

.text_logo{
	color:#BBE806;
}

.web_design
{
	background-image:url('http://www.teraimpex.ro/images/web-design-sibiu-orange.gif'); 
}
.web_design a:hover
{
	color:#006600;
}

/*LEFT MENU STIL*/
ul.menu_list {
	list-style-image: url('http://www.sibiul.ro/clienti/teraimpex/images/bullet-orange.gif');
	margin: 0 0 0 0; 
	padding: 0;
	text-align:left;
}
ul.menu_list li {
	margin-left: 15px; 
	padding: 2px 0 2px 0;
}

ul.menu_list ul {
	list-style-image: url('http://www.sibiul.ro/clienti/teraimpex/images/small_bullet.gif');
	margin: 0 0 0 0; 
	padding: 0;
	text-align:left;
}

ul.menu_list li a {
	color:#666666;
	text-decoration:none;
}
ul.menu_list li a span {
	font-size:10px;
}

ul.menu_list li a:hover {
	color:#FF9B04;
}

ul.menu_list li a:hover span {
	color:#FF0000;
	font-weight:bold;
}

ul.categorii li a:hover {
	color:#FF9900;
}

a.grey {
	text-decoration:none;
}

a.grey:hover {
	text-decoration:underline;
	color:#CC6600;
}