@charset "utf-8";
/* CSS Document */

/* css related to header is kept here and included in style.tmpl */

/* Position css */
#header{width:100%;position:relative;float:left;margin:0; }
#logo{ position:relative;top:20px;z-index:100; float:left;padding-left:20px;}
#header-image{width:100%;height:260px;float:left;margin-top:-87px;overflow:Hidden;}
#search-form {margin:2px 0 0px 0;padding:0px 10px 0px 0 ; float:right;text-align:right;position:relative; height:33px; overflow:hidden; }	
#search-form .textbox{width:120px;margin:6px 0px 5px 0px ; height:17px;padding:2px 3px;float:left;}
#search-form a.submit-button{ margin:5px 0;padding:100px 0 0 0 ;float:left; width:57px; height:23px; text-indent:-9999px; overflow:hidden !important; border:0;}

/* Style css */

#search-form .textbox{  border:0; background:#fff; border:0; }
#search-form .submit-button{ background:url(../images/btn-search.gif) no-repeat left top;}

/* Text css */
#logo a{}
#search-form {text-align:right; }	
#search-form .textbox{ color:#666;font-size:1em;}
#search-form .textbox:focus{ color:#333;}