/*{{{ =Layout*/ 

html
, body {
  margin: 0; padding: 0;
  height: 100%;
}

body {
  font: 15px Verdana, sans-serif;
  color: #707075;
  background: #fff;
}


a {
  color: #99cff2;
  text-decoration: underline;
}

img {
  border: none;
}

.h-l {
  overflow: hidden;
}


.h-container {
  height: 100%;
  min-height: 600px;
  min-width: 955px;
}


.dummy {
  float: left;
  width: 1px; height: 50%;
  margin-bottom: -300px;
}


.h-wrapper {
  width: 951px;
  height: 610px;
  border: 2px solid #bcbcbc;
  background: #fff;
  margin: 0 auto;
  clear: left;
  position: relative;
}


.h-content-wrapper {
  overflow: hidden;
  height: 460px;
}


.h-sidebar {
  float: left;
  width: 236px;
  height: 100%;
  background: #f5f6f6;
  margin: 0 46px 0 0;
  position: relative;
}


.h-content {
  width: 658px;
  float: left;
  padding: 30px 0 0;
}

/*}}}*/


/*{{{ =H-header*/  

.h-header {
  height: 145px;
  position: relative;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-color: #f8f9f9;
  margin: 0 0 5px;
}

.var1 .h-header {
  background-image: url(../images/header-bg1.jpg);
}

.var2 .h-header {
  background-image: url(../images/header-bg2.jpg);
}

.var3 .h-header
, .var6 .h-header {
  background-image: url(../images/header-bg3.jpg);
}

.var4 .h-header {
  background-image: url(../images/header-bg4.jpg);
}

.var5 .h-header {
  background-image: url(../images/header-bg5.jpg);
  background-color: #f5f6f6;
}

.var7 .h-header {
  background-image: url(../images/header-bg6.jpg);
  background-color: #f5f6f6;
}

.var8 .h-header {
  background-image: url(../images/header-bg7.jpg);
  background-color: #f5f6f6;
}

.var9 .h-header {
  background-image: url(../images/header-bg8.jpg);
  background-color: #f5f6f6;
}

.logo {
  display: block;
  width: 284px; height: 64px;
  position: absolute; top: 42px; left: 39px;
}


.tagline {
  margin: 0;
  text-align: left;
  position: absolute; top: 49px; left: 322px;
  text-indent: -9999px;
  background-position: 100% 0;
  background-repeat: no-repeat;
}

.var2 .tagline {  
  width: 269px; height: 51px;
  background-image: url(../images/tagline1.png)
}

.var3 .tagline {
  width: 259px; height: 65px;
  background-image: url(../images/tagline2.png)
}

.var4 .tagline {
  width: 268px; height: 65px;
  background-image: url(../images/tagline3.png)
}

.var5 .tagline {
  top: 45px;
  width: 468px; height: 75px;
  background-image: url(../images/tagline4.png)
}

.var6 .tagline {
  top: 45px;
  width: 356px; height: 75px;
  background-image: url(../images/tagline5.png)
}

.var7 .tagline {
  top: 52px; left: 315px;
  width: 438px; height: 70px;
  background-image: url(../images/tagline6.png)
}

.var8 .tagline {
  top: 45px; left: 315px;
  width: 356px; height: 75px;
  background-image: url(../images/tagline5.png)
}

.var9 .tagline {
  top: 45px; left: 315px;
  width: 170px; height: 75px;
  background-image: url(../images/tagline7.png)
}

/*}}}*/


/*{{{ =H-sidebar*/ 

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

.nav li {
  padding: 0 0 5px;
  font-weight: bold;
}

.nav a {
  display: block;
  color: #717075;
  text-decoration: none;
  height: 25px;
  background: #e8eaeb;
  padding: 0 0 0 40px;
  line-height: 25px;
}

.nav a:hover
, .nav li.active a {
  background: #707075;
  color: #b1d8f5;
}

.nav ul {
  margin: 0 0 0 26px;
  padding: 0;
  list-style: none;
}

.nav li li {
  padding: 3px 0 0;
}

.nav li li:first-child {
  padding: 0;
}

.nav li li a
, .nav li.active li a {
  background: #f5f6f6;
  color: #a5a5a9;
}

.nav li li a:hover
, .nav li li.active a {
  background: #b1d8f5;
  color: #fff;
}


.copy {
  width: 100%;
  height: 15px;
  text-align: center;
  font-size: 10px;
  color: #a5a5a9;
  position: absolute; bottom: 0; left: 0;
  margin: 0;
}

/*}}}*/


/*{{{ =H-content */  

