/**
 *
 *  INSTYLE IT
 *  http://www.instyleit.com.au - Australian Web Hosting and Design
 *  
 */

html {
  margin: 0;
  padding: 0;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background-color: #00080C;
   background-image: url(/image/background_main.gif);
   background-repeat: repeat-x;
   margin: 0;
   padding: 0;
}

h1 {
   font-size: 18px;
   text-align: left;
   padding: 0;
   margin: 0 0 5px 0;
   color: #78797A;
   text-transform: uppercase;
}
h2 {
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   padding: 0;
   margin: 10px 0 5px 0;
   color: #60583D;
   text-transform: uppercase;
}
h3 {
   font-size: 16px;
   text-align: left;
   padding: 0;
   margin: 0 0 5px 0;
   color: #0486BC;
   text-transform: uppercase;
}
h4 {
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   padding: 0;
   margin: 0 0 5px 0;
   color: #0486BC;
   text-transform: uppercase;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}

.pageBody {
   padding: 10px;
   padding-top: 0;
   font-size: 12px;
   font-weight: normal;
   background: #FFFFFF;
   text-align: left;
}

.leftCol {
   padding-top: 2px;
   padding-bottom: 2px;
   width: 238px;
   text-align: left;
   background: #ffffff;
}

a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #0000CC;
   text-decoration: underline;
}
a:hover {
   color: #0000AA;
   text-decoration: none;
}

/** Navigation */

#mainNav {
  font-size: 11px;
  padding-left: 2px;
}
#mainNav a,
#mainNav a:visited {
   font-weight: bold;
   font-family: Arial, sans-serif;
   font-size: 12px;
   color: #FFFFFF;   
   text-decoration: none;
   display: block;
   border-bottom: none;
   text-indent: 45px;
   background: #81B600px;
   height: 26px;
   line-height: 26px;
}

#mainNav a:hover {
   background-color: #74A400px;
   color: #ffffff;
   text-decoration: none;
}

#mainNav a.active {
   color: #ffffff;   
   background-color: #74A400px;
}
.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #8BFF00 #ABFF00 #9BFF00 #ABFF00px;
   width: 80px;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #6ab94b #94da78 #6ab94b #94da78;
}
.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10 5px 0;
}

.strong {
   font-weight: bold;
}

.requiredStar {
   color: #ff0000px;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 80px;
}
.paymentField {
   font-weight: bold;
   text-align: right;
   width: 150px;
}
.hidden {
   display: none;
}





/**
 * GUI classes
 */

.clearBoth {
   clear: both;
}

#wrapper {
   position: relative;
   width: 950px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   padding-bottom: 20px;
}
#header {
   margin-left: auto;
   margin-right: auto;
}
#splashTop {
   float: right;
   margin-right: 35px;
}
#menuTop {
   height: 46px;
   background-image: url(/image/header_menu_gradient.jpg);
   width: 915px;
}
#headerTopLeft {
   float: left;
}
#splashMiddle {
   float: right;
}
#navigationTop {
   height: 46px;
   margin: 0;
   padding: 0;
}
#navigationTop a {
   float: left;
   display: block;
   margin: 0;
   padding: 0 15px 0 15px;
   height: 46px;
   line-height: 46px;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   border-right: 1px solid #FFFFFF;
   color: #3C6D8C;
   text-decoration: none;
}
#navigationTop a:hover, .navigationTop .active, .navigationTop .visited {
   color: #FFFFFF;
   background-image: url(/image/header_menu_selected.jpg);
}
#bannerTop {
   background-color: #FFFFFF;
   height: 233px;
}
#logoWrapper {
   padding-left: 3px;
   padding-top: 4px;
   width: 244px;
}
#logoBox {
   background-color: #FFF5D0;
   border: 1px solid #B5B28D;
   height: 226px;
   text-align: center;
}
#logoArea {
   padding: 15px 0px 15px 0px;
}
#logoSeperator {
   background-color: #DEB65C;
   margin: 15px 10px 15px 10px;
   height: 1px;
   line-height: 1px;
   font-size: 0px;
}
#splashMain {
   float: right;
   margin: 0;
   padding: 0;
}



