/***************************************
RESET CSS
***************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}

table, table td {
	border-collapse: collapse;
	border-spacing: 0;
	
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
address{
	font-style: normal;
	font-size: 1.1em;
	margin: 0 0 20px 0;
}



/***************************************
CICI FACTORY STYLES
***************************************/


body {
	font-family: verdana, arial, sans-serif;
	text-align: center;
	color: #666;
	font-size: 62.5%;
}

a {
	color: #ef5a93;
	outline: none;
}

a img {
	border: 0;
}

p {
	margin-bottom: 1.5em;
	font-size: 1.1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.bright {
	color: #F15D22;
}

.lowbright {
	color: #f69771;
}

#mainContain {
	width: 862px;
	background: url(img/back.png) center 0 repeat-y;
	margin: 0 auto;
	text-align: left;
}

#contain {
	margin: 0 18px;
	position: relative;
}



/***************************************
HEADER AREA
***************************************/

#head {
	background: #cc1442;
	position: relative;
	background: url(img/header.png);
	height: 121px;
}

#head #logo {
	position: absolute;
	background: url(img/logo.png);
	width: 134px;
	height: 83px;
	text-indent: -99999em;
	top: 18px;
	left: 60px;
}

#head #slogan {
	position: absolute;
	background: url(img/slogan-art.png);
	width: 152px;
	height: 19px;
	right: 55px;
	top: 40px;
	text-indent: -99999em;
}

#head ul,
#head ul li {
	list-style: none; 
	padding: 0;
	margin: 0;
}


#head ul li a {
	display: block;
	position: absolute;
	background: url(img/nav.png) 0 0 no-repeat;
	text-indent: -99999px;
	bottom: 3px;
}

#head ul li a.nav-home {width: 44px; height: 45px; right: 364px;}
	#head ul li a.nav-home:hover {background-position: 0 -100px;}
	#body_home #head ul li a.nav-home {background-position: 0 -200px;}
	
#head ul li a.nav-about {width: 47px; height: 47px;	background-position: -100px 0; right: 310px; bottom: 9px;}
	#head ul li a.nav-about:hover {background-position: -100px -100px;}
	#body_about #head ul li a.nav-about {background-position: -100px -200px;}
	
#head ul li a.nav-gallery {width: 50px;	height: 49px; background-position: -200px 0; right: 256px; bottom: 4px;}
	#head ul li a.nav-gallery:hover {background-position: -200px -100px;}
	#body_gallery #head ul li a.nav-gallery {background-position: -200px -200px;}
	#body_gallery #head ul li ul li a{
		display: block;
		visibility: visible;
		text-indent: 0;
		top: 130px;
		font-size: 11px;
		text-transform: lowercase;
		text-decoration: none;
		background-image: none;
		z-index: 100;
		padding: 0;
	}
	
	#body_gallery #head ul li ul li a:hover {
		color: #cc1543;
	}
	
	#body_gallery #head .nav-wit {
		left: 455px;
	}
		#body_gallery.wit #head .nav-wit {
			left: 445px;
		}
	
	
	#body_gallery #head .nav-portraits {
		left: 545px;
	}
	
	#body_gallery #head .nav-lotsa {
		left: 616px;
	}

	#body_gallery #head .nav-prints {
		left: 670px;
	}
	#body_gallery #head .nav-cards {
		left: 725px;
	}
	
	#body_gallery.portraits #head .nav-portraits,
	#body_gallery.wit #head .nav-wit,
	#body_gallery.lotsa #head .nav-lotsa,
	#body_gallery.prints #head .nav-prints,
	#body_gallery.cards #head .nav-cards {
		color: #cc1543;
		font-weight: bold;
	}
	

	

	
#head ul li a.nav-faqs
	{width: 41px; height: 41px; background-position: -500px 0; right: 210px; bottom: 10px;}
	#head ul li a.nav-faqs:hover {background-position: -500px -100px;}
	#body_faqs #head ul li a.nav-faqs {background-position: -500px -200px;}

#head ul li a.nav-events
	{width: 50px; height: 50px; background-position: -600px 0; right: 151px; bottom: 6px;}
	#head ul li a.nav-events:hover {background-position: -600px -100px;}
	#body_events #head ul li a.nav-events {background-position: -600px -200px;}

