/* Clear Styles */
HTML,BODY {
  margin: 0;
  padding: 0;
}

BODY {
  background-image: url(assets/bg.png);
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #FFEA85;
  text-align: center;
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,UL,OL,DL,LI,DT,DD,A {
  margin: 0;
  padding: 0;
  font-size: 1em;
}

UL,OL,DL,LI,DT,DD {
  list-style: none;
}

FORM,FIELDSET {
  margin: 0;
  padding: 0;
  border: 0;
}

DIV {
  border: none;
  padding: 0px;
  margin: 0px;
  background: transparent;
}

TABLE,TR,TH,TD {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  text-align: left;
}

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END Clear Styles */

DIV#main {
  margin-left: auto;
  margin-right: auto;
  width: 970px;
  background-image: url(../assets/bg-div-main.png);
  text-align: center;
}

DIV#header {
  background-image: url(assets/header.png);
  height: 135px;
}

DIV#header-logo {
  float: left;
  width: 100px;
  height: 70px;
  margin: 25px 0 0 35px;
}

DIV#header-nav {
  float: right;
  margin: 100px 46px 0 0;
  font-size: 8px;
}

DIV#header-search {
  font-size: 10px;
  float: right;
  margin: 60px 230px 0 0;
  padding: 0;
  border: 0;
}

DIV#header-search INPUT[type=text] {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 1px solid #666666;
  color: #333333;
  width: 250px;
  height: 20px;
  padding: 1;
  margin: 0;
  vertical-align: top;
}

DIV#menu {
  text-align: center;
  margin-left: 27px;
  float: left;
}

DIV#footer {
  background-image: url(assets/footer.png);
  background-repeat: no-repeat;
  height: 130px;
  border: 0;
  padding: 0;
  line-height: 1.6;
}

DIV#footer-activa {
  float: right;
  text-align: right;
  font-size: 10px;
  color: #333333;
  width: 30%;
  margin: 30px 27px 0 0;
}

DIV#footer-links {
  float: left;
  text-align: left;
  font-size: 11px;
  color: #333333;
  width: 60%;
  margin: 70px 0 12px 27px;
}

DIV#footer-links A:link, DIV#footer-links A:visited, DIV#footer-links A:active {
  color: #333333;
  font-size: 11px;
}

DIV#footer-links A:hover {
  text-decoration: none;
  color: #333333;
  font-size: 11px;
  background-color: transparent;
  border-color: #333333;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: dotted;
}

/* Home Page Specific */
DIV#home-top {
  margin-left: auto;
  margin-right: auto;
  width: 950px;
  height: 420px;
  background-image: url(assets/smart-card01.jpg);
  position: relative;
}

DIV#top-item0 {
  width: 156px;
  height: 22px;
  position: absolute;
  left: 473px;
  top: 163px;
}

DIV#top-item1 {
  width: 210px;
  height: 73px;
  position: absolute;
  left: 458px;
  top: 282px;
}

DIV#top-item2 {
  width: 210px;
  height: 73px;
  position: absolute;
  left: 687px;
  top: 282px;
}

DIV#home-menu-container {
  margin-left: 27px;
  margin-right: 27px;
  width: 916px;
  height: 250px;
  text-align: left;
}

DIV#home-menu {
  width: 916px;
  float: left;
  margin-bottom: 6px;
}

DIV#home-menu H1 {
  font-size: 100%;
  font-weight: bold;
  color: #333333;
  margin: 22px 0 16px 0;
  text-align: left;
}

DIV#home-menu-item {
  float: left;
  width: 152px;
}

DIV#home-menu-item P {
  font-size: 11px;
  color: #333333;
  margin: 4px 27px 6px 0;
  text-align: left;
  line-height: 1.5;
}

/* END Home Page Specific */

A:link, A:visited, A:active {
  font-weight: normal;
  text-decoration: none;
  color: #00569D;
}

A.blue:link, A.blue:visited, A.blue:active {
  color: #00569D;
}

A.orange:link, A.orange:visited, A.orange:active {
  color: #CC3300;
}

A.blue:hover, A.orange:hover {
  text-decoration: none;
  color: #CC3300;
  background-color: transparent;
  border-color: #CC3300;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-style: dotted;
}

A img, :link img, :visited img {
  border: none;
}

/* Most of pages */
DIV#page-menu-container {
  margin-left: 27px;
  margin-right: 27px;
  width: 916px;
  height: 100px;
}

DIV#page-menu {
  width: 916px;
  float: left;
  margin-bottom: 6px;
}

DIV#page-menu H1 {
  font-size: 100%;
  font-weight: bold;
  color: #333333;
  margin-top: 16px;
  text-align: left;
}

DIV#page-menu-item {
  float: left;
  margin-right: 27px;
}

DIV#page-menu-item A:link, DIV#page-menu-item A:visited, DIV#page-menu-item A:active {
  font-size: 13px;
  color: #333333;
  text-decoration: none;
  margin: 0;
}

DIV#page-menu-item A:hover, DIV#page-menu-item A.selected:link, DIV#page-menu-item A.selected:visited,
DIV#page-menu-item A.selected:active, DIV#page-menu-item A.selected:hover {
  font-size: 13px;
  color: #CC3300;
  text-decoration: none;
  margin: 0;
}

DIV#content-left {
  float: left;
  margin-left: 10px;
  margin-bottom: 16px;
  width: 225px;
  text-align: left;
}

DIV#content-left IMG {
  border: 1px solid #CCCCCC;
  padding: 2px;
  margin: 6px 0 0 17px;
}

DIV#content-left BLOCKQUOTE {
  text-indent: 25px;
  background: url(../assets/quotes1.png);
  background-position: 0 2px;
  background-repeat: no-repeat;
  margin: 0 2px 0px 17px;
  width: 204px;
}

