body{
	/*background:#c0ab00;*/
	font-family:Arial;
	background:#000;
}

#container{
	margin:0 auto 20px auto;
	width:950px;
	position:relative;
}

#header{
	float:left;
	width:950px;
	padding:40px 0 30px 0;
}

#logo{
	float:left;
	width:158px;
	height:158px;
	position:relative;
	z-index:10;
}

#logo a{
	display:block;
	width:158px;
	height:158px;
	background:url(/resources/site_images/logo.jpg) no-repeat top left;
}

#logo h1{display:none;}

#search-box{
	float:right;
	position:relative;
	z-index:10;
}

#search-box .search-btn{
	margin:0 0 0 4px;
}

#search-box .search-txt{
	margin:0;
	float:left;
}

#search-box form{
	margin:0 0 10px 0;
}


#opening-hours-today{
	clear:both;
	display:block;
	font-family:Georgia;
	font-size:14px;
	color:#fff;
}

#opening-hours-today span{
	font-weight:bold;
	color:#2298d4 !important;
}


#footer p, #footer p a{
	color:#8c8d8d;
	font-size:12px;
	font-family: Georgia;
}

#footer p{
	line-height:29px;
	float:left;
	margin-right:10px;
}

#footer img{
	float:left;
	margin-right:10px;
}

#footer strong a{color:#fefefe;}



h1, h2{
font-family:Georgia;
font-size:28px;
color:#fff;
font-weight:normal;
margin-bottom:10px;
}


a{
	color:#ccc;
	text-decoration:none;
}

a:hover{color:#fff;}

p{
	padding:0 0 1.2em 0;
	font-size: 13px;
	line-height: 17px;
	color:#666;
	font-family:Georgia;
}

#about p{
	font-size: 12px;
	line-height: 16px;	
}

td{

	font-size: 12px;
	line-height: 16px;
	color:#666;
	font-family:Georgia;
}


/* MENU */

#menu{
	float:left;
	width:300px;
	position:relative;
	z-index:10;
}

#menu{
	margin:0 0 50px 0;
	padding:0;
}

#menu ul li a{
	font-size:45px;
	font-family: Georgia;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.active{
	color:#ccc;
}


#sub-nav{
	background: url(http://www.jervis.ie/resources/site_images/sub-nav-bg.gif) no-repeat left top;
	width:950px;
	height:60px;
	padding:20px 0 0 0;
	text-align:center;
	clear:both;
	position:relative;
	z-index:10;
}

#stores #sub-nav{padding:7px 0 0 0; height:73px;}

#sub-nav ul{
	text-align:center;
	margin:0 auto;
}

#sub-nav ul li{
	display:inline;
	padding: 2px 10px;
	border-right:1px solid #999;
}

#sub-nav ul li:first-child{
	padding:2px 10px 2px 0 !important;
}

#sub-nav ul li:last-child, #sub-nav ul li.last{
	border-right:0 !important;
	padding:2px 0 2px 10px !important;
}

#sub-nav ul li a{
	font-family:Georgia;
	font-size:17px;
	color:#999;
}

#sub-nav p{
	margin-top:10px;
	font-family:Georgia;
	font-size:12px;
	color:#726e6e;
}

#stores #sub-nav p{margin-top:0;}


#directions #sub-nav{
	padding: 5px 0 0 0 !important;	
}

#directions #sub-nav p{
	clear:left;
}

#sub-nav .find-us{
	font-size:32px;
	line-height:30px;
	color:#fff;
	padding:0 0 0 55px;
	width:595px;
	text-align:left;
	margin:0 !important;
}

#map-shade{
	float:left;
	padding:10px 0 0 0;
	width:650px;
	height:31px;
	text-align:center;
	background:url(http://www.jervis.ie/resources/site_images/map_shade.jpg) no-repeat left top;
}

#map-shade ul li{
	display:inline;
	padding:2px 10px;
}

#map-shade ul li a{
	color:#999;
	font-family:Georgia;
}

#map-shade ul li a.active{
	color:#fff;
}


/* END MENU */


/* STORES LIST */

#storelist{
	float:left;
	width:950px;
	min-height:150px;
	margin:20px 0;
}

#storelist ul{
	float:left;
	position:relative;
	min-height:150px;
	margin:0 !important;
}

#storelist ul li{
	padding:0 8px;
	width:102px;
}

#storelist ul li:last-child{
	padding-right:0;
}

#storelist ul li a{
	font-family:Georgia;
	font-size:12px;
	color:#999;
	padding-bottom:6px;
}

