/* MAIN STYLES */

body {
	background: #ffffff url("../images/core/bg.jpg") repeat-x top;
	margin: 0;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8A6468;
	line-height: 14px;
	font-size: 11px;
}

a { color: #A31929; }
a:hover { color: #A31929; }


h1 {
	font-size: 16px;
	color: #A31929;
	font-weight: normal;
}


/* SECTIONS */

#nav {
	background: url("../images/core/bg-nav.jpg") no-repeat;
	width: 359px;
	height: 212px;
}

#flash {
	background: url("../images/core/bg-flash.jpg") no-repeat;
	width: 359px;
	height: 369px;
}

#content {
	background: url("../images/core/bg-content.jpg") no-repeat;
	width: 411px;
	height: 738px;
}

#address {
	height: 66px;
}

#address table {
	font-size: 9px;
	line-height: 12px;
	color: #3E3939;
}

#address .heading {
	font-weight: bold;
	color: #A31929;
}

#footer {
	padding: 10px 0 0 18px;
	color: #BFAEB4;
	font-size: 9px;
	background: URL("../images/core/bg-footer.jpg") no-repeat;
}

#footer a { color: #BFAEB4; }
#footer a:hover { color: #A31929; }



/* CONTENT */

.datatable {
	font-size: 9px;
}

.datatable th {
	border-bottom: 1px solid #D3D6DE;
	font-weight: bold;
	color: #A31929;
	background: #EDE7E7;
	padding: 5px 2px;
	text-align: left;
}

.datatable td {
	padding: 5px 2px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dashed #BFAEB4;
}

.datatable .shaded {
	background: #F1EDEF;
}

.datatable .heading {
	color: #A31929;
	font-weight: bold;
	font-size:12px
}

.datatable .name {
	color: #A31929;
}

.menucategory td {
	background: #A31929;
	color: #ffffff; 
	font-size: 12px;
	font-weight: bold;
	padding: 6px 2px;
}

.menucategory .footnote {
	color: #ffffff; 
	font-size: 9px;
	font-weight: normal;
	text-align: right;
}


/* IMAGES */

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}




/* CONTACT */

.contact .heading {
	border-bottom: 1px solid #D3D6DE;
	font-weight: bold;
	color: #A31929;
	padding-top: 10px;
	padding-bottom: 2px;
}

.contact td {
	padding: 5px 0;
}



/* BACKGROUNDS */

#bgleft {
	background: url("../images/core/bg-left.jpg") no-repeat top right;
}

#bgright {
	background: url("../images/core/bg-right.jpg") no-repeat top left;
}
	
