/*----------DEFAULT LINKS----------*/
a,
a:visited
	{
	border:none;
	color: #E1BA8F;
	text-decoration: none;
	}
	
a:hover
	{
	color:#fff;
	text-decoration: underline;
	}
	
/*----------style definitions for HTML tags----------*/
body
	{
	background-color:#000000;
	background-image:none;
	margin:0px;
	color:#CC9933;
	}	

td
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 18px;
	}

p	
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 18px;
	}

.pTitle
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
	}

.pText
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC9933;
	font-weight: bold;
	text-decoration: underline;
	}

.pText3
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC9933;
	font-weight: bold;
	}

.pText5
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	font-tracking: 300;
	}

.pText2
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CC9933;
	font-weight: bold;
	}

.pHome
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	line-height: 25px;
	}

li.pa
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	list-style-image:url(../images/icon_glass.jpg);
	list-style-position: outside;
	}

.req
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #EFDDC7;
	line-height: 20px;
	}

.form
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10pt;
	border:1px solid #B07936;
	background-color: #EFDDC7;
	color:#704000;
	}

.button
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size:10pt;
	border:1px solid #B07936;
	background-color: #CC9933;
	color:#000000;
	}
	
textarea.form
	{
	scrollbar-3d-light-color:#ececec; 
	scrollbar-arrow-color:#464646;
	scrollbar-base-color:#c0c0c0;
	scrollbar-dark-shadow-color:#EFDDC7;
	scrollbar-face-color:#D6E3CE; 
	scrollbar-highlight-color:1px solid #EFDDC7;
	scrollbar-shadow-color:1px solid #EFDDC7;
	scrollbar-track-color:#EFDDC7;
	}

.imgl 
	{
	float: right;
	padding: 0 10px 15px 10px;
	}

#signature
	{
	float: right;
	}


.content
	{
	margin:0px;
	padding:0px;
	}
	
#contentBody
	{
	background-color:#000000;
	color: #CC9933;
	}
	
	
/* Calendar ------------------------------------------------ */

.smallCalendar
	{
	background-color:#eecc66;
	border-left: solid 1px #ccaa44;
	border-top: solid 1px #ccaa44;
	border-bottom: solid 1px #ffdd77;
	border-right: solid 1px #ffdd77;
	}
	
.smallCalendarHeader
	{
	background-color:#eecc66;
	border:none;
	}

.smallCalendarHeader td.monthNav a
	{
	font-size:12px;
	color: #000000;
	}
	
.smallCalendarHeader td.monthNav a:hover
	{
	font-size:12px;
	color: #000000;
	text-decoration:underline;
	}
	
.smallCalendarHeader td.monthLabel
	{
	font-size:18px;
	}
		
.smallCalendarContainer
	{
	width:500px;
	background-image:url(../images/gradient.jpg);
	padding:5px;
	}
	
.smallCalendarHeader th
	{
	color:#000000;
	font-size:10px;
	width:50px;
	text-align:center;
	border:none;
	padding:2px;
	margin:0px;
	}

.smallCalendarHeader td
	{
	color:#000000;
	font-weight:bold;
	font-size:12px;
	}
		
.smallCalendar td
	{
	width:50px;
	font-size: 12px;
	text-align:left;
	vertical-align:top;
	border: solid 1px;
	padding:2px;
	margin:0px;
	}
	

	
.smallCalendar td.weekend
	{
	color:#000000;
	background-color:#e4bb55;
	}
	
.smallCalendar td.otherMonth
	{
	color:#bb9933;
	background-color:#ffee99;
	}

.smallCalendar td.day
	{
	color:#000000;
	}
	
.smallCalendar td.today
	{
	background-color:#ffee99;
	color:#000000;
	}


/* Map ------------------------------------------ */
#mapInfo
	{
	width: 180px;
	}
	
#mapInfo p
	{
	color: #000000;
	margin: 2px;
	font-size:0.9em;
	}
	
#mapInfo h3
	{
	color: #000000;
	margin: 2px;	
	font-size: 1.1em;
	}
		
		
/* Forms ------------------------------------------ */
.left
	{
	float:left;
	}
	
