/*
*
*  INSTYLE IT - Default Style sheet
*  Creation Date: 25-05-2004
*  http://www.instyleit.com.au - Australian Web Hosting and Design
*  
*/
/*********************************
** 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: navy;
}
.pageBody {
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 5%;  
   padding-right: 5%;
   font-size: 12px;
   font-weight: normal;
}

h1 {
   font-size: 30px;
   text-align: center;
}
h2 {
   font-size: 25px;
   text-align: center;
}
h3 {
   font-size: 20px;
   text-align: center;
}
h4 {
   font-size: 15px;
   text-align: center;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
}

.header {
  background: dodgerblue;
  height: 120px;
}

.logo {
 text-align: center;
 width: 130px;
}

.leftCol {
 padding-top: 10px;
 padding-bottom: 20px;
 width: 150px;
 background: dodgerblue;
}

/* EOF Default page styles*/

/******************************
** 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*/

/******************************
** Heading styles
******************************/
.subHeading {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.subHeading2 {
  font-weight: bold;
  font-size: 18px;
}
/* EOF Heading styles*/

/******************************
** Footer styles
******************************/
.footerCopy {
   font-weight: bold;
   color: #C0C0C0;
   text-align: center;
   padding-left: 5%;
   padding-right: 5%;
}
a.footerLink {color: #C0C0C0; text-decoration: underline;}
a.footerLink:visited {color: #C0C0C0; text-decoration: underline;}
a.footerLink:hover {color: #C0C0C0; text-decoration: none;}

/* 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;
}

.slogan {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: white;
  text-align: center;
}
.border1 {
  border: navy solid 1px;
}
.strong {
  font-weight: bold;
}

/******** Order Form ********/
.orderPoints {
  font-weight: bold;
}
.orderFormBox{
  width: 600px;
  text-align: left;
  padding: 10px;
  border: black solid 1px;
}
.orderHeading{
  font-size: 25px;
  color: black;
  font-weight: bold;
  text-align: center;
}
.orderSubHeading{
  font-size: 20px;
  color: black;
  text-align: left;
}
.orderCDField{
  font-weight: bold;
  text-align: right;
}
.orderField{
  background: #c0c0c0;
  color: blue;
  font-weight: bold;
}
.orderPaymentInstruction{
  color: black;
}
.orderPaymentDetails{
  font-weight: bold;
}
.orderInstruction{
  font-size: 15px;
  color: red;
  font-weight: bold;
  text-align: center;
}
.orderTable{
  border: black solid 1px;
  padding: 0px;
  text-align: center;
}
.orderTH{
  font-size: 14px;
  color: white;
  font-weight: bold;
  text-align: center;
  background: blue;
  padding: 3px;
}
.orderTD{
  padding: 3px;
}
.orderTotals{
  color: black; 
  font-weight: bold;
  text-align: center;
}
.orderButtonPosition{
  text-align: center;
}
.orderButton{
  background: blue;
  color: white;
}


/**** End Order Form *******/
.picBorder {
  border: black solid 2px;
}
.headerPicBorder {
  border: black solid 1px;
}
.galleryPic {
   border: 3px double #DCDCDC;
}
