﻿/* Master Page Styles */
html, body
{
	min-height: 100%;
	height: 100%;
}

body 
{
	background: url("../images/bg.gif");
	margin: 0px;
}

form
{
	min-height: 100%;
}

#bodyForm
{
	height: 100%;
	min-height: 100%;
}

#container
{	width: 780px;
	background: url("../images/container_bg.png") repeat-y;
	margin: 0 auto;
	padding: 0px 20px;
	font: 11px Tahoma;
	min-height: 100%;
}

#header
{
	height: 102px;
	width: 740px;
	padding: 10px 0px;
}

.logo
{
	display: inline;
	float: left;
}

#searchnav a:link, #searchnav a:visited
{
	text-decoration: none;
	color: #6A6A61;
		padding: 2px;
	padding-left: 5px;
}

.searchBox, #search-query
{
	border: 0px;
	border-bottom: 1px solid #CCC;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
}

.searchSubmit, #search-submit
{
	background: url("../images/searchbtn.png");
	border: 0px;
	width: 23px;
	height: 25px;
	margin-top: 5px;
}

#searchnav
{
	float: right;
	display: inline;
	padding-top: 20px;
}

#navbar
{
	width: 760px;
	background: url("../images/nav_bg.jpg") no-repeat;
	height: 35px;
	padding-top: 7px;
	padding-left: 5px;
}

#navbar div
{
	display: inline;
	padding-left: 8px;
	padding-right: 8px;
	background: url("../images/navbar_sep.png") right no-repeat;
	padding-top: 6px;
	padding-bottom: 9px;
	text-align: center;
	margin-left: 3px;
}

#noback
{
	background: red;
}

#navbar a:link, #navbar a:visited
{
	text-decoration: none;
	color: #E9E7E3;
	text-transform: uppercase;
	margin-left: 0px;
	font-size: 12px;
	
}

#navbar div.active
{
	background: url("../images/semitrans.png") right no-repeat;
}

#navbar div.active a:link, #navbar div.active a:visited
{
	color: #FFFFFF;
}

#searchnav a.active
{
	background: #EDEDDF;
	padding: 2px;
	padding-left: 5px;
}

#body
{
	padding: 0 10px 0 0px;
}

