/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 */

html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #656565;
   background-color: #FBF9FA;
   background: url('/image/bg_fade.gif') center center fixed repeat-y;
}
li {
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
   color: #5D8B9A;
   font-family: helvetica;
}
h1 {
   font-size: 22px;
   text-align: left;
}
h2 {
   font-size: 16px;
   text-align: left;
}
h3 {
   font-size: 14px;
   text-align: left;
}
h4 {
   font-size: 12px;
   text-align: left;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}
a {
   color: blue;
   text-decoration: underline;
}
a:visited {
   color: #1E90FF;
   text-decoration: underline;
}
a:hover {
   color: blue;
   text-decoration: none;
}
.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #8BFF00 #ABFF00 #9BFF00 #ABFF00;
   width: 80px;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #6ab94b #94da78 #6ab94b #94da78;
}
#pageBody {
   padding-top: 0px;
   padding-bottom: 10px;
   padding-left: 5px;  
   padding-right: 5px;
   font-size: 12px;
   font-weight: normal;
   background-color: #ffffff;
}
#header {
   background: #DCDCDC;
   height: 257px;
   width: 959px;
   margin-top: 10px;
   border-bottom: 4px solid #C5C6C0;
}
#header .logo {
   text-align: center;
   width: 150px;
}
#header .main {
}

#top_header_nav {
   padding-top: 16px;
}
#top_header_nav_icon {
   text-align: right; padding-right: 5px; font-size: 90%; color: #BAF4FF;
}
#top_header_nav_links {
   text-align: right; padding-right: 80px; font-size: 90%; color: #BAF4FF;
}
#top_header_nav_links a {
   color: #BAF4FF;
   text-decoration: none;
}

#leftCol {
   padding-top: 0px;
   padding-bottom: 20px;
   width: 196px;
   background: #FEFBE8;
   border-right: 1px solid #CBC9BD;
   border-bottom: 1px solid #CBC9BD;
}
#rightCol {
   padding-top: 0px;
   padding-bottom: 20px;
   width: 197px;
   background: #FFF9DA;
   border-left: 1px solid #CBC9BD;
   border-bottom: 1px solid #CBC9BD;
}
#box_login {
   background: url('/image/box_login.gif') top left no-repeat;
   height: 164px;
   padding: 10px;
}
#box_login, #box_login td {
   text-align: left;
   font-size: 11px;
   color: #ffffff;
   line-height: 14px;
}
#box_login a {
   text-align: left;
   font-size: 9px;
   color: #ffffff;
   line-height: 14px;
}
#box_latest_news {
   background: url('/image/heading_latest_news.gif') top left no-repeat;
   padding: 10px;
   padding-top: 40px;
   text-align: left;
   font-size: 11px;
   color: #656565;
   line-height: 14px;
}
.latest_news_date {
   color: #248CB2;
   text-align: right;
   font-weight: bold;
   line-height: 25px;
}
#box_newsletter {
   height: 107px; 
   background: url('/image/box_newsletter.gif') top left no-repeat;
   padding-top: 50px;
   padding-left: 10px;
   padding-right: 60px;
   padding-bottom: 0px;
   text-align: left;
   font-size: 11px;
   color: #656565;
   line-height: 14px;
}

#hp_box {
   float: left;
   padding: 15px; 
   border: 1px solid #CBC9BD; 
   background-color: #FEFBE8; 
   border-top: 0px;
   line-height: 14px;
}
#hp_box_top {
   height: 106px; 
   padding: 15px; 
   border: 1px solid #CBC9BD; 
   background-color: #FEFBE8; 
   border-top: 0px;
   line-height: 14px;
}
#hp_box_middle {
   height: 220px; 
   margin-top: 5px; 
   padding: 15px; 
   padding-bottom: 40px; 
   padding-right: 135px;
   border: 1px solid #CBC9BD; 
   background: #FEFBE8 url('/image/box_vision.jpg') bottom right no-repeat;
}
#hp_shipweb {
   width: 186px; 
   height: 122px; 
   background: #FEFBE8 url('/image/box_shipweb.gif') top left no-repeat; 
   float: left; 
   padding: 15px; 
   padding-top: 50px;
   padding-right: 65px;
   border: 1px solid #CBC9BD; 
   border-top: 0px;
   text-align: left;
   font-size: 11px;
   color: #656565;
   line-height: 14px;
}
#hp_partners {
   width: 180px; 
   height: 122px; 
   background: #FEFBE8 url('/image/box_partners.gif') top left no-repeat; 
   float: right; 
   padding: 15px; 
   padding-top: 50px;
   padding-right: 70px;
   border: 1px solid #CBC9BD; 
   border-top: 0px;
   text-align: left;
   font-size: 11px;
   color: #656565;
   line-height: 14px;
}
#footer {
   border-top: 5px solid #ffffff;
   color: #DCDCDC;
   text-align: center;
   line-height: 20px;
   width: 959px;
   height: 82px;
   background-image: url('/image/temp_bottom.gif');
   color: gray;
}
#footer .sep {
   font-weight: bold;
}
.read_more {
   margin-right: -55px;
   text-align: right;
}
.input_box {
   width: 100px;
   height: 12px;
   font-size: 10px;
}

