/***********************************************/
/* Millwaters Retreat CSS Document */
/***********************************************/
/***********************************************/
/***********************************************/
/* Main HTML tag styles                        */
/***********************************************/
body {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D75A28;
	}

td	{
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	}
/***********************************************/
/* Table BG Image Styles                       */
/***********************************************/	
.sbg1 { 										/* left bg image */
	background-image: url("../images/sbg1.gif");
	height:18px
	}
	
#top1 { 										
	background-image: url("../images/top01bg.gif");
	height:108px
	}

#contactbg { 										
	background-image: url("../images/s02.gif");
	height:29px;
	}
	
/***********************************************/
/* Background images                           */
/***********************************************/	
#scrollbg2 {									/* middle scroll bg */
	background-image: url("../images/lscroll2.gif");
	background-repeat:repeat-y;
	}

#footbg {									    /* footer bg */
	background-image: url("../images/footbg.gif");
	background-repeat:repeat-x;
	}
	
#welcomebg {									    /* welcome bg */
	background-image: url("../images/welcome_bg.gif");
	background-repeat:repeat-y;
	}
	
/***********************************************/
/* Custom font sizes & colours                 */
/***********************************************/
.small9b	{
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:8pt;
	color:#3d3d3d;
	font-weight:bold;
	}

.small9	{
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:8pt;
	color:#3d3d3d;
	font-weight:normal;
	}

.footer	{
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:8pt;
	color:#FFC99B;
	font-weight:normal;
	}

.content	{
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:10pt;
	color:#FFDFC4;
	font-weight:normal;
	}

.smallcounter	{ /* for hit counter */
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:7pt;
	color:#f1be92;
	font-weight:normal;
	}
	
/***********************************************/
/* Custom Link styles                          */
/***********************************************/
a		{color:#ffb931; text-decoration: none}
a:link		{color:#ffb931; text-decoration: none}
a:Visited	{color:#ffb931; text-decoration: none;}
a:Active	{color:#ffb931; text-decoration: none;}
a:Hover		{color:#999999; text-decoration: underline;}

.lside a:link, .lside a:visited, .lside a:active { /* left side links */
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
    Color : #FFFFFF;
	font-weight: normal;
	text-decoration : none;
}

.lside a:hover {
    font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	Color : #333333;
	font-weight: normal;
	text-decoration : underline;
}

.boldwhite a:link, .boldwhite a:visited, .boldwhite a:active { /* boldwhite links*/
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
    Color : #FFFFFF;
	font-weight: bold;
	text-decoration : none;
}

.boldwhite a:hover {
    font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	Color : #999999;
	font-weight: bold;
	text-decoration : none;
}

.footer a:link, .footer a:visited, .footer a:active { /* footer links*/
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
    Color : #FFC99B;
	font-weight: normal;
	text-decoration : none;
}

.footer a:hover {
    font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	Color : #FFFFFF;
	font-weight: normal;
	text-decoration:underline;
}

/***********************************************/
/* Form styles                                 */
/***********************************************/
.Textbox {
	font-family:Tahoma, arial, helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#999999;
	border-style:solid; 
	padding:0px 0px 0px 2px;
	}
	
/***********************************************/
/*  Error styles                               */
/***********************************************/
.ErrFont {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:8pt;
	color:#FF0000;
	font-weight:bold;
	padding:0px;
	} 

.MsgFont {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size:8pt;
	color:#006699;
	font-weight:bold;
	padding:0px;
	}
	
	 