/*general*/

p,ul,h1,h2,h3,h4,h5,h6 {
font-family:helvetica,arial,sans-serif;
}

p {
font-size:0.75em;
color:#333333;
line-height:1.4em;
margin:0px 0px 20px 0px;
}

/*quick finder header*/
h1#quickFinder {
background-color:#006699;
font-size:0.8em;
color:#ffffff;
border-bottom:solid 5px #ffffff;
padding:18px 5px 0px 45px;
margin:5px 0px -18px 0px;
background-image:url("../images/quickFinderBg.gif");
background-repeat:no-repeat;
background-position:top;
height:50px;
}

/*shops header*/
h1#shops {
background-color:#006699;
font-size:0.8em;
color:#ffffff;
border-bottom:solid 5px #ffffff;
padding:18px 5px 0px 45px;
margin:0px 0px 0px 0px;
background-image:url("../images/shopsBg.gif");
background-repeat:no-repeat;
background-position:top;
height:35px;
}

h2 {
font-size:1.3em;
font-weight:normal;
}

/*colors*/
.greenText {
color:#99cc00;
}

.blueText {
color:#21bbfd;
}

.blackText {
color:#141314;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.contact{
color:#21bbfd;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.special{
color:#99cc00;
font-weight:bold;
}