﻿
*
{
    padding: 0px;
    margin: 0px;
}

body
{
    font: 13px/18px arial, sans-serif;
}

p {font-size: 1.2em; line-height: 2.0em;}
h1 {font: 2em/1em Arial, Helvetica, sans-serif; color: #ae8737;}
h2 {font-size: 1.4em; line-height: 2.0em; font-weight:bold;}
h3 {font-size: 1.3em; line-height: 2.0em; font-weight:bold;}
h4 {font-size: 1.2em; line-height: 2.0em; font-weight:bold;}
ul {font-size: 1.2em; line-height: 2.0em; list-style-type:inherit; list-style-position:inside; padding-left:15px}
ol {font-size: 1.2em; line-height: 2.0em; list-style-type:inherit; list-style-position:inside; padding-left:15px}
a
{
    color: #ffb152;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}


img
{
    border: none;
}

#menu-drycleaning {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-DryCleaning.gif") no-repeat; background-position:right;
	
}

#menu-drycleaning a {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-DryCleaning.gif") no-repeat; background-position:right;
	display: block;
}
#menu-drycleaning a:hover {
    background: url("/images/menu/Text-DryCleaning-Hover.gif") no-repeat; background-position:right;
}
#menu-ironing {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Ironing.gif") no-repeat; background-position:right;
}

#menu-ironing a {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Ironing.gif") no-repeat; background-position:right;
	display: block;
}
#menu-ironing a:hover {
    background: url("/images/menu/Text-Ironing-Hover.gif") no-repeat; background-position:right;
}
#menu-Washing {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Washing.gif") no-repeat; background-position:right;
}

#menu-Washing a {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Washing.gif") no-repeat; background-position:right;
	display: block;
}
#menu-Washing a:hover {
    background: url("/images/menu/Text-Washing-Hover.gif") no-repeat; background-position:right;
}
#menu-HomeDelivery {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-HomeDelivery.gif") no-repeat; background-position:right;
}

#menu-HomeDelivery a {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-HomeDelivery.gif") no-repeat; background-position:right;
	display: block;
}
#menu-HomeDelivery a:hover {
    background: url("/images/menu/Text-HomeDelivery-Hover.gif") no-repeat; background-position:right;
}
#menu-Repairs {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Repairs.gif") no-repeat; background-position:right;
}

#menu-Repairs a {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Repairs.gif") no-repeat; background-position:right;
	display: block;
}
#menu-Repairs a:hover {
    background: url("/images/menu/Text-Repairs-Hover.gif") no-repeat; background-position:right;
}
#menu-Contact {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Contact.gif") no-repeat; background-position:right;
}

#menu-Contact a {
	width: 234px;
	height: 83px;
	background: url("/images/menu/Text-Contact.gif") no-repeat; background-position:right;
	display: block;
}
#menu-Contact a:hover {
    background: url("/images/menu/Text-Contact-Hover.gif") no-repeat; background-position:right;
}

#BasketcaseMenu
{
    position: absolute;
    left: 50px;
    top: 185px;
    height: 83px;
}
#BasketcaseMenu ul
{
    float: left;
    width: 234px;
    list-style: none;
    padding-left:0;
}
#BasketcaseMenu li
{
    float: left;
    margin: 0 8px 0 0;
}
#BasketcaseMenu img
{
    display: inline;
    float: left;
}

.button-pricelist {
	width: 148px;
	height: 50px;
	background: url("/images/btnPriceList.gif") no-repeat;
}

.button-pricelist a {
	width: 148px;
	height: 50px;
	background: url("/images/btnPriceList.gif") no-repeat;
	display: block;
	float:left
}
.button-pricelist a:hover {
	width: 148px;
	height: 50px;
	background: url("/images/btnPriceList-hover.gif") no-repeat;
	display: block;
	float:left
}

.button-orderform {
	width: 148px;
	height: 50px;
	background: url("/images/btnorderform.gif") no-repeat;
}

.button-orderform a {
	width: 148px;
	height: 50px;
	background: url("/images/btnorderform.gif") no-repeat;
	display: block;
    float:left;
}
.button-orderform a:hover {
	width: 148px;
	height: 50px;
	background: url("/images/btnorderform-hover.gif") no-repeat;
	display: block;

}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/btnPriceList.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 50px;
    width: 148px;
    margin-right: 0px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
}

a.button:hover{
    background: url("/images/btnPriceList-hover.gif") no-repeat scroll top right; 
}

a.button span {
    background: transparent url('/images/btnPriceList.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 0px 0 0px 0px;
}

a.button2 {
    background: transparent url('/images/btnorderform.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 50px;
    width: 148px;
    margin-right: 0px;
    padding-right: 0px; /* sliding doors padding */
    text-decoration: none;
}

a.button2:hover{
    background: url("/images/btnorderform-hover.gif") no-repeat scroll top right; 
}


a.button2 span {
    background: transparent url('/images/btnorderform.gif') no-repeat;
    display: block;
    line-height: 18px;
    padding: 0px 0 0px 8px;
}

