/* CSS File */
/* Base styles */
html {
  background-image: url('../images/template/background.gif');
  background-repeat: repeat;
}
body {
  width: 990px;
  margin: 0px auto;
  font-family: Verdana, Tahoma, Arial, Helvetica;
  font-size: 10pt;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
div {
  margin: 0px auto;
  padding: 0px;
  border: none;
  display: block;
  float: left;
}
table {
  float: left;
  display: block;
}
p {
  color: #000000;
  font-size: 8pt;
  line-height: 150%;
}
td {
  color: #000000;
  font-size: 8pt;
  line-height: 150%;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
.b {
  font-weight: bold;
  font-style: normal;
}
.i {
  font-style: italic;
}
.italic {
  font-style: italic;
}
table.center {
  margin-left: auto; 
  margin-right:auto;
}
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
object {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
h1 {
  color: #4682A9;
  text-transform: uppercase;
  font-size: 9pt;
  line-height: 25px;
  vertical-align: middle;
  text-indent: 0px;
  margin: 0px;
  font-family: Arial, Tahoma, sans-serif;
}
h2 {
  color: #4682A9;
  text-transform: uppercase;
  font-size: 8.5pt;
  line-height: 25px;
  vertical-align: middle;
  text-indent: 0px;
  margin: 0px;
}
h3 {
  color: #E59B38;
  font-size: 14px;
  line-height: 25px;
  vertical-align: middle;
  text-indent: 0px;
  margin: 0px;
  padding: 15px 0 2px 0;
  font-family: Arial, Tahoma, sans-serif;
}
iframe {
  border: 0;
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  font-size: 8pt;
}
.req_field {
  color: #FF0000;
}
div #container {
  background-color: #FFFFFF;
}
/* Layout */
div #banner_container {
  width: 990px;
  height: 109px;
  background: #fff url('../images/template/banner-repeat.jpg') 10px 6px repeat-x;
  padding-top: 2px;
}
div #banner_logo {
  width: 200px;
  height: 109px;
  background-image: url('../images/template/banner_logo.jpg');
  background-repeat: no-repeat;
}
div #banner_padding {
  width: 200px;
  height: 109px;
  background-image: url('../images/template/banner_padding.jpg');
  background-repeat: no-repeat;
}
div #banner_menu {
  width: 580px;
  height: 29px;
  color: #E7E2E8;
  background-image: url('../images/template/banner_menu.jpg');
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 80px;
  text-align: right;
  padding-right: 10px;
  font-size: 8pt;
}
div #banner_menu a {
  color: #E7E2E8;
  text-decoration: none;
}
div #banner_menu a:hover {
  color: #FFF;
  text-decoration: underline;
}
div #header_container {
  width: 990px;
  height: 205px;
  background-color: #FFFFFF;
}
div #header_flash {
  width: 756px;
  height: 205px;
  background-color: #FFFFFF;
}
div #header_form {
  width: 234px;
  height: 203px;
  background-image: url('../images/template/header_form.jpg');
  background-repeat: no-repeat;
  background-color: #EFEBEA;
}
div #content_container {
  width: 990px;
  background-color: #FFFFFF;
}
div #side_menu {
  width: 175px;
  padding: 16px 10px 200px 15px;
 /*background-image: url('../images/template/menu-christmas.jpg');*/
  background-position: 85px 48px;
  background-repeat: no-repeat;
}
#side_menu ul {
  margin: 0px;
  padding: 0px;
  border: none;
}
#side_menu ul li {
  margin: 0px;
  padding: 6px 0px;
  list-style-type: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 8pt;
  line-height: 20px;
  vertical-align: middle;
  border-bottom: 1px dotted #848282; 
}
#side_menu ul li a {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 8pt;
  line-height: 20px;
  vertical-align: middle;
  text-decoration: none;
}
#side_menu ul li a:hover {
  color: #4682A9;
}
#side_menu ul li ul {
  margin: 0px;
  padding: 0px;
  border: none;
}
#side_menu ul li ul li {
  margin: 0px;
  padding: 0px 0px 0px 5px;
  list-style-type: none;
  color: #2C8FC0;
  text-transform: none;
  font-size: 8pt;
  line-height: 20px;
  vertical-align: middle;
  border: 0;
}
#side_menu ul li ul li a {
  margin: 0px;
  list-style-type: none;
  text-transform: none;
  color: #556B76;
  font-size: 8pt;
  line-height: 20px;
  vertical-align: middle;
}
div #content {
  width: 536px;
  padding: 20px 10px 20px 10px;
  /*background-image: url('../images/template/content_body.gif');*/
  background-repeat: no-repeat;
}
#content ul {
  margin: 0px;
  padding: 5px 0 5px 0;
  border: none;
  list-style-type: none;
}
#content ul li {
  background: url(../images/template/bullet.jpg) 0 9px no-repeat;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  list-style-type: none;
  color: #000000;
  text-transform: none;
  font-size: 8pt;
  line-height: 20px;
  vertical-align: middle;
}
#content ul li ul li {
  background: none
}
#content ol {
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
}
#content ol li {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  color: #000000;
  text-transform: none;
  font-size: 8pt;
  line-height: 20px;
  vertical-align: middle;
}
div #content_wide {
  width: 770px;
  padding: 20px 10px 20px 10px;
  /*background-image: url('../images/template/content_body_wide.gif');*/
  background-repeat: no-repeat;
}
#content_wide a, #content a{
  color: #0081D5;
  text-decoration: none;
}
#content_wide a:hover, #content a:hover{
  color: #0081D5;
  text-decoration: underline;
}
div #ctas {
  width: 234px;
  padding: 6px 0px 20px 0px;
  /*background-image: url('../images/template/content_cta.gif');*/
  background-repeat: no-repeat;
}
div .cta {
  width: 229px;
  /*height: 172px;*/
  padding-bottom: 8px;
  padding-right: 5px;
}
div #footer_container {
  width: 990px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 4px 0px 6px 0px;
  text-align: center;
  background-color: #242021;
  color: #828181;
  font-size: 8.5pt;
}
div #footer_container a {
  width: 990px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  background-color: #242021;
  color: #828181;
  font-size: 8.5pt;
  text-decoration: none;
}
div #footer_container a:hover {
  color: #FFF;
  text-decoration: underline;
}
div #breadcrumbs {
  width: 536px;
  color: #555;
  font-size: 10px;
  padding-bottom: 10px; 
}
div #breadcrumbs a {
  font-size: 10px;
}
div .dots {
  width: 536px;
  height: 15px;
  line-height: 1px;
  font-size: 1px;
  border-top: 1px dotted #bbb;
}
/** Meet the team **/
div .team_member {
  width: 536px;
  padding-bottom: 15px;
}
div .team_member img {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

/* === Ticket === */
#ticket_container {
  width: 447px;
  height: 200px;
  background-image: url('http://preview5.woh.co.uk/dev/space/images/template/ticket.jpg');
  float: none;
}
#ticket {
  padding-top: 25px;
  padding-left: 140px;  
  
}
#ticket_form {
  width: 290px;
  height: 120px;
}
.ticket_form_row {
  padding-bottom :10px;
  line-height: 20px;
}
.ticket_form_label {
  font-family: Verdana,Tahoma,Arial,Helvetica;
  font-size: 12px;
  color: #364958;
  height: 20px;
  width: 115px;
  float: left;
}
.ticket_form_field {
  height: 20px;
  float: left;
}
.ticket_form_field .input {
    color: red;
}
#newsletter_signup {
    width:163px;
    height: 175px;
    padding: 17px 5px 5px 5px;
    background-color:#eee;
    margin: 0px 0px 10px 0px;
    background-image: url('../images/template/signup_background.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}
#newsletter_signup_header {
    font-size: 16px;
    width:163px;
    color:#ffffff;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
}
#newsletter_signup_text {
    color:#ffffff;
    width: 163px;
    padding: 25px 0px 5px 0px;
    font-size: 8pt;
}