/* CSS Document */

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
	padding: 2px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, Sans Serif;
}

/* Joomla core stuff */
a, a:link, a:visited {
	color: #ad8558; text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#4d3b27;
}

