/* 
   NAVTEQ Media Solutions - Main Style Sheet
   Contact: support@sharkbyte.co.uk
*/

/* @group global */

body {
  font: 0.8em "Lucida Grande", Lucida, Verdana, sans-serif;
  margin: 0 0 15px;
}

#bodywrapper {
  width: 745px;
  margin: 0 auto;
}

a img {
  border: 0;
}

/* @end */

/* @group header */

#header {
  background: url(/images/header-bg.gif) repeat-x left bottom;
  position: relative;
  height: 100px;
}

#header h1 {
  margin: 0;
  padding: 0;
}

#nav {
  position: absolute;
  bottom: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 23px;
  z-index: 99;
}

#nav li {
  float: left;
  width: 115px;
  position: relative;
  height: 23px;
}

#nav li a {
  display: block;
  border-left: 1px solid #ddd;
  position: relative;
}

#nav li ul {
  position: absolute;
  top: 23px;
  width: 115px;
  right: 0;
  margin: 0;
  left: -999em;
  padding: 0;
  background: url(/images/subnav-bg.gif) no-repeat left bottom;
  list-style: none;
  z-index: 999;
}

#nav li ul li {
  height: auto;
  border-bottom: 1px solid #eee;
  z-index: 99;
}

#nav li ul li.last {
  border: 0;
}

#nav li:hover ul, 
#nav li.hover ul {
  left: auto;
}

#nav li ul li a {
  border: 0;
  float: left;
  cursor: pointer;
  position: relative;
}

/* @end */

/* @group content */

#content {
  width: 745px;
  background-color: #fff;
  padding: 5px 0;
}

#flash {
  height: 533px;
}

.flashtext {
  display: none;
}

/* @group contact form */

.contact-form {
  background: url(/images/contact-bg.gif) no-repeat left top;
}

.contact-form form {
  padding: 20px;
}

.contact-form h2 {
  margin: 0;
  padding: 5px 0 25px 0;
}

.col1 {
  float: left;
  width: 49%;
}

.col2 {
  float: right;
  width: 49%;
}

.field {
  padding-bottom: 20px;
}

.field label {
  font-weight: bold;
}

.contact-form input {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
}

.formHelp {
  padding: 1px 0;
  font-size: 0.8em;
  color: #666;
}

.contact-form select {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em; 
}

.contact-form textarea {
  border: 1px solid #ccc;
  font-size: 1em;
  padding: 0.5em;
  width: 96%;
  height: 110px;
}

.formControls {
  padding-top: 10px;
  text-align:  right;
}

.error {
  color: red;
}

.formControls input {
  border: 0;
  padding: 0;
}

/* @end */

/* @end */

/* @group footer */

#footer {
  height: 40px;
  background: url(/images/footer-bg.gif) repeat-x left top;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  clear: both;
}

#footer .logo {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
}

#footer p {
  margin: 0 0 0 100px;
  line-height: 43px;
  padding: 0;
  font-size: 9px;
  color: #999;
}

.twitter {
  float: right;
  font-size: 0.8em;
  vertical-align: middle;
  padding: 7px 5px 0 0;
  color: #999;
  font-weight: bold;
}

.twitter a {
  color:#999;
  text-decoration: none;
}

.twitter a:hover {
  color:#666;
  text-decoration: underline;
}

.twitter img {
  vertical-align: middle;  
  margin: 0 0 3px 3px;
}

#cs-content {
  background: url(/images/cs-bg1.jpg) bottom center no-repeat;
   
}

#cs-content .cs-inner {
  background: url(/images/cs-phones.png) top left no-repeat; 
  padding-bottom: 260px; 
}

#cs-content h2 {
  margin: 0;
  padding: 20px 0 15px 20px;
}

#cs-content p {
  margin: 0;
  font-size: 12px;
  padding: 0 340px 10px 20px;
}

#cs-wrapper {
  background: #ccddec url(/images/cs-bg.jpg) top left repeat;
}

.extra-text {
  padding-bottom: 100px;  
}

#cs-content .phonewrapper {
}

#cs-content .phones {
  position: absolute;
  margin-left: 440px;
  margin-top: 20px;
  display: block;
}

#cs-content a {
  font-weight: bold;
  color: #1e57a2;
  text-decoration: none;
  position: relative;
}

/* events */

.events {
  background: #fff url(/images/events-bg.gif) top left no-repeat; 
}

.ev-inner {
  padding: 20px 0 0 60px;
}

.ev-inner h2 {
  margin: 0;
  padding: 20px 0 10px 0;
}

.ev-inner dl {
  margin: 0;
  padding: 10px 0 20px 0;
}

.ev-inner dt {
  float: left;
  font-weight: bold;
  height: 50px;
  clear: left;
  width: 370px;
}

.ev-inner dd {
  margin: 0;
  height: 50px;
}

.ev-inner dt img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* @end */