/*
-- 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 {
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#ffffff;
}
img {
	margin:0;
	padding:0;
	border:0;
}
form {
	padding:0;
	margin:0;
}
hr {
	color:#70a6e3; 
	background-color:#70a6e3 !important;
	height:1px;
	border::0;
	border:1px #70a6e3 !important;
	width:100%;

}
#CenterTable {
	margin-left: auto;
	margin-right: auto;
}
/* Section 1: HTML Tags : END */



/* Section 2: Default Typography CSS : START */
h1 {
	font-size:14px;
	font-family:Arial,Verdana,Sans-serif;
	margin-bottom: 5px;
	color:#70a6e3;
	font-weight:bold;
}
h2 {
	font-size:13px;
	font-family:Arial,Verdana,Sans-serif;
	margin-bottom: 5px;
	font-weight:bold;
}
h3 {
	font-size:12px;
	font-family:Arial,Verdana,Sans-serif;
	color:#990000;
	margin-bottom:5px;
	font-weight:bold;
}
td, div {  
	font-family: arial,helvetica,verdana,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 12px; 
	line-height: 16px;
	color:#333333;
}

input, textarea, select {
	font-family: MS Sans Serif; 
	font-size: 12px;
}

a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#990000;
	text-decoration:underline;
}

td.imagecolumn {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color: #333333;
	line-height: 13px;
	padding-right:5px;
}
td.imagecolumn a {
	color:#333333;
	text-decoration:underline;
}
td.imagecolumn a:hover {
	color:#666666;
	text-decoration:underline;
}

td.address {  
	font-family: arial,verdana,helvetica,Trebuchet MS,Trebuchet,sans-serif; 
	font-size: 11px; 
	color:#003366;
	line-height: 13px;
}
td.address a {
	color:#003366;
	text-decoration:none;
}
td.address a:hover {
	color:#003366;
	text-decoration:underline;
}

.footer {  
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	padding:0px 0px 0px 10px;	
}
.footer a {
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 11px; 
	color:#152e2e;
	text-decoration:none;
}
.footer a:hover {
	color:#990000;
	text-decoration:underline;
}
.pagecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:5px 10px 0px 10px;
}
/* Section 2: Default Typography CSS : END */



/* Section 3: Extra Typography CSS : START */
.font11px {
	font-size:11px;
	padding:5px
}
.footer1, .footer1 div {  
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
}
.footer1 a, .footer1 div a{
	font-family: Arial,Verdana,Helvetica,Sans-Serif; 
	font-size: 11px; 
	color:#152e2e;
	text-decoration:none;
}
.footer1 a:hover, .footer1 div a:hover {
	color:#990000;
	text-decoration:underline;
}
/* Section 3: Extra Typography CSS : END */



/* Section 4: Structural CSS : START */
.bgleft {
	background:url(../images/bgleft.gif) top right repeat-y;
}
.bgright {
	background:url(../images/bgright.gif) top left repeat-y;
}
.contentleft {
	background:url(../images/contentleft.gif) bottom right no-repeat;
}
#maincontent {
	background:url(../images/contentbottom.gif) bottom no-repeat #ffffff;
}
.violineleft {
	background:url(../images/footerleft.gif) top right no-repeat;
}
.violinebottom {
	background:url(../images/violinebottom.gif) top left no-repeat;
}
#hightlightbg {
background:url(../images/highlightbg2.gif) bottom no-repeat;
}

.hltitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}
.hlcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 0 5px 5px 5px; 
}

#hlcolumnbg {
	background:url(../images/hlcolumnbg.gif) top right no-repeat #ffffff;
}

.hlctitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	padding-left:25px;
}

.tour {
	color:#70a6e3;
	font-size:13px;
	
}

.hot {
	margin-top: 2px;
}
/*
::Caveat Pre Emptor::
- Please REFRAIN from using CSS positioning (This does not mean you cannot position background images)
*/


/* Section 4: Structural CSS : END */
