* { margin: 0; padding: 0; } 
img { border: 0; }
a { outline: 0; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-repeat: repeat;
	background-position: center top;
}

body.shop {background-image:url(/img/tiles/shop.jpg);}
/* body.shop {background: #ffffff url(/img/tiles/shop2.jpg) repeat-x top left;} */
body.locations {background-image:url(/img/tiles/loca.jpg);}
body.about {background-image:url(/img/tiles/about.jpg);}
body.media {background-image:url(/img/tiles/news.jpg);}
body.events {background-image:url(/img/tiles/events.jpg);}
body.etc, body.home {background-image:url(/img/tiles/etc.jpg);}

#systemMessage {
	position: fixed;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	color: #ff0000;
	padding: 0px 10px 0px 10px;
	z-index: 10;
	background: #000;
	text-align: center;
}

#fader {
	height: 576px; 
	width: 100%; 
	background: transparent url(/img/fade.png) repeat-x top left;
}

#container {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#socialLinks {
	position: absolute;
	right: 100px;
        bottom: 14px;
	z-index: 100;
}

#socialLinks img {
	float: left;
	margin: 0px 0px 0px 10px;
}

#header {
	height: 110px; 
	background: top center no-repeat; 
	text-align: center; 
	position: relative;
}

body.home #header {background-image: url(/img/nav/bg_home.png);}
body.etc #header {background-image: url(/img/nav/bg_home.png);}
body.shop #header {background-image: url(/img/nav/bg_shop1.png);}
body.shop.shopfree #header {background-image: url(/img/nav/bg_shop.png);}
body.locations #header {background-image: url(/img/nav/bg_loca.png);}
body.about #header {background-image: url(/img/nav/bg_about.png);}
body.media #header {background-image: url(/img/nav/bg_news.png);}
body.events #header {background-image: url(/img/nav/bg_events.png);}

#header img { 
	position: absolute; 
	top: 33px;
}

img#headShop {left: 50px;}
img#headLoc {left: 250px;}
img#headLogo {left: 450px; top: 10px;}
img#headAbout {left: 622px;}
img#headMedia {left: 757px;}
img#headEvents {left: 879px;}

body.shop #headShop {display: none;}
body.locations #headLoc {display: none;}
body.about #headAbout {display: none;}
body.media #headMedia {display: none;}
body.events #headEvents {display: none;}

img#headShop {
    width: 113px;
    height: 11px;
}

img#headLoc {
    width: 106px;
    height: 11px;
}

img#headLogo {
    width: 114px;
    height: 79px;
}

img#headAbout {
    width: 67px;
    height: 11px;
}

img#headMedia {
    width: 56px;
    height: 11px;
}

img#headEvents {
    width: 68px;
    height: 11px;
}

img#footerContactUs {
    width: 89px;
    height: 8px;
}

img#footerCustomerService {
    width: 143px;
    height: 8px;
}

img#footerCPrivacyPolicy {
    width: 120px;
    height: 8px;
}

#shopHomeLink {
	width: 210px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
}

#mediaLink {
	width: 100px;
	height: 50px;
	display: block;
	position: absolute;
	left: 740px;
	top: 25px;
	text-decoration: none;
}

#eventsLink {
	width: 100px;
	height: 50px;
	display: block;
	position: absolute;
	left: 880px;
	top: 25px;
	text-decoration: none;
}

#locationsLink {
	width: 180px;
        height: 60px;
	display: block;
	position: absolute;
	top: 20px;
        left: 200px;
	text-decoration: none;
}

#subheader, #extraheader {
	margin: 0px 25px 10px 50px; 
	clear: both;
	overflow: auto;
}

#subheader div, #extraheader div {
	float: left; 
	display: block;
	overflow: auto;
}

#shopMenu {
	width: 100%;
	height: 40px;
	margin: 0px 0px 0px 0px; 
	clear: both;
}

#shopMenu p {
	line-height: 80px;
}

#subheader div {
	margin: 15px 50px 18px 0px;
}

#extraheader div {
	margin: 0px 25px 25px 0px;
}

#subheader div.on {
	background: url(/img/hr_double.png) bottom repeat-x;
}

#extraheader div.on {
	background: url(/img/hr_single.png) bottom repeat-x;
}