#head ul li a.nav-press
	{width: 41px; height: 41px; background-position: -300px 0; right: 102px; bottom: 10px;}
	#head ul li a.nav-press:hover {background-position: -300px -100px;}
	#body_press #head ul li a.nav-press {background-position: -300px -200px;}

#head ul li a.nav-contact {width: 50px; height: 50px; background-position: -400px 0; right: 49px;}
	#head ul li a.nav-contact:hover {background-position: -400px -100px;}
	#body_contact #head ul li a.nav-contact {background-position: -400px -200px;}



/***************************************
CONTENT AREA
***************************************/
#content {
	padding: 32px 20px 45px 32px;
	line-height: 1.7em;
	position: relative;
}


#content p.intro {
	font-size: 1.3em;
	line-height: 1.8em;
}

#content ul.bulletList {
	list-style: disc;
	font-size: 1.1em;
	margin: 0 0 10px 10px;
	padding: 0 0 0 10px;
}

/*Homepage*/



#message a {
	background: url('img/free-ship02.gif') 0 0 no-repeat;
	display:block;
	float:left;
	width: 282px;
	height: 54px;
	margin:10px 0 0 50px;
	position:absolute;
	z-index:100;
	text-indent: -99999em;
}

	#message a:hover {
		background-position: 0 -54px;
	}

#homeImg {
	height: 408px;
	position: relative;
	margin: 27px 0 0 0;
}

#homeImg img {
	position: absolute;
}

#homeImg .lotsa {
	left: 38px;
	bottom: 0;
}

#homeImg .portrait1 {
	right: 268px;
	bottom: 0;
}

#homeImg .portrait2 {
	right: 27px;
	bottom: 0;
}

#homeImg ul li a {
	display: block;
	position: absolute;
	width: 87px;
	height: 87px;
	text-indent: -99999em;
}


#homeImg ul li a.dot-portraits {
	background: url('img/home_portraitdot.png') 0 0 no-repeat;
	right: 235px;
	bottom: 55px;
	
}

#homeImg ul li a.dot-wit {
	background: url('img/home_witdot.png') 0 0 no-repeat;
	right: 235px;
	bottom: 55px;
	
}
	
#homeImg ul li a.dot-lotsa {
	background: url('img/home_lotsadot.png') 0 0 no-repeat;
	top: 102px;
	left: 181px;
}

#homeImg ul li a:hover {
	background-position: 0 -100px;
}

#homeImg ul li.dot-sale {
	display: block;
	position: absolute;
	width: 144px;
	height: 144px;
	text-indent: -99999em;
	background: url('img/gallery/sale-star.png') 0 0 no-repeat;
	top: 285px;
	left: 145px;
}

#homeImg ul li.dot-lower {
	display: block;
	position: absolute;
	width: 120px;
	height: 120px;
	text-indent: -99999em;
	background: url('img/gallery/lotsa-lower-price.png') 0 0 no-repeat;
	top: 290px;
	left: 165px;
	
	display: none;
	visibility: hidden;
}

#homeImg ul li.dot-wit-sale {
	display: block;
	position: absolute;
	width: 120px;
	height: 120px;
	text-indent: -99999em;
	background: url('img/20percent-off.png') 0 0 no-repeat;
	top: 30px;
	right: 225px;
}

#homeImg ul li a.dot-valentine {
	display: block;
	position: absolute;
	width: 128px;
	height: 102px;
	text-indent: -99999em;
	background: url('img/valentine-sprite.png') 0 0 no-repeat;
	top: -15px;
	right: 230px;
	
	display: none;
	visibility: hidden;
} 

	#homeImg ul li a.dot-valentine:hover {
		background-position: 0 -110px;
	}


#body_home #content {
	font-size: 1.5em;
	padding: 20px 67px 0 67px;
}

	#body_home #content p {
		margin-bottom: .5em;
	}

#bottomButtons {
	position: relative;
	height: 183px;
}

#bottomButtons li.giftcertificates {
	height: 163px;
	width: 261px;
	display: block;
	position: absolute;
	top: 0;
	right: 282px;
}

