@import url("/CartStyle.css");
/* HTML */
/* -------------------------------------------------------- */
body {
	background-color: #303030;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/BG_Nav01.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Georgia, "Times New Roman", serif;
	color: #534741;
	text-align: center;
}

td {
	font-size: 12px;
}

a {
	color: #C62A00;
	text-decoration: none;
}

a:hover {
	color: #C62A00;
	text-decoration: underline;
}

hr {
	height: 1px;
	color: #FF9600;
}



/* BACKGROUNDS */
/* -------------------------------------------------------- */
#body {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#main {
	background-image: url(images/Nav01_BodyBG02.gif);
	background-repeat: no-repeat;
	width: 652px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}




/* LAYOUT */
/* -------------------------------------------------------- */
#content {
	padding: 10px 13px 100px 13px;
}

#footer {
	padding: 5px 13px 20px 13px;
	border-top: 2px dashed #C62A00;
	font-size: 11px;
}

.layout001 {
	padding: 3px 0 50px 20px;
}

.layout002 {
	border: 2px dashed #C62A00;
}

.layout003 {
	padding: 15px 0 15px 0;
}

.layout004 {
	padding: 0 0 30px 0;
}

.floatright {
	float: right;
	width: 100px;
	margin: 0 0 5px 5px;
	background-color: #ddd;
	padding: 10px;
	border: 1px solid #666;
	width: 150px;
}

div.floatright img { 
	border: 1px solid #000;
}



/* HEADERS */
/* -------------------------------------------------------- */
.Header001 {
	background-color: #BA0808;
	color: #FFF9E3;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 17px;
	background-image: url(images/BG_Header01.gif);
	padding: 0 0 0 5px;
}

.Header002 {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.Header003 {
	color: #BA0808;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px dashed #C62A00;
}

.Header004 {
	font-size: 16px;
}

.Header005 {
	font-size: 28px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #C62A00;
	letter-spacing: -0.05em;
}