
body {
  background-image: url(../images/wallpaper04.jpg);
  background-repeat: repeat;
  background-position:  0px 0px;
  text-align: center;
  background-color: #EB8900;
}
#container {
  margin: 0 auto;
  width: 500px;
  text-align: left;
}
.desc {
  border: 1px solid #000000;
  margin: 0px 0px 0px 150px;
  width: 300px;
  height: 143px;
  background-color: #555555;
}
p {
  margin: 10px;
  text-align: justify;
  font-family: arial,sans;
  font-size: 10pt;
  color: #ffffff;
}
.itemtop {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  float: left;
  background-image: url(stripebg.jpg);
  width: 143px;
  height: 26px;
}
.itemname {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0px 10px 0px 150px;
  text-align: center;
  width: 300px;
  height: 26px;
  background-image: url(titlebg.jpg);
  font-family: arial,sans;
  font-size: 11pt;
  line-height: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.imgbox {
  border: 1px solid #000000;
  float: left;
  width: 143px;
  height: 143px;
  background-color: #888888;
}
.img {
  border: 1pt solid #000000;
  margin: 8px;
}
.infoboxtop {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0px 10px 0px 0px;
  text-align: center;
  width: 450px;
  height: 26px;
  background-image: url(titlebg.jpg);
  font-family: arial,sans;
  font-size: 11pt;
  line-height: 1.75em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.infobox {
  border: 1px solid #000000;
  margin: 0px;
  width: 450px;
  height: 100%;
  background-color: #555555;
}
.navbarName {
  margin: 0px 10px 10px 0px;
  width: 151px;
  text-align: center;
  font-family: arial,sans;
  font-size: 14pt;
  font-weight: bold;
  color: #FF8A2B;
  background-color: #000000;
}
.navbarCell {
  background: transparent url(../images/nav-item-back.gif) no-repeat scroll center;
  width: 161px ! important;
  height: 74px ! important;
  position: relative;
}
.navbarImg {
  position: relative;
  top: 3px;
  left: 3px;
  text-decoration: none ! important;
}
a .navbarName {
  font-family: arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  font-size-adjust: none;
  font-stretch: normal;
  position: relative;
  top: 3px;
  left: 3px;
  color: ! important;
  text-decoration: none;
}
a:hover .navbarName {
  color: white ! important;
}
.navbarDiv {
  font-family: arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#navbar a:link, #navbar a:visited {
  font-family: arial;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: white;
  display: block;
}

/* FORMS ====================================================================== */
form {
	width: 400px;
	text-align: left;
}

label span {
	position: relative;
	top: 4px;
}

input,
textarea {
	padding: 5px;
	background: #131619;
	border: 0;
	color: #a8a8a8;
	font-size: 12px;
	margin-bottom: 15px;
	vertical-align: top;
	border-bottom: 1px solid #282d31;
}

input.Large, textarea {
	width: 302px;
}

div#honeypot {
	display: none;
}

input.Submit {
	cursor: pointer;
	font-size: 14px;
	padding: 5px 20px;
	font-weight: bold;
	border: 0;
}

input.Submit:hover {
	color: #ff8200;
}

#login_form p input {
	margin-right: 20px;
}




input, textarea {
	font-family: Arial;
	font-size: .8em;
	margin-bottom: 10px;
	line-height: 1.6;
	color: #ff8300;
	background-color: #000000;
}


/* UI Colums ====================================================================== */
.Left,
.Right {
	float: left;
	width: 290px;
}

.Left {
	padding: 0 28px 0 0;
}

.Right {
	padding: 0 0 0 28px;
}

.Thumb {
	margin: 0 10px 10px 0;
}

.break {
	line-height: 2em;	
}

