@charset "UTF-8";
/* CSS Document */

/*Format Settings*/
body{
	color:#5b5b5b;
}

p{
	line-height:1.4;
}

/*------------end------------*/

/*White mat Settings*/
#main{
  width:960px;
  height:auto;
  margin:0px auto;
  background-color:#FFFFFF;
  padding:10px 0px 10px 0px;
}
/*------------end------------*/

/*Topic pass Settings*/
#topicbox {
	position:relative;
	margin-left:33px;
	color:#383838;
	padding:0;
}


#topicnav li {
	float:left;
	font-size:80%;
}

#topicnav li span{
	color:#ff8a00;
}

#topicnav li a {
	height:12px;
	padding:0;
	margin:0;
	text-decoration:none;
	color:#383838;
}

#topicnav li a:link{
   text-decoration:none;
   
}


#topicnav li a:visited{
	text-decoration:none;
}


#topicnav li a:hover{
	text-decoration:none;
	color:#ff8a00;
}


#topicnav li a:active{
	text-decoration:none;
}
/*------------end------------*/


/*Bottom Btn Settings*/
#inquirybtn {
	width:410px;
	text-align:center;
	margin:0 auto;
}	
/*------------end------------*/


/*SubTitle Settings*/
#ondemandSubtitle {
	margin:0 auto;
	margin-left:100px;
	text-align:left;
	width:760px;
}

#ondemandSubtitle p{
	line-height:1.6;
}
/*------------end------------*/

/*Top Btn Settings*/
.topbtnbg {
	margin:0;
	width:65x;
	height:13px;
	background:url(../img/pagetop.gif);
	background-repeat:no-repeat;
	overflow:hidden;	
}	

ul.topbtn{
	padding:0;
	margin:0;
	list-style:none;
	width:65px;
}

ul.topbtn li{
	text-indent:9999px;
	margin:0;
	padding:0;
	display:block;
	list-style:none;
	float:left;
	width:65px;
	height:13px;
	overflow:hidden;
}

ul.topbtn a{
	display:block;
	padding:0;
	margin:0;
	background-image:url(../img/pagetop.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

ul.topbtn li#top a{
	width:65px;
	background-position: 0px 0px;
}

ul.topbtn li#top a:hover{background-position: 0px -13px;}
/*------------end------------*/

/*Production results unit Settings*/
#ondemandProductionresults {
	text-align:center;
}

.ondemandtable {
	clear:both;
	border-collapse: collapse;
	border: 1px solid #afafaf; 
}

.ondemandtable td{
	border: 1px solid #afafaf; 
}

.ondemandtablemargin {
	padding:10px 0 10px 10px;
}

#ondemandProductionresults {
	text-align:left;
}

#ondemandProductionresults div {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

#ondemandProductionresults p {
	margin-left:4px;
}

/*------------end------------*/

/*Ondemand common navi Settings*/
#ondemandNav ul#ondemandcommonmenu {
	margin:0;
	width:960px;
	margin:0;
	padding:0;
	height:20px;
	background:url(../img/ondemand_menu.gif) no-repeat;
}

#ondemandNav ul#ondemandcommonmenu li{
	text-indent:-9999px;
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:202px;
	height:20px;
	overflow:hidden;
	display:inline;
}

#ondemandNav ul#ondemandcommonmenu li a{
	display:block;
	text-decoration:none;
	padding:0;
	height:20px;
	background-image:url(../img/ondemand_menu.gif);
	background-repeat:no-repeat;
}

#ondemandNav ul#ondemandcommonmenu li#ondemand{
	margin-left:101px;
	width:202px;
}

#ondemandNav ul#ondemandcommonmenu li#waco{
	margin-left:99px;
	width:202px;
}

#ondemandNav ul#ondemandcommonmenu li#productionresults{
	margin-left:54px;
	width:202px;
}

#ondemandNav ul#ondemandcommonmenu li#ondemand a{background-position:-101px 0px;}
#ondemandNav ul#ondemandcommonmenu li#waco a{background-position:-400px 0px;}
#ondemandNav ul#ondemandcommonmenu li#productionresults a{background-position:-656px 0px;}
#ondemandNav ul#ondemandcommonmenu li#ondemand a:hover{background-position:-101px -21px;}
#ondemandNav ul#ondemandcommonmenu li#waco a:hover{background-position:-400px -21px;}
#ondemandNav ul#ondemandcommonmenu li#productionresults a:hover{background-position:-656px -21px;}
/*------------end------------*/
