html {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 75%;
	line-height: 150%;
}

body {
	margin: 0px;
	background-color: #0c1d48;
	color: darkslategray;
}

p#notice, p#error {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	border: solid silver 0px;
	padding: 15px;
	margin-top: 0px;
	background-color: lightyellow;
}
p#notice { color: black; }
p#error { color: red; }

a:link, a:visited { color: #0c1d48; text-decoration: underline; }

a:hover { text-decoration: none; }

h2 { color: darkred; }

hr {
	border: solid silver 0px;
	border-top-width: 1px;
	clear: both;
}

label {
	font-size: 90%;
	font-weight: bold;
	display: block;
}

.right { text-align: right; }

p#nav {
	text-align: center;
	margin: 0px;
}

p#nav a:link, p#nav a:visited {
	display: inline-block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

p#nav a:hover, p#nav a.sticky:link, p#nav a.sticky:visited, p#nav a.sticky:hover { color: gold; }

div#content {
	background-color: white;
	padding: 30px;
	border: solid #c0c1a8 0px;
	border-top-width: 4px;
	width: 840px;
	margin-left: -450px;
	left: 50%;
	position: relative;
	display: inline-block;
}

p#footer {
	background-color: #c0c1a8;
	margin-top: 4px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: relative;
	text-align: center;
	font-size: 90%;
	color: #0c1d48;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}




div#urn-sizes {
	background-color: ghostwhite;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: -30px;
	margin-bottom: 30px;
	text-align: center;
	border: solid silver 0px;
	border-bottom-width: 1px;
	font-size: 90%
}

div#urn-sizes a:link, div#urn-sizes a:visited, div#urn-sizes a:hover {
	width: 105px;
	display: inline-block;
	text-align: center;
}

div#urn-sizes a:link, div#urn-sizes a:visited { color: #0c1d48; text-decoration: none; }

div#urn-sizes a:hover { color: darkred; }

div#urn-sizes a:link img, div#urn-sizes a:visited img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 3px;
	background-color: #0c1d48;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 57px;
	height: 76px;
}

div#urn-sizes a:hover img { background-color: darkred; }



div.product {
	float: left;
	width: 45%;
	display: inline-block;
	padding: 15px;
}

div.product:hover {
	background-color: whitesmoke;
}

div.product img {
	margin-right: 15px;
	float: left;
	height: 200px;
}

div.product h2 { margin-top: 0px; }



table {
	width: 100%;
	border-spacing: 0px 0px;
	border-collapse: collapse;
}

tr {border-bottom-color: #d4d4d4; border-bottom-style: solid; border-bottom-width: 1px;}

tr.row-titles th {
	background-color: #f5f5f5;
}
th, td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

th { text-align: left; }

td {
}



div.column {
	display: inline-block;
}

img.box {
	border: solid silver 1px;
	padding: 3px;
	background-color: white;
}

div#about-the-artist-left {
	float: left;
	width: 305px;
	text-align: center;
}

div#about-the-artist-right {
	width: 475px;
	float: right;
	margin-left: 30px;
}



div.testimonial {
	border: solid #0c1d48 0px;
	border-top-width: 3px;
	margin-top: 30px;
	padding-bottom: 15px;
	padding-left: 260px;
	clear: both;
}

div.testimonial img {
	margin-left: -260px;
	float: left;
	margin-top: 15px;
}



p.step {
	display: block;
	height: 350px;
	margin-right: 15px;
	margin-left: 15px;
	width: 250px;
	float: left;
	text-align: center;
	font-size: 90%;
}

p.step img {
	margin: 5px;
}



div#contact-info {
	margin-right: 50px;
	float: left;
	text-align: center;
}

div#conact-form {
	padding-left: 30px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 15px;
	width: 380px;
	background-color: #f1f4f9;
}

div#conact-form label {
	font-size: 100%;
	width: 75px;
	display: inline-block;
}

label.float {
	width: 100px;
	display: inline-block;
}

body.products#custom label {
	font-size: 100%;
}

fieldset {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border-color: #d4d4d4;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
}

legend {
	font-size: 120%;
	font-weight: bold;
}

input.text-box {
	padding: 5px;
	font-size: 14px;
	border-color: #c0c0c0;
	border-style: solid;
	border-width: 1px;
}

div.fieldWithErrors {
	display: inline;
}

div#state-list {
	padding: 30px;
	background-color: ghostwhite;
	margin: -30px;
	margin-bottom: 30px;
	text-align: center;
	border: solid silver 0px;
	border-bottom-width: 1px;
	font-size: 90%
}

div#state-list a:link, div#state-list a:visited {line-height: 200%; text-decoration: none; font-weight: bold; color: #7b130e; padding-right: 10px; padding-left: 10px; font-size: 150%; display: inline-block;}
div#state-list a:hover {text-decoration: underline;}
.artist { clear: left; width: 700px; }
.floatleft { margin-right: 14px; margin-left: 0px; margin-bottom: 6px; margin-top: 6px; float: left; }