#storelist ul li a:hover{color:#fff;}

#storelist ul li.storelist-header{
	color:#2298d4;
	font-weight:bold;
	font-family:Georgia;
	font-size:14px;
}

#storelist ul .shade-top{
/*	position:absolute;
	top:17px;
	left:0;
	width:100px;
	height:12px;
	background:url(/resources/site_images/storelist-shade.png) no-repeat top left;
	z-index:5;*/
}

#storelist ul .shade-bottom{
/*	position:absolute;
	bottom:1px;
	left:0;
	width:100px;
	height:12px;
	z-index:5;
	background:url(/resources/site_images/storelist-shade-bottom.png) no-repeat top left;*/
}

/* END STORES LIST */

/* STORE DETAIL PAGE */

.store{
	margin-top:9px;
	width:650px;
	height:435px;
	float:left;
}

.store img{
	width:650px;
	height:280px;
	margin-bottom:13px;
	background:#444;
	float:left;
}

.store-details{
	width:385px;
	height:115px;
	margin-right:15px;
	padding:10px 0 15px 15px;
	float:left;	
	background:#cec4c4;
	font-family:Georgia;
}

.store-details h1{
	color:#333;
	font-weight:bold;
	margin:0 0 5px 0;
	font-size:24px;
}	

.store-details p, .store-details p a{
	color:#333;
	font-size:12px;
	padding-bottom:0;
}

.store-opening-hours{
	width:215px;
	height:124px;
	padding:6px 10px 10px 10px;
	float:left;
	background:#cec4c4;
}

.store-opening-hours p{
	font-family:Georgia;
	color:#333;
	font-size:12px;
	padding-bottom:0;
	text-align:right;
}

.store-opening-hours p span{
	display:inline-block;
	font-weight:bold;
	width:90px;
	float:left;
	text-align:left !important;
}

.store-details h2{
	color:#333;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

/* END STORE DETAIL PAGE */


/* HERO ADS - HOME */

#heros-lrg{
	position:relative;
}

.gift-card{background: url(http://www.jervis.ie/resources/site_images/gift-card-bg.jpg) no-repeat top left;}
.gift-card-copy{top:495px;left:700px;width:250px;position:absolute;z-index:2;}

.gift-card-copy h2{
	font-size:30px;
	font-weight:bold;
	color:#fff;
	margin:0;
}

.gift-card-copy p{
	font-size:11px;
	line-height:13px;
	color:#666;
}
	
#heros-small{
	clear:both;
	position:relative;
	z-index:10;
}

/* END HERO ADS - HOME */


.scroller{
	float:left;
	width:650px;
	min-height:350px;
}

.item{
	width:650px;
	height:120px;
	padding:10px 0 8px 0;
	border-bottom:2px dotted #111;
	list-style-type:none;
	position:relative;
}

.detail .item{
	min-height:350px;
	width:640px;
	border-bottom:0;
/*	position:static;
	float:left;*/
}

/* SERVICES FIX */

#services #mycarousel{
	height:475px !important;
}

#dining .item, #services .item{
	border-bottom:0;
	height:210px;
	padding:0 0 0 50px;
}

/* END SERVICES FIX */

.detail .item h2, .detail .item .summary{
	float:left;
	width:400px !important;
}

.dining-block{
	float:left;
	width:200px;
	height:90px;
	padding-top:120px; 
	position:relative;
}
 

#services .item{
	display:inline-block;
	height:225px !important;
	padding:0 0 0 50px !important;
}

#services .dining-block{
	height:90px;
	padding-top:135px;
}

.dining-block img
{
	top:0;
	left:0;
	z-index:50;
	position:absolute;
}

#services .desc{
	position:absolute;
	left:-42px;
	top:0;
	z-index:100;
	width:201px;
	height:210px;
	padding:15px 12px 0 12px;
	background: url(http://www.jervis.ie/resources/site_images/services-overlay.png) no-repeat left top;
	display:none;
}

#services .desc p{
	font-size:12px;
	font-family:Arial;
	color:#000 !important;
	text-align:center;
}

#services .desc h2{
	position:absolute;
	left:0px;
	top:120px;
	padding:0 42px;
	color:#000;
	font-size:18px !important;
	line-height:18px !important;
}

#services .desc h2 .level{
	color:#666;
	font-size:14px !important;
	margin:0 !important;
	line-height:16px !important;
}


.dining-block h2{
	clear:left;
	margin:5px 0 0 0;
	width:140px !important;
	text-align:center !important;
}