#bottomButtons li a {
	display: block;
	height: 163px;
	position: absolute;
	text-indent: -99999em;
}

#bottomButtons li a.mini {
	background: url(img/home_mini.jpg) 0 0 no-repeat;
	top: 0px;
	left: 40px;
	width: 220px;	
	display: none;
	visibility: hidden;
}

#bottomButtons li a.witwhimsy {
	background: url(img/home_witwhimsy.jpg) 0 0 no-repeat;
	top: 0px;
	left: 40px;
	width: 220px;
}

#bottomButtons li a.cards {
	background: url(img/home_cards.jpg) 0 0 no-repeat;
	width: 261px;
	display: block;
	top: 0;
	right: 282px;
}

#bottomButtons li a.portraits {
	background: url(img/home_portraits.jpg) 0 0 no-repeat;
	top: 0px;
	left: 40px;
	width: 220px;
}

#bottomButtons li a.prints {
	background: url(img/home_prints.jpg) 0 0 no-repeat;
	top: 0px;
	right: 40px;
	width: 220px;
}





/*Gallery Landing*/

#content .col1 {
	float: left;
	width: 237px;
}

#content .col2 {
	margin-left: 253px;
	width: 510px;

}

.thumb {
	border: 1px solid #f6d4dd;
	padding: 10px;
	float: left;
	margin: 11px 0 0 11px;
	display: block;
	text-decoration: none;
	line-height: 1.3em;
}

.thumb.first {
	margin-left: 0;
}

.thumb img,
.thumb strong  {
	display: block;
}

.thumb img {
	margin-bottom: 5px;
}

.thumb strong {
	color: #666;
}

.thumb:hover {
	background-color: #fcf6f7;
}


/*Gallery Detail*/

.galleryNav a {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(img/gallery/nav_gallery.png);
	text-indent: -99999em;
	background-repeat: no-repeat;
}


.galleryNav .prev {
	float: left;
	background-position: 0 0;
}

.galleryNav a.prev:hover {
	background-position: -100px 0;
}

.galleryNav .next {
	float: right;
	margin: 0 20px 0 0;
	display: inline;
	background-position: 0 -50px;
}

.galleryNav a.next:hover {
	background-position: -100px -50px;
}

.sale-price {
	font-weight: bold;
	color: #F15D22;
}



/*Portrait*/

.title {
	text-indent: -99999em;
	background-repeat: no-repeat;
}

.portraits h2.title {
	background-image: url(img/gallery/title_portraits.png);
	height: 57px;
}

.portraits h1.title {
	margin: 0 0 20px 35px;
	background: url(img/gallery/portrait/title_all.png) 0 0 no-repeat;
	height: 27px;
}


.portraits.birdsnest h1.title {background-position: 0 0;}

.portraits.fireman h1.title {
	background-position: 0 -100px;
	margin-left: 10px;}

.portraits.bubbles h1.title {background-position: 0 -50px;}	
	
.portraits.firetruck h1.title {background-position: 0 -150px;}
.portraits.imissyou h1.title {background-position: 0 -200px;}
.portraits.flower h1.title {background-position: 0 -250px;}
.portraits.moon h1.title {
	background-position: 0 -300px;
	margin: 3px 0 20px 0;
	}
.portraits.whowho h1.title {background-position: 0 -350px;}
.portraits.upup h1.title {background-position: 0 -400px;}
.portraits.xo h1.title {background-position: 0 -450px;}
.portraits.pirate h1.title {background-position: 0 -500px;}
.portraits.hug h1.title {background-position: 0 -550px; }
.portraits.cake h1.title {background-position: 0 -600px; }
.portraits.swing h1.title {background-position: 0 -650px; height: 30px; }

img.portraitImg {
	margin-left:80px;
}


/* Portrait - rotating image on homepage */

#slide-images{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	width:518px;
	height:371px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

#slide-images li img{
	display:block;
}


/*Prints*/


.prints h2.title {
	background-image: url(img/gallery/title_prints.png);
	height: 57px;
}