#footer a,
#footer a:visited {
   color: gray;
   text-decoration: none;
}
#footer a:hover {
   text-decoration: underline;
}

.floatRight {
   float: right;
   margin: 0 0 5px 10px;
}
.floatLeft {
   float: left;
   margin: 0 10px 5px 0;
}

.strong {
   font-weight: bold;
}

.requiredStar {
   color: #ff0000;
   vertical-align: super;
}
.contactField {
   font-weight: bold;
   text-align: right;
   width: 100px;
}
.hidden {
   display: none;
}

.nav {
   text-align: left;
   text-indent: 30px;
   line-height: 30px;
   background: #FEFBE8 url('/image/arrow_off.gif') left no-repeat;
}
.nav a,
.nav a:visited {
   color: #3586A3;
   font-weight: bold;
   text-decoration: none;
}
.nav a:hover {
   color: #ACCA4E;
   text-decoration: none;
}
.nav_active {
   text-align: left;
   text-indent: 30px;
   line-height: 30px;
   background: #FEFBE8 url('/image/arrow_on.gif') left no-repeat;
}
.nav_active a,
.nav_active a:visited {
   color: #ACCA4E;
   font-weight: bold;
   text-decoration: none;
}
.nav_sub {
   text-align: left;
   text-indent: 50px;
   line-height: 30px;
   background: #FEFBE8 url('/image/arrow_sub_off.gif') left no-repeat;
}
.nav_sub a,
.nav_sub a:visited {
   color: #3586A3;
   font-weight: bold;
   text-decoration: none;
}
.nav_sub a:hover {
   color: #ACCA4E;
   text-decoration: none;
}
.nav_active_sub {
   text-align: left;
   text-indent: 50px;
   line-height: 30px;
   background: #FEFBE8 url('/image/arrow_sub_on.gif') left no-repeat;
}
.nav_active_sub a,
.nav_active_sub a:visited {
   color: #ACCA4E;
   font-weight: bold;
   text-decoration: none;
}
.navline {
    background: url('/image/dot.gif') bottom left repeat-x;
    height: 2px;
    line-height: 2px;
}

.staff_pic {   
   float: left;
   border: 3px double #2587B8;
   margin: 5px;
}
.staff_pic .caption {
    background-color: #237CA8;
    padding: 3px;
    text-align: center;
    color: #FFFFFF;
}
a.staff {
   color: white;
   text-decoration: none;
}
a.staff:visited {
   color: #white;
   text-decoration: none;
}
a.staff:hover {
   color: white;
   text-decoration: underline;
}
img.staff {
    border-style: none;
}
#products_ship {
   width: 186px; 
   height: 122px; 
   background: #FEFBE8 url('/image/box_top_ship.gif') top left no-repeat; 
   float: left; 
   padding: 15px; 
   padding-top: 50px;
   padding-right: 65px;
   border: 1px solid #CBC9BD; 
   border-top: 0px;
   text-align: left;
   font-size: 11px;
   color: #656565;
   line-height: 14px;
}
#products_shipweb {
   width: 186px; 
   height: 122px; 
   background: #FEFBE8 url('/image/box_top_shipweb.gif') top left no-repeat; 
   float: right; 
   padding: 15px; 
   padding-top: 50px;
   padding-right: 65px;
   border: 1px solid #CBC9BD; 
   border-top: 0px;
   text-align: left;
   font-size: 11px;
   color: #656565;
   line-height: 14px;
}