.right
	{
	float:right;
	}
	
.center
	{
	text-align:center;
	}
	
.clear
	{
	clear:both;
	}
	
.formRow
	{
	clear:left;
	margin-top:5px;
	border:1px solid black;
	}
	
.formField	
	{
	display:inline;
	float:left;		
	margin-right:4px;
	}
	
.formButtons
	{
	margin-top:1.0em;
	clear:left;
	text-align:center;
	}
	
label
	{
	display:inline;
	font-size:8pt;
	text-align:right;
	width:100px;
	margin-top:8px;
	}
	
#nav
	{
	background:url(/images/menu_repeater.jpg) no-repeat;
	}

#nav a
	{
	display:block;
	margin-top:11px;
	width:197px;
	height:22px;
	background:url(/images/nav/nav.png);
	}
	
#nav a:hover
	{
	background:url(/images/nav/navHover.png);
	}

#tastyFood
	{
	margin-left:71px;
	background-position:0 0;
	}
	
#nav #eventCalendar
	{
	margin-left:74px;
	background-position:0 -95;
	}
	
#nav #theCellar
	{
	margin-left:77px;
	background-position:0 -22;
	}
	
#nav #locationAndHours
	{
	margin-left:80px;
	background-position:0 -214;
	}
		
#nav #artOfMercy
	{
	margin-left:83px;
	background-position:0 -188;
	height:26px;
	}
	
#nav #behindTheWine
	{
	margin-left:86px;
	background-position:0 -45;
	}
	
#nav #theBuzz
	{
	margin-left:89px;
	background-position:0 -165;
	}
	
#nav #privateParties
	{
	margin-left:92px;
	background-position:0 -142;
	}
	
#nav #catering
	{
	margin-left:95px;
	background-position:0 -119;
	}
	
#nav #contactUs
	{
	margin-left:98px;
	background-position:0 -239;
	}
	
#nav #reservations
	{
	margin-left:101px;
	background-position:0 -263;
	}
	
#nav #home
	{
	margin-left:104px;
	background-position:0 -287;
	}
	
.artMenu
	{
	margin:0 auto;
	width:180px;
	}

.artMenu a
	{
	display:block;
	margin:10px 0;
	font-size:1.2em;
	}
	
h1
	{
	font-size:1.6em;
	}
	
	

.slideshowContainer
	{
	width:300px;
	height:200px;
	margin:0 auto 10px auto;
	}
	
.slideshow div
	{
	width:300px;
	height:200px;
	}
	
#redRoom1 {background:url(/mobile/images/art-of-mercy/redroom/redroom1.jpg) no-repeat}
#redRoom2 {display:none; background:url(/mobile/images/art-of-mercy/redroom/redroom2.jpg) no-repeat}
#redRoom3 {display:none; background:url(/mobile/images/art-of-mercy/redroom/redroom3.jpg) no-repeat}
#redRoom4 {display:none; background:url(/mobile/images/art-of-mercy/redroom/redroom4.jpg) no-repeat}
	
#atmosphere1 {background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere1.jpg) no-repeat}
#atmosphere2 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere2.jpg) no-repeat}
#atmosphere3 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere3.jpg) no-repeat}
#atmosphere4 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere4.jpg) no-repeat}
#atmosphere5 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere5.jpg) no-repeat}
#atmosphere6 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere6.jpg) no-repeat}
#atmosphere7 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere7.jpg) no-repeat}
#atmosphere8 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere8.jpg) no-repeat}
#atmosphere9 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere9.jpg) no-repeat}
#atmosphere10 {display:none; background:url(/mobile/images/art-of-mercy/atmosphere/atmosphere10.jpg) no-repeat}
	.tip 
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	border:outset 1px #e4bb55; 
	width:350px; 
	position:absolute; 
	z-index:100; 
	visibility:hidden; 
	color:#cccccc;
    top:0px; 
	left:00px; 
	background-color:#000000; 
	padding: 5px;
	}
	
.tip.title
	{
	font-size:14px;
	font-weight:bold;
	color:#e4bb55;
	}
