body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	}

a {
	color: #E86028;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
#background {
	background: #B2B2B2 url("images/bg.jpg") repeat-x;
	}

img {
	border: none;
	}


/* -------------------- Sub-Page -------------------- */

#sub-page {
	background: url("images/cbg.gif") repeat-y;
	padding-left: 32px;
	padding-right: 32px;
	}

	#sub-page #title {
		margin-left: -32px;
		position: relative;
		margin-top: -19px;
		}

	#sub-page p {
		text-align: justify;
		line-height: 1.4;
		margin: 0px;
		padding-bottom: 15px;
		word-spacing: 1px;
		}


/* -------------------- News -------------------- */

#news {
	}

	#news .post {
		background: black;
		padding-top: 10px;
		padding-bottom: 0px;
		padding-left: 2%;
		padding-right: 2%;
		height: 130px;
		}

		#news .post h1 {
			color: #E86028;
			font-size: 110%;
			margin-bottom: 0px;
			margin-top: 0px;
			}

#news .post p {
	color: white;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 0pt;
	text-align: left;
	word-spacing: 2px;
}


/* -------------------- Footer -------------------- */

#footer {
	background: black;
	color: white;
	font-size: 70%;
	padding-top: 10px;
	text-align: center;
	}

	#footer .content a {
		color: white;
		text-decoration: none;
		text-transform: uppercase;
		}

		#footer .content a:hover {
			color: #E86028;
			}

	#footer .content p {
		}




/* -------------------- Store -------------------- */
.product {
	float: left;
	margin-bottom: 10px;
	margin-right: 19px;
	}

	.product img {
		}

	.product #product {
		float: left;
		width: 150px;
		margin-top: 20px;
		float: left;
		}

	.product #verbage {
		border: 1px solid #999;
		float: left;
		margin-top: 2px;
		margin-left: 18px;
		padding: 5px 10px 5px 10px;
		width: 208px;
		}

		.product #verbage h1 {
			border-bottom: none;
			color: #E8640B;
			font-size: 115%;
			margin: 0;
			}

		.product #verbage h2 {
			color:	black;
			font-weight: normal;
			font-size: 90%;
			margin: 0px;
			}

			.product #verbage h2 span {
				font-weight: bold;
				}

		.product #verbage h3 {
			font-weight: normal;
			font-size: 75%;
			margin: 0;
			}

			.product #verbage h3 span {
				font-weight: bold;
				}

		.product #verbage #details {
				margin-top: 8px;
				}

		.product ul {
			font-size: 75%;
			margin-bottom: 15px;
			margin-top: -10px;
			}

		.product ol {
			font-size: 75%;
			margin-bottom: 15px;
			}

	#emphasis {
		width: auto;
		}

		#emphasis #product {
			float: left;
			width: 375px;
			}

		#emphasis #verbage {
			margin-left: 35px;
			margin-top: 30px;
			width: 395px;
			}

			#emphasis #verbage h1 {
				font-size: 149%;
				}

			#emphasis #verbage h2 {
				font-size: 90%;
				}

			#emphasis #verbage p {
				font-size: 80%;
				}


/* ------------------------ Links ------------------------ */

#links {
	padding-bottom: 20px;
	margin-bottom: 0px;
	}

	#links li {
		border: 1px outset #444;
		display: block;
		height: 100px;
		list-style-type: none;
		padding: 10px;
		margin-bottom: 5px;
		}

		#links li:hover {
			background: url("images/links/bg.png");
			}

		#links li a:hover {
			color: #FB763D;
			}

		#links li h1 {
			color: #FB763D;
			font-size: 110%;
			margin: 0;
			margin-left: 110px;
			margin-top: -4px;
			}

		#links li img {
			float: left;
			margin-right: 10px;
			}

		#links li p {
			font-size: 80%;
			line-height: 1.4;
			margin: 0px;
			padding-bottom: 15px;
			text-align: justify;
			word-spacing: 1px;
			}




