/* CSS style sheet - http://www.allfinedining.com 
 * Copyright (c) 2004 AllFineDining.com 
 * Author: Hisham Elshahawi
 * Email: Hisham@g3D.com
 * ===============================================
 */


body {
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #D9CF9A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
}

img {
	border: 0px;
}


div.spacer {
  clear: both;
  }


#container {
	position: relative;
	width: 714px;
	background-image:  url("images/dropshadowbg.jpg");
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

#header {
	position: relative;
	left: 0px; 
	top: 0px;
	background-image:  url("images/header.jpg");
	width: 699px;
	height: 119px;
	margin: 0px;
	padding: 0px;
	border:solid #000000;
	border-width:1px 1px 0 1px;
}

#headerdivide {
	background-color: #76BAFF;
	width: 699px;
	height: 6px;
	border:solid #000000;
	border-width:0 1px 0 1px;
}


/************ Complete CSS-based Menu and Navigation *********/

#menu	{
	background-color: #B4D9FF;
	height: 30px;
	width: 699px;
	border: 1px solid #000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}

	#menu ul {
		margin: 0px;
		padding: 0px;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
        font-size: 12px;
		display: inline;
		white-space: nowrap;
	}

	#menu ul#navigation {
		position: relative;
		top: 6px;
	}

	#menu ul li {
		padding: 0px;
		margin-left: 0px;
		margin-bottom: 0px; 
        list-style-type: none;
        display: inline;
		border-left: 1px solid #000;
        }

	#menu li a {
		padding: 5px 15px 17px 23px;
		/* border-left: 1px solid #000; */
		display: inline; 
	}

	#menu a:link, #menu a:visited {
			color: #000;
			text-decoration: none;
	}

	#menu li a:hover {
			/* border: 1px solid #FFF; */
			/* border-right: 3px solid #5ba3e0; */
			/*background-color: #2586d7;*/
			color: #fff;
			/*border-bottom:1px solid #000000;*/
			}




/************ Content Area *********/


#content {
	border: 1px solid #000;
	position: relative;
	background-color: #ffffff;
	width: 699px;
}

#content.main {
	background:  url("images/contentbg1.jpg") no-repeat;
	background-color: #ffffff;
}

/*
#reshotelcontainer {
	position: relative;
	left: 10px;
	top: 150px;
	padding: 0px;
	margin: 0px;
}
*/

/*
#restaurantslink, #hotelslink {
	position: absolute;
	width: 223px;
}
*/

#reshotelcontainer {
	position: relative;
	margin: 200px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#restaurantslink, #hotelslink {
	float: left;
	width: 223px;
	margin: 5px;
}


#restaurantslink p, #hotelslink p {
	font-size: 10px;
}


#introtext {
	position: absolute;
	left: 180px;
	top: 30px;
}

#introtext p {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}



#footer {
	padding: 30px;
	text-align: center;
	font-size: 10px;
	clear: both;
}

#footer a {
	font-size: 10px;
}

#sidecol {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	float: right;
	width: 200px;
}

#sidecol p {
	font-size: 10px;
}

/* for sidecol stuff like 40 percent off */
h2.highlight {
	font-size: 36px;
	color: #0066CC;
	margin-bottom: -10px;
	padding: 0;
	border: 0;
}

.highlight {
	color: #0066CC;
	margin-bottom: -10px;
	padding: 0;
	border: 0;
}

#maincol {
	width: 480px;
	padding-left: 5px;
	background: inherit;
	float: left;
}

#maincol.moreinfo {
}

/************ Quick search form *********/
table.quicksearch {
	font-size: 12px;
	border: 0px;
}

/************ REGION SELECT *********/

table#regionselect {
	width: 400px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px dotted #ccc;
}

table#regionselect td {
	border: 1px dotted #ccc;
	padding-left: 5px; padding-right: 5px;
}

.regioninstructheader {
	color: #0066CC;
}





/************ SIGNUP FORM *********/

table#signup {
	font-size: 10px;
	width: 100%;
}

/************ paginate.php table listings for restaurants or hotels *********/
table#paginatelisting {
	border-collapse: collapse;
	border: 1px solid #CCCC99;
	height: 56px;
	font-size: 10px;
}

#paginatelisting a {
	font-size: 14px;
	text-decoration: none;
}

.infoblock {
			float: left;
			width: 100px;
			padding: 5px;
			margin: 5px;
			border-top: 1px dotted;
			}

.infoblock h4 {
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
