/*-----------------------------------------------------------------*/
/*------------------------DIV Classes------------------------------*/
/*-----------------------------------------------------------------*/
#layer1 {
	padding: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #000000;
}
.everything {
	text-align: left;
	position: relative;
	background: #000000;
	width: 1000px;
	height: 615px;
	margin: auto auto auto auto;
	}
.header {
	position: absolute;
	top: 0;
	left: 0;
	background-image:url('./images/logo.png');
	width: 1000px;
	height: 150px;
	}
.footer {
	width: 152px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
	background-image:url('./images/copyright.png');
	}
.navbar {
	position: absolute;
	top: 150px;
	left: 0px;
	float: left;
	width: 200px;
	height: 465px;
	background: #FFFFFF;
	text-align: center;
	padding-left: 8px;
	line-height: 0.5em;
	}
.therest {
	position: absolute;
	left: 200px;
	top: 150px;
	float: left;
	width: 800px;
	height: 465px;
	background: #FFFFFF;
	}
.autobox {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 100%;
	overflow: auto;
	}
.topbumper {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 1px;
	}
.leftbumper {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1px;
	}
.mainbox {
	position: relative;
	float: left;
	width: 770px;
	height: 435px;
	margin: 20px 20px 20px 20px;
	background:url('images/bg4b.png');
	}
.textbox {
	position: relative;
	float: left;
	width: 435px;
	height: 395px;
	color: #000000;
	font-family: "Abadi MT Condensed Light";
	font-weight: bold;
	line-height: 1.175em;
	}
.pricebox {
	text-align: left;
	position: relative;
	float: left;
	width: 435px;
	height: 395px;
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	}
.picbox {
	text-align: center;
	position: relative;
	float: left;
	width: 170px;
	height: 180px;
	background: #000000;
	color: #444444;
	font-family: CooperBlackStd;
	font-size: 18pt;
	letter-spacing: 1px;
	}

.labelbox {
	text-align: center;
	position: relative;
	margin: 0px auto 0px auto;
	float: left;
	width: 130px;
	height: 65px;
	background: #000000;
	color: #808080;
	font-family: Tahoma;
	font-size: 14pt;
	font-weight: bold;
	}


/*-----------------------------------------------------------------*/
/*------------------------Border stuff-----------------------------*/
/*-----------------------------------------------------------------*/
.t {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	}
.b {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-position: 0px -10px;
	background-repeat: repeat-x;
	}
.l {
	position: absolute;
	left: -10px;
	top: 0px;
	width: 10px;
	height: 100%;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	}
.r {
	position: absolute;
	right: -10px;
	top: 0px;
	width: 10px;
	height: 100%;
	background-position: -10px 0px;
	background-repeat: repeat-y;
	}
.tl {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-position: 0px 0px;
	}
.tr {
	position: absolute;
	top: 0px;
	right: -10px;
	width: 10px;
	height: 10px;
	background-position: -10px 0px;
	}
.bl {
	position: absolute;
	bottom: 0px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-position: 0px -10px;
	}
.br {
	position: absolute;
	bottom: 0px;
	right: -10px;
	width: 10px;
	height: 10px;
	background-position: -10px -10px;
	}


/*-----------------------------------------------------------------*/
/*-----------------------Default stuff-----------------------------*/
/*-----------------------------------------------------------------*/

body {
	text-align: center;
	background: #111111;
	background-image:url('images/bg2.png');
	color: #000000;
	font-family: Times New Roman;
	font-size: 12pt;
	}
div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
img {
	border: 0;
	}
p {
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
	}
a {
	color: #D40000;
	text-decoration: none;
	}
a:active {
	outline: none;
	}
a:focus {
	outline: none;
	}
a:visited {
	color: #D40000;
	text-decoration: none;
	}

ul {
	padding: 0px 0px 0px 15px;
	}