@import url('/templates/spotletsBlack/style/carte.css');
body {
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 1000px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

a {
	color: #ffffff;
}

a img {
	border: none;
	}

.content table, .content tbody, .content tr, .content td {
	border-spacing: 0px;
	}


/*Start Drop Shadow Border CSS*/
.edges {
	background-image: url('/templates/spotletsBlack/images/bodyBg.png');
	background-repeat: repeat-y;
	width: 1000px;
	text-align: left;
}

.contentSpacing {
	width: 941px;
	margin-left: 30px;
	margin-right: 30px;
	overflow: hidden;
	}
/*End Drop Shadow Border CSS*/


/*Start Header CSS*/
.header {
	background: #000000;
	width: 941px;
	height: 143px;
	overflow: hidden;
}

.input {
	width: 135px;
	height: 20px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 9px;
	}
	
.keywordSearch {
	margin: 0px; 
	position: relative;
	padding-left: 16px;
	background: url(/templates/spotlets/images/searchBg.png) no-repeat; 
	}
	
.keywordSearch img {
	margin-top: 7px;
	}
	
.search-box {
	float: right;
	width: 315px;
	height: 40px;
	overflow: hidden;
	}
	
.banner {
	float: right; 
	width: 775px; 
	height: 90px; 
	overflow: hidden; 
	padding-top: 3px;
}
/*End Header CSS*/


/*Start Main Navigation CSS*/
.mainMenu { 
	clear: left;
	width: 941px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#menu, #menu * {
	list-style:	none;
}
#menu {
	background: #000000;
	width: 941px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.0;
}
#menu ul {
	background: #000000;
	opacity: .85;
	position: absolute;
	top: -999em;
	width: 151px;
	margin: 0;
	padding: 0 12px;
	border-top: none;
	overflow: hidden;
}
#menu li {
	display: inline-block;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;  
	z-index: 99; 

}
#menu ul li {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: transparent;
	z-index: 99;
}
#menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#menu li:before {
	color: #ffffff;
	content: '::';
}
#menu ul li:before {content:"";}
#menu li:first-child:before {content:"";}

#menu a {
	font: 14px/26px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 14px 6px;
}
#menu ul li a {
	display: block;
	width: 91%;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 4px 0 4px 14px;
}
#menu li a:hover {
	background: transparent;
	background: #fff;
	color: #000000;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#menu li:hover ul,
#menu li.sfHover ul {
	left:			0;
	top:			25px;
	z-index:		99;
}
ul#menu li:hover li ul,
ul#menu li.sfHover li ul {
	top:			-999em;
}
ul#menu li li:hover ul,
ul#menu li li.sfHover ul {
	left:			175px;
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.sfHover li ul {
	top:			-999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.sfHover ul {
	left:			175px;
	top:			0;
}

/*Sub Menu Navigation CSS */
.subMenu {
	vertical-align: top;
	min-width: 179px;
	width: 179px;
	text-align: center;
	}

.sub-menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sub-menu li {
	background-color: #000000;
	color: #ffffff;
	height: 24px;
	border-bottom: 1px solid #ffffff;
	padding-top: 9px;
	font-size: 14px;
}

.sub-menu li a {
	color: #ffffff;
	text-decoration: none;
}

.sub-menu li:hover {
	background-color: #ffffff;
	color: #000000;
}

.sub-menu li:hover a {
	color: #000000;
}


.sub-menu .current {
	background-color: #ffffff;
	color: #000000;
	}

.heading {
	background-color: #ffffff;
	color: #000000;
	height: 36px;
	border-bottom: 1px solid #ffffff;
}

.heading h3 {
	margin-top: 0px;
	font-weight: normal;
	font-size: 14px;
	}

.heading a {
	color: #000000;
	text-decoration: none;
}

/*End Main Navigation CSS*/

/*Start Content CSS*/

 .innerContent {
 	background-color: white;
 	overflow: hidden;
 	padding: 0px;
 	vertical-align: top;
 	max-width: 598px;
 	overflow: hidden;
 	}


.innerContent a {
	color: #000000;
	}
 
 .imagecaption {
 	font-style: italic;
 	color: #ffffff;
 	}
 
.content {
	background-color: #000000;
	width: 942px;
	color: #000000;
	font-size: 14px;
}

.content h1 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
.content h2 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	}

.content h3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}

.content .heading h3 {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 11px;
	}

.contentArea {
	background-color: #000000;
	width: 941px;
}

.contentArea h3 {
	margin: 0px;
	padding: 0px;
}

.contentArea p {
	margin: 0px;
	padding: 0px;
	}

.contentArea2 {
	background-color: #000000;
	width: 941px;
	padding-left: 8px;
}

.contentArea2 a {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

.contentArea2 h1 {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

.contentArea2 h2 {
	color: #ffffff;
	font-size: 16px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	}

.contentArea2 h3 {
	margin: 0px;
	padding: 0px;
}

.contentArea2 p {
	margin: 0px;
	padding: 0px;
	}
	
.contentArea2 table, .contentArea2 tr, .contentArea2 tbody, .contentArea2 td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	}

.linkButton {
	background: url('/art/linkButton.gif') no-repeat;
	height: 49px;
	width: 249px;
	border: none;
	}
	
.leftBox {
	width: 300px; 
	padding-top: 10px;
	padding-bottom: 10px;
}

.middleImg {
	 width: 327px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	}

.indexContentAds {
	margin: 15px;
	width: 275px; 
	min-height: 305px; 
}
/*End Content CSS*/

/*Start footer CSS*/
.footer {
	background-color: #000000;
	width: 941px;
	min-height: 98px;
	color: #ffffff;
	font-size: 12px;
	padding-top: 5px;
}

footer-info a {
	color: #ffffff;
}

.footer p {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	}

#footer-nav li a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	line-height: 15px;
	font-family: Arial;
}

#footer-nav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer-nav ul li:before {
	color: #ffffff;
	content: '::';
	}
	
#footer-nav li:first-child:before {content:"";}

#footer-nav li a{
	padding-left: 12px;
	padding-right: 12px;
}

#footer-nav ul li {
	display: inline;
	padding-top: 5px;
	background: none;
}

.footer-nav {
	background: #000000;
	position: relative;
	z-index: 2;
	background-repeat: repeat-x;
	height: 27px;
	}

.footer-nav ul {
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
}
/*End Footer CSS*/

/*search CSS*/
.searchContent {
	background-color: #000000;
	width: 942px;
	min-height: 317px; 
	padding-left: 20px; 
	padding-right: 20px; 
	color: #ffffff;
	}

.searchContent h2 {
	padding-top: 5px;
	text-align: center;
	}

.searchContent h3, .searchContent a {
	color: #ffffff;
	}
/*  header special for Relish group  */
.banner {
        display: none;
        }
#boxy {
        margin: 12px 0 0 0;
        float:right;
        width: 315px;
        }
#select-box {
        text-align: right;
        margin: 0 34px 0 0;
        }
#select-box fieldset {
        border: none;
        }
#reservation-box img {
        width: 315px;
        height: 40px;
        margin: 3px 0;
        }

/* ---------- GENERAL STYLES ---------- */
/* floatables */
.floatleft
{ 	float: left; }
.floatright
{	float: right; }
.clearfloats
{	clear: both; }
/* highlight marker style */
.hilight
{	background: #ff0; color: #000; }


