home *** CD-ROM | disk | FTP | other *** search
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- *{
- margin: 0;
- padding: 0;
- }
- html, body{
- height: 100%;
- }
- body{
- font: 11px Trebuchet MS, Trebuchet, Verdana, sans-serif;
- color: #fff;
- text-align: center;
- }
- #container{
- min-height: 100%;
- /height: 100%;
- margin-left: 30%;
- background: #e88300 url(../images/top_bg.jpg) repeat-x;
- text-align: left;
- }
- h2, h3{
- font-weight: normal;
- }
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- #header{
- position: relative;
- margin-left: -230px;
- padding-left: 270px;
- height: 340px;
- background: transparent url(../images/header_bg.jpg) no-repeat;
- }
- h1#logo{
- border-bottom: 1px solid #fff;
- padding: 10px 0 20px 0;
- width: 440px;
- font-size: 48px;
- }
- h1#logo a{
- display: block;
- width: 180px;
- color: #fff;
- text-decoration: none;
- }
- h1#logo a:hover{
- color: #cf6;
- }
- h1#logo .slogan{
- display: block;
- margin-top: -6px;
- font-size: 14px;
- letter-spacing: 5px;
- }
- h2{
- position: absolute;
- top: 250px;
- padding-left: 40px;
- background: transparent url(../images/subpage_title_pin.gif) left center no-repeat;
- font-size: 24px;
- }
-
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- ul#mainNav{
- float: left;
- position: relative;
- margin-left: -115px;
- text-align: right;
- font-size: 14px;
- list-style: none;
- }
- ul#mainNav li{
- padding: 5px 0;
- }
- ul#mainNav a{
- padding-right: 20px;
- color: #666;
- text-decoration: none;
- }
- ul#mainNav a:hover{
- background: transparent url(../images/a_hover.gif) right center no-repeat;
- color: #999;
- }
-
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- #content{
- padding-left: 40px;
- width: 440px;
- }
- h3{
- margin-bottom: 40px;
- border-top: 1px dotted #f93;
- border-bottom: 1px dotted #f93;
- padding: 5px 0;
- font-size: 14px;
- text-align: justify;
- }
- #content p{
- padding-bottom: 10px;
- }
-
- /*----------------------------------------------------------------------------------------------------------------------------------*/
- #footer{
- margin: 40px 0 0 40px;
- border-top: 1px dotted #f93;
- width: 440px;
- color: #f93;
- font-size: 9px;
- }
- #footer a{
- color: #f93;
- text-decoration: none;
- }
- #footer a:hover{
- color: #fc6;
- }
- #footer ul{
- padding-bottom: 80px;
- padding-top: 2px;
- background: transparent url(../images/footer_dot.gif) repeat-x;
- list-style: none;
- }
- li.validate{
- padding-right: 10px;
- float: left;
- }
- li.copyright{
- float: right;
- }
- li.copyright a{
- padding-right: 18px;
- background: transparent url(../images/inhead_logo.gif) right center no-repeat;
- }