/* Global properties */

* {
	margin: 0;
	padding: 0;
}

/* HTML Elements */

body {
}

/* Always hide fieldset border and suppress line break. */
fieldset {
	border: 0;
	display: inline;
}

img {
	border-style: none;
}

/* Structure */

.bold {
	font-weight: bold; 
}
.clear {
	clear: both; 
}

.left {
	float: left; 
}
.right {
	float: right; 
}

.menuheader {
	color: #9A4E39; 
	display: block;
	font: normal 16px Verdana, Arial, sans-serif; 
	font-variant: small-caps;
	padding-left: 20px;
	text-align: left;
}

.submenu { 
	color: #BDBEBC; 
	display: block;
	font: normal 14px Verdana, Arial, sans-serif; 
	font-variant: small-caps;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	width: 160px; 
}

/* Define main menu mouseover states */
.submenu a { text-align: left; color: #BDBEBC; text-decoration: none; }
.submenu a:hover {text-align: left; color: #000; text-decoration: none; }
