/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #CCCCCC;
	background: #000000;
}

h1 a{
	background: #000000 url(/public/cuisineconcepts/img/cc-logo_300x75.gif) no-repeat center;
}

h2 {
	color: #908670;
	font-weight: normal;
	padding-bottom: 1em;
}

div#restaurants { 
	border-top: #49534A 1px solid;
	border-bottom: #49534A 1px solid;
}
a#rest-dd { background: url(/public/cuisineconcepts/img/rest-dd.gif) no-repeat center; }
a#rest-bf { background: url(/public/cuisineconcepts/img/rest-bf.gif) no-repeat center; }
a#rest-or { background: url(/public/cuisineconcepts/img/rest-or.gif) no-repeat center; }
a#rest-vc { background: url(/public/cuisineconcepts/img/rest-vc.gif) no-repeat center; }
a#rest-ub { background: url(/public/cuisineconcepts/img/rest-ub.gif) no-repeat center; }

a:hover#rest-dd { background: url(/public/cuisineconcepts/img/rest-dd-hover.gif) no-repeat center; }
a:hover#rest-bf { background: url(/public/cuisineconcepts/img/rest-bf-hover.gif) no-repeat center; }
a:hover#rest-or { background: url(/public/cuisineconcepts/img/rest-or-hover.gif) no-repeat center; }
a:hover#rest-vc { background: url(/public/cuisineconcepts/img/rest-vc-hover.gif) no-repeat center; }
a:hover#rest-ub { background: url(/public/cuisineconcepts/img/rest-ub-hover.gif) no-repeat center; }

#nav li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#nav li ul li a { text-transform: none; }
#nav li a:link { color: #908670; }
#nav li a:hover { color: #FFFFFF; }
#nav li a:active { color: #74684C; }
#nav li a:visited { color: #7D7156; }
#nav li ul li a:link { color: #FFFFFF; }
#nav li ul li a:hover { color: #908670; }
#nav li ul li a:active { color: #908670; }
#nav li ul li a:visited { color: #AAAAAA; }

a:link   { color: #908670;}
a:hover  { color: #908670;}
a:visited {color: #908670;}
a:active { color: #908670;}