#subheader img {
	padding: 0px 0px 8px 0px;
}

#extraheader img {
	margin-bottom: 0;
}

#subheader   div#subFind {float: right;}

#content {
	width: 940px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	/*overflow: auto;*/
	float: left;
}

#homeFrame {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	width: 1000px;
	height: 586px;
}

#homeFrameImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 586px;
	background: transparent url('/img/home-frame.png') no-repeat scroll top left;
	/*cursor: pointer;*/
}

#previous_slide{
    position: absolute;
    top: 255px;
    left: 32px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

#next_slide{
    position: absolute;
    top: 229px;
    right: 35px;
    width: 80px;
    height: 80px;
    cursor: pointer;
}

#homeWhite {
	position:absolute;
	top: 0;
	left: 0;
}

#slider {
	position: absolute;
	top: 73px;
	left: 167px;
        z-index: 1000;
}

#event-slider {
    width: 800px;
    margin:0 0 0 -100px;
}

#shopFrame {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
}

body.shop #content {
	float: left;
	display: block;
	overflow: auto;
	/* min-height: 500px; */
	width: 940px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
}

div.leftColumn {
	display: block;
	width: 450px;
	float: left;
}

div.rightColumn {
	display: block;
	width: 450px;
	float: right;
}

div.fullText {
	display: block;
	width: 675px;
	float: left;
	margin: 0px 0px 0px 200px;
}

div.productSidebar {
	display: block;
	width: 300px;
	float: right;
}

.col1 {width: 75px; float: left; display: inline;}
.col2 {width: 150px; float: left; display: inline;}
.col3 {width: 225px; float: left; display: inline;}
.col4 {width: 300px; float: left; display: inline;}
.col5 {width: 375px; float: left; display: inline;}
.col6 {width: 450px; float: left; display: inline;}
.col7 {width: 525px; float: left; display: inline;}
.col8 {width: 600px; float: left; display: inline;}
.col9 {width: 675px; float: left; display: inline;}
.col10 {width: 750px; float: left; display: inline;}
.col11 {width: 825px; float: left; display: inline;}
.col12 {width: 100%; display: block;}
.col20 {width: 20px; float: left; display: inline;}
.xtra20 {padding-right: 20px;}

#footer {
	clear: both; 
	margin: 0; 
	padding: 0; 
	text-align: center;
}

#footLinks {
	margin: 0;
}

#footLinks img {
	margin: 20px 15px 20px;
}

#debugHeader {
}

/* ABOUT */

#contentAbout {
	width: 100%; 
	height: 452px; 
	background: url(/img/art/drawingroom.png) top center no-repeat; 
	clear: both;
} 

img.aboutPhoto {
	margin: 5px 25px;
}

#aboutInfo {
	margin-left: 50px;
}

p.aboutText {
	float: left; 
	display: inline; 
	margin: 20px 20px 20px 0; 
	width: 285px;
}

div.shutters {width: 640px; float: left; display: inline;}
div.shutout {background: url(/img/art/shutter_mid.png) repeat-y left top;}
div.shutin {
	border-top: 2px solid #444444; 
	border-bottom: 2px solid #444444; 
	margin: 0 40px; 
	padding: 30px 40px 10px 40px;
}

img.shutter {margin: 0; display: block;}

div#frame_contact {
	background: url(/img/art/frame_contact.png) no-repeat left top; 
	height: 220px; 
	width: 455px; 
	margin: 40px 0px 0px 20px;
	padding: 110px 110px 110px 110px;
}

div#frame_contact p {
	text-align: center;
}

/* Map frame */

div.hanging {
	height: 615px; 
	width: 520px; 
	background: url(/img/art/frame_hanging.png) no-repeat left top; 
	position: fixed; 
	top: -615px; 
	left: 50%; 
	margin-left: -260px;
	z-index: 100;
}

div.hang_inner {
	margin: 250px 0 0 77px; 
	height: 280px; 
	width: 360px; 
	overflow: hidden;
}

div#map_inner {
	background: no-repeat;
}

#map_close {
	display: block; 
	float: right; 
	margin: 5px 7px 0; 
}

#map_link {
	display: block; 
	width: 100%; 
	height: 250px;
}

