body {
	background-color: #444444;
	/*background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: left top;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.header {
	height: 70px;
	width: auto;
	background-color: #000000;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.flashtop {
	background-image: url(../../images/flashtop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: auto;
	display: block;
}
.logo {
	float: left;
	width: 300px;
	height: 70px;
}

.flashmiddle {
	background-image: url(../../images/flashmiddle.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 600px;
	text-align: center;
	display: block;
}

.wrapper {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	border: 1px solid #000000;
	border-bottom:5px solid #000000;
	background-color: #000000;
}
.flashbottom {
	background-image: url(../../images/flashbottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: auto;
	display: block;
	cursor: pointer;
}
.flashintro {
	clear: both;
}
.toplinks {
	float: right;
	font-size: 11px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 15px;
	width: 550px;
	height: auto;
	color: #FF9900;
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
}
.cart {
	float: right;
	padding-top: 0px;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.toplinks a {
	color: #BBBBBB;
	text-decoration: none;
	font-weight: bold;
}
.toplinks a:hover {
	font-weight: bold;
	color: #FF9900;
}



.footer {
	text-align: center;
	margin: auto;
	width: 1000px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 50px;
}
.information {
	color: #BBBBBB;
	font-style: italic;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	background-color: #000000;
	height: auto;
	width: auto;
	clear: both;
}
.bold {
	color: #FF9900;
	font-weight: bold;
	text-align: center;
	font-size: 36px;
}
