@charset "utf-8";
html,body	{margin:5 auto; background:#FFF; text-align:center; 
	font-family:Tahoma; font-size:12px; letter-spacing:1px; line-height:16px; color:#666666;}
img	{border:0px;}

.a,a:link,a:visited	{font-weight:bold; color:#F29600; text-decoration:none;}
a:hover,a:active	{font-weight:bold; color:#999999; text-decoration:none;}

/*	main layout	*/
#wrap1	{width:810px; margin:0 auto;}
#wrap2	{background:url(../img/bg.jpg) repeat-y;}
#wrap3	{background:url(../img/bgTop.jpg) no-repeat center top;}
#wrap4	{background:url(../img/bgBottom.jpg) no-repeat center bottom; min-height:400px; height:auto !important; height:400px; }
#main	{text-align:left;padding:0 0 30px;}
#footer	{background:url(../img/footer.jpg) no-repeat center; height:40px;}

#header	{height:116px; padding:19px 5px 10px 265px; text-align:right;}
#header #gashBtn	{height:50px; padding:0 0 30px;}
#header #gashBtn img	{height:50px; width:135px;}
#tab	{height:34px;}
#tab ul	{padding:0; margin:0; list-style:none; }
#tab ul li	{float:right; text-align:center; background:url(../img/tab.png) no-repeat;
	width:126px;height:22px; padding:12px 0 0 0;  }
#tab ul li.on	a	{color:#FFFFFF; font-weight:bold;}
#tab ul li	a	{color:#666;font-weight:normal;}
#tabBorder	{background:url(../img/tabBG.png) repeat-x;height:2px;overflow:hidden; clear:both;}

#content	{padding:5px 15px;}

/*	general elements	*/
p	{padding:12px 0; margin:0; display:block; }
ol,ul	{padding:2px 0 4px 25px !important; padding:0; margin:0 !important; margin:2px 0 4px 25px;}
h2	{font-weight:bold; font-size:14px; margin:0; padding:10px 0 5px;}

/* user defined class */
.clear	{clear:both;height:0; overflow:hidden;}
.blank10	{height:10px; overflow:hidden;}
.red	{color:#CC0000;}
.blue	{color:#6C88C9; font-weight:bold;}
.tag	{margin:0 0 0 -10px;}
a.b1	{display:inline-block; padding:3px 18px;  margin:3px;
	background: #DDDDDD; border:1px solid #39C; color:#F60;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
	background: -moz-linear-gradient(top,  #FFFFFF,  #DDDDDD);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
}
a.b1:hover	{color:#06C; border:1px solid #F60;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFDDAA));
	background: -moz-linear-gradient(top,  #FFFFFF,  #FFCC99);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFCC99');
}
