@CHARSET "UTF-8";

/* General Style Info */
* {
    margin: 0;
    padding: 0;
}

/* Firefox scrollbar fix */
html {
    overflow-y: scroll;
    overflow-x: auto;
}

body {
background-image:url(../img/background.gif);
background-repeat:repeat-x;
    background-color: #2B2B2B;
    color: #838383;
    font-family: arial, tahoma, verdana, helvetica, sans-serif;
    font-size: 11px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

h1{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding:0px 0px 2px 0px;
margin:0px 0px 0px 0px;
border-bottom-color:#333333;
border-bottom-style:dotted;
border-bottom-width:1px;
}

div.product-container h1{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding:0px 0px 2px 0px;
margin:0px 0px 0px 0px;
border-bottom-color:#333333;
border-bottom-style:dotted;
border-bottom-width:1px;
width:255px;
}

h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0px 5px 0px;
}

h3 {
    margin: 5px 0px 5px 0px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}
/* Default Layout divs ====================================================== */
div#container {
    margin: 0pt auto;
    text-align: left;
    vertical-align: top;
    width: 960px;
	background-image:url(../img/content-background.gif);
	background-repeat:repeat-y;
}

div#content {
width:690px;
padding:0px;
margin:0px;
line-height:0px;
}

div#homepage-products{
background-image:url(../img/latest-products-background.gif);
background-repeat:no-repeat;
width:354px;
height:206px;
margin-top:15px;
}

div#left-nav-container{
padding-left:52px;
padding-top:12px;
}

div#homepage-left-column{
line-height:14px;
float:left;
width:370px;
}

div#homepage-about{
margin-top:7px;
margin-bottom:7px;
}

div#homepage-right-column{
float:right;
width:287px;
padding:0px;
margin:0px;
line-height:0px;
height:323px;
}

div#footer {
background-image:url(../img/footer-background.gif);
background-repeat:no-repeat;
height:171px;
}

div.sic-logo{
float:right;
padding-right:20px;
padding-top:10px;
}

table#homepage-buttons-container{
margin-left:38px;
height:18px;
line-height:0px;
padding:0px;
}

div.tmsLogo{
width:227px;
}

div.tmsLogo img{
padding-bottom:10px;
}

div#left-column{
float:left;
width:252px;
}

div#right-column{
float:right;
width:708px;
}

/* pages ==================================================================== */

table#paging-container{
background-image:url(../img/paging-background.gif);
background-repeat:no-repeat;
width:435px;
height:50px;
margin-left:90px;
text-align:center;
line-height:18px;
}

table#paging-container td{
text-align:center;
}

table#paging-container a{
padding-left:4px;
padding-right:4px;
background-color:#94260D;
border-style:solid;
border-width:1px;
border-color:#D1CDC9;
font-size:11px;
font-weight:bold;
}

table#paging-container a.not-selected {
padding-left:4px;
padding-right:4px;
background:none;
border:none;
font-size:11px;
font-weight:bold;
}

div.about-us-container{
background-image:url(../img/about-us-background.jpg);
background-repeat:no-repeat;
height:575px;
}

div.about-us-container div{
padding-left:260px;
padding-top:90px;
padding-right:10px;
}

div.product-container{
background-image:url(../img/product-background.gif);
background-repeat:no-repeat;
background-position:bottom left;
width:640px;
margin-bottom:10px;
}

div.product-container table{
width:680px;
height:235px;
line-height:14px;
text-transform:lowercase;
}

div.product-container p{
padding:0px;
margin:0px;
}

div#contact-details-container{
background-image:url(../img/contact-details-back.jpg);
background-repeat:no-repeat;
width:275px;
margin-left:50px;
}

/* events */
div.event-types {
    text-align: center;
}

ul.events {
    margin: 5px 0px 5px 0px;
}

ul.events li {
    padding-bottom: 10px;
    margin: 5px 0px 5px 0px;
    display: block;
}

ul.events p {
    margin: 4px 0px 4px 110px;
    text-align: justify;
}

ul.events div#eventDetails {
    background-image: url("../img/eventsSecondaryHeading.gif");
    background-repeat: no-repeat;
    margin-left: 110px;
    height: 21px;
    padding-top: 4px;
}

div.eventTypes {
    background-image: url(../img/subLinksBackground.gif);
    background-repeat: no-repeat;
    height: 21px;
    padding: 6px;
}

div.eventsView p {
    text-align: justify;
    margin-bottom: 15px;
}

ul.eventTypeList {
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
}

ul.eventTypeList li {
    display: inline;
    padding-right: 15px;
}

ul.eventTypeList a {
    color: #303030;
}

