/* Website Designed by Calvin Da in Jiva Design*/ @font-face {font-family:Calibri;
    src:
    url(../CALIBRI.TTF) format("TrueType");
}

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

body {
    color: #555;
    font-family: "Calibri", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

#wrapper {
    margin: 85px auto;
    width: 900px;
    height: 400px;
    clear: all;
    /*display: none;*/
}

.logo {
    text-indent: -999em;
    overflow: hidden;
    display: block;
    width: 162px;
    height: 39px;
    background: url(../images/jiva_logo.jpg) no-repeat 0 0;
    position: relative;
    top: 60px;
    right: 25px;
}

.nav {
    position: relative;
    display: block;
    width: 133px;
    top: 85px;
    line-height: 25px;
    text-align: right;
    list-style: none;
}

/*圖片輪播*/
#portfolio {
    display: block;
    margin: 24px 0 0 0px;
	padding-bottom:10px;
    *margin: -124px 0 0 0px;
}
#portfolio li span{
	font-size:12px;
	color:#999;
	margin:-10px 0 0 0;
	text-decoration:none;
}
#portfolio li img{
	margin:0 0 8px 0;
}
.project_list {
    display: block;
    width: 710px;
    height: 225px;
    position: relative;
    left: 186px;
    margin: 42px 0 0 0;
    *margin: -145px 0 0 0;
}

.works_display {
    display: block;
    width: 710px;
    height: 225px;
    position: relative;
    left: 186px;
    margin: 35px 0 0 0;
    *margin: -115px 0 0 0;
}

.back {
    background: url("../images/arrow_left.gif") no-repeat scroll 5px 4px transparent;
    color: #555;
    height: 20px;
    position: absolute;
    right: 13px;
    text-align: right;
    top: 0;
    width: 55px;
}

.back:hover {
    background: url(../images/arrow_left_hover.gif) no-repeat 5px 4px;
}

/*關於我們*/
.about_us {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    display: block;
    width: 682px;
    height: 268px;
    position: relative;
    left: 186px;
    margin: 42px 0 5px 0;
    *margin: -145px 0 0 0;
}

.about_jiva {
    float: left;
    margin: 19px 0 0 0px;
}
* + html .about_jiva {
    margin: 5px 0 0 0px;
}

.about_jiva p {
    width: 614px;
    display: block;
    color: #888;
    font-size: 12px;
}

.about_text01 {
    float: left;
    border-right: 1px solid #ccc;
    width: 296px;
    height: 137px;
    margin: 18px 0 0 0;
}

.about_text01 p {
    color: #888;
    font-size: 12px;
    margin: -4px 0 29px 0;
}

.about_text01 p strong {
    text-align: right;
    font-size: 15px;
    color: #555;
	font-weight:normal;
}

.about_text02 {
    float: right;
    margin: -10px 133px 5px 0;
	*margin: -10px 133px 5px 20px;;
}

.about_text02 p {
    color: #888;
    font-size: 11px;
    margin: 33px 0 5px 0;
}

.about_text02 p strong {
    text-align: right;
    font-size: 15px;
    color: #555;
	font-weight:normal;
}

.view {
    color: #FBB03B;
    margin: 0 0 0 15px;
    font-size: 12px;
}

.view:hover {
    color: red;
}

.content {
    display: block;
    width: 500px;
    margin: 0 0 0 170px;
}

/*聯絡我們*/
.contact_us {
	border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    line-height: 19px;
    display: block;
    width: 700px;
    color: #555;
	height:270px;
    margin: 87px 0 0 170px;
	background: url(../images/jiva_map.jpg) no-repeat right 46px;
	*margin: -65px 0 0 170px;
}

.contact_us h2{
	position:relative;
	top:-48px;
}

.contact_us p {
	width:400px;
    font-size: 12px;
    margin: 0px 0 24px 0;
}
.contact_us div{
	
}
.contact_us a {
    color: #555;
}

.contact_us a:hover {
    color: #FBB03B;
}

/*主要選單*/
.home {
    position: absolute;
    left: 85px;
    top: 5px;
    z-index: 10;
}

.home_hover {
    position: absolute;
    left: 85px;
    top: 5px;
}

.about {
    position: absolute;
    left: 62px;
    top: 30px;
    z-index: 10;
}

.about_hover {
    position: absolute;
    left: 62px;
    top: 30px;
}

.our_works {
    position: absolute;
    left: 48px;
    top: 55px;
    z-index: 10;
}

.our_works_hover {
    position: absolute;
    left: 48px;
    top: 55px;
}

.press {
    position: absolute;
    left: 20px;
    top: 80px;
    z-index: 10;
}

.press_hover {
    position: absolute;
    left: 20px;
    top: 80px;
}

.contact {
    position: absolute;
    left: 58px;
    top: 105px;
    z-index: 10;
}

.contact_hover {
    position: absolute;
    left: 58px;
    top: 105px;
}

.blog {
    position: absolute;
    left: 89px;
    top: 260px;
    z-index: 10;
}

.blog_hover {
    position: absolute;
    left: 89px;
    top: 260px;
}

/*Works Nav*/
.works_nav {
    position: relative;
    width: 600px;
    *width: 650px;
    height:
    46px;
    left:
    186px;
    top:
    45px;
    * height: 90px;
    * top: -116px;
}

.works_nav li {
    color: #ccc;
    float: left;
    display: inline;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0 25px 0 0;
    *margin: 13px 25px 0 0;
}

.works_nav li a {
    color: #555;
}

.works_nav li a:hover {
    color: #fbb03b;
}

/*頁腳*/
.footer {
    display: block;
    position: relative;
    color: #999;
    float: right;
    clear: both;
    height: 50px;
    margin: 90px 60px 0 0;
    *margin: 124px 30px 0 0;
    letter-spacing:
    1px;
    font-size:
    11px;
    text-align: right;
}

/*頁腳02*/
.footer02 {
    display: block;
    position: relative;
    color: #999;
    float: right;
    clear: both;
    height: 50px;
    margin: 10px 33px 0 0;
    *margin: 6px 15px 0 0;
    letter-spacing:
    1px;
    font-size:
    11px;
    text-align: right;
}

/*頁腳03*/
.footer03 {
    display: block;
    position: relative;
    color: #999;
    float: right;
    clear: both;
    height: 50px;
    margin: 105px 13px 0 0;
    *margin: 10px 5px 0 0;
    letter-spacing:
    1px;
    font-size:
    11px;
    text-align: right;
}

/*給該死的IE 7修正*/ * + html .footer {
    margin: 124px 60px 0 0;
}
* + html .footer02 {
    margin: 60px 33px 0 0;
}
* + html .footer03 {
    margin: 110px 15px 0 0;
}

