H1 {
	font-size: 170%;
}

H2 {
	font-size: 150%;
}

H3 {
	font-size: 130%;
}

H4 {
	font-size: 110%;
}

fieldset legend {
	font-weight: bold;
	font-size: 150%;
}

p {
	padding: .25em 0;
}

h3.instructions {
	padding-bottom: .5em;
}

.bold {
	font-weight:bold;
}

.clear {
	clear: both;
	height: 0px;
}

.required {
	font-weight: bold;
}

.noLink {
	cursor: default;
}

.notice {
	font-weight: normal;
	font-size: 80%;
}

a:link {
	color: #000000
}

a:visited {
	color: #000000
}

a:hover {
	color: #0000AA
}

a:active {
	color: #0000FF
}

html {
	background: #e6e3c3 url('/media/images/bg.jpg') 0 0 repeat-x;
}

body {
	font-family: arial;
	font-size: 15px;
	line-height: 1.25;
}

#homeLink {
	top:0;
    display: block;
    position: absolute;
    width: 565px;
    height:100px;
}
#homeLink span{
	position: absolute;
	left:-999em;
}

#container {
	margin: 0 auto;
	width: 970px;
}

#containerBody {
	margin: 0 auto;
	width: 970px;
}

#containerHead {
	height: 100px;
	background: #FFFFFF url('/media/images/header.jpg');
}

.greeting {
	float: right;
	font-size:110%;
	font-weight:bold;
}

#contentContainer {
	background-color:#FFFFFF;
	margin: 3px 0 0 0;
	overflow: hidden;
	border-left: 2px solid #454131;
	border-right: 2px solid #454131;
}

#content {
	width: 796px;
	border-right: 150px solid #FFFFFF;
	/* The width and color of the rail */
	margin-right: -150px; /* Hat tip to Ryan Brill */
	float: left;
	background-color: #FFFFFF;
	padding: 10px;
}

#leftNav {
	width: 150px;
	float: left;
}

#leftNav a {
	font-weight: bold;
	font-size: 95%;
	text-decoration: underline;
}

.productImageMed {
	margin: 90px 0 0 100px;
}

#engravingIndex h1 {
	padding: 0 0 0 1em;
}

#engravingIndex h2 {
	clear:both;
	padding-top: 1em;
}

#engravingIndex img{
	float:left;
}

#engravingIndex a{
	text-decoration:underline;
}

.breadcrumbs {
	text-align: left;
	font-size: 95%;
	padding: 0 0 1em 0;
}

.breadcrumbs .bold {
	font-weight: bold;
}

.breadcrumbs a {
	text-decoration: underline;
}

.designDisplay {
	padding-top: 1em;
	float: left;
	padding: .5em 1em 0 1em;
	text-align: center;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.designDisplay .designImg {
	height: 179px;
}

.sectionDesc{
	float:left;
	width:80%;
}

#productDescription {
	float: left;
	width: 336px;
	padding: 10px 0 0 10px;
}

#productImage {
	float: left;
	width: 450px;
}

#productImage .background {
	background: #FFFFFF url(/media/images/products/gray_rock.png);
	height: 338px;
}

#productImage img {
	margin: 90px 0px 0px 100px;
}

#addToCart dl.zend_form {
	width: 336px;
}

#addToCart dt{
	padding: 3px 0 0 0;
	width:100px;
}

#addToCart dd{
	padding: 3px 0 0 3px;
	width:233px;
}

#checkoutMenu {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
}

#checkoutMenu ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
}

#checkoutMenu li {
	float: left;
	background: url("/media/images/right.gif") no-repeat right top;
	margin: 0;
	padding: 0 5px 0 0;
}

#checkoutMenu a {
	float: left;
	display: block;
	background: url("/media/images/left.gif") no-repeat left top;
	padding: 5px 7px 4px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #9cf;
	cursor: default;
}

#checkoutMenu li.active_ok {
	background-image: url("/media/images/right_on.gif");
}

#checkoutMenu li.active_error {
	background-image: url("/media/images/right_on.gif");
}

#checkoutMenu li.active {
	background-image: url("/media/images/right_on.gif");
}

#checkoutMenu li.active a {
	background-image: url("/media/images/tab_active.gif");
	color: #333;
	cursor: default;
}

#checkoutMenu li.active_ok a {
	background-image: url("/media/images/tab_active_ok.gif");
	color: #333;
}

#checkoutMenu li.active_error a {
	background-image: url("/media/images/tab_active_error.gif");
	color: #333;
}

#checkoutMenu li.inactive_ok a {
	background-image: url("/media/images/tab_inactive_ok.gif");
	color: #9cf;
	cursor: pointer;
}

#checkoutMenu li.not_avail a {
	background-image: url("/media/images/tab_not_avail.gif");
	color: darkgray;
}

dl.zend_form {
	width: 475px;
}

.zend_form fieldset {
	width: auto;
}

.zend_form dt {
	float: left;
	clear: left;
	text-align: right;
	padding: .2em;
	width: 10em;
}

.zend_form dt label {
	padding: .5em 0;
}

.zend_form dd {
	width: 15em;
	float: left;
	padding: .2em;
}

.zend_form .dijitTextArea {
	width: 15em;
}

.checkout .zend_form {
	width: 750px;
}

.checkout .zend_form dd {
	width: 600px;
	padding: 0;
}

.checkout .zend_form dt {
	width: 15em;
}

.checkout .zend_form dd dd {
	width: 15em;
	padding: .2em;
}

.fieldset-checkout {
	margin: 1.5em 0 0 0;
}

.fieldset-checkout legend {
	margin: 0 0 .25em 0;
	padding: .2em 400px .2em .2em;
	color: white;
	background-color: #003366;
}

.fieldset-checkout legend span {
	width: 400px;
	display: block;
}

.fieldset-checkout legend .edit-checkout {
	display: inline;
	font-size: 70%;
	padding: 0 0 0 1em;
	font-size: 70%;
}

.fieldset-checkout legend span a {
	color: white;
}

.cartRow {
	padding-bottom: 2em;
}

#signup dl.zend_form dt {
	width: 11em;
}

#shippingQuote {
	width: 70%;
	float: right;
}

#shippingQuote dl.zend_form dt {
	width: 12em;
}

form#contactUs {
	width: 10em;
}

.submitButton {
	border: none;
	width: 150px;
	height: 51px;
	font-size: 0pt;
	color: #818181;
	cursor: pointer;
	cursor: hand;
}

#updateQuantity {
	background: transparent url(/media/images/updateQuantity.gif) no-repeat center top;
}

#addToCartButton {
	background: transparent url(/media/images/addToCart.gif) no-repeat center top;
}

#loginButton {
	background: transparent url(/media/images/login.gif) no-repeat center top;
}

#signupButton {
	background: transparent url(/media/images/signup.gif) no-repeat center top;
}

#confirm {
	clear: both;
}

.help a {
	text-decoration: underline;
}

table#orders a {
	text-decoration: underline;
}

table#orders td {
	padding: .25em;
}

#footer {
	text-align: center;
	clear: both;
	border-top: 15px solid #454131;
}

#footer a {
	padding-right: .5em;
	text-decoration: underline;
}

#footer #copy {
	padding: 1em 0;
}