.dining-block .level{
	clear:left;
	float:left;
	width:140px;
	text-align:center;
	font-family:Georgia;
	font-size:14px;
	margin:0;
	color:#666;
}

.dining-block > h2, .dining-block h2 a{
	font-size:18px !important;
	position:static !important;
}

#services .dining-block h2, #services .dining-block .service{
	cursor:pointer;
}

.item h2, .item .summary{
	float:left;
	width:450px;
	margin-bottom:5px;
	font-size:24px;
}

.item h2 a{
	font-family:Georgia;
	font-size:24px;
	color:#fff;
	position:static !important;
}

.item .summary p{font-family:Georgia;color:#666;font-size:13px;line-height:17px;padding-bottom:0px;}

.item .summary a{font-family:Georgia;font-size:13px;}

.item:hover .summary{
	color:#888;
}

.item a.website{
	position:absolute;
	font-family:Georgia;
	font-size:14px;
	bottom:15px;
	left:160px;
	color:#fff;
}

.item img{
	float:left;
	margin-right:20px;
}

.no-results{color:#ccc;margin-top:200px;text-align:center;}

/* Slider */


#mycarousel{
	float:left;
	width:650px;
	height:450px;
	position:relative;
	margin-bottom:90px;
}

#news #mycarousel, #offers #mycarousel, #staffdiscount #mycarousel{
	width:650px;
	height:550px;
	padding:0;
	position:relative;
	overflow:hidden;
}

.jcarousel-container-vertical {
    width: 650px;
    height: 420px;
    padding: 0 0;
}

.jcarousel-clip-vertical {
    width:  650px;
    height: 420px;
}


.jcarousel-scroll-left {
	position:absolute;
	top:-75px;
	left:0;
	width:650px;
	height:55px;
	background-image:url(http://www.jervis.ie/resources/site_images/scroller-arrows.gif);
	background-position:0 -110px;
	margin-top:10px;
}

.jcarousel-scroll-right {
	position:absolute;
	bottom:-65px;
	left:0;
	width:650px;
	height:55px;
	background-image:url(http://www.jervis.ie/resources/site_images/scroller-arrows.gif);
	background-position:0 0;
	margin-top:10px;
}

.content{
	width:650px;
	position:absolute;
	top:0;
	padding:75px 0 0 0;
}

#scrollUp{
	top:0;
	margin:0;
	cursor:pointer;
}

#scrollDown{
	bottom:0;
	margin:0;
	cursor:pointer;
}


.jcarousel-scroll-left:hover{background-position:0 -165px;}
.jcarousel-scroll-right:hover{background-position:0 -51px;}

#mycarousel-next,
#mycarousel-prev {
    cursor: pointer;
}


/* @end Project Scroll */

.stores-banner-title{
	font-size:46px;
	font-family:Georgia;
	color:#fff;
	padding:0;
	margin:0;
}

.social-icon{
	background: url(http://www.jervis.ie/resources/site_images/social-icons.jpg) no-repeat 0 0;
	width:29px;
	height:29px;
	float:left;
	margin-right:3px;
}

.facebook{background-position:-31px 0;}
.foursquare{background-position:-63px 0;}
.youtube{background-position:-95px 0;}

.hero-link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	z-index:2;
}

.hero{
	position:absolute;
	top:0;
	left:0;
	width:950px;
	height:800px;
	z-index:1;
}

.addthis_button{
	display:block;
	position:absolute;
	width:110px;
	height:40px;
	z-index:3;
}

