/* ==================================================  */
/* common top header                                   */

#header-common { height: 65px; position: absolute; top: 0; left: 0; width: 100%; background: url('/images/common/header-bg.gif') repeat-x; border-top: 2px solid #333; border-bottom: 5px solid #444 }
#header-common div.holder { width: 800px; display: block; float: none; margin: 0 auto; margin-right: auto; position: relative; padding: 0 }

#header-logo { position: relative; top: 0; left: 0 }
#header-logo img { float: left; margin: 0; padding: 0; border: 0  }

#header-navigation { float: right; display: inline; font-size: 14px; font-weight: bold; font-family: arial }
#header-navigation ul { margin-top: 25px }
#header-navigation li { display: inline; margin-right: 1em; padding-right: 1em; border-right: 1px solid #666 }
#header-navigation li.last { margin-right: 0; padding-right: 0; border-right: 0 }
#header-navigation li a { color: #ccc; text-decoration: none }

#sub-navigation { margin-top: 72px; padding: 0.65em 0; background: url('/images/common/sub-nav-bg.gif') repeat-x #efefef; font-size: 12px; position: relative }
#sub-navigation .holder { width: 800px; display: block; float: none; margin: 0 auto; margin-right: auto; position: relative; right: 0 }
#sub-navigation ul { margin: 0; padding: 0; text-align: right }
#sub-navigation li { display: inline; margin: 0 1em 0 0; padding: 0 1em 0 0; border-right: 1px solid #ccc }
#sub-navigation li.last { margin-right: 0; padding-right: 0; border-right: 0 }
#sub-navigation a { color: #333; text-decoration: none }
#sub-navigation a:hover { text-decoration: underline }


/* ==================================================  */
/* link button                                         */

.link-button { border:3px solid #FFE79F; margin-bottom:1.75em; position:relative }
.link-button a { display:block; background:#FEFED7; font-weight:bold; padding:.65em 0; color:#333; text-align:center; text-decoration:none; position:relative }
.link-button a:hover { background:#F1E56A }
.link-button img { margin:0 6px -2px 0; position:relative }
