/* Stylesheet for the page headers */ /* Fixed absolute positioning */ div#header-top { position: absolute; width: 100%; height: 76px; top: 0; right: auto; bottom: auto; left: 0; } div#image01 { /* background: transparent url(images/header/header_left.jpg) no-repeat top left; */ position: absolute; width: 339px; height: 76px; top: 0; right: auto; bottom: auto; left: 0; } div#image11 { /* background: transparent url(images/header/header_left.jpg) no-repeat top left; */ position: absolute; width: 339px; height: 76px; top: 0; right: auto; bottom: auto; left: 0; } div#image02 { background: transparent url(images/header/header_email.jpg) no-repeat top left; position: absolute; width: 68px; height: 76px; top: 0; right: auto; bottom: auto; left: 339px; } div#image03 { /* background: transparent url(images/header/header_right.jpg) no-repeat top left;*/ position: absolute; width: 268px; height: 76px; top: 0; right: auto; bottom: auto; left: 407px; } div#image13 { /* background: transparent url(images/header/header_right.jpg) no-repeat top left; */ position: absolute; width: 268px; height: 76px; top: 0; right: auto; bottom: auto; left: 407px; } div#search { position: absolute; /* width: 135px; */ height: auto; top: 15px; right: auto; bottom: auto; left: 557px; } div#imageback { background: transparent url(images/header/black_header_background.jpg) repeat-x top left; position: absolute; width: 100%; height: 76px; top: 0; right: 0; bottom: auto; left: 0; } div#header-bottom-left { position: absolute; width: auto; height: 15px; top: 80px; right: auto; bottom: auto; left: 5px; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #000000; } div#header-bottom-right { position: absolute; width: auto; height: 15px; top: 80px; right: 5; bottom: auto; left: auto; font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: bold; color: #000000; } div#page { position: absolute; width: 100%; height: auto; top: 100px; right: auto; bottom: auto; left: 0; } div#leftspace { margin: 0 0 0 2px; } div#smallText { font-family: Verdana, Arial, sans-serif; font-size: 11px; } div#bar { border-top-width: 1px; border-top-color: #B20000; border-top-style: solid; margin: 0 0 0 2px; padding: 0; vertical-align: top; width: 350px; } /* Search box in header */ form{margin:0;padding:0} .search-box{ /*encapsulate the whole search box*/ height: 26px; padding: 5px 0 0 10px; width: 165px; } input.search-field{ /*input field */ float: left; border: 0; margin: 0; font-family: Verdana, Arial, sans-serif; font-size: 12px; padding: 3px 0px 0px 4px; height: 21px; background: #ffffff url(images/buttons_tabs/search-form.png) no-repeat top left; width: 127px; } input.search-go { /*search icon */ float: left; border: 0; margin: 0; padding: 0; margin-left: 5px; height: 21px; width: 21px; background: url(images/buttons_tabs/search-icon.png) no-repeat top left; cursor: pointer; } input.search-go:hover{ /*search icon hover "Does Not work in ie6" */ background:url(images/buttons_tabs/search-icon.png) no-repeat bottom left; }