@charset "UTF-8";
/* ---------- GENERAL LAYOUT ---------- */
body {
	background-color: #1E1E1E;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img {border: none;}
a {color: #333333;}
#wrapper {
	background-color: #FFFFFF;
	width: 749px;
	margin-right: auto;
	margin-left: auto;
}
/* ---------- MASTHEAD ---------- */
#header {height: 121px;}
#topnav ul {list-style-type: none; margin: 0px; padding: 0px;}
#topnav li {float: left;}

/* ---------- CONTAINER LAYOUT ---------- */
#container {
	padding: 20px;
	width: 709px;
	clear: both;
}
#container h1 {
	font-size: 24px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E1E1E;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#container h2 {font-size: 21px;}
#container h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ---------- DESIGN BOX ---------- */
#container .design-box {
	float: right;
	width: 240px;
	background-color: #666666;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 10px;
}
#container .design-box a {color: #FFFFFF; border: none;}
#container .design-box .design-boxtop {
	background-image: url(../images/design-boxtop.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 240px;
}
#container .design-box .design-boxcontent {padding: 10px;}
#container .design-box h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 21px;
	font-weight: normal;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container .design-box .design-boxcontent h2 {margin: 0px;}
#container .design-box .design-boxcontent h2 a {text-decoration: none;}
#container .design-box .design-boxbottom {
	background-image: url(../images/design-boxbottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 240px;
}
.design-box #design-mymonument {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding: 10px;
	font-size: 11px;
}
.design-box #design-mymonument p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.design-box #design-mymonument a {
	color: #FFFF00;
}
/* ---------- CHOOSE A TYPE ----------- */
.type-list-item {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-bottom: 10px;
	clear: both;
}
.type-list-item img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
a.button {
	background-color: #CCCCCC;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	line-height: 12px;
	font-size: 12px;
	text-decoration: none;
}
/* ---------- CHOOSE A COLOR ---------- */
#color-picker {
	border: 1px solid #CCCCCC;
	height: 300px;
	overflow: auto;
	width: 708px;
	clear: both;
}
.color-item {
	width: 160px;
	margin: 7px 5px;
	float: left;
}
.color-item p{
	text-align: center;
	margin: 0px 3px;
	font-size: 10px;
}
/* ---------- CHOOSE A SIZE ---------- */
#size-list, #carving-options, #finishing-options {
	clear: both;
	padding-top: 15px;
}



/* ---------- GENERAL ---------- */
.clear {clear: both;}
