/*
-- 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 {
	background-color:#5487c4;
	line-height:20px;
	margin: 0;
	background-image:url(../images/right_page_bg02.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
}

body, table, div, span, select, input {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px;
	color:#3b3b3b;
}


#left {
	background-image:url(../images/left_page_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#right {
	background-image:url(../images/right_page_bg01.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
img {
	padding:0;
	margin:0;
	border:none;
}

a {
	color:#5895d0;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

h2 {
	font-size:14px;
	color:#5895d0;
	padding:0;
	margin:0;
}

hr {
	padding:0;
}


.topnav {
	background-image:url(../images/logo.gif);
	color:#5895d0;
	text-align:center;
	height:74px;
	vertical-align:middle;
}

.topnav a {
	text-decoration:none;
	font-weight:bold;
}

.topnav a:hover {
	text-decoration:underline;
	color:#333333;
}	

.featureimages {
	background-image:url(../images/feature_image_bg.gif);
	margin:0;
	padding:10px 10px 4px 10px;
	
}

.featureimages img {
	padding-left:4px;
}

.content {
	background-image:url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position:bottom right;
	background-color:#FFFFFF;
	padding:20px 20px 0 40px;
	height:610px;
	vertical-align:top;
}

.content td {
	vertical-align:top;
}

.contentright {
	padding-left:20px;
}
.bottomnav {
	background-image:url(../images/bottom_nav_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:50px;
	padding-right:20px;
}

.bottomnav div {
	margin:0;
	padding:0 0 0 40px;
	float:left;

}

.bottomnav a {
	text-decoration:none;
	color:#000000;
}

.bottomnav a:hover {
	text-decoration:underline;
	color:#333333;
}



.address {
	background-image:url(../images/address.gif);
	height:81px;
	color:#0060bd;

}

.address a {
	color:#0060bd;
	text-decoration:underline;
}

.address a:hover {
	color:#000000;
}

.address div {
	float:left;
	color:#0060bd;

}

.backtotop a {
	color:#0060bd;
	text-decoration:none;
}

.backtotop a:hover {
	color:#000000;
	text-decoration:underline;
}

.tracker {
	clear:both;
	padding-left:410px;
}

/* Section 2: Default Typography CSS : END */

/* Section 3: Extra Typography CSS : START */

/* Section 3: Extra Typography CSS : END */

/* Section 4: Structural CSS : START */
/*
::Caveat Pre Emptor::
- Please REFRAIN from using CSS positioning (This does not mean you cannot position background images)
*/

/* Section 4: Structural CSS : END */
