body {
	margin:0;
	padding:0;
	background-image: url(../images/bg_shops.gif);
	background-repeat: repeat-y;
	background-position:  left top;
	font-family: verdana;
}

a {
	color: #7E373D;
}



td {
	margin: 0px;
}

.main td p {
	font-family: Verdana, Arial;
	font-size: 0.8em;
	padding: 0;
	margin: 0;

}





/* ----------------- All Divs and Navigation elements ----------------- */


.titlebar 
{
	width: 800px;
	height: 46px;
}

img[width="800"] {display:block;}

#leftColumn 
{
	width: 40px;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}

/* contains main and right feature */
.container
{
	width: 760px;
	float: left;
	margin:0px;
}

.main
{
	width: 555px;
	padding-left: 5px;
	float: left;
	
}

.main p
{
	font-family: Verdana, Arial;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #000000;
	margin-top: 2px;
}




.featureTable {
	margin: 0px;
	background-image: url(../images/topleft_shops.gif);
	background-repeat: no-repeat;
	background-position:  left top;
	background-color: #EDD5B7;	
}


/* ----------------- Right Feature Boxes ----------------- */

.rightfeat
{
	width: 190px;
	float: right;
	background-color: #EDD5B7;
	margin-left: 10px;
	padding:0px;
	margin-top: 1px;
	height: 100%;
}

.rightfeat p 
{
	font-family: Verdana, Arial;
	font-size: 0.7em;
	color: #574320;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}

.rightbox
{
	background-color: #E1BF93;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.rightbox p 
{
	padding: 0px 5px 5px 5px;
	margin: 0px;
}

.specials 
{
	border: 2px solid #BF3A59;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Business Full Pages */

.busFeatures {
	border: 1px solid #BF3A59;
	background-color: #F5DEE3;
	padding: 0px 5px 0px 5px;
}

.bushr {
	color: #BF3A59;
	height: 1px;
}
 
/* end of Business Full Pages */


.footer {
	width: 755px;
	float: right;
	background-color: #BF3A59;
	background-image: url(../images/footerbot_shops.gif);
	background-repeat: no-repeat;
	background-position:  right bottom;
	
}

.footer p {
	padding: 5px;
	color: #D9E3D9;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.7em;
	margin: 0px;
}

.footer a 
{
	color: #FFFFFF;
	text-decoration: none;
}

/* ------------------- Top Nav ---------------------- */
	



/* ----------------- All Fonts and Headings ----------------- */

h1 
{
	font-family: Verdana, Arial;
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #BF3A59;
}

h2
{
	font-family: Verdana, Arial;
	font-size: 0.9em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #BF3A59;
}

h3
{
	font-family: Verdana, Arial;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #BF3A59;
}


.businessCategoryList {
	width:260px;
	float:left;
}

.mapCategoryList {
	line-height:1.5em;
}

.mapCategoryList span {
	padding-left:3px;
}

/* PRIMARY SITE NAVIGATION */


	#menu a { text-decoration:none;	}
	#menu
	{
		margin: 10px 0px 0px 40px;
		padding: 0;
		list-style: none;
	}

	/* The first level 'li' elements */
	#menu li
	{
		float: left;
		position: relative;
		z-index: 100;
		margin: 0;
		border-right: 1px solid #BF3A59;
	}

	/* The first level 'a' elements */
	#menu li a
	{
		color: #BF3A59;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		display: block;
		padding: 5px 8px 5px 8px;
		margin: 0px;
	}
	
	/* The first level 'a hover' elements */
	#menu li a:hover
	{
		background-color: #BF3A59;
		color: #FFFFFF;
	}
		
	/* The first level 'a hover' selected */
	#menu li a.selected
	{
		background-color: #BF3A59;
		color: #FFFFFF;
	}

	/* The 'ul' elements of the drop downs */
	#menu li ul
	{
		display: none;
		position: absolute;
		margin: 0;
		padding: 0;
		list-style: none;
		width: 150px;
		background-color: #F9ECED;
	}

	/* The 'li' elements in the actual drop downs*/
	#menu li ul li
	{
		background-color: #F9ECED;
		padding: 0;
		margin: 0;
	}

	/* The 'a' elements in the actual drop downs*/
	#menu li ul li a
	{
		width: 150px;
	}

	/* The 'li' elements in the actual drop downs*/
	#menu li ul li a:hover
	{
		width: 150px;
	}


	#menu li > ul > li > a {width:140px;}
	#menu li > ul > li > a:hover {width:140px;}


	/* required to fix IE */
	#menu li > ul {
		top: auto;
		left: auto;
	}


	/* The thing that works the magic */
	#menu li:hover ul{ display: block; }
	#menu li.over ul { display: block; }
