/*----------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:none;
	background-color:#000;
	margin:0;
	padding:0;
	color:#CC9933;
	text-align:center;
	}	

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:#000;
	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}
		
	
#atomic_googlemap
	{
	width:515px;
	height:515px;
	}
	
.calDayTitle
	{
	margin:5px;
	font-size:1.2em;
	font-weight:bold;
	}
	
.calDayDate
	{
	margin:5px;
	} #nav
	{
	overflow:hidden; 
	width:250px; 
	height:520px;
	margin:0;
	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);
	}

#nav #buyWine
	{
	margin-left:65px;
	background-position:0 -336;
	}
	
#nav #mercyStore
	{
	margin-left:65px;
	background-position:0 -360;
	}
	
#nav #tastyFood
	{
	margin-left:68px;
	background-position:0 0;
	}
	
#nav #artOfMercy
	{
	margin-left:71px;
	background-position:0 -188;
	}
	
#nav #eventCalendar
	{
	margin-left:74px;
	background-position:0 -95;
	}
	
#nav #musicOfMercy
	{
	margin-left:77px;
	background-position:0 -311;
	}
	
#nav #locationAndHours
	{
	margin-left:80px;
	background-position:0 -214;
	}
		
#nav #theCellar
	{
	margin-left:83px;
	background-position:0 -22;
	}
	
#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;
	}
	
.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;
	}
@charset "utf-8";
/* 

	store.css
	
*/

.storeBreadcrumbs
	{
	margin:0;
	padding:0; 
	font-size:.9em;
	font-style:italic;
	}
	
.storeCategoryName
	{
	float:right;
	margin-right:20px;
	}
	
.storeCategoryDetails
	{
	clear:both;

	
	}
	
#storeSubCategoryList
	{
	clear:left;
	padding:0;
	margin:30px 0 0 40px;
	}
	
.storeSubCategory
	{
	width:120px;
	height:120px;
	float:left;
	text-align:center;
	padding:10px;
	font-size:1.1em;
	}
	
.storeSubCategory a
	{
	text-decoration:none;
	}
	
img.storeCategoryImage
	{
	border:none;
	margin:0 0 10px 0;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	}
	
#microStoreCartContents
	{
	margin:20px;
	font-size:.9em;
	}
	
#microStoreCartContents .content
	{
	padding:10px;
	background-color:#888;
	background-color:rgba(128, 128, 128, 0.75);
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	width:400px;
	float:left;
	}

#microStoreCartContents .heading
	{
	display:block;
	font-weight:bold;
	padding:0 10px;
	}
	
#microStoreCartContents .item
	{
	clear:left;
	margin:5px 0;
	}

#microStoreCartContents .quantity
	{
	float:left;
	margin:0 10px;
	width:40px;
	}

#microStoreCartContents .name
	{
	float:left;
	margin:0 10px;
	width:305px;
	}
	
#microStoreCartContents .description
	{
	font-size:.8em;
	margin:0 0 0 90px;
	padding:0;
	}
	
#microStoreCartContents .item .price,
#microStoreCartContents .heading .price
	{
	float:left;
	text-align:right;
	width:80px;
	}
	
#microStoreCartContents .remove
	{
	float:left;
	margin:0 10px;
	}
	
#microStoreCartContents .formButtons
	{
	clear:left;
	margin:15px 0 0 0;
	text-align:center;
	}
	
#microStoreCartContents #totals
	{
	float:left;
	width:195px;
	margin:0 0 0 25px;
	padding:5px;
	background-color:#888;
	background-color:rgba(128, 128, 128, 0.75);
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	}
	
#microStoreCartContents #totals .label
	{
	text-align:right;
	width:80px;
	float:left;
	padding:0;
	}
	
#microStoreCartContents #totals .total
	{
	text-align:right;
	width:90px;
	float:left;
	padding:0;
	margin-left:5px;
	}

#microStore #checkoutForm
	{
	margin:10px 0;
	background-color:#888;
	background-color:rgba(128, 128, 128, 0.75);
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	width:315px;
	padding:10px;
	float:right;
	}
	
#microStore .formField
	{
	float:left;
	margin:5px;
	}
	
