@charset "utf-8";
/* --The order of describing property-- 
display
visibility
overflow
clip
position
top/right/bottom/left/
float
clear
z-index
width(min-width/max-width)
hieght(min-height/max-height)
margin(margin-top/margin-right/margin-bottom/margin-left)
paddin(padding-top/padding-right/padding-bottom/padding-left)
border(border-width/bordercolor/border-style)
list-style(list-style-type/list-styleimage/list-style-position)
color
background(background-color/backgroundimage/background-repeat/background-attachment/background-position)
font(font-family/fontstyle/font-variant/font-weight/font-size)
line-height
vertical-align
text-indent
text-align
text-decoration
letter-spacing
word-spacing
white-space
--The order of describing property-- */
/* ===== Navigation ===== */
/* globalNav */
#globalNav{
position: relative;
width: 950px;
height: 65px;
margin:0 auto;
}



#globalNav ul{
position: absolute;
top: 0px;
height: 65px;
margin: 0;
}



#globalNav ul li{
display: inline;
padding-left: 0;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
line-height: 1px;
background-image: none;
}

#globalNav ul li a{
text-decoration: none;
}


#globalNav form{
position: absolute;
top: 16px;
right: 0px;
}



#globalNav form div{
position: relative;
width: 265px;
height: 33px;
background:url(../images/search-bg.gif) 0 0 no-repeat #1f1f1f;
}



#globalNav form div input {
font-size: 12px;
vertical-align: middle;
}



#globalNav form div input#searchArea{
position: absolute;
top: 7px;
right: 60px;
width: 160px;
height: 17px;
border:none;
}

#globalNav form div input.btn {
position:absolute;
top:5px;
right:5px;
width:50px;
height:23px;
}