.prints h1.title {
	margin: 0 0 20px 35px;
	background: url(img/gallery/prints/title_all.png) 0 0 no-repeat;
	height: 30px;
}

.prints.monkey h1.title {background-position: 0 0;}
.prints.hippo h1.title {background-position: 0 -50px;}
.prints.leopard h1.title {background-position: 0 -100px;}
.prints.elephant h1.title {background-position: 0 -150px;}
.prints.giraffe h1.title {background-position: 0 -200px;}
.prints.crocodile h1.title {background-position: 0 -250px;}
.prints.birdsnest h1.title {background-position: 0 -300px;}
.prints.bubbles h1.title {background-position: 0 -350px;}
.prints.fireman h1.title {background-position: 0 -400px;}
.prints.whowho h1.title {background-position: 0 -450px;}
.prints.upup h1.title {background-position: 0 -500px;}
.prints.hug h1.title {background-position: 0 -550px;}
.prints.triangle h1.title {background-position: 0 -600px;}
.prints.heaven h1.title {background-position: 0 -650px; height: 50px;}
.prints.bunny h1.title {background-position: 0 -700px;}
.prints.lavion h1.title {background-position: 0 -750px;}
.prints.swing h1.title {background-position: 0 -800px;}
.prints.bathtime h1.title {background-position: 0 -850px;}
.prints.treehouse h1.title {background-position: 0 -900px;}
.prints.brothers h1.title {background-position: 0 -950px;}
.prints.teaparty h1.title {background-position: 0 -1000px;}
.prints.pirate h1.title {background-position: 0 -1050px;}
.prints.dino h1.title {background-position: 0 -1100px;}
.prints.moon h1.title {background-position: 0 -1150px;}


.prints .galleryNav a.prev {
	background-position: 0 -200px;
}

.prints .galleryNav a.prev:hover {
	background-position: -100px -200px;
}

.prints .galleryNav a.next {
	background-position: 0 -250px;
}

.prints .galleryNav a.next:hover {
	background-position: -100px -250px;
}

.prints .col2thumbs,
.wit .col2thumbs {
	clear: both;
	float: right;
}

.prints .col2thumbs img,
.wit .col2thumbs img {
	width: 163px;
}

/*Mini*/

.mini h2.title {
	background-image: url(img/gallery/title_mini.png);
	height: 57px;
}

.mini h1.title {
	margin: 0 0 20px 35px;
	background: url(img/gallery/mini/title_all.png) 0 0 no-repeat;
	height: 27px;
}

.mini.cake h1.title {background-position: 0 0;}
.mini.birdsnest h1.title {background-position: 0 -50px;}
.mini.bunny h1.title {background-position: 0 -100px;}
.mini.triangle h1.title {background-position: 0 -150px;}
.mini.heaven h1.title {background-position: 0 -200px; height: 50px;}
.mini.zoom h1.title {background-position: 0 -300px; margin-left: 0;}



/*Wit & Whimsy*/

.wit h2.title {
	background-image: url(img/gallery/title_witwhimsy.png);
	height: 89px;
}

.wit h1.title {
	margin: 0 0 20px 35px;
	background: url(img/gallery/witwhimsy/title_all.png) 0 0 no-repeat;
	height: 27px;
}

.wit.birdsnest h1.title {background-position: 0 0;}
.wit.butterfly h1.title {background-position: 0 -50px;}
.wit.bubbles h1.title {background-position: 0 -100px;}
.wit.lavion h1.title {background-position: 0 -150px;}
.wit.moon h1.title {background-position: 0 -200px;}
.wit.upup h1.title {background-position: 0 -250px;}
.wit.whowho h1.title {background-position: 0 -300px;}
.wit.dino h1.title {background-position: 0 -350px;}
.wit.swing h1.title {background-position: 0 -400px;}
.wit.hug h1.title {background-position: 0 -450px;}
.wit.bathtime h1.title {background-position: 0 -500px;}
.wit.teaparty h1.title {background-position: 0 -550px;}
.wit.pirate h1.title {background-position: 0 -600px;}

.wit .col1 img {
	display: block;
	border: 1px solid #ccc;
	padding: 9px;
}


/* Cards */

