/* DEFAULTS
----------------------------------------------------------*/
html {overflow-y: scroll;}

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #E26206;
    text-decoration: none;
}

a:hover
{
    color: #666666;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

@font-face {
    font-family: Folks-Bold;
    src: url('../fonts/Folks-Bold.ttf');
}

@font-face {
    font-family: Hero;
    src: url('../fonts/Hero.ttf');
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    text-transform: none;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 200;
    font-family: 'lato';
}

h1
{
    font-family: Folks-Bold;
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 0px;

}

h2
{
    font-family: Folks-Bold;   
    font-size: 1.5em;
    color: #E26206;
}

h3
{
    font-family: Hero;   
    font-size: 1.8em;
    color: #E26206;
    
}

h4
{
    font-family: Hero;   
    font-size: 1.1em;
    color: #ffffff;
}

h5, h6
{
    font-family: Hero;   
    font-size: 14px;
    color: #E26206;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS    
----------------------------------------------------------*/

.page
{
 /*   width: 1024px;
    margin: 20px auto 0px auto;*/
}

.mid-col
{
    width: 1024px;
    margin: 0px auto;
}

.header
{
    background: #000000;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 63px;
    z-index: 9999;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.title-right {float: right; font-size: 10px;}
.title-right a {color: #E26206;}

.main
{
    min-height: 600px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.left-column {
    clear: left;
    float: left;
    margin: 30px;
    padding: 20px;
    width: 575px;
}

.right-column {
    clear: right;
    float: right;
    width: 340px;
    margin-top: 20px;
    background: #eeeeee; 
}

.sidebox {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 2px solid #ff0000;
    margin-bottom: 14px;
    padding: 6px 18px 5px;
}

.sidebox h2 {margin: 0;}

.sidebox2 {
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-top: 2px solid #ff0000;
    margin-bottom: 14px;
    padding: 6px 10px 5px;
    height: 190px;
}

.sidebox2 a {font-size: 10px;}
.sidebox2 h2 {margin: 0px;}
.sidebox2 img {margin-bottom: -15px;}



.footer
{
    background: #000000;
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    height: 230px;
    padding-top: 20px;
    margin-top: 0px;
    border-top: 6px solid #E26206;
}

.footer-box
{
    width: 1024px;
    margin: 0px auto 0px auto;
    text-align: left;
    padding: 20px;
}

.footer-minibox {
    float: left;
    padding-right: 40px;
    width: 158px;
}

.footer-gallery-box {
    float: left;
    padding-right: 60px;
    margin-left: 20px;
    width: 270px;
}

.footer-minibox2 {
    float: left;
    padding: 10px;
    width: 158px;
    border-left: 1px solid #aaaaaa;
    margin-left: 10px;
}

.footer-mb-title {
    color: #eeeeee;
    font-family: Hero;   
    font-size: 1.4em;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-mb-list {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
    margin-top: -8px;
}

.footer-mb-list ul {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 0;
}

.footer-mb-list ul li {
    border-bottom: 1px solid #333333;
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 0 5px;
}

.footer-mb-list ul li a {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
	text-decoration: none;
}

.footer-mb-list ul li a:hover {
    color: #E26206;
}


.footer-mb-title2 {
    color: #eeeeee;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-mb-list2 {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
    margin-top: -8px;
}

.footer-mb-list2 ul {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 0;
}

.footer-mb-list2 ul li {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 0 5px;
}

.footer-mb-list2 ul li a {
    color: #7D7D7D;
    font-size: 12px;
    line-height: 18px;
	text-decoration: none;
}

/* TAB MENU
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu-bg {
    height: 34px;
    padding-top: 10px;
    position: inherit;
    width: 950px;
    z-index: 9999;
}

div.menu
{
    padding: 4px 0 4px 0px;
}

/* Drop Down Navigation Style */

#navbar {
   margin: 0;
   padding: 0;
   height: 1em;
   float: right;
   z-index: 9999;
    }
#navbar li {
   list-style: none;
   float: left; 
   margin-right: 2px;}
#navbar li a {
   display: block;
   padding: 8px 20px;
   line-height: 1.35em;
   color: #fff;
   font-size: 15px;
   text-decoration: none; }
#navbar li a:hover, #navbar li a:active {color: #e26206;}
#navbar li ul {
   display: none; 
   width: 14em; /* Width to help Opera out */
   background-color: transparent;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li { float: none; }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #111111;
   border-bottom: 1px solid #222;
   color: #FFF; }
#navbar li li a:hover { background-color: #E26206; }

#navbar li a.twitter-nav {
   padding: 0;
   background-color: transparent;
   margin: 0 2px 0 0; }
   
   #navbar li a.facebook-nav {
   padding: 0;
   background-color: transparent;
   margin: 0; }
   
   
ul.clients {padding: 0;}

ul.clients li {
    float: left;
    list-style: none outside none;
}

ul.clients li a img
{    background-color: #cccccc;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    text-decoration: none;
    margin: 0 12px 12px 0;
    padding: 4px 0 0 0;
    border: 1px solid #CCCCCC;}
    
ul.clients li a:hover img
{    background-color: #CC3333;}   



/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    background: #f8f8f8;
}

fieldset label, input, select, textarea {margin: 4px; padding: 2px;}

fieldset label {
    float: left;
    font-size: 12px;
    padding: 0px 10px 0 0;
    text-align: right;
    width: 130px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.error {border: 1px solid #CC3333;}
textarea.error {border: 1px solid #CC3333;}

.error {color: #CC3333;}
li.error {margin-left: 20px;}


/* Misc Styling
----------------------------------------------------------*/

img {border: none;}

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

 
   

 /* Partner Page Styles */

.sponsorListHolder{
	margin-bottom:30px;
}

.sponsor{
	width:180px;
	height:180px;
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
		to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;

	background:url("img/background.jpg.html") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{

	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #bbb inset;
	-webkit-box-shadow:0 0 30px #bbb inset;
	box-shadow:0 0 30px #bbb inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
	color: #ffffff;
}

.sponsorDescription{
	font-size:11px;
	padding:50px 10px 20px 20px;
	font-style:italic;
	color: #ffffff;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:20px;
	color: #ffffff;
}

.sponsorURL a {color: #ffffff;
}

.copyright {
    background-color: #000000;
    height: 22px;
    margin: 0;
    padding: 10px;
}


.copy {
    color: #333333;
    margin: 0 auto;
    width: 400px;
    padding: 0 10px 0 10px;
}

.enquiryBox 
{
    width: 300px;
    color: #000000;
    border-top: 8px solid #ffffff;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.packageBox {padding: 20px; background: #eeeeee; border-radius: 20px; -moz-border-radius: 20px;}

a#smbox-1 {
  background-image: url("../img/SM-01.png");
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

a#smbox-1:hover {
  background-image: url("../img/SM-01b.png");
}

a#smbox-2 {
  background-image: url("../img/SM-02.png");
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

a#smbox-2:hover {
  background-image: url("../img/SM-02b.png");
}

a#smbox-3 {
  background-image: url("../img/SM-03.png");
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

a#smbox-3:hover {
  background-image: url("../img/SM-03b.png");
}

a#smbox-4 {
  background-image: url("../img/SM-04.png");
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

a#smbox-4:hover {
  background-image: url("../img/SM-04b.png");
}

a#smbox-5 {
  background-image: url("../img/SM-05.png");
  width: 35px;
  height: 40px;
  display: inline-block;
  margin-right: 5px;
}

a#smbox-5:hover {
  background-image: url("../img/SM-05b.png");
}

.footer-sm {margin-bottom: -4px; margin-right: 5px;}




a#big-button-1 {
  background-image: url("../img/button-01.png");
  width: 218px;
  height: 60px;
  display: block;
  float: right;
}

a#big-button-1:hover {
  background-image: url("../img/button-01b.png");
}

a#big-button-2 {
  background-image: url("../img/button-02.png");
  width: 218px;
  height: 60px;
  display: block;
    float: right;
}

a#big-button-2:hover {
  background-image: url("../img/button-02b.png");
}

a#big-button-3 {
  background-image: url("../img/button-03.png");
  width: 218px;
  height: 60px;
  display: block;
}

a#big-button-3:hover {
  background-image: url("../img/button-03b.png");
}

a#big-button-4 {
  background-image: url("../img/button-04.png");
  width: 218px;
  height: 60px;
  display: block;
}

a#big-button-4:hover {
  background-image: url("../img/button-04b.png");
}