#footer
{
	padding-bottom: 10px;
	color: #616161;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer a:link, #footer a:visited
{
	color: #616161;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

/* end master page styles */

/* home page styles */

#home-inset
{
	float: left;
	display: inline;
	width: 180px;
	height: 190px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#main-content
{
	float: left;
	display: inline;
	width: 530px;
	margin-left: 10px;
	padding-right: 20px;
	background: #FFFFFF;
}

#main-content h1
{
	font: 22px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CE8A3C;
	margin-bottom: -10px;
	margin-top: 0px;
}

#main-content p
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}

#home-browse
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #B64F47;
	font-weight: bold;
}

#dock
{
	width: 680px;
	float: left;
	display: inline;
}

#home-minigallery
{
	background: url("../images/gallerybg.jpg") no-repeat top;
	height: 120px;
	padding-top: 10px;
	margin-left: -20px;
	width: 720px;
	margin-left: 10px;
}

#home-minigallery-dock
{
}

#home-minigallery img
{
	padding-left: 5px;
	padding-right: 5px;
	display: inline;
	margin-top: 50px;
}

.minigallery-direction
{
	position: relative;
	top: -20px;
}

#home-miniline
{
	margin-left: 0px;
	background: #FFF;
}


/* MY ACCOUNT STYLES */

.submit
{
	width: 68px;
	height: 22px;
	background: url("../images/submit.jpg") no-repeat;
	border: 0px;
	margin-right: 50px;
}

.reset
{
	width: 78px;
	height: 22px;
	background: url("../images/clear_form.jpg") no-repeat;
	border: 0px;
}

.saveButton
{
	width: 118px;
	height: 22px;
	background: url("../images/save.jpg") no-repeat;
	border: 0px;
	margin-bottom: 18px;
}

.updateButton
{
	width: 81px;
	height: 22px;
	background: url("../images/update.jpg") no-repeat;
	border: 0px;
	margin-right: 50px;
	float: right;
	margin-bottom: 10px;
}

.backButton
{
	width: 68px;
	height: 22px;
	background: url("../images/Back.jpg") no-repeat;
	font: 10px verdana;
	border: 0px;
	margin-right: 50px;
	float: right;
	margin-bottom: 20px;
}

.saveReviewButton
{
	width: 143px;
	height: 22px;
	background: url("../images/saveReview.jpg") no-repeat;
	font: 10px verdana;
	border: 0px;
	margin-right: 50px;
	float: right;
	margin-bottom: 20px;
}

#contactformtable, #accountformtable
{
	margin-top: 10px;
}

#contactformtable td, #accountformtable td
{
	border: 0px;
	height: 27px;
}

#accountformtable
{
	margin-top: 0px;
	margin-left: 20px;
}

#accountformtable .accountheadingtext
{
	color: #8D3530;
	font: 12px Tahoma;
	font-weight: bold;
	padding-bottom: 10px;
}

.form-label, .account-form-label
{
	width: 93px;
	background: #F9EEE2;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

.account-form-label
{
	width: 175px;
}

.form-cell
{
	padding-left: 10px;
	height: 30px;
}

.form-cell input
{
}


#account-head
{
	margin-left: 10px;
	color: #808080;
	padding: 10px;
	padding-top: 5px;
	height: 20px;
	background: url("../images/accountheaderbg.jpg") no-repeat;
	border-bottom: 2px solid #808080;
	width: 700px;
}

#print
{
	padding-top: 3px;
	float: right;
	font: 12px Tahoma;
	font-weight: bold;
}

#print a:link, #print a:visited
{
	color: #808080;
	text-decoration: none;	
}

#print a:hover
{
	text-decoration: underline;
}

#account-head h2
{
	margin-top: 0px;
	font: 16px Tahoma;
	font-weight: bold;
	display: inline;
	float: left;
}

/* CART STYLES */
.carttableheadingrow
{
	margin-left: 10px;
	width: 720px;
	margin-bottom: 10px;
	border-bottom: 2px solid #808080;
	background: #FFFFFF;
	padding-bottom: 10px;
}

.carttableheadingrow td
{
	padding-top: 3px;
	padding-bottom: 2px;
}

#cart-headings
{
	margin-left: 10px;
	width: 720px;
	margin-bottom: 10px;
	border-bottom: 2px solid #808080;
	background: #FFFFFF;
	padding-bottom: 10px;
}

#cart-headings th
{
	background: #616161;
	color: #FFFFFF;
}

.checkout
{
	width: 77px;
	height: 22px;
	background: url("../images/checkout.jpg") no-repeat;
	border: 0px;
}

.continueshopping
{
	width: 119px;
	height: 22px;
	background: url("../images/continue_shopping.jpg") no-repeat;
	border: 0px;
}

#totalArea
{
	background: #E9E7E3;
	width: 700px;
	margin-left: 10px;
	padding: 10px;
	padding-top: 2px;
	margin-bottom: 10px;
}

#totalArea td
{
	border-bottom: 0px;

}

/* ABOUT PAGE STYLES */

.about-inset
{
	margin-left: 10px;
}

#about-left
{
	padding-left: 10px;
	float: left;
	display: inline;
	border-right: 2px solid #D3CEC6;
	width: 200px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #616161;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}

#about-left h3
{
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D3530;
	margin-top: 0px;	
	margin-bottom: 0px;
}

#about-right
{
	margin-left: 10px;
	float: left;
	display: inline;
	width: 510px;
	padding-bottom: 10px;
	background: #FFFFFF;
}

#about-right h1
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-bottom: -10px;
	margin-top: 7px;
}

#about-right p
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 508px;
}

/* HISTORY STYLES */

.history-left
{
	display: inline;
	float: left;
	padding-left: 10px;
}

#history-right
{
	float: left;
	display: inline;
	padding-left: 10px;
	width: 289px;
	background: #FFFFFF;
}

#history-right h1
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-bottom: -10px;
	margin-top: 0px;
}

#history-right p
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 289px;
}


/* SERVICES PAGE */

#services-top 
{
	padding-left: 10px;
}

#services-top img
{
	margin-left: -2px;
	margin-right: -2px;
}

h1.services
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-top: 0px;
	margin-bottom: 10px;
	background: #FFFFFF;
	width: 720px;
}

.services
{
	padding-left: 10px;
}

.services-text
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 720px;
	padding-left: 10px;
	background: #FFFFFF;
	padding-bottom: 10px;
}

/* GALLERY PAGE STYLES */
.gallery-image
{
	display: inline;
	float: left;
	padding-left: 10px;
}

#gallery-right
{
	display: inline;
	float: left;
	width: 540px;
	margin-left: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #73768C;
	background: #FFFFFF;
}

#gallery-right h1
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-bottom: -10px;
	margin-top: 0px;
}

#gallery-artists
{
	display: inline;
	float: left;
	margin-left: 10px;
	width: 535px;
	padding-right: 10px;
	margin-top: 15px;
	background: #FFFFFF;
}


.gallery-moreinfo
{
	text-decoration: none;
	color: #246E93;
	font-weight: bold;
}

#gallery-morelink
{
	margin-top: -7px;
}

.artist-divider
{
	margin-top: 5px;
	margin-bottom: 2px;
}

.artist-left h2 a:link, .artist-left h2 a:visited
{
	font: 14px Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D3530;
	margin-bottom: -20px;
	margin-top: 0px;
	text-decoration: none;
}

.artist-left p
{
	margin-top: -10px;
}

