@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	background-color: #12559B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
.conbg{background-image:url(images/contents_bg_06.gif); background-repeat:repeat-y;}
h1{ margin:0px 0px 10px 0px; font-size:22px; color:#003366; font-weight:normal}
h2{ margin:0px; font-size:16px; color: #12559b; font-weight: bold}
a{text-decoration:none; color: #000000}
a:hover{color:#003366}
#topnav{
	width:884px;
}
#spacer1{float:left}
#home{float:left; background-image:url(images/sdo_06.gif); width:127px; height:44px; display:block}
#payslips{float:left; background-image:url(images/sdo_07.gif); width:255px; height:44px; display:block}
#tccs{float:left; background-image:url(images/sdo_08.gif); width:128px; height:44px; display:block}
#order{float:left; background-image:url(images/sdo_09.gif); width:126px; height:44px; display:block}
#contact{float:left; background-image:url(images/sdo_10.gif); width:127px; height:44px; display:block}
#home:hover{background-image:url(images/sd_06.gif);}
#payslips:hover{background-image:url(images/sd_07.gif);}
#tccs:hover{background-image:url(images/sd_08.gif);}
#order:hover{background-image:url(images/sd_09.gif);}
#contact:hover{background-image:url(images/sd_10.gif);}
#spacer2{float:left}
.producttitle{color: #FF9900; font-size:13px; font-weight:bold}
.producttitle2{color: #FF9900; font-size:16px; font-weight:bold}
.input {border:1px solid #999999}
#theToolTip{
position: absolute;
left: -300px;
width: 280px;
border: 2px solid #d27d00;
padding: 6px 0px 6px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
font-size:11px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}
