/*-----------------------------------------------White Rose Laundries Ltd & Dry Cleaning DirectAuthor:		Chuen Hing LeeVersion: 	1.0Date:		10/01/2006----------------------------------------------- *//* General **************************************/body {	color: #333333;	/*background-color: #ccc;*/    background: #CC9999;	font-family: Arial, Helvetica, sans-serif;	margin: 0px;	padding: 0px;	text-align: center;}p {	font-size: 13px;	padding: 0px 25px 0px 0px;	text-align: justify;		}a {	text-decoration: none;	border-bottom: 1px dotted #CC0033;	font-size: 13px;}a:link {	color: #CC0033;}a:visited {	color: #CC0000;	}a:active {	color: #CC0033;	}a:hover {	color: #FFFFFF;	background-color: #CC0033;}li {	font-size: 13px;}label {	font-size: 13px;}img {    margin: 0px;    padding-right: 5px;}/** Specific items ********************************/#container {	background: url(../images/border_side_wide_red.gif) center repeat-y;	width: 700px;	margin: auto;	text-align: left;}/** Banner items ********************************/#pageHeader {	}#pageHeader #whiteRoseLogo {    margin: 0px;    padding: 0px;}#pageHeader #imageHeader {	position: relative;	top: 46px;	left: 0px;	margin-left: 25px;	border-top: 8px solid #CC0033;    padding: 0px;}#pageHeader span {	color: #333333;	padding-right: 5px;}#pageHeader #tele {	position: absolute;	top: 10px;	padding-left: 25px;	margin-top: 115px;	color: #CC0033;}#pageHeader #email {	position: absolute;	top: 10px;	margin-top: 115px;	padding-left: 260px;	color: #CC0033;}#pageFooter{       margin: auto;    background: url(../images/footer2.gif) center no-repeat;    width: 700px;    height: 50px;    }#footerLinks {    color: #333333;    padding-top: 5px;    padding-bottom: 10px;    font-size: 11px;}#footerLinks a:link, #footerLinks a:active, #footerLinks a:visited{    color: #333333;    text-decoration: underline;    border: none;    font-size: 11px;}#footerLinks a:hover {    color: #CC0033;    background: #ffffff;}/** Page Content items ********************************/#content {	padding-top: 10px;	padding-left: 25px;	padding-bottom: 20px;}#content h2 {	width: 650px;	font-size: 18px;	font-weight: bold;	text-align: left;	letter-spacing: 1px;	color: #CC0033;	border-bottom: 2px solid #CC0033;			}#content h3 {	color: #CC0033;	font-size: 15px;	border-bottom: 1px dotted black;	width: 600px;	}#intro {	}/** Navigation menu **************************************/#navMenu {	position: relative;	top: -123px;	padding-left: 25px;	width: 650px;	}/* Hide sub menu items */#mainMenu .submenu {	display: none;}#mainMenu {	border-bottom: 5px solid #CC0033;	margin:0px;	padding-bottom : 19px;	padding-left : 10px;}#mainMenu ul, #mainMenu li, #mainMenu ul li	{	display: inline;	list-style-type: none;	margin: 0;	padding: 0;	}/* Sets background color of active tab */#mainMenu .active a:link, #mainMenu .active a:active, #mainMenu .active a:visited{	background: #CC0033;	font-size: 13px;	}/** Main menu links **/#mainMenu a:link, #mainMenu a:visited { 	background-color: #333333;	color: #FFFFFF;	float: left;	font-size: small;	font-weight : normal;	line-height : 15px;	margin-right: 8px;	padding : 2px 10px 2px 10px;	text-decoration: none;	border-bottom: none;	font-size: 13px;}#mainMenu a:hover	{	color: #fff;	background-color: #CC0033;	border-bottom: none;	}/** Sub menu**/#mainMenu .submenu {	position: absolute;	z-index: 100;	top: 170px;	left: 26px;	list-style: none;	width: 115px;	padding: 0px;	margin: 0px;	color: #FFFFFF;	padding-top: 12px;	float: left;	}#mainMenu .submenu li:first-child, #mainMenu .submenu .subTitle{	position: relative;	top: 0px;	left: 0px;	font-size: 15px;	font-weight: bold;	text-decoration: underline;	letter-spacing: 2px;	width: 100px;	padding-left: 5px;}#mainMenu .submenu li a{	position: relative;	text-align: left;	margin: 10px 0px 0px 5px;}#mainMenu .submenu li a:link {	display: block;	float: none;	text-decoration: none;	font-size: 13px;	color: #FFFFFF;	background: url(../images/arrow_white.gif) left no-repeat;	}#mainMenu .submenu li a:active, #mainMenu .submenu li a:visited {	display: block;	float: none;	background: url(../images/arrow_white.gif) left no-repeat;	}#mainMenu .submenu li a:hover {	text-decoration: underline;	background: url(../images/arrow_grey.gif) left no-repeat;	}