.h-content-scroll {
  padding: 0 45px 0 0;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

.var-feed .h-content-scroll {
  height: 400px;
}


h1 {
  font-size: 18px;
  margin: 0 0 15px;
}

h2 {
  font-size: 16px;
  margin: 0 0 15px;
}

h3 {
  margin: 0 0 15px;
  font-size: 13px;
}

p {
  margin: 0 0 18px;
  text-align: justify;
}

.contact-p {
  margin: 56px 0 0;
}


.notice {
  font-size: 10px;
  color: #a5a5a9;
  padding: 25px 0 0;
}

.notice p {
  margin: 7px 0 0;
}

b.bold-col {
  color: #99cff2;
}

img.float-img {
  border: 2px solid #717075;
  float: left;
  margin: 0 15px 10px 0;
}

.al-r {
  float: right;
  margin: 10px 0 10px 10px;
}

.al-l {
  float: left;
  margin: 10px 10px 10px 0;
}

.clear {
  height: 1px;
  line-height: 0;
  font-size: 0;
  clear: both;
}


.sub-nav {
  margin: 0; padding: 5px 0 0;
  list-style: none;
  overflow: hidden;
}

.sub-nav li {
  float: left;
  width: 116px;
  margin: 0 4px 0 0;
  font-weight: bold;
}

.sub-nav a {
  float: left;
  width: 100%;
  height: 25px;
  text-align: center;
  background: #f5f6f6;
  color: #a5a5a9;
  text-decoration: none;
  line-height: 20px;
}

.sub-nav li a:hover
, .sub-nav li.active a{
  background: #b1d8f5;
  color: #fff;
}


.gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 630px;
}

.gallery li {
  float: left;
  width: 50%; 
  padding: 0 0 14px;
}

.gallery img {
  border: 2px solid #717075;
}


.tutorial {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.tutorial th
, .tutorial td {
  padding: 5px;
  border-collapse: collapse;
  text-align: left;
  vertical-align: bottom;
  border-top: 1px solid #717075;
  border-bottom: 1px solid #717075;
  font-size: 13px;
}

.tutorial p {
  margin: 0;
}

.tutorial ul
, .text-list {
  margin: 0;
  padding: 5px 5px 0;
  list-style: none;
}

.tutorial li
, .text-list li {
  background: url(../images/bul1.png) 0 6px no-repeat;
  padding: 0 0 0 12px;
}


.text-1-img {
  text-align: center;
}

.text-1-img p
, .text-2-img p {
  text-align: center;
}

.text-1-img img
, .text-2-img img {
  border: 2px solid #717075;
}

.text-2-img {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  zoom: 1;
}

.text-2-img li {
  float: left;
  width: 49.9%;
  text-align: center;
}


.text-table {
  margin: 15px 0;
  padding: 0;
  border-collapse: collapse;
}

.text-table td {
  padding: 0;
  border-collapse: collapse;
  border: 2px solid #717075;
  text-align: left;
  vertical-align: top;
}

.text-table th {
  padding: 0 10px 0 0;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: left;
}


.t-i {
  margin: 10px 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
}

.t-i td {
  padding: 0;
  border-collapse: collapse;
  width: 33.3%;
  text-align: left;
}

/*}}}*/


/*{{{ =Feedback*/

.feedback {
  margin: 0;
  padding: 0;
}

.feedback table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.feedback table td {
  padding: 0 15px 5px 0;
  border-collapse: collapse;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.feedback table td.spacer {
  width: 40px;
}

.feedback table tr.feedback-submit td {
  padding-top: 10px;
}

.feedback p {
  margin: 0;
}

.cyan {
  color: #6EC1F6;
}

.feedback input {
  background: #fff;
  border-color: #BCBCBC #CCCCCC;
  border-style: solid;
  border-width: 1px 4px;
  color: #555;
  font: 12px Arial, Helvetica, sans-serif;
  height: 15px;
  margin: 0;
  padding: 1px 3px 0 5px;
  vertical-align: middle;
  width: 162px;
}

.feedback select {
  background: #fff;
  border-color: #BCBCBC #CCCCCC;
  border-style: solid;
  border-width: 1px 4px;
  color: #555;
  font: 12px Arial, Helvetica, sans-serif;
  height: 18px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 177px;
}

.feedback textarea {
  background: #fff;
  border-color: #BCBCBC #CCCCCC;
  border-style: solid;
  border-width: 1px 4px;
  color:#555;
  font-family: 11px Arial, Helvetica, sans-serif;
  height: 80px;
  margin: 0;
  padding: 0 5px;
  width: 470px;
}

.feedback .input_submit {
  background: #f1f2f2;
  border: none;
  color: #979797;
  font: bold 17px Arial, Helvetica, sans-serif;
  height: 25px;
  margin: 0 0 0 20px;
  padding: 0;
  text-align: center;
  width: 71px;
}
.copyright {text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 6pt; font-weight: normal; color: #555555}

/*}}}*/