.artist-left
{
	display: inline;
	float: left;
	width: 430px;
	text-align: justify;
	padding-right: 10px;
	background: #FFFFFF;
	margin-top: -10px;
}

#artist-bio h1
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-bottom: -10px;
	margin-top: 0px;
	padding-left: 8px;
}

#artist-bio p
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 570px;
	margin-bottom: -10px;
	padding-left: 10px;
}

#artist-bio
{
	float: left;
	display: inline;
	width: 590px;
	padding-right: 10px;
}

#artist-pictures
{
	float: left;
	display: inline;
	width: 150px;
	text-align: left;
	padding-bottom: 10px;
}

#artist-pictures img
{
	padding-top: 10px;
}

.artist-back-link
{
	color: #666;
	text-decoration: none;
	font: 12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

.artistpicturespanel
{
	
}

/* LOCATION PAGE STYLES */

#map
{
	width: 544px;
	height: 202px;
	display: inline;
	float: left;
}

#map-right
{
	padding-left: 10px;
	display: inline;
	float: left;
	width: 179px;
	line-height: 17px;
}

#map-right h1
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-bottom: 0px;
	margin-top: 0px;
}

#map-right h2
{
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D3530;
	margin-top: 0px;	
	margin-bottom: 0px;
}

.map-from
{
	width: 169px;
	padding-left: 10px;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-right: 2px solid #CCC;
	float: left;
	display: inline;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	height: 220px;
}

.entering
{
	margin-bottom: 3px;
}

.map-from h2
{
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CA8C24;
	margin-bottom: 5px;
	margin-top: 0px;
}

/* STORE PAGE STYLES */
.store-left
{
	display: inline;
	float: left;
	margin-left: 10px;
}

table h2
{
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8D3530;
	margin-top: 0px;	
	margin-bottom: 0px;	
}

table td
{
	border-bottom: 1px dotted #CCC;
	padding-top: 10px;
}

#store-right
{
	padding-left: 10px;
	display: inline;
	float: left;
	width: 530px;
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

#store-right h1
{
	margin-bottom: -10px;
}

.store-desc
{
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #616161;
}

.store-artist
{
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.storecartbutton
{
	margin-top: 5px;
	margin-bottom: -15px;
}

#products-table
{
	margin-top: -5px;
	border-top: 2px solid #808080;
	margin-bottom: 10px;
}

#store-right h1
{
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	margin-bottom: -10px;
	margin-top: 0px;
}

/* CONTACT PAGE STYLES */

#contact-right
{
	display: inline;
	float: left;
	width: 520px;
	margin-left: 10px;
	background: #FFFFFF;
}

#contact-right h1
{
	border-bottom: 2px solid #808080;
	font: 22px Arial, Helvetica, sans-serif;
	color: #CA8C24;
	padding-bottom: 5px;
	margin-bottom: -10px;
	margin-top: 0px;
}

#contact-right strong
{
	font: 16px Tahoma;
	font-weight: bold;
}

#contact-right p
{
	font: 14px Tahoma;
	margin-bottom: 0px;
}

#contactformtable, #accountformtable
{
	margin-top: 10px;
}

#contactformtable td, #accountformtable td
{
	border: 0px;
	height: 10px;
}

/*error page styles */
#errordiv
{
	margin-top: -20px;
	padding-bottom: 10px;
}


.searchResultsBox
{
	width: 720px;
	padding: 0 10px;
}

.searchResultsBox a:link, .searchResultsBox a:visited
{
	text-decoration: none;
	color: #A60000;
}

.inputCell, .spinImgCell
{
	border-bottom: 0px;
	padding-left: 5px;
}

.carttableheadingrow a:link, .carttableheadingrow a:visited
{
	text-decoration: none;
	color: #616161;
	font-weight: bold;
}

/* example_3 css */  
#example_3 {   
    position: relative; /* important */  
    overflow: hidden; /* important */  
    width: 470px; /* important */  
    height: 86px; /* important */  
    margin: 0 85px;   
    background: #fff;   
}   
  
#example_3_frame {position: relative}   
#example_3_previous {float: left;}   
#example_3_next {float: right;}   
#example_3_content {   
    position: absolute;   
    top: 0;   
    margin-left: 20px;   
}   
  
#example_3_content   
#example_3_content li {   
    list-style: none;   
    margin: 0;   
    padding: 0;   
}   
    #example_3_content {   
        width: 5418px;   
    }   
    #container_bd #example_3 ul li {   
        display: block;   
        float: left;   
        margin: 5px;   
        padding: 5px;   
        border: 1px solid #666;   
        background-color: #FFF;   
    }   
  
#container_bd #example_3 ul li img {   
    display: block;   
}   


#confirmationDiv
{
	padding: 20px 140px;
	width: 530px;
	font: 12px Tahoma;
}

#confirmationDiv h4
{
	color: #97301F;
	font: 16px Tahoma;
	text-align: center;
	font-weight: bold;
}