#bodyArea {
   position: relative;
   background-color: #FFFFFF;
   margin: 0;
   padding: 0;
}
#content {
   margin: 0 320px 0 0;
   padding: 10px;
   border-right: 2px solid #C7C3B2;
   min-height: 480px;
   height: auto !important;
   height: 480px;
}
#content p {
   margin: 0;
   padding: 0 0 10px 0;
   color: #000000;
}
#content li {
   list-style-image: url(/image/umbrella.gif);
   line-height: 12px;
   padding-left: 5px;
   padding-bottom: 10px;
}
.promoButtons {
   margin-top: 15px;
}
.imageBrowser {
   margin-top: 15px;
   display: block;
}
.imageBrowser .side {
   float: left;
   width: 220px;
   height: 250px;
   padding: 5px;
   color: #636363;
   background-color: #EAE0BA;
   font-size: 11px;
}
.imageBrowser .side h2 {
   margin-top: 0;
   padding-top: 0;
}
.imageBrowser .side img {
   padding-top: 5px;
   padding-bottom: 5px;
}
#imageSlideShowWrapper {
   float: right;
   width: 372px;
   margin: 0;
   padding: 0px;
}
#imageSlideShow {
   width: 372px;
   margin: 0;
   padding: 0;
}
ul#imageSlideShow li {
   margin: 0;
   padding: 0;
   list-style: none;
   list-style-image: none;
}
#imageSlideShowCaption {
   margin: 0;
   padding: 0 0 10px 0;
}
#imageSlideShowCaption h2 {
   margin: 0;
   padding: 0;
}
#navigation {
   position: absolute;
   top: 0;
   right: 0;
   width: 310px;
   background-color: #FFFFFF;
}
#navigation p {
   margin: 0;
   padding: 5px 0 5px 0;
}
#navigation #locationMap {
   padding: 10px 0 10px 0;
}
#navigationWrapper {
   padding: 10px;
   font-size: 10px;
}
#navigationWrapper a {
   color: #636363;
}
#navigation ul {
   background-color: #CCFF00px;
   list-style: none;
   margin: 0;
   padding: 0;
}
#navigation li {
   background-color: #9933CC;
   color: #FFFFFF;
   width: 150px;
   margin: 0;
   padding: 0;
   vertical-align: bottom;
}



#footer {
   background-image: url(/image/footer_gradient.jpg);
   background-repeat: repeat-x;
   height: 54px;
   border-top: 8px solid #D8D6CA;
}
#navigationBottom {
   height: 54px;
   margin: 0;
   padding: 0;
   color: #636363;
}
#navigationBottom a {
   float: left;
   display: block;
   margin: 0;
   padding: 0 15px 0 15px;
   height: 54px;
   line-height: 54px;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   color: #3C6D8C;
   text-decoration: none;
}
#navigationBottom a:hover, .navigationBottom .active, .navigationBottom .visited {
   color: #FFFFFF;
}
#footerBottomLeft {
   float: left;
   vertical-align: bottom;
}
#footerBottomRight {
   float: right;
   vertical-align: bottom;
}

#postfix {
   padding: 10px 0 10px 0;
   color: #FFFFFF;
   text-align: center;
}
#postfix .seperator {
   font-size: 9px;
}
#postfix #logo {
   float: right;
}
#postfix a {
   color: #FAB936;
}

.strongHeaderA {
   font-weight: bold;
   color: #636363;
}
.strongHeaderB {
   font-weight: bold;
   color: #01699C;
}
.contentImage {
   clear: right;
   float: right;
   border: 3px double #AAAAAA;
   margin: 5px;
}
table.data {
   border: 1px solid #000000;
   border-right: none;
   border-bottom: none;
}
table.data th,
table.data td {
   border-right: 1px solid #000000;
   border-bottom: 1px solid #000000;
}
table.data th {
   color: #002B58;
}
.highlight {
   background-color: #CFEEFF;
}

table.data td img {
   border: none;
}
.imgBorder {
   border: 3px double #AAAAAA;
}
