﻿@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	font-size: 13px;
	font-family: "Verdana", "Geneva", "sans-serif", "微軟正黑體";
	background: url(http://carbing.com.tw/images/bgwc.gif) center repeat-y, #f6f6f6;
}
a{
	color:#9b0000;
	text-decoration:none;
}
a:hover{
	color:#000;
}
p{
	line-height: 1.8em;
}

	
/* 天區塊 */



/* main區塊 */
.wrapper{
	width: 1020px;
	position: relative;
	margin: 0 auto;
	background: url(bg-index.jpg) no-repeat;
}
nav{
	height: 180px;
}
#imenu{
	font-weight: bold;
	width: 457px;
	height: 32px;
	margin-top: 75px;
	float: right;
	background: url(bg-menu.png) no-repeat right;
}
#imenu>li {
	font-size: 17px;
	text-align: center;
	padding: 7px 20px 0 26px;
	float: left;
	display: block;
	position: relative;
}
#imenu li a {
	color: #333333;
	display: inline-block;
}
#imenu li a:hover{
	color: orange;
}
.top{
	background: url(bg-top.jpg) no-repeat;
}
#organo{
	padding: 5px 0 0 10px;
}
#sign{
    color: #fff100;
    font-size: 25px;
    line-height: 1.5;
    padding: 8px 0;
	text-align: center;
	background: #000;
}
.sign{
	float: left;
    padding: 10px 20px;
}
#features p{
	font-size: 12pt;
	line-height: 2;
	padding: 35px 10px;
}


/* 地區塊 */
footer{
    padding: 55px 10px 25px 10px;
    font-size: 11px;
    line-height: 1.5em;
    background: url(footer-bg.png) repeat-x;
	color: #FFF;
}
footer p{
	line-height: 1.5em;
}
.fl, footer address, footer img, footer p, #ss-form, #features img{
	float: left;
}
footer address{
	padding: 0 35px;
}



/* 文字設定 */
.fred{
	color:#F00;
}
.fbrown{
	color:#8c5e05;
}


/* 其他 */
.tac{
	text-align: center;
}
.clr, #features div{
	clear: both;
}