DIV#content-left BLOCKQUOTE P {
  display: inline;
  margin: 0;
  padding-right: 24px;
  font-size: 14px;
  color: #AAAAAA;
  line-height: 1.5;
  width: 200px;
}

DIV#qoute {
  background: url(../assets/quotes2.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  margin: 0 2px 12px 17px;
  width: 204px;
  height: 12px;
}

DIV#content-center {
  margin: auto auto 16px auto;
  width: 500px;
  text-align: left;
  min-height: 600px;
}

DIV#content-center P {
  font-size: 12px;
  color: #333333;
  margin: 0 16px 12px 16px;
  line-height: 1.5;
}

DIV#content-center P.important {
  font-size: 14px;
  margin: 0 16px 16px 16px;
}

DIV#content-center H2 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin: 16px 16px 14px 16px;
}

DIV#content-center H3 {
  font-size: 12px;
  font-weight: bold;
  color: #00569D;
  margin: 12px;
  padding: 6px;
}

DIV#content-center UL {
  list-style-type: none;
  margin: 22px 0 22px 8px;
  padding: 0;
}

DIV#content-center LI {
  background-image: url(../assets/bullet-gray.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  font-size: 11px;
  color: #333333;
  line-height: 1.5;
  margin: 0 17px 8px 21px;
  padding: 0 0 0 1.2em;
}

DIV#content-center FORM {
  font-size: 12px;
  margin: 32px 16px 16px 16px;
  color: #333333;
}

DIV#content-center LABEL {
  float: left;
  width: 150px;
  margin-bottom: 5px;
  margin-left: 12px;
  text-align: left;
}

DIV#content-center INPUT[type=text] {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
  width: 260px;
}

DIV#content-center INPUT[type=submit] {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
  padding: 0 12px 0 12px;
}

DIV#content-center INPUT[type=button] {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
  padding: 0 12px 0 12px;
}

DIV#content-center INPUT[type=reset] {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
  padding: 0 12px 0 12px;
}

DIV#content-center SELECT {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
  width: 265px;
}

DIV#content-center TEXTAREA {
  font-family: Segoe UI, Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  margin-bottom: 12px;
  width: 410px;
  height: 120px;
}

DIV#content-right {
  float: right;
  margin-right: 10px;
  margin-bottom: 16px;
  width: 225px;
  text-align: left;
}

DIV#content-right P {
  font-size: 11px;
  color: #333333;
  margin: 0 17px 16px 8px;
  font-weight: normal;
  line-height: 1.5;
}

DIV#content-right H1 {
  font-size: 14px;
  color: #CC3300;
  margin: 0 17px 16px 8px;
  font-weight: bold;
}

DIV#content-right UL {
  list-style-type: none;
  margin: 0 0 0 8px;
  padding: 0;
}

DIV#content-right LI {
  background-image: url(../assets/bullet-blue.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;
  font-size: 11px;
  line-height: 1.3;
  margin: 0 17px 8px 8px;
  padding: 0 0 0 1.2em;
}

/* Collapser code */
.trigger {
 cursor: pointer;
}

.trigger:hover {
 cursor: pointer;
 background: #ddf;
}

.expanded {
 background: #ccf;
 cursor: pointer;
}

.expanded:hover {
 background: #eef;
 cursor: pointer;
}

.show {
 position: static;
 display: table;
}

.hide {
 position: absolute;
 left: -999em;
 height: 1px;
 width: 100px;
 overflow: hidden;
}

/* Tabs code */
 .tabmenu {
   margin-left: 17px;
   background-color: #ffffff;
   color: #333333;
   border-bottom: 1px solid #cbcbcb;
   height: 23px;
   width: 466px;
 }

.tabmenu ul {
  padding: 0px !important;
  list-style: none !important;
  text-align: left !important;
  margin: 0 !important;
}

.tabmenu li {
  display: inline;
  line-height: 23px;
  background-image: none !important;
  padding: 0 !important;
  font-size: 11px !important;
  color: #333333 !important;
  margin: 0 !important;
}

.tabmenu li a {
  color: #CC3300;
  text-decoration: none;
  padding: 4px 12px 6px 12px;
  line-height: 23px;
}

.tabmenu li a.tabactive {
  border-left: 1px solid #cbcbcb !important;
  border-right: 1px solid #cbcbcb !important;
  border-top: 1px solid #cbcbcb !important;
  background-color: #FFFFFF;
  font-weight: bold;
  position: relative;
}

.tabmenu li a.noauto:hover {
  text-decoration: underline;
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
  margin-left: 17px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #cbcbcb;
  width: 464px;
  min-height: 250px;
  height: 250px;
  text-align: left;
  padding: 6px 0px;
  font-size: 12px;
  margin-bottom: 5px;
}

/* Exclamation, Information and Error Box */
DIV#exclamation-box {
  border: 1px solid #fcd942;
  background: #FFFFCC;
  padding: 12px 12px 12px 40px;
  margin: 16px;
  background-image: url(../assets/content/icon-exclamation.png);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  color: #333333;
  font-size: 12px;
}

DIV#error-box {
  border: 1px solid #e85e5e;
  background: #FFEFD5;
  padding: 12px 12px 12px 40px;
  margin: 16px;
  background-image: url(../assets/content/icon-error.png);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  color: #333333;
  font-size: 12px;
}

DIV#information-box {
  border: 1px solid #869acd;
  background: #F8F8FF;
  padding: 12px 12px 12px 40px;
  margin: 16px;
  background-image: url(../assets/content/icon-information.png);
  background-repeat: no-repeat;
  background-position: 12px 12px;
  color: #333333;
  font-size: 12px;
}
