/* index2.css */
html, body {
	height:100%;
}


body {
	padding:0;
	margin:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  background: #000000;
	color: #ffffff;
}


#page-wrapper {
/* position: relative allows this element to act as a positioning context for 'absolute' child elements */
  position: relative;
	height:100%;
	color: #000000;
	width: 736px;
	background: #ffffff;
  margin: auto;
}


#page-wrapper.home {
	background: url(../images/page_bg.jpg) no-repeat;
	border-right: 1px solid #F90;
	border-left: 1px solid #F90;
}

#page-wrapper img {
/* Thanks to: http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html for providing a fix
   that allows .png files to display correctly under IE55+ */
	behavior:	url("pngbehavior.htc");
}


/* :::::::::: select-by menu div :::::::::: */
#selectby {
	width: 400px;
	height: 50px;
	position: absolute;
	top: 0px;
  left: 325px;
	float: none;
  padding-top: 20px;
}

#pindex {
  width: 124px;
  height: 70px;
  float: left;
}

#iindex {
  width: 124px;
  height: 70px;
  float: left;
}

#mindex {
  width: 124px;
  height: 70px;
  float: left;
}

.select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: .8em;
  font-weight: 700;
  color: #ffcc00;
  line-height: 1;
}

.by {
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -.1em;
  text-decoration: none;
  line-height: 1;
}

.by:hover {
  color: #ffcc00;
}

.by:active {
  color: red;
}


/* ::::: page elements ::::: */
#page-header {
  position: absolute;
  top: 25px;
  left: 30px;
  height: 63px;
	width: 144px;
}

/*  Our Toughest... */
#home-main-left {
	position: absolute;
  top: 200px;
  left: 200px;
	height: 150px;
	width: 220px;
  color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 1.7em;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
}

/* Rotating Graphics */
#home-main-right {
	height: 300px;
	width: 310px;
	float: right;
	position: relative;
  margin-top: 102px;
}

#home-main-right img {
	border: 1px solid #FFF;
	background: #000;
	height: 300px;
	width: 300px;
}


/* ::::: footer elements ::::: */
#newphone {
	color: orange;
	}
	
#footer {
	clear: both;
	font: .86em Arial, Helvetica, sans-serif;
	position: absolute;
  top: 405px;
  left: 340px;
	padding: 12px 0px 0px;
}

#footer.home {
	text-align: right;
	clear: both;
	height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 92px 5px 0px 0px;
}

#footer p {
	color: #999999;
	line-height: 1.2;
	text-align: right;
	margin: 3px 0px 0px;
	padding: 3px 0px 0px;
}


/* ::::: left-box elements ::::: */
#left-box {
	position: absolute;
	left: 38px;
	top: 102px;
	width: 136px;
	text-align: left;
}

#searchbox {
	font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  line-height: 1.1;
  color: #000000;
}


/* ::::: left-box menu elements ::::: */
#menu {
	text-align: left;
	width: 152px;
	font-size: 0.71em;
  margin-top: 30px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	border-bottom: 1px solid #aaaaaa;
}

#menu li a {
	display: block;
	padding: 3px 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #ffffff;
	background: #ffdd66;
	color: #333333;
	text-decoration: none;
}

#menu li a:hover {
	background: #ffcc00;
}

#menu li a.grey {
	background: #cccccc;
}

#menu li a.grey:hover {
	background: #bbbbbb;
}

#menu li a.back {
	background: #ffbb00;
}

#menu li a.back:hover {
	background: #ffaa22;
}

#menu li a.gap {
	background: #eeeeee;
}


/* ::::: xhtml10 elements ::::: */
#xhtml10 {
  height: 50px;
  width: 100px;
  margin: auto;
}

#xhtml10 img{
  border: none;
}