#microStore .formButtons
	{
	clear:both;
	text-align:center;
	padding:10px 0;
	}
	
#microStore label
	{
	display:block;
	font-size:.9em;
	}

#microStore #checkoutForm input
	{
	margin:0;
	}
	
#microStore #checkoutForm #name,
#microStore #checkoutForm #address,
#microStore #checkoutForm #address2,
#microStore #checkoutForm #address3
	{
	width:300px;
	}

#microStore #checkoutForm #email
	{
	width:250px;
	}
	
#microStore #checkoutForm #city,
#microStore #checkoutForm #postalCode,
#microStore #checkoutForm #country
	{
	width:120px;
	}
	
#microStore #checkoutForm .formError
	{
	background-color:#ff0;
	background-color:rgba(255, 255, 0, 0.6);
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	padding:10px;
	margin:0 0 10px 0;
	color:#b00;
	}
		
#microStore #checkoutForm #addressField,
#microStore #checkoutForm #address2Field,
#microStore #checkoutForm #address3Field,
#microStore #checkoutForm #cityField,
#microStore #checkoutForm #postalCodeField,
#microStore #checkoutForm #countryField
	{
	visibility:hidden;
	display:none;
	}
	
#microStore #checkoutOrderItems
	{
	font-size:.9em;
	}

#microStore .panel
	{
	background-color:#888;
	background-color:rgba(128, 128, 128, 0.75);
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	padding:10px;
	}
	
#microStore #items
	{
	padding:0px;
	}
	
#microStore .item
	{
	margin:0 0 20px 0;
	font-size:.90em;
	}
	
#microStore .item .name
	{
	margin:0;
	color:#E1BA8F;
	}
	
#microStore .item .description
	{
	float:left;
	width:220px;
	margin:0 10px 0 0;
	}

#microStore .item .price,
#microStore .item .addToCartForm
	{
	float:right;
	font-size:1.5em;
	margin-top:14px;
	}

#microStore .item .option
	{
	margin:0 20px 20px 20px;
	display:block;
	float:left;
	}

#microStore .item .addToCartForm
	{
	margin:0 0 0 15px;
	}	
	
#microStore .addToCartButton
	{
	font-size:0.7em;
	}
	
#microStore .item .photo
	{
	float:left;
	clear:left;
	margin:10px 0 10px 0;
	}

#microStore .item .photo img
	{
	width:175px;
	padding:0;
	border:none;
	border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	margin:5px 0px 0 0;
	}

#checkoutCustomerInfo
	{
	float:left;
	width:400px;
	}
	
#checkoutOrderItems
	{
	float:right;
	width:520px;
	} #atomicBadge
	{
	background:url(/images/badges/atomicHedgehogLogoDark.png) no-repeat;
	height:32px;
	width:174px;
	float:left;
	margin:17px 0 0 0;
	}
		
#atomicBadge p.hover
	{
	background:url(/images/badges/atomicHedgehogLogoColor.png) no-repeat;
	height:32px;
	width:174px;
	float:left;
	margin:0;
	}

#facebook
	{
	background:url(/images/badges/facebook.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
	margin:10px 20px 0 10px;
	}
	
#twitter
	{
	background:url(/images/badges/twitter.png) no-repeat;
	width:48px;
	height:48px;
	float:left;
	margin:10px 20px 0 0;
	}
	
#wineupBadge
	{
	margin:10px 10px 10px 0;
	float:right;
	width:116px;
	height:50px;
	background:url(/images/badges/poweredByWineup.png) no-repeat;
	}
	
#navBadges
	{
	width:242px;
	text-align:center;
	}
	
#nightclubAndBar
	{
	background:url(/images/badges/nightclubAndBar2011.png) no-repeat;
	margin:10px 0 10px 26px;
	width:208px;
	height:93px;
	border:none;
	}

#wineSpectator
	{
	width:91px;
	height:162px;
	background:url(/images/badges/Wine-Spectator-Award-of-Excellence-2010.png) no-repeat;
	float:left;
	margin-left:26px;
	}

#dMagazine
	{
	width:88px;
	height:115px;
	background:url(/images/badges/D-Magazine-Best-Wine-Bar-2010.png) no-repeat;
	float:left;
	margin-left:20px;
	}
	

