@font-face
{
    font-family: 'latin_modern_roman10_regular';
    src: url('lmroman10-regular-webfont.eot');
    src: url('lmroman10-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lmroman10-regular-webfont.woff') format('woff'),
         url('lmroman10-regular-webfont.ttf') format('truetype'),
         url('lmroman10-regular-webfont.svg#latin_modern_roman10_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-image: url("/images/site/background2.jpg");
}

p
{
	margin: 10px 0;
}

form
{
	margin: 0;
	padding: 0;
}

a:link
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

a:active
{
	color: black;
	text-decoration: none;
}

#wrapper
{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1010px;
}

#header
{
	display: flex;
	justify-content: space-between;
}

.headitem
{
	padding-top: 6px;
}

.headitem.phonenumber
{
	font-size: 24px;
	padding-top: 0;
	text-shadow: 2px 2px 0 #ccc;
}

#container
{
	text-align: left;
	width: 1010px;
}

.mainHeader
{
	position: relative;
	margin: 4px 0 0;
	padding: 0;
	overflow: hidden;
}

.mainHeader span
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#logo
{
	box-sizing: border-box;
	height: 107px;
	width: 1010px;
	background: url("/images/site/logoright.png") top right no-repeat black;
	color: white;
	padding-left: 14px;
}

#logo h1
{
	font-family: 'latin_modern_roman10_regular';
	font-weight: normal;
	font-size: 50px;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	position: relative;
	top: -5px;
}

#logo h2
{
	font-size: 13px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	letter-spacing: 0.04em;
	position: relative;
	top: -5px;
	left: 3px;
}

#menu
{
	text-align: center;
	border-bottom: 3px solid black;
	background-color: white;
	padding: 4px 0;
}

#menu a
{
	display: inline-block;
	padding: 2px 6px;
	font-variant: small-caps;
	font-size: 18px;
	font-weight: bold;
	margin: 0 5px;
}

#menu a:hover
{
	color: white;
	background-color: black;
	text-decoration: none;
}

/* **** Category Bars **** */

.catbar
{
	background-color: black;
	color: white;
	margin-top: 10px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.catbar ul
{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.catbar li
{
	display: inline-block;
	list-style-type: none;
	margin: 0 2px;
}

.catbar li a
{
	color: white;
	font-variant: small-caps;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.03em;
	padding: 2px 4px 1px 4px;
}

.catbar li a:hover
{
	text-decoration: none;
	background-color: #555;
}

/* **** Footer **** */

#footer
{
	margin-top: 5px;
	padding-bottom: 60px;
}

#footerLeft
{
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	line-height: 24px;
}

#footerRight
{
	text-align: right;
	float: right;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	line-height: 24px;
}

/* **** General Page **** */

#pageTitle
{
	padding: 0;
	margin: 0;
}

h1
{
	font-size: 26px;
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

#pageTitle h1
{
	padding: 0;
	margin: 10px 0;
	color: black;
	font-size: 26px;
	text-shadow: 2px 2px 0 #ccc;
}

#pageTitle h2 span
{
	float: right;
	padding-left: 25px;
	background: url("../images/phone.png") no-repeat 0 2px;
	text-shadow: none;
	font-size: 18px;
}

#main
{
	width: 1010px;
	padding: 0;
	margin: 0;
}

#lelist
{
	margin-left: 400px;
}

#lelist li
{
	font-size: 14px;
	color: #333;
	padding: 5px;
}

#artlink
{
	margin-top: 40px;
	background-color: #545c4f;
	color: white;
	padding: 31px 60px;
	font-size: 16px;
	text-align: center;
	margin-left: 220px;
}

#artlinktitle
{
	font-size: 22px;
	margin-bottom: 20px;
}

#artlink:hover
{
	background-color: #2f332d;
	cursor: pointer;
}

/* **** Search **** */

#searchbar
{
	margin: 5px;
	text-align: right;
}

#kwsearch
{
	color: #888;
	font-size: 18px;
	position: relative;
	top: -2px;
}

#dosearch
{
	position: relative;
	top: 3px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	opacity: 0.5;
	background: url("/images/site/search.png") no-repeat;
}

#dosearch:hover
{
	cursor: pointer;
	opacity: 1;
}

/* **** Images **** */

.imgl
{
	float: left;
	padding: 0 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 0 0 10px 10px;
}

.img
{
	padding: 5px;
}

.imgb
{
	padding: 8px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 10px;
}

.imglb
{
	float: left;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 10px 10px 0;
}

.imgrb
{
	float: right;
	padding: 10px;
	background-color: white;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	margin: 0 0 10px 10px;
}

.picturebox
{
	background-color: white;
	float: left;
	text-align: center;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: #bbb 2px 2px 4px;
	padding: 10px;
	margin: 5px 16px 5px 0;
}

.indexlinks
{
	clear: both;
}

.indexlinks, .indexlinks a
{
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.indexlinks .thispage
{
	color: #6d3b3a;
	font-size: 19px;
}
/*
#homeTxt
{
	width: 674px;
}

#searchBg
{
	width: 764px;
	background-color: black;
}

#mainSearch
{
	background-color: black;
	border: 1px solid black;
	padding: 1px 0;
	margin-bottom: 5px;
	text-align: center;
	color: white;
}

#mainSearch h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

#searchtitle
{
	font-size: 14px;
	font-weight: bold;
	margin-right: 30px;
}

#mainSearch input
{
	margin-right: 10px;
}
*/
#fineArtPrints
{
	float: left;
	display: inline;
	width: 225px;
	margin-left: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#fineArtPrints h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#fineArtPrints p
{
	margin: 0;
}

#popPrints
{
	background-color: #E0E0E0;
	margin-top: 6px;
	width: 1010px;
}

#popTxt
{
	width: 130px;
	padding: 5px;
	float: left;
	display: inline;
	margin-left: 50px;
}

#popTxt h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 13px 0 0 0;
}

.popImage
{
	margin: 5px;
	display: inline;
	float: left;
	background-color: white;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	border: 1px double black;
}

#main
{
	position: relative;
	background-repeat: no-repeat;
	background-position: right center;
}

#advertTop
{
	position: absolute;
	height: 76px;
	width: 275px;
	top: 100px;
	right: 0;
}

#rightpic
{
	position: absolute;
	height: 76px;
	width: 275px;
	top: 182px;
	right: 0;
	text-align: center;
}

#advertBottom
{
	position: absolute;
	height: 76px;
	width: 275px;
	top: 500px;
	right: 0;
}

#wedwood
{
	padding: 0;
	margin: 0;
}

/* **** Front Page Buttons **** */

#fpbuttons
{
	background-color: black;
	clear: both;
	padding: 2px 0;
	text-align: center;
}

.fpbutton
{
	display: inline-block;
	border: 1px solid black;
	padding: 0;
	margin: 2px 4px;
	width: 470px;
	height: 125px;
}

/* **** Category Boxes **** */

.catbox
{
	display: inline-block;
	box-sizing: border-box;
	background-color: white;
	width: 120px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px 2px 2px 2px;
	margin: 3px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #ddd;
}

.catbox:hover
{
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.cattxt
{
	height: 30px;
	overflow: hidden;
}

/* **** Page Numbers **** */

.pagenos
{
	background-color: #eee;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 2px 0;
}

.pageno, .npghost, .nplink
{
	font-size: 14px;
	display: inline-block;
	padding: 1px 4px;
}

#thispage
{
	font-size: 16px !important;
	font-weight: bold;
}

.npghost
{
	color: #aaa;
}

.nplink a
{
	color: black;
}

/* **** Buy Page **** */

#buypage
{
	display: flex;
}

#buybox, #largepic, #buyboxsmall, #largepic600
{
	display: inline-block;
	box-sizing: border-box;
}

#buybox, #largepic
{
	width: 49%;
}

#largepic, #largepic600
{
	text-align: center;
	font-weight: bold;
}

#largepic600
{
	width: 610px;
}

#buyboxsmall
{
	width: calc(100% - 620px);
}

#buybox, #buyboxsmall
{
	text-align: left;
}

.buyprompt, .buyitem
{
	display: inline-block;
	box-sizing: border-box;
	width: 49%;
	padding: 10px;
}

.buyprompt
{
	text-align: right;
}

.buyitem
{
	text-align: left;
}

.small
{
	margin-top: 10px;
	font-size: 11px;
}

#paypal
{
	text-align: center;
}

#ppnote
{
	color: #c00;
	font-size: 14px;
}

#ppsubmit
{
	cursor: pointer;
}

#backbtn
{
	display: inline-block;
	background-color: black;
	color: white;
	font-size: 20px;
	padding: 6px 10px 6px 20px;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#backbtn:hover
{
	cursor: pointer;
	background-color: #320000;
}
/* **** Site Update Message **** */

#siteupdate
{
	background-color: red;
	color: white;
	font-weight: bold;
	border: red solid 2px;
	border-radius: 2px;
	padding: 8px;
	margin: 5px 0;
	font-size: 14px;
	letter-spacing: normal;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#siteupdatebold
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* **** Clearfix **** */

.clearfix:after
{
	content: "";
	display: table;
	clear: both;
}

/* **** Misc **** */

.errormessage
{
	border-radius: 4px;
	padding: 8px;
	background-color: #c00;
	color: white;
	font-weight: bold;
	margin: 8px 20px 8px 0;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

