body {
  background:#2d1340;
  color:#333;
  font-family:arial,sans-serif;
  font-size:10pt;
  margin:0;
  padding:0;
  width:100%;
}

h1,h2,h3,h4 {
  margin:0;
  padding:0;
}
h1 {
  background:#5d0055 url(/images/mainbg.gif) repeat-x bottom;
  border-color:#fff;
  border-style:solid;
  border-width:1px 1px 0;
  color:#fff;
  font-size:14pt;
  font-weight:normal;
  padding:8px;
  margin:-5px -11px 10px;
  text-align:center;
}
h3 {
  color:#000;
  font-size:13pt;
  padding:10px 0 2px;
}
h4 {
  color:#000;
  font-size:11pt;
  padding:4px 0 2px;
}
h4:before{
  content: url(/images/bullet.jpg) " ";
}

a {
  color:#5E60AB;
  font-weight:normal;
  text-decoration:none;
}
a:hover {
  color:#f00;
  text-decoration:underline;
}
a img {
  border: 0;
}

p {
  margin:0;
  padding:0 0 10px;
}
p.testimonialText {
  font-style:italic;
}
p.testimonialWho {
  text-align:right;
  font-style:italic;
  font-weight:bold;
}

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;
}

p.error {
  color:#f00;
  font-weight:bold;
}

.showElement {
  display:block;
}
.hideElement {
  display:none;
}

.quote {
  color:#202060;
  font-style:italic;
}
.quoter {
  text-align:right;
}

ul.next-steps {
  font-size:11pt;
  margin:5px 0 10px;
  padding-left:25px;
}

div.location-strip {
  clear:both;
  height:205px;
  margin:0 auto;
  width:750px;
}
div.location-box {
  background:#fff;
  border:1px solid #333;
  float:left;
  font-size:10pt;
  height:187px;
  margin:10px 10px 5px 0;
  text-align:center;
  width:175px;
}
div.location-box h2 {
  background:#5D0055;
  color:#FFFFFF;
  font-size:11pt;
  margin:0 0 3px;
  padding:4px 0 7px;
  text-align:center;
}
div.location-box h2 a {
  color:#fff;
}
div.location-box ul {
  margin:15px 0 40px 23px;
  padding:0;
  text-align:left;
}
div.location-box li {
  padding-bottom:5px;
}

.box-tiny {
  background:#000 url(/images/menubg.gif) repeat-x top;
  border:1px solid #fff;
  color:#fff;
  font-size:9pt;
  margin-bottom:10px;
  padding:5px;
}
.box-tiny a {
  color:#fff;
  font-weight:normal;
  text-decoration:underline;
}
.box-tiny a:hover {
  color:#f00;
}
.box-tiny ul {
  margin:0;
  padding:0;
}
.box-tiny li {
  list-style-type:none;
}
.box-tiny .spartcart-item-minimal {
  margin-top:10px;
}
.box-tiny .spartcart-item-minimal img {
  border:1px solid #999;
}

.spartmail-subscribe .ea {
  border:1px solid #333333;
  color:#999999;
  height:20px;
  margin-top:4px;
  padding:3px;
  width:144px;
}

.small-print {
  font-size:8pt;
}

#header {
  background:url(/images/logo-nick-kemp-bg.gif) no-repeat 173px 15px;
  float:left;
  height:115px;
  margin:0;
  padding:0;
  width:100%;
}
#header img {
  margin:5px 10px 0;
}

#contact-info {
  color:#fff;
  float:right;
  font-size:9pt;
  margin:5px 10px 0;
  text-align:right;
}
#contact-info a {
  color:#fff;
}
#contact-phone {
  color:#fff;
  font-size:15pt;
  position:absolute;
  right:110px;
  top:5px;
}
  
#menu {
  background:url(/images/menubg.gif) repeat-x top;
  border:1px solid #fff;
  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;
}
#menu a.selected {
  color:#9d91ef;
}
#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;
}

#content {
  background:#e3d8ec;
  border-color:#fff;
  border-style:solid;
  border-width:0 1px 1px;
  padding:5px 10px;
}

#videoListColumn {
  border:1px solid #333;
  float:left;
  height:480px;
  margin-right:20px;
  overflow:auto;
  padding:10px;
  width:300px;
}
#videoListColumn .spartavThumbsList li {
  clear:left;
}
#videoListColumn .spartavThumbsList img {
  float:left;
}
#videoViewerColumn {
  float:left;
  width:635px;
}

#footer-links {
  clear:both;
  float:left;
  margin-top:10px;
  text-align:center;
  width:100%;
}

#footer {
  clear:both;
  float:left;
  width:100%;
}
#footer-inner {
  background:#000000 url(/images/menubg.gif) repeat-x scroll center top;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  display:inline-block;
  font-size:9pt;
  margin:10px 10px 0;
}
#footer h2 { 
  font-size:10pt;
}
#footer h2 a { 
  color:#fff;
  font-weight:bold;
}
#footer h2,
#footer p {
  margin:10px;
  padding:0;
  text-align:left;
}
#footer .column {
  float:left;
  width:50%;
}
#footer img {
  vertical-align:bottom;
}

#spartcart #spartadmin div.captioned {
  position:static;
}

#spartcart-item .spartavMediaSlider .mediaTitle {
  top:90px;
  position:absolute;
}
#spartcart-item .spartavMediaSlider .mediaDesc {
  top:390px;
  position:absolute;
}
#spartcart-item .spartavMediaSlider .mediaDesc p {
  color:#fff;
  padding:0 10px;
  width:540px;
}
#spartcart-item .spartavMediaSlider {
  height:450px !important;
  position:relative
}

.spartpressPostHeading {
  background:#2c143f;
  color:#fff;
}
.spartpressPostHeading a {
  color:#fff;
  text-decoration:none;
}
.spartpressPostHeading a:hover {
  text-decoration:underline;
}
.spartpressPostHeading h2 {
  color:#fff;
}
.spartpressPostHeading h3:before {
  content:none;
}

.spartpressPost {
  border:1px solid #2c143f;
}

h2.spartfaqsQandaHeading div,
div.spartfaqsQanda div.openQuote,
div.spartfaqsQanda div.closeQuote {
  color:#fff;
}