/* main StyleSheet for FUJIelevator.com.my */

body {
font: 75%/1.2 Tahoma, verdana, lucida, sans-serif;
margin: 0px;
padding: 0px;
width: 100%;
color: #333;
text-align: center;
background-color: #fff;
background-image: url("images/index-fixbg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}
/* fix the png transparency bugs in IE */
img, div { behavior: url("iepngfix.htc");}

h1, h2, h3 {
font-family: Tahoma, "Trebuchet MS", "Geneva CE", lucida, sans-serif;
color: #485384;
margin: 10px 0px 0px;
text-align: left;
}

h1 {
font-size: 160%;
letter-spacing: -0.08em;
}

h2 {
font-size: 120%;
letter-spacing: 0.1em;
color: #abc3d5;
}

h3 {
font-size: 120%;
letter-spacing: 0.1em;
}

p, ul {
margin: 0px;
padding: 5px;
padding-top: 10px;
line-height: 150%;
text-align: justify;
}

a {
color: #48632e;
}

a:hover {
color: #eb3006;
text-decoration: none;
}

a:visited {
color: #848484
}

#spacer {
clear: both;
visibility: hidden;
padding: 0px;
}

#container {
width: 740px;
margin: 0px auto;
text-align: center;
padding: 0px;
}

#indexheader {
height: 150px;
background-repeat: no-repeat;
}

#contentframe {
width: 730px;
height: 360px;
margin: 0px;
padding: 10px;
background-image: url("images/indexboxbg.png");
background-repeat: no-repeat;
}

#index-selection {
position: relative;
width: 420px;
margin: 0px;
margin-left: 10px;
padding: 0px;
float: left;
}

#index-selection ul {
width: 100%;
padding-left: 0px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 50px;
margin-left: 0px;
text-align: center;
}

#index-selection ul li {
/*
margin: 0px;
list-style: none;
height: 25px;
display: block;
float: left;
width: 20%;
*/
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;

}

#index-selection li a {
color: #054269;
margin: 0px;
text-decoration: none;
font-weight: bold;
text-align: left;
width: 100%;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 3px;
padding-top: 3px;
}

#index-selection li a:hover {
color: #485ff9;
background-color: #eefcff;
}

#index-selection li a span {
position: absolute;
visibility: hidden;
/* background-image: url("images/index-selectionbg.jpg"); */
background-repeat: no-repeat;
width: 0px;
height: 0px;
top: +75px;
left: +5px;
border: 1px solid #DBDBDB;
}

#index-selection li a:hover span {
z-index: 100;
visibility: visible;
width: 410px;
height: 180px;
border: 1px solid #DBDBDB;
}

#index-selection li a span img {
border: 0px;
padding: 10px;
}

#index-sidenews {
width: 240px;
height: 300px;
margin: 15px;
margin-top: 20px;
padding-left: 10px;
border-left: 1px dotted #cdcdcd;
float: left;
}

#index-sidenews ul {
padding: 0px;
padding-bottom: 20px;
margin: 0px;
margin-left: 1em;
}

.index-title
{
color: #ffffff;
font-weight: bold;
background-color: #1080bf;
margin: 0px;
padding: 2px 5px;
}

#index-preload {
z-index: -100;
position: absolute;
padding: 10px;
margin: 0px;
width: 390px;
height: 160px;
top: +75px;
left: +5px;
z-index /**/:0;
border: 1px solid #DBDBDB;
}

.bigletter:first-letter {
font-size: 200%;
color: #5885ab;
}

#content{
padding: 0px 10px;
background-color: #fff;
}


#footer {
margin: 0px auto;
text-align: center;
padding: 20px 0;
font-size: 8pt;
clear: left;
}

#site-head {
width: 750px;
height: 20px;
margin: 0px auto;
padding: 1em;
font-family: "Arial", "Trebuchet MS", "Geneva CE", lucida, sans-serif;
font-size: 80%;
font-weight: bold;
color: #fff;
z-index: +1;
position: absolute;
top: 2px;
padding: 0px;
visibility: visible;

}

#site-head ul {
text-align: right;
width: 200px;
padding: 0px;
margin: 0px;
float: right;
}

#site-head li {
margin: 0px 7px;
padding: 0px;
display: inline;
}

#site-head a {
color: #2e3291;
font-weight: bold;
}

#site-head a:hover {
color: #a09ca3;
font-weight: bold;
}
