/*-----------------------------------------------------------------------
Home-New Style Sheet

version:	1.0
author:		jan wilson
email:		jan@bigwdesign.com
-----------------------------------------------------------------------*/

@import "banner-2009.css";

/*-----------------------------------------------------------------------
Reset */

* {
margin:0;
padding:0;
}

img {border:none;}


/*-----------------------------------------------------------------------
Common */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666;
font-size:11px;
line-height:19px;
background-color:#000
}

#container {
background-color:#fff;
width:801px;
border-right:1px solid #000;
margin:0 auto;
text-align:left;
}

.no-border {border:none;}

.clearfix {clear:both;}

.spaceAbove {margin-top:.8em;}

.spaceBelow {margin-bottom:1.5em;}



/*-----------------------------------------------------------------------
Links */

a:link,
a:visited{color:#3366CC; text-decoration:underline;}
a:hover{color:#000; text-decoration:none;}

#home-footer a:link,
#home-footer a:visited{color:#4F3400; text-decoration:underline;}
#home-footer a:hover{color: #6699FF; text-decoration:none;}


/*-----------------------------------------------------------------------
Lists */

ul {
list-style-type:none;
}
ul.with_bullet {
font-size:11px;
margin:0px 0px 5px 30px;
padding:0;
}
ul.with_bullet li {
list-style-image: url(/en/images/bullet1.gif);
padding:0 0 4px 0;
margin:0;
line-height:16px;
}


/*-----------------------------------------------------------------------
Main Content */
/*-----------------------------------------------------------------------*/


#container #wrapper { border-top:1px solid #fff;}

#container #wrapper #main h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
	color:#FFDE9D;
	height:86px;
	width:414px;
	text-align:center;
	line-height:4em;
	}
	
#container #wrapper #main h1.restaurants {
	background-image:url(/en/images/background-h1-restaurants.gif);
	background-repeat:no-repeat;
	background-color:#00264A;
}

#container h1.inns {
	background:url(/en/images/background-h1-inns.gif);
	background-repeat:no-repeat;
	background-color:#323F11;

}

#container h1.shops {
	background:url(/en/images/background-h1-shops.gif);
	background-repeat:no-repeat;
	background-color:#6D1400;

}

#wrapper {
float:left;
width:616px;
background:url(/en/images/background-left-column.gif);
background-repeat:repeat-y;
}

#leftCol {
	float:left;
	width:191px;
	text-align:center;
	line-height:1.2;
	margin-top:1em;
}

#leftCol .caption {
	margin:.5em 0 1.5em 0;
	font-weight:bold;
	font-size:.9em;
	}
	
	
#leftCol .caption em { font-weight:normal }	


#main {
	width:420px;
	float:left;
	padding-bottom:1em;
	/*border-right: 1px dotted #003768;*/
	background: #fff;
}

#main p {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height:1.8;
	font-size:1.4em;
	padding:0 1em 0 1em;
	}
	
	
#main p.bullets {
	margin-top:-.3em; 
	margin-bottom:-.4em; 
	font-size:1.2em;
	}

#rightCol {
	float:right;
	width:165px;
	margin:1.5em 1.5em 0 0;
	text-align:center;
}

.map {margin:1em 0 1em 0;}


#rightCol ul{
	font-size:.9em;
	line-height:1.4;
}

#rightCol ul li{
	margin-bottom:.2em;
}


#rightCol ul li.head {
	font-weight:bold; 
	margin-bottom:.2em;
	}

#rightCol ul li.dots{
font-size:.8em;
letter-spacing:.1em;
color:#A35840;
margin:.5em 0 1em 0;
}

#dv-logo {
	margin:0 auto;
	padding:.5em .5em .7em .5em;
	width:115px;
	border:1px #ccc solid;
    text-align:center;	
}

#dv-logo p{
	font-size:10px;
	color:#666;
	letter-spacing:normal;
	line-height:1.3;
	}

.hero { margin-bottom:1em;}

#rightCol ul li.spaceBelow {margin-bottom:1em;}

/*-----------------------------------------------------------------------
Colors */
/*-----------------------------------------------------------------------*/


.blueA {color:#225788;}

.greenA {color:#607A4C;}

.redA{color:#A54534;}


#rightCol li.blueA a:link, #rightCol li.blueA a:visited {
color:#225788;
}

#rightCol li.greenA a:link, #rightCol li.greenA a:visited {
color:#607A4C;
}

#rightCol li.redA a:link, #rightCol li.redA a:visited {
color:#A54534;
}

/*-----------------------------------------------------------------------
Search-Footer */

table#home-footer {
	clear:both;
	width:100%;
	background-color:#FEE7B6;
	margin:0 0 0 0;
	font-size:10px;
	}

table#home-footer td{
	text-align:center;
	width:20%;
	vertical-align:top;
	padding:5px 5px 10px 5px;
	border-right:1px solid #9A4A4A;
}

table#home-footer td.no-border{
	border-right:none;
}

table#home-footer tr.header td{
	padding:5px 0 5px 15px;
	background-color:#fff;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #ccc;
	border-right:none;
	color:#333;
}
table#home-footer tr.whiterow td{
background-color:#fff;
padding:5px 10px;}

table#home-footer tr.map td{
padding:0 0 0 0;}


/*-----------------------------------------------------------------------
Bottom-Footer */

#footer {
text-align:left;
background-color:#fff;
padding: 8px 0 8px 20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
border-top: #ccc 1px solid;
}
#footer a:link {
color:#666;
text-decoration:underline;
}
#footer a:visited {
color: #666;
text-decoration:underline;
}
#footer a:hover {
color:#3399FF;
text-decoration:underline;
}