@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	background-color: #002157;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h6 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
}


#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 205px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
}

#mainContent  {
	background-color: #002157;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: center;
}



#mainContent p {
	margin: 0px;
}
#mainContent h1 {
	margin: 0px;
}
#container  #menu_strip {
	margin: 0px;
	padding: 0px;
	height: 150px;
}
#menu_strip #menu {
	width: 170px;
	float: left;
	height: 140px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#menu li {
	margin-top: 10px;
	list-style-position: outside;
	list-style-image: url(../images/menu_no.gif);
}
#menu li:hover {
	list-style-image: url(../images/menu_yes.gif);
	color: #CC0000;
}

#menu a {
	font-family: "Century Gothic", Verdana, Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
#menu a:hover {
	color: #E1E3B5;
}
#menu_strip #menu_page_text {
	height: 140px;
	background-color: #E1E2B6;
	float: left;
	width: 590px;
	padding-right: 10px;
	padding-left: 10px;
}
#menu_strip #menu_bot {
	background-image: url(../images/menu_bot.gif);
	background-repeat: no-repeat;
	float: left;
	height: 10px;
	width: 170px;
}

#menu_strip #menu_page_text_bot {
	height: 10px;
	float: left;
	width: 610px;
	background-image: url(../images/menu_text_bottom.gif);
	background-repeat: no-repeat;
}
#menu_page_text h1 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #002157;
}
#smallprint {
	font-size: 9px;
	text-align: center;
	clear: left;
}
#loyalty_club ul {
	margin: 0px;
	list-style-image: url(../images/bullet01.gif);
	list-style-type: disc;
	font-size: 12px;
}


#menu_page_text p {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 10px;
	color: #002157;
}

#service_box {
	background-color: #002157;
	height: 300px;
}
#service_box p {
	margin: 0px;
	padding: 0px;
}

#service_dc {
	width: 148px;
	float: left;
	padding: 18px;
}
#service_dc  #service_head {
	height: 98px;
	background-image: url(../images/dry_clean.jpg);
	background-repeat: no-repeat;
}
#service_dc  #service_text {
	background-image: url(../images/dry_clean_text.jpg);
	background-repeat: repeat-x;
	height: 180px;
	padding-right: 5px;
	padding-left: 5px;
}
#service_fl {
	width: 148px;
	float: left;
	padding: 18px;
}
#service_fl  #service_head {
	height: 98px;
	background-image: url(../images/full_laund.jpg);
	background-repeat: no-repeat;
}
#service_fl  #service_text {
	background-image: url(../images/full_laund_text.jpg);
	background-repeat: repeat-x;
	height: 180px;
	padding-right: 5px;
	padding-left: 5px;
}
#service_ra {
	width: 148px;
	float: left;
	padding: 18px;
}
#service_ra  #service_head {
	height: 98px;
	background-image: url(../images/rep_alt.jpg);
	background-repeat: no-repeat;
}
#service_ra  #service_text {
	background-image: url(../images/rep_alt_text.jpg);
	background-repeat: repeat-x;
	height: 180px;
	padding-right: 5px;
	padding-left: 5px;
}
#service_sr {
	width: 148px;
	float: left;
	padding: 18px;
}
#service_sr  #service_head {
	height: 98px;
	background-image: url(../images/shoe_rep.jpg);
	background-repeat: no-repeat;
}
#service_sr  #service_text {
	background-image: url(../images/shoe_rep_text.jpg);
	background-repeat: repeat-x;
	height: 180px;
	padding-right: 5px;
	padding-left: 5px;
}
.service_text_list {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10px;
	text-align: center;
}
.service_text_desc  {
	font-size: 10px;
	text-align: center;
}

.flt_right {
	float: right;
	margin-right: 10px;
}

.ftl_left {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 40px;
	background-color: #E1E2B6;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10px;
	color: #42210B;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer a {
	color: #42210B;
	text-decoration: none;
}
#footer a:hover {
	color: #42210B;
	text-decoration: underline;
}
#footer #footer_left {
	float: left;
	width: 200px;
	text-align: left;
}
#footer #footer_middle {
	float: left;
	width: 360px;
	text-align: center;
}
#footer #footer_right {
	float: left;
	width: 200px;
	text-align: right;
}
#map {
	margin-top: 5px;
}
#contact {
	margin-bottom: 20px;
	height: 200px;
	font-size: 12px;
}
#contact_us_form {
	text-align: left;
}
#enquiry_form td {
	vertical-align: top;
}
#enquiry_form table {
	float: left;
}
#enquiry_form  #address_box {
	float: left;
	margin-left: 30px;
}
#address_box a {
	color: #FFFFFF;
	text-decoration: none;
}
#address_box a:hover {
	color: #C8E3EA;
	text-decoration: underline;
}
#loyalty_club {
	background-color: #FFFFFF;
	color: #002157;
	text-align: left;
	padding: 10px;
	margin-top: 5px;
}
#loyalty_club table {
	font-size: 12px;
	line-height: 10px;
	text-align: right;
	width: 260px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}

.loyalty_club_td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #002157;
}
#loyalty_club #benefits {
	width: 400px;
	margin-left: 100px;
	margin-top: 10px;
}
#enquiry_form input {
	width: 200px;
	font-size: 12px;
	color: #002157;
	margin-bottom: 3px;
}
#enquiry_form textarea {
	width: 200px;
	font-size: 12px;
	font-family: "Century Gothic", Verdana, Arial;
	color: #002157;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.highlight_1 {
	color: #CC0033;
	font-weight: bold;
}
.highlight_2 {
	color: #FFFF00;
	font-weight: bold;
}

#terms {
	font-size: 10px;
	text-align: left;
}
