/**
 *################################################################
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 *################################################################
 */
/*********************************
** Default page styles
*********************************/
html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: white;
   margin: 0px;
   padding: 0px;
   color: #000000;
}
.pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 15px;  
   padding-right: 15px;
   font-size: 12px;
   font-weight: normal;
}

h1 {
   font-size: 20px;
   text-align: left;
   margin: 0;
   padding: 0;
}
h2 {
   font-size: 18px;
   text-align: left;
   margin: 0;
   padding: 0;
}
h3 {
   font-size: 18px;
   text-align: left;
}
h4 {
   font-size: 16px;
   text-align: left;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

#header {
   background: #FFFFFF url(/image/headerBG.jpg) bottom left repeat-x;
}

#leftCol {
 padding-top: 10px;
 padding-bottom: 20px;
 width: 160px;
 text-align: left;
}

/* EOF Default page styles*/

#leftCol a,
#leftCol a:visited {
   display: block;
   text-decoration: none;
   color: black;
   background: #F4E400 url(/image/navCorner.gif) top right no-repeat;
   padding-left: 10px;
   padding-top: 5px;
   padding-bottom: 5px;
   border-bottom: 2px solid white;
   font-weight: bold;
}
#leftCol a:hover {
   display: block;
   text-decoration: none;
   color: white;
   background-color: #000000;
}

/******************************
** Link styles
******************************/
a {color: blue; text-decoration: underline}
a:visited {color: #1E90FF; text-decoration: underline}
a:hover {color: blue; text-decoration: none}

/* EOF Link styles*/


/******************************
** Footer styles
******************************/
.footerCopy {
   font-size: 10px;
   color: #000000;
   text-align: center;
   padding-left: 30px;
}
.footerSep {
   color: #000000;
   font-weight: bold;
}
a.footerLink {color: #000000; text-decoration: none;}
a.footerLink:visited {color: #000000; text-decoration: none;}
a.footerLink:hover {color: #000000; text-decoration: underline;}

/* ***** EOF Footer styles ***** */

.padRight5 {
   padding-right: 15px;
}

.floatRight {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 5px;
  margin-left: 10px;
}
.floatLeft {
  float: left;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}
.floatMap {
  position: absolute;
  left: 450px;
  margin-left: 10px;
  text-align: center;
}
.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: black solid 1px;
}
.strong {
  font-weight: bold;
}

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

/****** Macromedia style buttons ********/
.btn {
    background: #fefefe url(/image/btnBG.gif) repeat-x;
    border: 3px double;
    border-color: #F4E400 #F4E400 #F4E400 #F4E400;
    width: 80px;
}
.btn:hover,
.btn:focus {
 border: 3px double;
 border-color: #000000 #000000 #000000 #000000;
}

input.btn {
    cursor: pointer !important;
    /* Used for early versions of ie. Not standard CSS */
    cursor: hand;
}
/*********************/

.picOfPic {
   font-size: 10px;
   font-weight: bold;
   padding-top:3px;
}

#previousPic {
   color: #CCCCCC;
}
#previousPic a {
   text-decoration: none;
}
#previousPic a:visited {
   text-decoration: none;
}
#previousPic a:hover {
   text-decoration: underline;
}

#nextPic {
   color: #CCCCCC;
}
#nextPic a {
   text-decoration: none;
}
#nextPic a:visited {
   text-decoration: none;
}
#nextPic a:hover {
   text-decoration: underline;
}
span.fieldMsg {
   color: #FF0000;
   font-size: 10px;
}
.salesTable {
   border: 1px solid #F4E400;
}
#salesChart {
   background-color: black;
}
#salesChart TH {
   background-color: #F4E400;
   color: black;
   width: 80px;
   font-size: 14px;
}
#salesChart TD {
   text-align: center;
   background-color: white;
}
.salesTitle {
   text-align: right;
   font-weight: bold;
}
#salesSummaryTable {
   background-color: #F4E400;
}
#salesSummaryTable .topTD {
   background: #F4E400 url(/image/tableCornerRT.gif) top right no-repeat;

}
#salesSummaryTable .bottomTD {
   background: #F4E400;
   height: 18px;

}
a.salesTitle {
   text-decoration: none;
   color: black;
}
a.salesTitle:visited {
   text-decoration: none;
   color: black;   
}
a.salesTitle:hover {
   text-decoration: underline;
   color: black;
}
.machinerySalesLogo {
   position: absolute;
   top: 10px;
   right: 5px;
}