.easter-hop-hero{background: url(http://www.jervis.ie/resources/hero_ads/easter-hop.jpg) no-repeat 290px 148px;}

.car{background: url(http://www.jervis.ie/resources/hero_ads/car-hero.jpg) no-repeat top left;}
a.car_btn{top:500px;left:760px;}

.forever_21_exclusive{background: url(http://www.jervis.ie/resources/hero_ads/forever21-exclusive.jpg) no-repeat 300px 125px;}
a.forever_21_exclusive_btn{top:380px;left:610px;height:100px;}

.forever_21{background: url(http://www.jervis.ie/resources/hero_ads/home_forever_21_open.jpg) no-repeat top left;}
a.forever_21_btn{top:500px;left:760px;}

.next{background: url(http://www.jervis.ie/resources/uploaded_images/next-hero.jpg) no-repeat top left;}
a.next_btn{top:460px;left:565px;}

.new_look{background: url(http://www.jervis.ie/resources/hero_ads/new_look_now_open.jpg) no-repeat top left;}
a.new_look_btn{top:635px;left:790px;}

.new_look_largest_store{background: url(http://www.jervis.ie/resources/hero_ads/new_look_largest_store.jpg) no-repeat top right;}
a.new_look_largest_store_btn{top:540px;right:135px;}

.santa_arrives{background: url(http://www.jervis.ie/resources/hero_ads/santas_grotto_open.jpg) no-repeat 300px 100px;}
a.santa_arrives_btn{top:530px;left:805px; width:40px; height:100px;}

.valentines{background: url(http://www.jervis.ie/resources/hero_ads/i_love_jervis.jpg) no-repeat top right;}
a.valentines_btn{top:195px;right:180px;width:130px;height:140px;}

.glenda{background: #000 url(http://www.jervis.ie/resources/hero_ads/glenda_gilson.jpg) no-repeat right bottom; height:700px !important;}
a.glenda_btn{top:305px;left:715px;}

.jervis_sale{background: url(http://www.jervis.ie/resources/hero_ads/jervis-sale-now-on.jpg) no-repeat right 140px;}
a.jervis_sale_btn{top:530px;left:725px;}

.summer-entertainment{background: url(http://www.jervis.ie/resources/hero_ads/summer-entertainment.jpg) no-repeat right top;}
a.summer-entertainment-btn{top:590px;right:170px;}

.late-night{background: url(http://www.jervis.ie/resources/hero_ads/late-night.jpg) no-repeat left top;}
a.late-night-btn{top:560px;left:680px;}

.five-new-stores{background: url(http://www.jervis.ie/resources/hero_ads/five_great_new_stores.jpg) no-repeat right top;}
a.five-new-stores-btn{top:400px;right:30px;width:50px !important;height:110px !important;}

.fashion-banner{background: url(http://www.jervis.ie/resources/hero_ads/fashion-banner.jpg) no-repeat left top;}
a.fashion-banner-btn{top:495px;left:380px;}

.blog-banner{background: url(http://www.jervis.ie/resources/hero_ads/blog.jpg) no-repeat right top;}
a.blog-banner-btn{top:530px;right:600px;}

.winter-warmers-banner{background: url(http://www.jervis.ie/resources/hero_ads/winter-warmer-guide.jpg) no-repeat right 150px;}

/* landing pages */

.fashion-detail{background: #000 url(http://www.jervis.ie/resources/hero_ads/fashion_detail.jpg) no-repeat top right;}
.summer-entertainment-detail{background: #000 url(http://www.jervis.ie/resources/hero_ads/summer-entertainment-detail.jpg) no-repeat top right;}

.santas_grotto .hero{margin-left:75px;}
.grotto{background: #000 url(http://www.jervis.ie/resources/hero_ads/santa_arrives_subpage.jpg) no-repeat right 130px;}

.valentines_day{background: #000 url(http://www.jervis.ie/resources/hero_ads/valentines_page.jpg) no-repeat top left;}
.easter-hop-content{background:#000 url(http://www.jervis.ie/resources/hero_ads/easter-hop-content.jpg) no-repeat 190px 0; height:880px;}
.kidsclub{background:#000 url(http://www.jervis.ie/resources/hero_ads/kids_club.jpg) no-repeat 0 0;}
.kidsclub_smallprint{background:#000 url(http://www.jervis.ie/resources/hero_ads/kids_club-smallprint.jpg) no-repeat 0 0;}



.late-night-shopping-detail{position:absolute;right:-40px;top:0;z-index:1;width:691px;}
.late-night-shopping #menu{margin-bottom:250px;}

#late-night-shopping .item{
	height:190px;
}

#late-night-shopping .dining-block img{
	padding-left:30px;
}

#late-night-shopping .dining-block h2{
	text-align:center;
	width:200px !important;
}


#late-night-shopping .level{
	width:200px;
}

#late-night-shopping .level p{
	font-size:11px !important;
	line-height:14px !important;
}

.kidsclub a{
	position:absolute;
	top:600px;
	left:757px;
	width:155px;
	height:30px;
}


.easter-hop #menu
{
	margin: 0 0 150px 0 !important;
}

.maps-subnav{
	background:url(http://www.jervis.ie/resources/site_images/floor-plan-subnav.jpg) no-repeat left top !important;
	padding:20px 0 0 474px !important;
	width:476px !important;
}

#stores .maps-subnav{
	padding:0 0 0 474px !important;
	height:80px !important;
}

.maps-subnav ul{
	width:450px !important;
}

.maps-subnav ul li{
	padding: 2px 6px !important;
}

.maps-subnav ul li a{
	font-size:14px !important;
}

.maps-subnav ul li a.active{
	color:#2298d4 !important;
}
