/**
 *
 *  INSTYLE IT
 *  http://www.instyleit.com.au - Australian Web Hosting and Design
 *  
 */

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

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 13px;
   background: #ffffff;
   margin: 0px;
   padding: 0px;
   color: #555555;
}

h1 {
   font-size: 18px;
   text-align: left;
   padding: 0px;
   margin: 10px 0px 5px -5px;
   color: #525548;
}
h2 {
   font-size: 16px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   color: #525548;
}
h3 {
   font-size: 14px;
   text-align: left;
   padding: 0px;
   margin: 0px 0px 5px 0px;
}
h4 {
   font-size: 12px;
   padding: 0px;
   margin: 0px 0px 5px 0px;
   text-align: left;
}
form {
   display: inline;
}
td {
   font-family: Verdana, Arial, sans-serif;
   font-size: 13px;
}
ul {
   list-style-type: square;
}
li {
   padding-bottom: 5px;
}

.pageBody {
   padding: 10px;
   padding-top: 0px;
   font-size: 13px;
   font-weight: normal;
   background: #FFFFFF;
   text-align: left;
}
.header {
   height: 80px;
}

#rightCol {
   width: 249px;
   background-color: #EFEFC2;
}
a {
   color: #0000FF;
   text-decoration: underline;
}
a:visited {
   color: #0000CC;
   text-decoration: underline;
}
a:hover {
   color: #0000AA;
   text-decoration: none;
}
#wrapper {
   width: 990px;
   border: 3px double #D3D3A3;
   border-top: none;
}
#footer {
   font-size: 10px;
   color: #aaaaaa;
   text-align: center;
   padding-top: 10px;
}
#footer .sep {
   color: #aaaaaa;
   font-weight: bold;
}
#footer a,
#footer a:visited {
   color: #aaaaaa;
   text-decoration: none;
}
#footer a:hover {
   color: #aaaaaa;
   text-decoration: underline;
}

/** Navigation */

#mainNav {
   font-size: 11px;
   background: #0C8ECF url(/image/navBG.gif) top left repeat-x;
   text-align: left;
}
#mainNav a,
#mainNav a:visited {
   float: left;
   display: block;
   position: relative;
   height: 76px;
   color: #FFFFFF;   
   width: 105px;
   text-decoration: none;
   font-weight: bold;
   border-right: 1px solid #DDDDDD;
   border-top: 4px solid #10AFFF;
}
#mainNav a div {
   position: absolute;
   bottom: 8px;
   width: 100%;
   text-align: center;
}

#mainNav a:hover {
   color: #ffffff;
   text-decoration: underline;
   background: transparent url(/image/navBGOver.gif) top left repeat-x;
}

#mainNav a.active {
   color: #ffffff;   
   background: transparent url(/image/navBGOver.gif) top left repeat-x;
}
#mainNav .testimonialSnip {
   margin-left: 750px;
   font-size: 10px;
   font-weight: bold;
   color: #555555;
   height: 70px;
   width: 220px;
   padding: 5px;
}
#mainNav .testimonialName {
   padding-top: 5px;
   text-align: right;
   font-style: italic;
}
.btn {
   background: #fefefe url(/image/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #555555 #555555 #555555 #555555;
   width: 80px;
}
.btn:hover,
.btn:focus {
   border: 3px double;
   border-color: #AAAAAA #AAAAAA #AAAAAA #AAAAAA;
}
.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: 80px;
}
.hidden {
   display: none;
}
.clear {
   clear: both;
}
table.order td.service {
   padding-left: 50px;
   width: 350px;
}
table.order td.chkbox {
   width: 80px;
}
.conditions {
   padding: 10px 0 20px 0;
   font-size: 11px;
}
table.totals th {
   text-align: right;
   font-weight: bold;
}
.patient {
   color: #FF0000;
   font-style: italic;
}
.orderBtn .btn {
   width: 200px;
}