@charset "UTF-8";
body {
	color: #444444;
	background: #424c55;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
img {
	border: none;
}
body,td,th {

}

h1, h2, h3, h4 {
}

h1 {
	font-size: 24px;
}

h3 {
	font-size: 14px;
}

.oneColFixCtr #container {
	width: 758px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 18px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;
		
	border-radius: 8px;
}

.oneColFixCtr #mainContent {
	padding: 0 36px 24px;
}


a:link {
	color: #bf9d09;
	text-decoration:none;
}
a:visited {
	color: #7f6806;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}



#HeaderBlock {
	width: 758px;
	height: 132px;
	margin-bottom: 32px;
}

#HeaderBlock .logo {
	margin: 22px 0 22px 22px;
	float: left;
}

/* @group Header Nav Menu */

#HeaderMenu {
	text-align: right;
	width: auto;
	height: auto;
	float: right;
	margin-top: 62px;
	margin-right: 24px;
}



#HeaderMenu ul {
	padding-left: 0;
}

#HeaderMenu li {
	display: inline;
	border-right: 1px solid #b1b1b1;
	vertical-align: middle;
	padding: 4px 4px 4px 1px;
	margin-bottom: 0;
}

#HeaderMenu li:last-child {
	border: none;
	padding-right: 0px;
}

#HeaderMenu li.lastChild {
	border: none;
	padding-right: 0px;
}

#HeaderMenu ul.bottomRow {
	color: #E0B70D;
	margin-top: 8px;
	padding-top: 3px; /* It has to be 1px more than the top row's padding because of the 1px border. */
	border-top: 1px solid #b1b1b1;
}
#HeaderMenu img {
	position: relative;
	top: 4px;
}

#HeaderMenu ul.bottomRow img {
		top: 5px;
	position: relative;

}



/* @end */

/* @group Footer Nav Menu */
#FooterNavMenu a:link {
	color: #2d2d2d;
}

#FooterNavMenu a:visited {
	color: #5d5d5d;

}

#FooterNavMenu {
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

#FooterNavMenu ul {
	padding-left: 0px;
}

#FooterNavMenu li {
	font-size: x-small;
	display: inline;
	border-right: 1px solid black;
	padding-right: 3px;
	padding-left: 1px;
	text-transform: lowercase;
	width: 71px;
	height: 23px;
	text-decoration: underline;
}

#FooterNavMenu li:last-child {
	border-right: none;
}

#FooterNavMenu li.lastChild {
	border-right: none;
}

/* @end */

#ShowroomFooter {
	background-color: #F4CE30;
	padding-top: 2px;
	padding-bottom: 2px;
}
#copyright {
	
	font-size: xx-small;
	text-align: center;
	padding: 6px;
}

.ruledHeader {
	color: #706523;
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
		font-weight:normal;
	width: 350px;
	border-bottom: 1px solid #706523;
	margin-top: 32px;
}

.copperHeader {
	color: #706523;
	letter-spacing: 0;
	word-spacing: 2px;
	font: italic 100 18px "Times New Roman", Times, serif;
	line-height: 1.3;
	padding: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.tip h1 {
    font-weight: 100;
}

.goldHeader {
	color:#e0b70d;
	letter-spacing: 2pt;
	word-spacing: 0;
	padding-left: 4px;
	margin-top: 48px;
	margin-bottom: 2px;
	padding: 2px;
	font: italic 100 48px "Times New Roman", Times, serif;
	          font-weight:normal;

}

/* @group Validation */

#field, label { float: left; font-family: Arial, Helvetica, sans-serif; font-size: small; }


	input.error { border: 2px groove red;
}
label {
	margin-top: 4px;
}
	label.error {
		background: url('../images/unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
float: right;
	font-size: 12px;

}


/* @end */
