﻿/* 
 * == ASP Corporate Website Backstage ==
 * Copyright (C) 2008-2009 wo_is神仙 All rights reserved.
 * css.css   2009-02-16 17:41 +0800 星期一
*/

@import url("general.css");

/* --- custom styles --- */
#header { margin:0 auto; width:1003px; height:111px; background:#0089d0 url(../images/sawtooth_up.gif) left bottom repeat-x; }
#logo { float:left; width:399px; height:107px; text-indent:-99em; background:url(../images/logo.gif) right center no-repeat; overflow:hidden; }
#nav { float:left; margin:46px 0 0 130px; width:470px; overflow:hidden; }
#nav li { float:left; margin-left:-1px; border-left:1px solid #fff; display:inline-block; padding:0 12px; }
#nav li a { color:#fff; font-size:14px; }
#nav li a:hover { text-decoration:underline; }

#subnav { margin:0 auto; width:990px; padding:8px 0; height:21px; background:url(../images/line.gif) left bottom repeat-x; }
#subnav li { float:left; margin-left:12px; display:inline-block; }
#subnav li a { font-size:14px; font-weight:bold; padding:3px; display:inline-block; }
#subnav li a:hover, #subnav li a.current { color:#fff; background-color:#0089d0; text-decoration:none; }

#gallery { clear:both; _margin-left:-20px; }
#gallery li { float:left; width:227px; height:187px; margin:20px 0 0 20px; }
#gallery li a { width:215px; height:175px; padding:5px; border:1px solid #666; text-align:center; line-height:200%; display:block; overflow:hidden; }
#gallery li a:hover { border:1px solid #0089d0; background-color:#b9e9ff; color:#000; text-decoration:none; }

#footer {
	margin:10px auto 0;
	padding:4px 0;
	*padding:10px 0 0 0;
	_padding:10px 0 0 0;
	width:1003px;
	background:#0089d0 url(../images/sawtooth_down.gif) left top repeat-x;
}
#footer p { text-indent:0; text-align:center; font-family:Arial, Helvetica, sans-serif; color:#fff; }
#footer p a { color:#fff; }