.cards .thumb {
	padding: 10px;
	margin-left: 16px;
	margin-top: 16px;
}

.cards .thumb.first {
	margin-left: 0;
}

.cards .col1 img {
	display: block;
	border: 1px solid #ccc;
	padding: 9px;
}

.cards .text_button {
	background: transparent;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
	color: #ef5a93;
	cursor: pointer;
	text-indent: -4px;
	
}



/*Lotsa*/

/* Sale styles*/

.sale-info {
	border: 1px solid #facab7;
	padding: 10px 20px;
	margin: 10px 0 0 4px;
	width: 718px;
}

.sale-text {
	display: block;
	background: url('img/gallery/title_sale.png') 0 0 no-repeat;
	width: 160px;
	height: 70px;
	text-indent: -99999em;
	float: left;
}

.sale-description {
	font-size: 12px;
	padding: 15px 0 0 30px;
	float: left;
	width: 490px;
}

.thumb_lotsa {
	clear: left;
	padding: 25px 0;
	position: relative;
	margin-left: -19px; 
	text-align: center;
}

.thumb_lotsa .col {
	float: left;
	padding: 0 0 0 24px;
/*	width: 127px;*/
	width: 171px;
}

* html .thumb_lotsa .col {
	padding: 0 0 0 10px;
}

.thumb_lotsa .col.gap {
	padding-top: 60px;
}

.iconbirdie,
.iconmilk,
.iconfrog,
.iconchick {
	position: absolute;
}

.iconbirdie {
	left: 300px;
	top: 100px;
}

.iconmilk {
	left: 100px;
	top: 600px;
}

.iconfrog {
	left: 600px;
	top: 300px;
}

.iconchick {
	left: 430px;
	top: 500px;
}


div.thumb_lotsa a.thumb {
	margin: 0 0 21px 0;
	color: #666;
	font-weight: bold;
}

div.thumb_lotsa a.thumb.milk {
	border: 1px solid #a2c9f2;
}
div.thumb_lotsa a.thumb.chicks {
	border: 1px solid #f9e791;
}
div.thumb_lotsa a.thumb.frogs {
	border: 1px solid #90d89a;
}

div.thumb_lotsa a.thumb img {
	margin-bottom: 5px;
	display: block;
}

div.thumb_lotsa a.thumb.milk:hover {
	background-color: #e9f2fb;
}
div.thumb_lotsa a.thumb.chicks:hover {
	background-color: #fdfaea;
}
div.thumb_lotsa a.thumb.frogs:hover {
	background-color: #e6f5e8;
}


.lotsa .col2 h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
	margin-top: 20px;
}

.lotsa h2.title {
	background-image: url('img/gallery/title_lotsa.png');
	height: 57px;
}

.lotsa.milk h2.title {background-position: 0 -100px;}
.lotsa.chicks h2.title {background-position: 0 -200px;}
.lotsa.frogs h2.title {background-position: 0 -300px;}

.lotsa h1.title {
	margin: 0 0 20px 35px;	
	height: 30px;
	background-repeat: no-repeat;
}

.lotsa.birdies h1.title  {
	background-image: url(img/gallery/lotsa/title_birdies.png);	
}

.lotsa.frogs h1.title  {
	background-image: url(img/gallery/lotsa/title_frogs.png);	
}

.lotsa.milk h1.title  {
	background-image: url(img/gallery/lotsa/title_milk.png);	
}

.lotsa.chicks h1.title  {
	background-image: url(img/gallery/lotsa/title_chicks.png);	
}

.lotsa.random h1.title {
	background-position: 0 0;
}

.lotsa.bottleneck h1.title {
	background-position: 0 -50px;
	margin-left: 0;
}
.lotsa.x h1.title {
	background-position: 0 -100px;
}
.lotsa.orderly h1.title {
	background-position: 0 -150px;
	margin-left: 0;
}

.lotsa.circle h1.title {
	background-position: 0 -200px;
}

.lotsa.milk .galleryNav a.prev {background-position: 0 -100px;}
.lotsa.milk .galleryNav a.prev:hover {background-position: -100px -100px;}
.lotsa.milk .galleryNav a.next {background-position: 0 -150px;}
.lotsa.milk .galleryNav a.next:hover {background-position: -100px -150px;}

