@charset "utf-8";
body {
	background: url(images/backgroundtile.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
#container {
	width: 800px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 235px;
	background: #000000;
}
#mainContent #freecrown {
	float: right;
	width: 190px;
	margin-top: 45px;
}
#mainContent #freecrown h1 {
	font: bold 16px "Helvetica Neue", Arial, "generic sans-serif";
	color: #9C7E5C;
	background: #2A3B32;
	border-bottom: 2px solid #042B15;
	margin: 0px;
	padding: 5px;
}
#mainContent #freecrown p {
	font: 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #9C7E5C;
	background: #53483C;
	margin: 0px;
	padding: 10px;
}
#container #mainContent #freecrown ul {
	background: #53483C;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#container #mainContent #freecrown a {
	font: 14px/35px Arial, Helvetica, sans-serif;
	color: #9C7E5C;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 35px;
	border-right: 1px solid #53483C;
	border-bottom: 1px solid #53483C;
	border-left: 1px solid #53483C;
	border-top-style: none;
	border-top-color: #53483C;
}
#container #mainContent #freecrown a:visited {
	font: 14px/35px Arial, Helvetica, sans-serif;
	color: #9C7E5C;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 35px;
	border-right: 1px solid #53483C;
	border-bottom: 1px solid #53483C;
	border-left: 1px solid #53483C;
	border-top-style: none;
	border-top-color: #53483C;
}

#container #mainContent #freecrown a:hover {
	font: 14px/35px Arial, Helvetica, sans-serif;
	color: #53483C;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 35px;
	background: #9C7E5C;
	border-top: 0px none #53483C;
	border-right: 1px solid #53483C;
	border-bottom: 1px solid #53483C;
	border-left: 1px solid #53483C;
}
#container #mainContent #freecrown li {
	margin: 0px;
	padding: 0px;
}








#header #menu {
	margin: 0px;
	padding: 0px;

}
#header #menu ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#header #menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#header #menu a {
	font: 18px/30px "Helvetica Neue", Arial, "generic sans-serif";
	color: #050B2A;
	background: #495076;
	height: 35px;
	width: 198px;
	text-align: center;
	text-decoration: none;
	display: block;
	border: 1px solid #050B2A;
}
#header #menu a:hover {
	font: 18px/30px "Helvetica Neue", Arial, "generic sans-serif";
	color: #495076;
	background: #050B2A;
	display: block;
	height: 35px;
	width: 198px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #050B2A;
}
#mainContent #leftcontent {
	width: 550px;
}






#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #9C7E5C;
	margin: 0px;
}
.shippingsteps {
	background: #2B2D39;
	margin: 10px 5px;
	padding: 5px;
	width: 150px;
	float: left;
	height: 200px;
	border: 1px solid #050B2A;
}
.shippingsteps h4 {
	font-family: "Helvetica Neue", Arial, "generic sans-serif";
	color: #9C7E5C;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 2px solid #050B2A;
}
#container #mainContent #leftcontent .shippingsteps p {
	color: #9C7E5C;
}




#mainContent p {
	font: 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #3D2306;
	text-align: left;
	margin: 0px;
	padding-bottom: 10px;
}

#mainContent h1 {
	font: normal 36px "Helvetica Neue", Arial, "generic sans-serif";
	color: #050B2A;
	border-bottom: 2px solid #042B15;
	margin: 0px 0px 5px;
	padding: 35px 0px 0px;
}
#mainContent h2 {
	font: normal 18px "Helvetica Neue", Arial, "generic sans-serif";
	color: #9C7E5C;
	background: #2A3B32;
	padding: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom: 2px solid #042B15;
}
#container #mainContent h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #050B2A;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #050B2A;
	text-decoration: underline;
}
#container #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #050B2A;
	text-decoration: underline;
}
#container #mainContent ul {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0px 0px 0px 15px;
}
#container #mainContent li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #3D2306;
	margin-top: 5px;
}






#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#9C7E5C;
	margin: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font: normal 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #050B2A;
}
#footer hr {
	color: #042B15;
	margin: 0px;
}
#container #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #050B2A;
	text-decoration: underline;
}

.clear {
	clear: both;
}
#container #mainContent #form1 table {
	font: 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #3D2306;
}
.bold {
	font-weight: bold;
}
#nsi {
	margin: 20px;
	text-align: center;
}
#container #nsi a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #9C7E5C;
	text-decoration: underline;
}

