@charset "utf-8";
body  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #C49D86;
	background-color: #2B1515;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a:link {
	color: #C49D86;
	text-decoration: underline;
}
a:visited {
	color: #C49D86;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #C49D86;
	text-decoration: underline;
}


.logotext {
	position: absolute;
	margin-left: -5000px;
	top: 0px;
	text-align: center;
}
#header {
	position: relative;
	border: thin solid #010101;
	height: 110px;
	width: 825px;
}
#pagelogo {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#pagehead {
	position: absolute;
	width: 525px;
	left: 300px;
	top: 0px;
}

#pageheadNav {
	height: 30px;
	width: 312px;
	left: 410px;
	top: 78px;
	position: absolute;
}

#container {
	width: 825px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
#pagecontent {
	position: relative;
	height: 100%;
	min-height:500px;
	width: auto;
	padding-top: 15px;
	padding-left: 15px;
	margin-left: 140px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
	padding-bottom: 15px;
}
.breadcrumbs {
	font-size: small;
}

#footer {
	position: relative;
	font-size: x-small;
	height: 20px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	padding: 3px;
}
.floatleft {
	float: left;
	margin-right: 5px;
}
.floatright {
	float: right;
}
.floatclear {
	clear: both;
}

#footlinks {
	font-size: x-small;
}

#links {
	width: 140px;
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
	height: 100%;
	float: left;
	border-top-color: #010101;
	border-right-color: #010101;
	border-left-color: #010101;
	top: 0px;
	border-bottom-color: #010101;
}
#links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	left: -140px;
	top: 22px;
}
#links li {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #010101;
}
.contactpage {
	position: relative;
	padding-left: 5px;
	margin-bottom: -20px;
	padding-bottom: 0px;
}

.warning {
	color: #FFFFFF;
	font-size: small;
}
.formtext {
/*	font-family: Arial, Helvetica, sans-serif;  */
	font-size: small;
	color: #C49D86;
}

input {
	border: 1px solid #C49D86;
	background-color: #2B1515;
	color: #C49D86;
}

select {
	border: 1px solid #C49D86;
	background-color: #2B1515;
	color: #C49D86;
}

checkbox {
	border: 1px solid #C49D86;
	background-color: #2B1515;
	color: #C49D86;
}

radio {
	border: 1px solid #C49D86;
	background-color: #2B1515;
	color: #C49D86;
}

.inputbox {
	border: 1px solid #C49D86;
	background-color: #2B1515;
	font-family: Arial, Helvetica, sans-serif;
	color: #C49D86;
	scrollbar-face-color: #2B1515;
	scrollbar-shadow-color: #C49D86;
	scrollbar-highlight-color: #2B1515;
	scrollbar-3dlight-color: #C49D86;
	scrollbar-darkshadow-color: #2B1515;
	scrollbar-track-color: #2B1515;
	scrollbar-arrow-color: #C49D86;
}

.noinfo {
	color: #FFFFFF;
}


#infobarPrints {
	background-color: #2B1515;
	width: 658px;
	border: thin solid #000000;
	font-size: x-small;
	position: absolute;
	top: 15px;
	padding: 5px;
	}
	
#infobarPastel {
	background-color: #2B1515;
	width: 658px;
	border: thin solid #000000;
	font-size: x-small;
	position: absolute;
	top: 15px;
	padding: 5px;
	}	

#infobarPottery {
	background-color: #2B1515;
	width: 658px;
	border: thin solid #000000;
	font-size: x-small;
	position: absolute;
	top: 15px;
	padding: 5px;
	}	

#container #pagecontent #infobar {
	background-color: #2B1515;
	padding: 5px;
	width: 200px;
	border: thin solid #000000;
	font-size: x-small;
	right: -4px;
	position: absolute;
	top: 15px;
	}
	
#container #pagecontent #pagemain {
	width: 450px;
	}	
#container #pagecontent #maininfobar {
	background-color: #2B1515;
	padding: 5px;
	width: 200px;
	border: thin solid #000000;
	position: absolute;
	font-size: x-small;
	top: 20px;
	right: 12px;
}
hr {
	color: #D0AC96;
	width: 75%;
}

.limited_edition_text {
	color: #FFFFFF;
	background-color: #C49D86;
	border: medium double #000000;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.special {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C49D86;
	padding: 3px;
	text-align: center;
	width: 400px;
	border: medium double #C49D86;
}
#visitcounter {
	visibility: hidden;
}

