/* 
	    company: dial media group www.dialmediagroup.com
  CSS author(s): johan de silva
	    website: Hitachi Data Systems 

	   	  index:-
				1. global
				2. layout
				3. menu
*/

/* 1. global */
body{margin:0;padding:0;background-color:#ccc}
img{border:0}

/* 2.layout template(s) */
#wrap{width:1000px; margin:10px auto;}
#head{width:1000px; height:105px; float:left; background:url('../images/head.jpg')}
#middle{width:1000px; height:482px; float:left; background:url('../images/middle.jpg'); position:relative; z-index:1}
#menu{width:1000px; height:53px; float:left; background:url('../images/menu.jpg'); position:relative; z-index:1}
#footer-text{width:960px; float:left; background:url('../images/footer-bg.jpg'); position:relative; z-index:1; padding:10px 20px;}
#footer-bottom{width:1000px; height:33px; float:left; background:url('../images/footer-bottom.jpg') no-repeat bottom left; position:relative; z-index:1;}

/* 3.content */
#book{width:925px; height:462px; position:absolute; left:40px; top:1px; z-index:2;}
#catalogue{width:925px; height:462px; position:absolute; left:40px; top:1px; z-index:2;} /* added via swf objects to replace #book */
#book img{float:right; margin:1px 4px 0 0}
#previous {position:absolute; left:364px; top:1px; z-index:2}
#next {width:147px; height:52px; position:absolute; left:521px; top:1px; z-index:2}
#jump {width:93px; height:52px; position:absolute; left:669px; top:1px; z-index:2}
#pdf {width:151px; height:52px; position:absolute; left:829px; top:1px; z-index:2}
#paging-form { position:absolute; left:769px; top:18px; z-index:2;}
#page {background: url('../images/form-textfield-bg.gif') no-repeat top left; border:0;}
#footer-text p{margin:0 0 10px 0;font-size:xx-small; font-family:Verdana, Arial, Helvetica, sans-serif; color:#666}
.partner-logo {float:left; margin:0 10px 10px 0}
.offscreen{display:none}
