/* General styles */
body, form, ul, dl {
	margin: 0;
	padding: 0;
}
#o_design #cont ul {
	list-style-position: inside;
	text-indent: 30px;
}
body, h4, p, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a, .box div a {
	color: #C2A559;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
/* Form fields class */
.text {
	border: 3px solid #C2A559;
	background: #C2A559;
	color: #C2A559;
}
/* LEFT AREA: logo, menu, search, contact */
/* Main left container*/
#left {
	width: 170px;
	float: left;
	background: #C2A559 url(marca_dagua.gif) no-repeat left bottom;
	padding-bottom: 5px;
	text-align: center;
}
#left h2 {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
/* Menu list */
#left ul {
	list-style: none;
	border-bottom: 0px solid #C2A559;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
/* Menu items: root level */
#left ul li {
	position: relative;
	_float: left;
	_height: 1%;
}
/* Sub-items: 2nd level */
#left li ul {
	position: absolute;
	top: 0;
	left: 171px;
	width: 218px;
	display: none;
}
/* Menu link style */
#left ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #C2A559;
	padding: 5px;
	border-top: 1px solid #AA8C3E;
	border-left: 8px solid #C2A559;
	_height: 1%;
}
/* Hover classes to display sub-items */
#left li:hover ul, #left li.over ul {
	display: block;
}
/* Hover link style */
#left li a:hover {
	background-color: #B09348;
	border-left-color: #B09348;
	color: #000;
}
