/*
-- CSS Document by Lester Dong [7 July 2006] --
Copyright Digitise Internet Business Solutions Ltd. All Rights Reserved.

::Caveat Pre Emptor (General Warnings)::
1. Any amendments to Section 1 and 2 made has to be reviewed and approved by Digitise
2. Any piece of CSS that is deemed experimental (i.e. CSS3) is NOT allowed.
3. Any piece of CSS that is relatively new to Digitise needs to go through a review and vetting process before it can be used or released.
4. Digitise believes in the "tried and true", please think of all consequences before adding new pieces of CSS.

::Notes::
- If there are any errors please inform Digitise.

::Developers::
Please place extra CSS at appropriate sections

::Sections::
Section 1: HTML Tag CSS
Section 2: Default Typography CSS
Section 3: Extra Typography CSS
Section 4: Structural CSS
*/

/* Section 1: HTML Tags : START */
body, table, td, p, div, input, textarea, form {
	font-family:Arial, Georgia, Helvetica, sans-serif;
	line-height:18px;
	font-size:13px;
}

body {
	margin:0; 
	padding:0;
	background:#FFFFFF;
	font-size:12px;
}

img {
	border:0px; 
	margin:0px;
}

.backtotopbg {
	background-image:url(../images/footerbg.gif);
	height:40px;
	background-position:bottom right;
	background-repeat:no-repeat;
}

.dotline {
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	line-height:10px;
}

.dotline_appliance {
	background-image:url(../images/appliance/dot.gif);
	background-repeat:repeat-x;
	line-height:10px;
}

.dotline_heatcom {
	background-image:url(../images/heatcom/dot.gif);
	background-repeat:repeat-x;
	line-height:10px;
}

a {
	color:#004890;
	text-decoration:underline;
}

a:hover {
	color:#8cc63e;
	text-decoration:underline;
}

.address a, .address{
	color:#004890;
	font-size:11px;
	text-decoration:none;
}

.address a:hover{
	text-decoration:underline;
}




.footer a, .footer{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}



form {
	padding:0;
	margin:0;
}
hr {
	color: #636363;
	height: 1px;
}
ul li {
	list-style-image:url(../images/libg.gif);
}
/* Section 1: HTML Tags : END */



/* Section 2: Default Typography CSS : START */
h1 {
	font-size:16px;
	color:#003882;
	padding-top:10px;
	padding-bottom:0px;
}
h2 {
	font-size:14px;
	color:#003882;
	padding:0px;
	margin:0px;
}
h3 {
	font-size:13px;
	color:#003882;
	padding:0px;
	margin:0px;
}



td.imagecolumn {  
	font-family: verdana, arial,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #333333;
	line-height: 13px;
}
td.imagecolumn a {
	color: #333333;
	text-decoration:underline;
}
td.imagecolumn a:hover {
	color: #666666;
	text-decoration:underline;
}

td.imagecolumn img {
	border: 1px solid #8cc63e;
}

/* Section 2: Default Typography CSS : END */



/* Section 3: Extra Typography CSS : START */
.font11px {
	font-size:11px;
}
/* Section 3: Extra Typography CSS : END */



/* Section 4: Structural CSS : START */
table.staff img {
	border:1px solid #8cc63e;
	margin:15px;
}

table.staff td div{
	font-size: 11px;
	margin-left:15px;
}



/*
::Caveat Pre Emptor::
- Please REFRAIN from using CSS positioning (This does not mean you cannot position background images)
*/


/* Section 4: Structural CSS : END */