.lotsa.frogs .galleryNav a.prev {background-position: 0 -200px;}
.lotsa.frogs .galleryNav a.prev:hover {background-position: -100px -200px;}
.lotsa.frogs .galleryNav a.next {background-position: 0 -250px;}
.lotsa.frogs .galleryNav a.next:hover {background-position: -100px -250px;}

.lotsa.chicks .galleryNav a.prev {background-position: 0 -300px;}
.lotsa.chicks .galleryNav a.prev:hover {background-position: -100px -300px;}
.lotsa.chicks .galleryNav a.next {background-position: 0 -350px;}
.lotsa.chicks .galleryNav a.next:hover {background-position: -100px -350px;}

#pairWith h3 {
	margin-bottom: 20px;
}

#pairWith a img {
	margin: 0 20px 0 0;
	border: 1px solid #ccc;
	padding: 3px;
}

#pairWith a:hover img {
	border: 1px solid #bbb;
	background-color: #efefef;
}

.hanging-ideas {
	border: 1px solid #ddd;
	padding: 9px;
	width: 210px;
	background-color: #f5f5f5;	
}

	.hanging-ideas:hover {
		background-color: #efefef;
	}

.hanging-ideas a {
	text-indent: -99999em;
	display: block;
	background: url('img/lotsa-hanging.gif') 0 0 no-repeat;
	width: 210px;
	height: 113px;
}


/* Lotsa - Hanging Ideas */

.lotsa.hanging .header-image {
	margin: 0 0 20px 0;
}

.lotsa.hanging #content .col1 {
	width: 370px;
}
.lotsa.hanging #content .col2 {
	width: 370px;
	float: right;
	margin-left: 0;
	padding-right: 10px;
	

}

.lotsa.hanging #content a.imgthumb {
	display: block;
	margin: 0 0 20px;
	border: 1px solid #ccc;
	padding: 9px;
}

	.lotsa.hanging #content a:hover {
		background-color: #efefef;
	}



/*General*/

#paintingDetails {
	color: #9f9f9f;
	margin: 20px 30px 0 63px;
	position: relative;
}

.lotsa #paintingDetails {
	margin-left: 0;
}

#paintingDetails h2 {
	font-weight: bold;
	padding-top: 20px;		
}

#paintingDetails img {
	float: left;
	margin-right: 15px;
}

#paintingDetails ul {
	float: left;
}

#paintingDetails p {
	margin-left: 290px;
	margin-bottom: 3px;
}

#paintingDetails form {
	position: absolute;
	top: 60px;
}

body.portraits #paintingDetails form {
	top: 90px;
}

body.prints #paintingDetails form {
	top: 90px;
}

p.price strong {
	color: #EE367F;
}

#paintingDetails form.addToCart {
	left: 290px;
}

#paintingDetails form.viewCart {
	left: 350px;
}

#paintingDetails div.internat {
	clear: both;
	padding: 0 0 10px 0;
	
	/*display: none;
	visibility: hidden;*/
}

#paintingDetails div.internat input {
	margin-bottom: 10px;
	display: block;
	float: left;
}

#paintingDetails div.intranet label {
	margin: 0 0 0 20px;
	display: block;
}



/*About Landing*/

#body_about p {
	font-size: 1.3em;
	line-height: 1.8em;
}

#body_about #content img.img1 {
	float: left;
	margin: 0 17px 17px 0;
	}
	
#body_about #content img.img2 {
	float: right;
	margin: 17px 0 0 17px;
	border: 1px solid #f6d4dd;
	padding: 10px;
	clear: left;
}

/*FAQ Landing*/

#body_faqs #content img {
	float: left;
	margin: 0 17px 17px 0;
	}
	
#body_faqs #content p.question {
	margin-top: 20px;
}
	
#body_faqs #content p span {
	font-weight: bold; 
	color: #f798be;

}	

#body_faqs #content p.after {
	clear: left;
}

#body_faqs #content p strong span {
	color: #ee3680;	
}
	
#body_faqs #content table {
	width: 340px;
	margin: 0 0 10px 0;
}
	