div.locationBox {
	display: block;
	width: 420px;
	margin: 0px 0px 40px 23px;
        /* the 2 other lines are for the border */
        padding: 15px 8px 8px 8px;
        /*background: transparent url(/img/frame.png) no-repeat scroll top left;*/
}

img.storeName {
}

.location_name {
    margin-bottom: 15px;
}

p.storeContact, p.storeText {
        padding-left: 5px;
}

img.storeButton {
	float: right;
}

img.read_more{
}

img.store_image{
    background-size: contain;
    height: 140px;
    padding: 8px 10px 0px 5px;
    -webkit-transition:all .5s cubic-bezier(.6,2,.4,1);
    -moz-transition:all .5s cubic-bezier(.6,2,.4,1);
    -ms-transition:all .5s cubic-bezier(.6,2,.4,1);
    -o-transition:all .5s cubic-bezier(.6,2,.4,1);
    transition:all .5s cubic-bezier(.6,2,.4,1);
}

img.store_image:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

div.location-info {
    display: block;
    width: 420px;
}

div.location-socials {
    display: block;
    width: 480px;
    overflow: auto;
}

div.location-facebook{
    display: inline-block; 
             width:235px; height: 74px;/* height 134- padding 60 */ 
             padding-top: 60px; text-align: center;
             background: transparent url(/img/back-blue.png) no-repeat scroll top left;
}

div.location-twitter{
    display: inline-block; 
             width:235px; height: 74px;/* 134-60 */ 
             padding-top: 60px; text-align: center;
             background: transparent url(/img/back-green.png) no-repeat scroll top left;
}

div.location-yelp{
    display: inline-block; 
             width:235px; height: 74px;/* 134-60 */ 
             padding-top: 60px; text-align: center;
             background: transparent url(/img/back-yellow.png) no-repeat scroll top left;
}

div.location-google{
    display: inline-block; 
             width:235px; height: 74px;/* 134-60 */ 
             padding-top: 60px; text-align: center;
             background: transparent url(/img/back-pink.png) no-repeat scroll top left;
}
/* User / Edit pages ************************************/

/* Just single full column of content. No column divisions */
div.columnFull {
	width: 100%;
	float: left;
	clear: both;
}

a.productMidFrame{
	display: block;
	width: 447px;
	height: 248px;
	padding: 22px 0px 0px 8px;
	background: transparent url(/img/product-mid-frame.png) no-repeat scroll top left;
        cursor: pointer;
}

div.productFrame {
	position: relative;
	display: block;
	width: 658px;
	height: 349px;
	padding: 28px 0px 0px 19px;
	float: left;
	background: transparent url(/img/product-frame.png) no-repeat scroll top left;
}

div.thumbnails {
	width: 680px;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	/* background: transparent url(/img/hr_single.png) repeat-x scroll top left; */
}

div.thumbnail {
	width: 165px;
	float: left;
	overflow: auto;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

div.thumbnail.odd {
	float: left;
}

div.thumbGroupCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Divide the page into 2 even columns */
div.twoEvenColumns {
	display: block;
	width: 100%;
	background: transparent url(/img/div_two_even.png) repeat-y scroll top center;
	overflow: auto;
}


#formColumns {
	clear: both;
	float: left;
	width: 100%;
	padding: 0px 0px 20px 0px;
}

#formColumnLeft {
	float: left;
	width: 640px;
	padding: 10px 0px 0px 0px;
}

#formColumnRight {
	float: right;
	width: 300px;
	padding: 10px 0px 0px 0px;
}

div.columnMain {
	float: left;
	clear: both;
	width: 600px;
}

div.columnMainLeft {
	float: left;
	clear: both;
	width: 455px;
	position: relative;
}

div.columnMainRight {
	float: right;
	width: 455px;
	position: relative;
}

div.columnBlock {
	float: left;
	width: 100%;
	overflow: auto;
	padding: 0px 0px 10px 0px;
	/* border-bottom: 1px dotted #ccc; */
}

div.borderedBlock {
	float: left;
	width: 420px;
	clear: both;
	overflow: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	background: #fff;
}
/* End User / Edit *****************************************/

div.spacer50 {
	width: 100%;
	display: block;
	height: 50px;
	clear: both;
	float: left;
}

div.spacer20 {
	width: 100%;
	display: block;
	height: 20px;
	clear: both;
	float: left;
}


