html {
  margin: 0;
  padding: 0;
  height:100%;         /* force scrollbar */
  margin-bottom:1px;   /* force scrollbar */
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;    /* default fonts */
    font-size: 80%;                /* set % of browser font size then use ems */
    background-color: #FFFFFF;
    text-align: center; /* for all browsers to centre wrapper */
}


#hiddenheader {                                    /* hidden heading for SEO and text based browsers */
    color:#fff;
    font-size:0em;
    display:none;
}

p {
    font-size: 0.95em;          /* default paragraph text */
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3em;
    text-align:left;
}



.centered {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

/*scnd_centered added 070612 */
.centered_first {
    text-align: center;
    margin: 0;
}
.centered_last {
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.centeredmargin {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 4px;
}

p.small {                     /* small text */
    font-size: 0.8em;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: left;
}
/* 070612
p.article_ref {
    font-size: 0.8em;
    margin-top: 2px;
    margin-bottom: 10px;
}
*/
p.smallcenter {            /* latest new text */
    font-size: 0.8em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    line-height: 1.3em;
    text-align: center;
}

h2 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0;
    font: bold 1.3em Georgia, Times, serif;
    color: #012e57;
    background-color: transparent;
    text-align: center;

}

h3 {
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
    font: bold 1.1em Georgia, Times, serif;
    color: #012e57;
    background-color: transparent;
    text-align: left;
}

ol {
    padding:0 0 0 8px;
    margin: 0 0 10px 20px;
    text-align: left;
}

ul {
    padding:0 0 0 8px;
    margin: 0 0 10px 20px;
    text-align: left;
	list-style-type:disc;
}

li {
    margin: 4px 0 4px 0;
    font-size: 0.95em;
}

a,a:active,a:link,a:visited {
text-decoration : underline;
color : green;
font-weight : normal;
}

a:hover{
color : #012e57;
text-decoration : underline;
}

.largelink {
   font-size: 1.1em;
   font-weight: bold;
}


img.border{
   border: 2px solid black;
}

#mainpanel {
  padding: 0 0 0 0;
}

.maintable {
  width: 747px;
  padding: 0 0 0 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 10px;
}

td.lhsidecell {
  text-align: center;
  vertical-align: top;
  width: 150px;
  padding: 0px 0px 0 0px;
}

td.rhsidecell {
  width: auto;
  vertical-align: top;
  padding: 0 0px 0 20px;
  text-align: center;
}

#wrapper {
    position: relative;
    text-align: center;
    width: 742px;        /* to fit in 600 * 800 res */
    margin-right: auto;  /* centre entire site */
    margin-left: auto;
    margin-top: 0;
    background-color: transparent;

}
#content {
    text-align: center;
    padding: 5px 0 0 0;   /* space at top of site */
}

#navigation {
    clear : both;
    padding: 0px 1px 0px 0;
    position: relative;
    width: 742px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    background-color: #012e57;
    border: 2px solid #000;
    text-align: center;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;

}

#navigation li {
    display: inline;
    margin: 0;
   /* vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
    padding: 0px 35px 0px 35px;
    background-color: transparent;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
#navigation a:hover {
    background-color: #1469CC;
    font-weight: bold;
    color:  #FFF;
}

#thispage {
    background-color: green;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
}

#tuinauklogo{
    float:left;
	width:320px;
    clear:left;
    margin:0 0 0 30px;
    color: #AAAAAA;
    padding:0;
    text-align: left;
    font-size: 0.7em;
    background-color: transparent;
}

#tuinauklogo p{
  padding:3px 0 0 0;
  margin:0;
  float:left;
  clear:left;
}

#tuinauklogo a, #tuinauklogo a:active, #tuinauklogo a:link, #tuinauklogo a:visited, #tuinauklogo a:hover {
text-decoration : underline;
color: #AAAAAA;
font-weight : normal;
}

#fbLink{
  float:right;
  width:100px;
  padding:14px 0 0 20px;
}

#fbLink a,#fbLink a:visited,#fbLink a:active{
  background:url('http://www.tuinauk.com/images/facebook-logo.gif') left no-repeat #fff;
  padding:5px 0 5px 40px;
  color:#aaaaaa;
  text-decoration:none;
  display:block;
}

#fbLink a:hover{
  text-decoration:underline;
  background:url('http://www.tuinauk.com/images/facebook-logo.gif') left no-repeat #fff;
}

a img{
  border:0;
}

#line{
    border-top: 1px solid #012e57;
    clear:both;
}

#footer {
    clear: both;
    float:right;
    margin: 0px 0px 0 0px;
    padding: 10px 0px 10px 0px;
    text-align: right;
    font-size: 0.7em;
    color: #AAAAAA;
    border-top: 0px solid #012e57;
    background-color: transparent;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited, #footer a:hover {
text-decoration : underline;
color: #AAAAAA;
font-weight : normal;
}

p.subscribe {
    float: right;
    width: 200px;
    margin: 0px 0px 5px 10px;
    padding: 0px 5px 5px 8px;
    text-align: right;
    background: url('images/signup.gif') center left no-repeat;
}

#pricebox{
   clear: right;
   float: right;
   width: 200px;
   border: 1px solid #012e57;
   margin: 0px auto 10px 15px;
   padding: 5px 7px 5px 7px;
}

#pricebox table {
    padding: 0 0 0 0;
    border-collapse: collapse;
    margin: 0 auto 0 auto;
    text-align: left;
}

#pricebox td {
    padding: 0 0 5px 5px;
    text-align: left;
    vertical-align: middle;
}


#tuinavideoclips{
   clear: both;
   width: 200px;
   border: 1px solid #012e57;
   margin: 20px auto 10px auto;
   padding: 5px 7px 5px 7px;
}

#studioshots {
  float: left;
  margin: -260px 0 0 -17px;
  width: 70%;
}
#studioshots h3 {
  margin-left: 20px;
}

#chinashots {
  float: left;
  margin: -300px 0 80px -18px;
  width: 70%;
  }
#chinashots h3 {
  margin-left: 20px;
}

#video_viewer {
    border-collapse:collapse;
    margin:10px 0 5px 0;
}

object{
    margin:0;
    padding:0;
}
#inline_pic_list li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0 1px 0 0;
}
#inline_pic_list ul {
    margin: 0 0 0 -7px;
    padding: 10px 0 0 0;
}

form{
    margin: 10px 0 7px 0;
    padding: 0;
}

label{
    font-size: 0.95em;
    line-height: 1.3em;
    text-align:left;
    margin:0;
    padding:0;
}

input{
    background-color:#eee;
    border:1px solid #1469CC;
    font: 1em arial, helvetica, sans-serif;
}

textarea{
    background-color:#eee;
    border:1px solid #1469CC;
    font: 1em arial, helvetica, sans-serif;
    overflow:auto;
}

input.stdinput{
    width:340px;
    background-color:#eee;
    border:1px solid #ccc;
    font: 1em arial, helvetica, sans-serif;
}

input.donation{
    border:1px solid #ccc;
    width:40px;
    background-color:#eee;
    font: 1em arial, helvetica, sans-serif;
}

textarea.textinput{
    width:340px;
    background-color:#eee !important;
    border:1px solid #ccc;
    font: 1em arial, helvetica, sans-serif;
    overflow: auto;
}

input.btn{
    border:1px solid #1469CC;
    background-color:#eee;
    color:#012e57;
    font-weight:normal;
    font-size:1em;
    height:22px;
    padding-bottom: 2px;
}

select{
    border:1px solid #1469CC;
    background-color:#eee;
    color:#012e57;
    font-size:1em;
    height:20px;
}

input.quantity{
    border:1px solid #1469CC;
    width:20px;
    background-color:#eee !important;
    color:#012e57;
    font-weight:normal;
    font-size:1em;
    line-height: 1.4em;
    height:20px;
    padding: 0 2px 0 2px;
    margin:0 0 0 0;
    vertical-align: middle;
}

#contact table {                        /* contact form table style */
     clear: both;
     border-collapse:collapse;
     margin:0 0 0 10px;
     padding:0;
}

