html,* {
font:normal 12px Arial,Verdana;
color:#000000;
}
body {
background-color:#e9e9e9;
}
#body {
position:relative;
clear:none;
width:100%;
}
#header {
position:relative;
float:none;
margin-left:auto;
margin-right:auto;
width:1000px;
height:168px;
background: url(../images/header/bkg.jpg) no-repeat;
}
#header_logo_gp{
position:absolute;
top:20px;
left:40px;
width:170px;
height:115px;
}
#header_toolbar{
position:absolute;
top:0px;;
left:0px;
width:1000px;
height:50px;
background: url(../images/header/toolbar.png) no-repeat;
}
#header_login{
position:absolute;
top:12px;
left:552px;
width:280px;
height:13px;
}
#header_login div.login,
#header_login div.pwd{
position:relative;
float:left;
height:11px; /* 13-2=11px */
padding-left:5px;
border:1px solid #666666;
}
#header_login div.login{
width:121px; /*123-2-121px */
background-color:#adadad;
margin-right:10px;
/* background:url(../images/header/login.png) no-repeat 0 0; */
}
#header_login div.pwd{
width:121px; /*123-2-121px */
background-color:#adadad;
/* background:url(../images/header/pwd.png) no-repeat 0 0; */
}
#header_login input.login,
#header_login input.pwd{
width:115px;
height:11px; /* 13-2=11px */
margin:0;
padding:0;
font-size:9px;
line-height:11px;
letter-spacing:0.1em;
border:0;
background-color:transparent;
color:#ffffff;
}
#header_login div.submit{
position:relative;
float:left;
height:13px;
width:7px;
}
#header_lang{
position:absolute;
top:12px;
left:840px;
width:96px;
height:13px;
text-align:right;
}
#header_lang .lang{
position:relative;
float:left;
width:24px;
height:13px;
}
#header_menu {
position:relative;
clear:both;
width:720px;
height:276px;
top:108px;
left:275px;
z-index:100;
}
#preview_holder {
position:relative;
float:none;
margin-left:auto;
margin-right:auto;
width:1000px;
height:213px;
z-index:98;
background:url(../images/header/preview_bkg.png) repeat-x;
}
#preview {
position:relative;
float:none;
width:971px;
height:213px;
z-index:99;
margin:0 auto;
}