ul.eventTypeList a:hover {
    color: #B60000;
    text-decoration: underline;
}
/* Guestbooks */
div.guestbooksForm {
    clear: both;
    padding: 5px 5px 10px 5px;
    margin: 10px 0px 10px 0px;
    border: 1px dashed black;
}
/* Pagination =============================================================== */
div.pagination {
    margin-top: 0px;
    position: relative;
    height: 18px;
}

div.paging div.info {
    float: left;
}

div.paging div.navigation {
    float: right;
}

div.paging div.disabled {
    display: inline;
    color: gray;
}

/*Forms*/
div.required {
    font-weight: normal;
}

div.error-message {
    color: #E5380D;
    font-weight: normal;
}

.validationErrorMessage {
    color: #E5380D;
}

form fieldset {
    border: none;
}

form legend {
    visibility: hidden;
}

div.input {
    padding-top: 5px;
}

input.input-text, input.input-captcha {
    width: 80%;
    border: 1px solid #202020;
	background-color:#1B1B1B;
	color:#999999;
    font-size: 1.1em;
    padding: 3px;

}

input.input-captcha {
    width: 154px;
}

select.input-select {
    width: 80%;
    border: 1px solid black;
    font-size: 1.1em;
    padding: 3px;
}

textarea.input-textarea {
    width: 80%;
     border: 1px solid #202020;
	background-color:#1B1B1B;
	color:#999999;
    font-size: 1.1em;
    padding: 3px;
    font-family: sans-serif;
    font-size: 1em;
}

label {
    display: block;
}

div.submit {
    clear: both;
    margin: 5px 0px 5px 0px;
}

div.input-container {
    float: left;
    width: 49%;
    position: relative;
}

div.input-captcha img {
    border: 1px solid black;
}

input.form-error, textarea.form-error, select.form-error {
    border: 1px solid #E5380D;
}
/* Slideshow ================================================================ */
ul.crossfade {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.crossfade li {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
}

div.caption {
}
/* Used styles ============================================================== */
div.clear {
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}
/* Home Page ================================================================ */
.notice {
    background-color: #ffcc00;
    color: #000;
    display: block;
    font-family: Courier, monospace;
    font-size: 120%;
    line-height: 140%;
    padding: 0.8em;
    margin: 1em 0;
}

.success {
    background-color: green;
    color: #FFF;
}
/* Custom CSS =============================================================== */
/* Articles */
div.article-index {
}

div.article-view {
line-height:16px;
text-align:justify;
padding-right:15px;
padding-top:5px;
padding-bottom:10px;
padding-left:5px;
}
/* Contacts */
div.contact-index {
    border: 1px dashed black;
    position: absolute;
    right: 0px;
}

div.contact-form {
}

div.contact-form input, textarea {
    display: block;
}
/* Events */
div.event-index {
}

ul.events {
}

ul.events div.event {
}

div.event-view {
}
/* Event Bookings */
div.event-booking-form {
}
/* Galleries */
div.gallery-index {
}

div.gallery-view {
}
/* Guestbooks */
div.guestbook-index {
}

div.guestbook-view {
}

div.guestbook-form {
}
/* Links */
div.link-index {
}

div.link-view {
}
/* Link Types */
div.link-type-index {
}

table.cake-sql-log {
  line-height:14px;
}

table.cake-sql-log tr {
  line-height:14px;
}

table.cake-sql-log td {
  line-height:14px;
}
div.sub-menu {
  background-color: #003d4c;
  position:absolute;
  left: -999em;
  display: inline;
  padding: 4px;
  min-width: 90px;
}

div.sub-menu a {
  display:block;
  color: white;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
}

div.div-dropdown {
  line-height:16px;
  display:none;
}

div.sponsored-players-left{
float:left;
width:327px;
height:441px;
background-image:url(../img/sponsored-players-back_01.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-left div{
margin-top:125px;
padding-left:18px;
padding-right:28px;
}

div.sponsored-players-right div{
margin-top:125px;
padding-left:28px;
padding-right:20px;
}

div.sponsored-players-right{
float:right;
width:329px;
height:441px;
background-image:url(../img/sponsored-players-back_02.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-steyn{
background-image:url(../img/frans-background.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-pete{
background-image:url(../img/pete-background.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-euan{
background-image:url(../img/euan-background.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-alex{
background-image:url(../img/alex-background.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-scott{
background-image:url(../img/scott-background.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-thion{
background-image:url(../img/jerome-background.jpg);
background-repeat:no-repeat;
}

div.sponsored-players-heading{
width:654px;
height:105px;
background-image:url(../img/ph-sponsored-players.jpg);
background-repeat:no-repeat;
}

div.tv-container{
padding-left:8px;
padding-top:17px;
}