#body_faqs #content table,
#body_faqs #content td {
	border: 1px solid #cecccd;
	border-collapse: collapse;
	}

#body_faqs #content td {
	width: 50%;
	padding: 3px 5px;
	background-color: #edebec;
}

#body_faqs #content tr.odd td {
	background-color: #f6f6f6;
}
	
/*Stores Landing*/

#body_stores h1 {
	width: 160px;
	height: 45px;
	text-indent: -99999em;
	background: url(img/header_stores.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
}

#body_stores h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 0 0;
	clear: both;
}

#body_stores address{
	width: 45%;
	float: left;
}

#body_stores div.addresspairs {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 5px;
}


/*Events Landing*/

#body_events h1 {
	width: 455px;
	height: 56px;
	text-indent: -99999em;
	background: url(img/header_events.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
}

.event-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 20px;
	font-size: 11px;
}

	.event-item .event-date {
		float: left;
		width: 220px;
		font-weight: bold;
		text-align: right;
		margin: 0 20px 0 0;
		color: #ccc;
		font-size: 16px;
	}


	.event-item .event-info {
		float: left;
		line-height: 1.7em;
	}
	
		.event-item .event-title {
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
		}


/*Events Landing*/

#body_funstuff h1 {
	width: 228px;
	height: 56px;
	text-indent: -99999em;
	background: url(img/header_funstuff.png) 0 0 no-repeat;
	margin: 0 0 20px 0;
}

.funstuff-item {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 20px;
	font-size: 11px;
}

	.funstuff-title {
		float: left;
		width: 310px;
		font-weight: bold;
		margin: 0 20px 0 0;
		font-size: 16px;
		color: #EE3680;
	}
	
		.funstuff-title img {
			display: block;
			padding: 10px 0 0;
		}
	
	.funstuff-item .funstuff-info {
		float: left;
		line-height: 1.7em;
		width: 400px;
	}
	
	.funstuff-item .funstuff-info ol {
		margin-left: 0;
		padding-left: 20px;
		font-weight: bold;
		color: #EE3680;
	}
	
		.funstuff-item .funstuff-info ol li {
			padding-bottom: 5px;
		}
	
		.funstuff-item .funstuff-info ol li span {
			color: #666;
			font-weight: normal;
		}
	
		.funstuff-info .info-title {
			font-size: 16px;
			font-weight: bold;
			color: #bbb;
		}
		
		.fun-sponsor {
			padding: 10px 0 0 0;
			border-top: 1px solid #ddd;
		}

		.fun-sponsor img {
			display: block;
			float: left;
			padding: 0 15px 0 0;
		}
		
		.fun-sponsor p {
			font-size: 10px;
			padding: 20px 0 0 0;
		}


/*Press page*/

#body_press .pressclip {
	border-bottom: 1px solid #fdeef4;
	clear: left;
}

#body_press .pressclip.first {
	margin: 15px 0 0 0;
}

#body_press .pressclip .c1,
#body_press .pressclip .c2,
#body_press .pressclip .c3 {
	float: left;
	padding: 10px 0;
}


#body_press .pressclip .c1 {
	width: 241px;
	margin: 0 33px 0 0;
}

#body_press .pressclip .c2 {
	width: 185px;
}

#body_press .pressclip .c3 {
	width: 290px;
}

/***************************************
FOOTER AREA
***************************************/

#footer {
	background: #fdeef4;
	border-top: 1px solid #f6d4dd;
	color: #f0acc9;
	padding: 20px 0 100px;
	text-align: center;
}

#footer ul,
#footer li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer ul {
	margin-bottom: 15px;
}

#footer ul li {
	display: inline;
}

#footer a {
	padding: 0 10px;
	text-decoration: none; 
	font-size: 10px;
	
}

#footer form {
	display: inline;
}

#footer .gift-certificate-submit {
	display: inline;
	font-size: 10px;
	padding: 0 10px;
	margin: 0;
	border: 0;
	background: none;
	color: #ef5a93; 	
	font-family: verdana, arial, sans-serif;
	cursor: pointer;
}

#footer div {
	clear: both;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */














































