* {
   font-family: Verdana, Geneva, sans-serif;
   color: #505050;
}

body {
   background: url('../../images/body_bg_lower.gif') -20px -60px;
   font-size: 11px;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

a.active {
   /*color: #2B7EB4;*/
   color: #82afd9;
}
.navbutton a {
   color: white;
}

.navbutton a:hover {
   color: white;
}

div.inner { width: 970px; margin: 0 auto;}
div.left { float: left; }
div.right { float: right; }

.hd_top {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
   height: 35px;
   background: white;
   line-height: 35px;
   border-bottom: 1px solid #F0F0F0;
   color: #82afd9;
}

.hd_mid {
   height: 78px;
   background: white;
   line-height: 78px;
}

.hd_mid ul {
   list-style-type: none;
   margin: 0 0 0 -100px;
}

.hd_mid ul li {
   float: left;
   margin: 0 0 0 60px;
}

.hd_mid ul li a {
	font-size: 11px;
   font-weight: bold;
   text-decoration: none;
   padding: 0 0 20px 10px;
   background: url('../../images/bullet_1_idle.gif') left 9px no-repeat;
   display: block;
   height: 24px;
   line-height: 24px;
   margin-top: 40px;
   position: relative;
   top: 0;
   left: 0;
   z-index: 999;
   color: #666666;
   float: left;
	font-size: 11px;
	font-weight: bold;
	color: #aaaaaa;
}

.hd_mid ul li a.active {
   background: url('../../images/bullet_1_active.gif') left 9px no-repeat;
   text-decoration: none;
   color: #7c7c7c;
   padding-bottom: 20px;
}

.hd_mid ul li a.active,
.hd_mid ul li a:hover {
   background: url('../../images/bullet_1_active.gif') left 9px no-repeat;
   color: #7c7c7c;
}

.dropDown {
   position: absolute;
   background: url('../../images/popup_bg.png');
   padding: 0;
   padding-top: 0;
   margin-top: 40px;
   border: 1px solid #F0F0F0;
   border-top: 0;
   z-index: 99998;
   display: none;
}

.dropDown ul {
   list-style-type: none;
}

.dropDown ul li { }

.dropDown ul li a {

	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #7c7c7c;

   padding-left: 25px;
   padding-right: 20px;
   display:block;
   line-height: 22px;
   background: url('../../images/bullet_2_idle.gif') 10px center no-repeat;
}

.dropDown ul li a:hover {
   background: url('../../images/bullet_2_active.gif') 10px center no-repeat #ebebeb;
   text-decoration: none;
   color: #313131
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 8px;
	color: #767676;
   background: url('../../images/body_bg_upper.gif') -20px 10px;
   padding: 30px 0 50px 0;
}

   .content p {
      line-height: 140%;
   }

   .content .left {
      float: left;
      width: 250px;
      border: 1px solid #E9E9E9;
      padding: 33px 25px 35px 25px;
      background: #FFFFFF;
      color: #333333;
      font-size: 32px;
      font-weight: lighter;
   }

   .content .right {
      float: right;
      width: 590px;
      border: 1px solid #E9E9E9;
      padding: 35px 25px;
      background: #FFFFFF;
   }

.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
   height: 24px;
   line-height: 24px;
   background: white;
   border-top: 1px solid #E9E9E9;
   border-bottom: 1px solid #E9E9E9;
   color: #959595;
}

.footer_shadow {

   /*background: url('../../images/footer_shadow.png') top left repeat-x;*/
	background: url('../luxura/images/footer-shadow.png') top left repeat-x;
	background-color: #F1F3F5;

}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #484b4e;
	line-height: 18px;
   font-weight: normal;
   margin-bottom: 18px;
}

h2 {
   /*font-size: 18px;
   font-weight: normal;
   color: #333333;*/

	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #707173;
	font-weight: normal;
   /*margin: 0 0 18px 0;*/
	margin: 0 0 6px 0;
}

input ,
select {
   border: 1px solid #E0E0E0;
   background: #F8F8F8;
}

option {
   background: #F8F8F8;
   border: 0;
}

button {
   height: 20px;
   font-size: 11px;
   color: #444444;
}

input,
select,
option {
   font-size: 11px;
}

.hapro_button {
   cursor: pointer;
   background: url('../../images/bttn_bg.gif') center center;
   border: 1px solid #CCCCCC;
   padding: 0 5px;
   font-size: 9px;
   font-weight: bold;
   color: white;
   line-height: 15px;
   outline: 0;
}

.navbutton {
   cursor: pointer;
   background: url('../../images/bttn_bg.gif') center center;
   border: 1px solid #999999;
   border-top: 1px solid #E0E0E0;
   border-left: 1px solid #E0E0E0;
   padding: 0 5px;
   font-size: 11px;
   font-weight: bold;
   color: white;
   line-height: 15px;
   height: 20px;
   outline: 0;
}

a.navbutton {
   padding: 3px 5px;
   color: #FFFFFF;
}

.navbutton:hover {
   text-decoration: none;
}

label {
   display: block;
   width: 150px;
   float: left;
   clear: both;
   margin-top: 4px;
}

#frmContact input ,
#frmContact textarea {
   border: 1px solid #E0E0E0;
   background: #F8F8F8;
   margin-top: 4px;
   width: 400px;
   font-size: 11px;
}

#frmContact textarea {
   height: 60px;
}

#frmContact .navbutton {
   background: url('../../images/bttn_bg.gif') center center;
   margin-left: 150px;
}

.subnav {
   border: 1px solid #F0F0F0;
   background: url('../../images/subnav_bg.gif') left bottom repeat-x;
   padding: 6px 0;
   text-align: left;
}

.subnav ul {
   margin: 0px;
   list-style-type: none;
}

.subnav ul a {
   display: block;
   width: auto;
   padding: 2px 16px 2px 26px;
   text-decoration: none;
   background: url('../../images/bullet_2_idle.gif') 12px 10px no-repeat;
   color: #929292;
   line-height: 22px;
}

.subnav ul a:hover {
   background: url('../../images/bullet_2_active.gif') 12px 10px no-repeat #ebebeb;
   text-decoration: none;
}

.subnav ul ul a {
   font-size: 11px;
   padding: 2px 16px 2px 42px;
   background: url('../../images/bullet_2_idle.gif') 28px 7px no-repeat;
}

.subnav ul ul a:hover {
   background: url('../../images/bullet_2_active.gif') 28px 7px no-repeat #ebebeb;
}

hr {
   color: #dfdfdf;
   background-color: #dfdfdf;
   border: 1px solid #dfdfdf;
   margin-top: 8px;
   margin-bottom: 8px;
}
#global_container {
	background-color: #F1F3F5;
}

