body {
  background:#ffffff url(/images/dave-urmston-tattoo-pink-ink-tattoos.gif) no-repeat bottom right;
  color:#000000;
  font-family:arial,sans-serif;
  font-size:10pt;
  margin:0;
  padding:0;
  width:100%;
}

h1,h2,h3 {
  margin:0;
  padding:0;
} 
h1 {
  color:#FF8D2F;
  font-size:14pt;
  font-weight:normal;
  padding:8px;
  text-align:center;
}
h2 {
  color:#FF8D2F;
  font-size:13pt;
  padding:10px 0 2px;
}
h3 {
  color:#000;
  font-size:11pt;
  padding:4px 0 2px;
}

a {
  color:#FF8D2F;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  color:#f00;
  text-decoration:underline;
}
a img {
  border: 0;
}

p {
  margin:0;
  padding:0 0 4px;
}

p.quote {
  font-style:italic;
}
p.quoter {
  text-align:right;
  font-style:italic;
  font-weight:normal;
  color:#e77b22;
  font-size: 8pt;
}
p.primary {
  text-align:justify;
  font-style:italic;
  font-weight:normal;
  color:#e77b22;
  font-size: 12pt;
  padding:0 0 12px 0;
}

form {
  margin:0;
  padding:0;
}

img.floatPicLeft {
  float:left;
  margin-right:1em;
  margin-top:0.5em;
  margin-bottom:0.3em;
}

img.floatPicRight {
  float:right;
  margin-left:1em;
  margin-top:0.5em;
  margin-bottom:0.3em;
}

.showElement {
  display:block;
}
.hideElement {
  display:none;
}

#header {
  float:left;
  height:200px;
  margin:0;
  padding:0;
  width:100%;
}
#header img {
  margin:0px 10px 0;
}

#contact-info {
  float:right;
  font-size:9pt;
  margin:20px 15px 0;
  text-align:right;
}
#contact-info a {
  color:#FF8D2F;
}

#menu {
  background:#000000 url(/images/mobile-bike-mechanics-menu-background.png) repeat-x top;
  border:1px solid #000000;
  font-size:9pt;
  margin:0 10px 10px;
  padding:5px;
  position:relative;
  text-align:center;
  white-space:nowrap;
  z-index:999;
}
#menu a {
  color:#fff;
  padding:0 0 7px 0;
}
#menu a:hover {
  text-decoration:none;
  color:#ff0000;
}
#menu a.selected {
  color:#FF8D2F;
}
#menu ul {
  list-style:none;
  margin:0;
  padding:0;
  z-index:999;
}
#menu li {
  display:inline;
  margin:0;
  padding:0 5px;
  position:relative;
  z-index:999;
}
#menu li ul {
  background:#000000;
  border:1px solid #fff;
  border-top:1px solid #000000;
  display:none;
  left:0;
  margin:0;
  padding:0;
  position:absolute;
  top:19px;
  z-index:999;
}
#menu li ul li {
  border-bottom:1px solid #888;
  display:list-item;
  font-size:9pt;
  padding:0;
  text-align:left;
  white-space:nowrap;
  z-index:999;
}
#menu li ul li a.selected {
  background:#53014D;
  color:#ffffff;
  font-weight:bold;
}
#menu li ul li a {
  color:#ffffff;
  display:block;
  font-weight:normal;
  padding:5px 10px;
}
#menu li ul li a:hover {
  background:#808080;
}
#menu li:hover ul,
#menu li.over ul {
  display: block;
}



#colmask {
  position:relative;  /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  clear:both;
  float:left;
  width:100%;     /* width of whole page */
  overflow:hidden;    /* This chops off any overhanging divs */
  /* Left column background colour */
}
#colmid {
  float:left;
  width:200%;
  position:relative;
  left:170px;
  /* Centre column background colour */
}
#colright {
  float:left;
  width:100%;
  position:relative;
  left:50%;
  margin-left:-343px;
  /* Right column background colour */
}
#col1wrap {
  float:right;
  width:50%;
  position:relative;
  right:100%;
}
#col1pad {
  margin:0 0 0 343px;
  overflow:hidden;
}
#col1 {
  width:100%;
  overflow:hidden;
}
#col2 {
  float:left;
  position:relative;
  margin-left:-50%;
  left:183px;
  overflow:hidden;
  width:152px;
}
#col3 {
  float:left;
  width:155px;
  position:relative;
  left:8px;
  overflow:hidden;
  color: #808080;
  font-size:9pt;
  text-align:right;
}

#col3 ul {
list-style:none;
}

#content {
  border:0;
  padding:5px 10px;
}

#footer {
  clear:both;
  float:left;
  width:100%;
  padding:0;
  margin:10px 0 0;
  text-align:center;
}
#footer p {
  font-size:8pt;
  margin:10px;
  text-align:right;
}
#footer p.small-print {
padding:2px 10px;
font-size: 7pt;
color:#808080;
}

.big-list {
list-style:none;
color:#FF8D2F;
text-align: center;
font-size: 32px;
font-weight: normal;
font-family: cracked,arial,sans-serif;
}
.medium-list {
list-style:none;
color:#000000;
text-align: center;
font-size: 24px;
font-weight: normal;
font-family: myriad pro,arial,sans-serif;
}
.left-hand-side{
font-size: 9pt;
text-align: center;
}