@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #993300;
	font-weight: bold;
}


img, img a{
	border:none;
	}

Body {
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border: 1px none #FFFFFF;
}

.menu a {
	color: #000000;
	text-decoration: none;
}
.menu a:hover{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFB43C;
	display: inherit;
	font-weight: bold;
	text-indent: 15px;
	padding-top: 15px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-indent: 15px;
	list-style-position: inside;
	list-style-type: disc;
}

.productdisplay {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CADB2a;

}

.producttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.productprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.productname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFB535;
	text-decoration: none;
	vertical-align: top;
}

.productname a {
	color: #FFC20E;
	text-decoration: none;
}

.boldgreen {
	color: #006600;
	font-weight: bold;
}

.darktext {
	font-size: 14px;
	font-weight: bold;
}


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9000;
}
.subheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFB20E;
}
.darktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F20;
}
.footercopyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #231F20;
	text-align: right;
}
.footermenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #231f20;
}
.footercompany{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

.breadcrumbs{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #231F20;
}

.breadcrumbs a{
	text-decoration: underline;
}

.breadcrumbs a:hover{
}

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

#marqueecontainer0{
position: relative;
width: 200px; /*marquee width */
height: 300px; /*marquee height */
background-color: white;
overflow: hidden;
border: 3px solid orange;
padding: 2px;
padding-left: 4px;
}

#marqueecontainer1{
	position: relative;
	width: 200px; /*marquee width */
	height: 300px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid orange;
	padding: 2px;
	padding-left: 4px;
}

.calendartext {
	font-weight: bold;
	padding: 5px;
}

.red {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}

.green{
	font-weight: bold;
	color: #009900;
}
.ip {
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}

.url {
	font-size: 14px;
	color: #3C6;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 1px;
}

.time {
	color: #00F;
	font-style: italic;
	font-weight: bold;
}

.hacking {
	font-size: 24px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