#contact td {
    padding:5px;
    border:0;
    vertical-align:top;
    background-color:#fff;
}

#contact .textfield {
    border:1px solid #1469CC;
    background-color:#eee !important;
    color:#012e57;
    font-weight:normal;
    font-size:1em;
    font-family: arial,sans-serif;
    line-height: 1.4em;
    height:20px;
    padding: 0 2px 0 2px;
    margin:0 0 0 0;
    width:180px;
    vertical-align: middle;
}

#contact textarea {
    border:1px solid #1469CC;
    background-color:#eee !important;
    color:#012e57;
    font-weight:normal;
    font-size:1em;
    line-height: 1.4em;
    padding:0 2px 0 2px;
    margin:0;
    height:75px;
    width:180px;
    font-family: arial,sans-serif;
}

#contact img{        /* no border around submit button image */
    border:0;
}



#recommend{
  width:450px;
  margin-left:auto;
  margin-right:auto;
}

#recommend img{
  margin:5px 0 10px 0;
}

#recommend input,
#recommend textarea{
    text-align:left;
    width:165px;
}

#recommend ul{
   list-style-type:none;
}

#recommend li{
   width:390px;
   margin-bottom:7px;
   margin-top:7px;
}

#recommend table{
  border-collapse:collapse;
  margin:0 auto 0 auto;
}

#recommend td{
  font-size:0.9em;
  padding:3px;
  vertical-align:top;
}

input.button{
    border:1px solid #1469CC;
    background-color:#eee;
    color:#012e57;
    font-weight:bold;
    height:22px;
    text-align:center;
    width:45px !important;
    padding:2px 5px 2px 5px;
}

legend{
    margin-bottom:5px;
}

div.popup{
    padding:10px;
}
/* JIM version
#recommendbox{
   width: 181px;
   border: 1px solid #012e57;
   margin: 5px 0 0 1px;
   _margin-left:0px !important;
   padding: 5px 7px 5px 7px;
} */
/*NEW VERSION*/
#recommendbox{
   width: 141px;
   font-size: 0.8em;
   border: 1px solid #012e57;
   margin: 5px auto 6px auto;
   /*margin: 5px 0 6px 25px;*/
  /* _margin-left:0px !important;*/
   padding: 4px 3px 0px 3px;
}
#credits p {
    font-size: 0.9em;
    margin: 0px;
} 

#pricebox h2{
  font-size:1.7em;
}

#recommendbox h2{
  font-size:1.4em;
}

/*Courses pages*/

#coursesMenu{
  padding:5px 0 5px 5px;
}

#coursesRegister{
  border-top:1px solid #012e57;
  border-bottom:1px solid #012e57;
  padding:5px 0 5px 0;
  margin:0 0 20px 0;
  text-align:center;
  width:150px;
  font-weight:bold;
}

#coursesRegister a{
  font-weight:bold;
  text-decoration:none;
}

.courses h4{
  text-align:left;
}

.courses .lhsidecell p{
  text-align:center;
}

.courses td{
  text-align:left;
}
