/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
/* Left & Right alignment */
.left {
  float: left;
}
.right {
  float: right;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
/* Global properties */
body {
  background: #030;
  border: 0;
  font: 13px Tahoma, Helvetica, sans-serif;
  color: #818181;
  line-height: 18px;
}
.ic,
.ic a {
  border: 0;
  float: right;
  background: #fff;
  color: #f00;
  width: 50%;
  line-height: 10px;
  font-size: 10px;
  margin: -220% 0 0 0;
  overflow: hidden;
  padding: 0;
}
.main {
  margin: 0 auto;
  width: 980px;
}
.body1 {
  background: url(../images/bg_top.gif) top repeat-x #f2f2f2;
}
.body2 {
  background: #f5fffa url(../images/btop.png) repeat-x top left;
  border-bottom: 1px solid #4e4e4e;
}
/* main layout */
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h1 {
  float: left;
  padding: 23px 0 0 30px;
}
h2 {
  font-size: 36px;
  color: #000;
  line-height: 1.2em;
  padding: 36px 0 21px 0;
  letter-spacing: -1px;
}
h2.pad_bot1 {
  padding-bottom: 11px;
}
h2.pad_top1 {
  padding-top: 10px;
}
h3 {
  font-size: 24px;
  line-height: 1.2em;
  color: #000;
  padding: 37px 0 13px 0;
  letter-spacing: -1px;
}
h4 {
  font-size: 18px;
  line-height: 1.2em;
  color: #000;
  padding: 10px 0 5px 0;
  letter-spacing: -1px;
}
p {
  padding-bottom: 18px;
}
/* header */
header {
  height: 181px;
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_header2.jpg) center 131px no-repeat;
}
#top_nav {
  float: left;
  padding: 5px 32px 0 0;
}
#top_nav li {
  float: left;
  padding-right: 8px;
  margin-right: 7px;
  background: url(../images/line_top.gif) right 5px no-repeat;
}
#top_nav li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
#top_nav li a:hover {
  text-decoration: underline;
}
#top_nav .end {
  padding-right: 0;
  margin-right: 0;
  background: none;
}
.date {
  float: left;
  font-size: 12px;
  color: #000;
  padding: 5px 0 0 32px;
}
#logo {
  display: block;
  background: url(../images/logo.png) 0 0 no-repeat;
  width: 260px;
  height: 75px;
  text-indent: -9999px;
}
#menu {
  float: right;
  padding: 52px 0 0 0;
}
#menu li {
  float: left;
  padding-left: 1px;
}
#menu li a {
  display: block;
  font-size: 13px;
  /*font-weight:bold;*/
  color: #000;
  text-decoration: none;
  line-height: 60px;
  background: url(../images/menu_bg.gif) top repeat-x;
  height: 56px;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
}
#menu li a span {
  display: block;
  background: url(../images/menu_bg_left.gif) top left no-repeat;
}
#menu li a span span {
  background: url(../images/menu_bg_right.gif) top right no-repeat;
  padding: 0 32px;
  height: 56px;
}
#menu li a:hover,
#menu #menu_active a {
  color: #fff;
  background: url(../images/menu_bg_active.gif) top repeat-x;
}
#menu li a:hover span,
#menu #menu_active a span {
  background: url(../images/menu_bg_left_active.gif) top left no-repeat;
}
#menu li a:hover span span,
#menu #menu_active a span span {
  background: url(../images/menu_bg_right_active.gif) top right no-repeat;
}
#menu .nav3 a:hover,
#menu .nav3#menu_active a {
  background: url(../images/menu_nav3_bg.gif) top repeat-x;
}
#menu .nav3 a:hover span,
#menu .nav3#menu_active a span {
  background: url(../images/menu_nav3_left.gif) top left no-repeat;
}
#menu .nav3 a:hover span span,
#menu .nav3#menu_active a span span {
  background: url(../images/menu_nav3_right.gif) top right no-repeat;
}
#menu .nav4 a:hover,
#menu .nav4#menu_active a {
  background: url(../images/menu_nav4_bg.gif) top repeat-x;
}
#menu .nav4 a:hover span,
#menu .nav4#menu_active a span {
  background: url(../images/menu_nav4_left.gif) top left no-repeat;
}
#menu .nav4 a:hover span span,
#menu .nav4#menu_active a span span {
  background: url(../images/menu_nav4_right.gif) top right no-repeat;
}
#menu .nav5 a:hover,
#menu .nav5#menu_active a {
  background: url(../images/menu_nav5_bg.gif) top repeat-x;
}
#menu .nav5 a:hover span,
#menu .nav5#menu_active a span {
  background: url(../images/menu_nav5_left.gif) top left no-repeat;
}
#menu .nav5 a:hover span span,
#menu .nav5#menu_active a span span {
  background: url(../images/menu_nav5_right.gif) top right no-repeat;
}

.text {
  font-size: 20px;
  line-height: 1.2em;
  color: #fff;
  padding: 43px 0 0 45px;
  letter-spacing: -1px;
  float: left;
  width: 340px;
  position: relative;
}
.text p span {
  display: block;
  margin-top: -4px;
}
.text p {
  padding-left: 5px;
  padding-bottom: 0px;
}
.text .tittle {
  font-size: 70px;
  line-height: 1.5em;
  display: block;
  letter-spacing: -2px;
  margin-bottom: -20px;
}
.text .tittle span {
  font-size: 36px;
  line-height: 1.2em;
  color: #000;
  display: block;
  margin-top: -12px;
  letter-spacing: -1px;
}
.text .button1 {
  display: block;
  position: absolute;
  top: 295px;
  left: 49px;
  background: url(../images/button_1.png) 0 0 no-repeat;
  width: 158px;
  height: 56px;
  text-align: center;
  font-size: 24px;
  line-height: 46px;
  color: #3d6c00;
  text-transform: uppercase;
  text-decoration: none;
}
.text .button1:hover {
  color: #000;
}
.roundabout-holder {
  height: 5em;
}
.roundabout-moveable-item {
  cursor: pointer;
  width: 306px;
  height: 316px;
  margin-top: 178px;
  padding-bottom: 20px;
}
.roundabout-in-focus {
  cursor: auto;
}
#gallery {
  position: relative;
  height: 413px;
  width: 530px;
  float: right;
  padding-right: 30px;
}
#gallery img {
  display: block;
  width: 100%;
  height: 100%;
}
#gallery li {
  background: url(../images/img_bg.png) center 2px no-repeat;
  overflow: hidden;
}
/* content */
#content {
  padding-bottom: 48px;
  width: 100%;
  overflow: hidden;
}
#content2 {
  padding-bottom: 49px;
  width: 100%;
  overflow: hidden;
}
.marg_right1 {
  margin-right: 19px;
}
.pad_bot1 {
  padding-bottom: 6px;
}
.pad_bot2 {
  padding-bottom: 18px;
}
.pad_bot3 {
  padding-bottom: 12px;
}
.pad_top1 {
  padding-top: 6px;
}
.pad_left1 {
  padding-left: 40px;
}
.color1 {
  color: #000;
}
.link1 {
  text-decoration: none;
}
.link1:hover {
  color: #76a300;
}
.button {
  display: inline-block;
  background: url(../images/button_2.png) 0 0 no-repeat;
  width: 129px;
  height: 44px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
}
.button:hover {
  color: #76a300;
}
/*.list1 li {
	font-size:12px;
	line-height:24px
}
.list1 li a {
	padding-left:8px;
	background:url(../images/marker_1.gif) 0 5px no-repeat
}
.list2 {
	margin-top:-6px
}
.list2 li {
	line-height:24px
}
.list2 li a {
	padding-left:8px;
	background:url(../images/marker_1.gif) 0 5px no-repeat
}*/
#newsletter {
}
#newsletter .bg {
  background: url(../images/newsletter_input.png) 0 0 no-repeat;
  min-height: 43px;
}
#newsletter .input {
  background: none;
  padding: 7px 10px;
  width: 231px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  height: 14px;
}
#icons {
}
#icons li {
  line-height: 24px;
  font-size: 12px;
}
#icons img {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.address {
  line-height: 24px;
  font-size: 12px;
}
.address span {
  width: 57px;
  float: left;
  color: #000;
}
.address a {
  color: #76a300;
}
/* footer */
footer {
  color: #aaa;
  font-size: 12px;
  padding: 27px 0 36px 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
footer a {
  color: #fff;
}
footer a:hover {
}
/* forms ======= */
#ContactForm {
  padding-top: 1px;
}
#ContactForm span {
  float: left;
  width: 94px;
  line-height: 28px;
  color: #000;
}
#ContactForm .wrapper {
  min-height: 34px;
}
#ContactForm .bg {
  float: left;
  background: #fff;
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
}
#ContactForm .textarea_box {
  height: 230px;
  width: 100%;
  overflow: hidden;
}
#ContactForm a {
  margin-left: 2px;
  float: right;
}
#ContactForm .input {
  width: 230px;
  background: none;
  padding: 6px 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  height: 15px;
  margin: 0;
}
#ContactForm textarea {
  overflow: auto;
  width: 434px;
  background: none;
  padding: 6px 10px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #c0c0c0;
  height: 207px;
  margin: 0;
}
.contentbox {
  width: 605px;
  padding: 10px;
  background-color: white;

  /* outer shadows  (note the rgba is red, green, blue, alpha) */
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, 0.5);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);

  /* rounded corners */
  -webkit-border-radius: 12px;
  -moz-border-radius: 7px;
  border-radius: 7px;

  /* gradients */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, white),
    color-stop(15%, white),
    color-stop(100%, #d7e9f5)
  );
  background: -moz-linear-gradient(top, white 0%, white 55%, #d5e4f3 130%);
}
.article {
  line-height: 2em;
}
.article img {
  border: 1px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.article img:hover {
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.button-link {
  padding: 10px 15px;
  background: #4479ba;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-link:hover {
  background: #356094;
  border: solid 1px #2a4e77;
  text-decoration: none;
}
.button-link:active {
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
  background: #2e5481;
  border: solid 1px #203e5f;
}

#searchbox {
  background: #eaf8fc;
  background-image: -moz-linear-gradient(#fff, #d4e8ec);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d4e8ec),
    color-stop(1, #fff)
  );

  -moz-border-radius: 35px;
  border-radius: 35px;

  border-width: 1px;
  border-style: solid;
  border-color: #c4d9df #a4c3ca #83afb7;
  width: 500px;
  height: 35px;
  padding: 10px;
  /*margin: 40px auto 20px;*/
  overflow: hidden; /* Clear floats */
}
#search,
#submit {
  float: left;
}

#search {
  padding: 5px 9px;
  height: 23px;
  width: 380px;
  border: 1px solid #a4c3ca;
  font: normal 13px "trebuchet MS", arial, helvetica;
  background: #f1f1f1;

  -moz-border-radius: 50px 3px 3px 50px;
  border-radius: 50px 3px 3px 50px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset,
    0 1px 0 rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset,
    0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset,
    0 1px 0 rgba(255, 255, 255, 1);
}

/* ----------------------- */

#submit {
  background: #6cbb6b;
  background-image: -moz-linear-gradient(#95d788, #6cbb6b);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #6cbb6b),
    color-stop(1, #95d788)
  );

  -moz-border-radius: 3px 50px 50px 3px;
  border-radius: 3px 50px 50px 3px;

  border-width: 1px;
  border-style: solid;
  border-color: #7eba7c #578e57 #447d43;

  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;

  height: 35px;
  margin: 0 0 0 10px;
  padding: 0;
  width: 90px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #23441e;

  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

#submit:hover {
  background: #95d788;
  background-image: -moz-linear-gradient(#6cbb6b, #95d788);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #95d788),
    color-stop(1, #6cbb6b)
  );
}

#submit:active {
  background: #95d788;
  outline: none;

  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

#submit::-moz-focus-inner {
  border: 0; /* Small centering fix for Firefox */
}
.alertbox {
  position: absolute;
  padding-left: 45px;
  width: 216px;
  background: url(../images/arrow.png) no-repeat left top;
  color: Black;
}

.alertbox div {
  min-height: 34px;
  width: 200px;
  padding: 8px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #ffeb8c;
}
.profiles {
  padding: 4px;
  height: 33px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
  color: #000;
  background: #a3c55c;
  background: -webkit-gradient(
    linear,
    center bottom,
    center top,
    from(#a3c55c),
    to(#d4ee85)
  );
  background: -moz-linear-gradient(bottom, #a3c55c, #d4ee85);
  box-shadow: -1px 1px 1px #e8e8e8;
  -moz-box-shadow: -1px 1px 1px #e8e8e8;
  -webkit-box-shadow: -1px 1px 1px #e8e8e8;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
}
.profiles a {
  color: #333;
  text-decoration: none;
}
.profiles:hover {
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.itemstr {
  background: #fc6;
  padding: 4px;
  height: 33px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}
.itemstr:hover {
  background: #e5e5e5;
  padding: 4px;
  height: 33px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}
.carts {
  background: #d6fee6;
  padding: 4px;
  height: 33px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}
.cartfinal {
  background: #f9f9f9;
  padding: 4px;
  height: 33px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}
.cartfinal:hover {
  background: #baebfe;
  padding: 4px;
  height: 33px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}

.notice {
  clear: both;
  background: url(../images/info.png) no-repeat left #fcfae9;
  border: 1px #e9e6c7 solid;
  background-position: 15px 10px;
  padding: 20px 20px 15px 60px;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.success {
  clear: both;
  background: url(../images/success.png) no-repeat left #edfce9;
  border: 1px #cceac4 solid;
  padding: 20px 35px 35px 20px;
  margin: 0 0 10px 0;
  font-size: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.success2 {
  clear: both;
  background: url(../images/success2.png) no-repeat left #edfce9;
  border: 1px #cceac4 solid;
  background-position: 15px 10px;
  padding: 20px 20px 15px 60px;
  margin: 0 0 10px 0;
  font-size: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.error {
  clear: both;
  background: url(../images/error.png) no-repeat left #fce9e9;
  border: 1px #eac7c7 solid;
  background-position: 15px 10px;
  padding: 20px 20px 15px 60px;
  margin: 0 0 10px 0;
  font-size: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.highlight {
  background-image: none !important;
  background-color: #fffacd !important;
  color: Black;
}
.specialcontentt {
  padding: 8px;
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;

  background: #a3c55c;
  background: -webkit-gradient(
    linear,
    center bottom,
    center top,
    from(#a3c55c),
    to(#d4ee85)
  );
  background: -moz-linear-gradient(bottom, #a3c55c, #d4ee85);
  box-shadow: -1px 1px 1px #e8e8e8;
  -moz-box-shadow: -1px 1px 1px #e8e8e8;
  -webkit-box-shadow: -1px 1px 1px #e8e8e8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

.specialcontent2 {
  padding: 8px;
  background: #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.specialcontent3 {
  padding: 8px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 2px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.specialcontentc {
  padding: 8px;
  text-shadow: 0px 1px #f6f6f6;
  border: solid 1px #b6b6b6;
  box-shadow: 0px 1px #efefef;
  -moz-box-shadow: 0px 1px #efefef;
  -webkit-box-shadow: 0px 1px #efefef;
  background: url(../images/bg.png);
  -moz-border-radius: 0.4em;
  border-radius: 0.4em;
}

input.sbutton {
  margin-right: 20px;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 #6d1111;
  border: 1px solid #bd2525;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #dd3333;
  background: -webkitkit-gradient(
    linear,
    bottom,
    top,
    from(#c82828),
    to(#f23f3f)
  );
  background: -moz-linear-gradient(bottom, #c82828, #f23f3f);
  font-size: 16px;
  padding: 5px 20px;
  font-weight: bold;
}
input.sbutton:hover,
input.sbutton:focus {
  cursor: pointer;
  margin-right: 20px;
  color: #42230b;
  text-shadow: 1px 1px 0 #fff6b9;
  border: 1px solid #db9c2e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f7ce50;
  background: -webkitkit-gradient(
    linear,
    bottom,
    top,
    from(#f1ac33),
    to(#fef673)
  );
  background: -moz-linear-gradient(bottom, #f1ac33, #fef673);
  font-size: 16px;
  padding: 5px 20px;
  font-weight: bold;
}
input[type="submit"][disabled="disabled"],
button:disabled {
  cursor: inherit;
  margin-right: 20px;
  color: #ccc;
  text-shadow: 1px 1px 0 #fff6b9;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #ddd;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: bold;
}

.bbutton {
  margin-right: 20px;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 #6d1111;
  border: 1px solid #bd2525;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #dd3333;
  background: -webkitkit-gradient(
    linear,
    bottom,
    top,
    from(#c82828),
    to(#f23f3f)
  );
  background: -moz-linear-gradient(bottom, #c82828, #f23f3f);
  font-size: 16px;
  padding: 5px 20px;
  font-weight: bold;
  height: 20px;
}
.bbutton:hover,
bbutton:focus {
  cursor: pointer;
  margin-right: 20px;
  color: #42230b;
  text-shadow: 1px 1px 1 #000;
  border: 1px solid #db9c2e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #f7ce50;
  background: -webkitkit-gradient(
    linear,
    bottom,
    top,
    from(#f1ac33),
    to(#fef673)
  );
  background: -moz-linear-gradient(bottom, #f1ac33, #fef673);
  font-size: 16px;
  padding: 5px 20px;
  font-weight: bold;
}
.bbutton a {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

#holder {
  width: 100%;
}

#holder > div {
  clear: both;
  padding: 2%;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  float: left;
  width: 96%;
}
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

.big-checkbox {
  padding: 18px;
}

.big-checkbox:checked:after {
  font-size: 28px;
  left: 6px;
}

.radio-1 {
  width: 193px;
}

.button-holder {
  float: left;
}

/* RADIO */

.regular-radio {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.regular-radio:checked:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.regular-radio:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1),
    inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio:active,
.regular-radio:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio {
  padding: 16px;
}

.big-radio:checked:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}

/* search form 
-------------------------------------- */
.searchform {
  display: inline-block;
  zoom: 1; /* ie7 hack for display:inline-block */
  *display: inline;
  border: solid 1px #d2d2d2;
  padding: 6px 8px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1);

  background: #f1f1f1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    to(#ededed)
  );
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
  font: normal 12px/100% Tahoma, Helvetica, sans-serif;
  font-weight: bold;
}
.searchform .searchfield {
  background: #fff;
  padding: 6px 6px 6px 8px;
  width: 660px;
  border: solid 1px #bcbbbb;
  outline: none;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.searchform .searchbutton {
  color: #fff;
  font-size: 11px;
  height: 27px;
  width: 27px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #cacece;

  background: #5f5f5f;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9e9e9e),
    to(#454545)
  );
  background: -moz-linear-gradient(top, #9e9e9e, #454545);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.searchform .searchbutton:hover {
  color: #fff;
  font-size: 11px;
  height: 27px;
  width: 27px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #fff;

  background: #cacece;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9e9e9e),
    to(#454545)
  );
  background: -moz-linear-gradient(top, #9e9e9e, #454545);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.regular-checkbox {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.regular-checkbox:active,
.regular-checkbox:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.regular-checkbox:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.regular-checkbox:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}

.big-checkbox {
  padding: 18px;
}

.big-checkbox:checked:after {
  font-size: 28px;
  left: 6px;
}

.radio-1 {
  width: 193px;
}

.button-holder {
  float: left;
}

/* RADIO */

.regular-radio {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
}

.regular-radio:checked:after {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 3px;
  background: #99a1a7;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
  text-shadow: 0px;
  left: 3px;
  font-size: 32px;
}

.regular-radio:checked {
  background-color: #e9ecee;
  color: #99a1a7;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1),
    inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.regular-radio:active,
.regular-radio:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.big-radio {
  padding: 16px;
}

.big-radio:checked:after {
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px;
}
.list1 {
  margin-bottom: 17px;
}
.list1 li {
  background: url(../images/bullet-blue.png) no-repeat 0 6px;
  padding: 0 0 6px 14px;
  font-size: 10px;
}
.list1 li a {
  color: #ec8c04;
}

.list2 {
  padding-bottom: 18px;
}
.list2 li {
  background: url(../images/bullet-blue.png) no-repeat 0 4px;
  padding: 0 0 12px 28px;
  border-bottom: 1px dotted #646b6d;
}
.list2 li a {
  color: #989999;
  text-decoration: none;
}
.list2 li a:hover {
  text-shadow: 1px 1px 1px #fff;
  text-decoration: underline;
}
.list3 {
  padding-bottom: 18px;
}
.list3 li {
  background: url(../images/bullet-red.png) no-repeat 0 4px;
  padding: 0 0 12px 28px;
  border-bottom: 1px dotted #646b6d;
}
.list3 li a {
  color: #989999;
  text-decoration: none;
}
.list3 li a:hover {
  color: #fff;
}
/* Table 1 Style */
table.table1 {
  font-size: 13px;
  line-height: 1.4em;
  font-style: normal;
  border-collapse: separate;
}
.table1 thead th {
  padding: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #568f23;
  border: 1px solid #93ce37;
  border-bottom: 3px solid #9ed929;
  background-color: #9dd929;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02, rgb(123, 192, 67)),
    color-stop(0.51, rgb(139, 198, 66)),
    color-stop(0.87, rgb(158, 217, 41))
  );
  background: -moz-linear-gradient(
    center bottom,
    rgb(123, 192, 67) 2%,
    rgb(139, 198, 66) 51%,
    rgb(158, 217, 41) 87%
  );
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.table1 thead th:empty {
  background: transparent;
  border: none;
}
.table1 tbody th {
  color: #fff;
  text-shadow: 1px 1px 1px #568f23;
  background-color: #9dd929;
  border: 1px solid #93ce37;
  border-right: 3px solid #9ed929;
  padding: 0px 10px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0.02, rgb(158, 217, 41)),
    color-stop(0.51, rgb(139, 198, 66)),
    color-stop(0.87, rgb(123, 192, 67))
  );
  background: -moz-linear-gradient(
    left bottom,
    rgb(158, 217, 41) 2%,
    rgb(139, 198, 66) 51%,
    rgb(123, 192, 67) 87%
  );
  -moz-border-radius: 5px 0px 0px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table1 tfoot td {
  color: #9cd009;
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  text-shadow: 1px 1px 1px #444;
}
.table1 tfoot th {
  color: #666;
}
.table1 tbody td {
  padding: 10px;
  text-align: center;
  background-color: #def3ca;
  border: 2px solid #e7efe0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #666;
  text-shadow: 1px 1px 1px #fff;
}
.table1 tbody span.check::before {
  content: url(../images/check0.png);
}
/* Table 2 Style */
table.table2 {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2em;
  border-collapse: collapse;
  text-align: center;
}
.table2 thead th,
.table2 tfoot td {
  padding: 20px 10px 40px 10px;
  color: #fff;
  font-size: 26px;
  background-color: #222;
  font-weight: normal;
  border-right: 1px dotted #666;
  border-top: 3px solid #666;
  -moz-box-shadow: 0px -1px 4px #000;
  -webkit-box-shadow: 0px -1px 4px #000;
  box-shadow: 0px -1px 4px #000;
  text-shadow: 1px 1px 1px #000;
}
.table2 tfoot th {
  padding: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #888;
}
.table2 tfoot td {
  font-size: 36px;
  color: #ef870e;
  border-top: none;
  border-bottom: 3px solid #666;
  -moz-box-shadow: 0px 1px 4px #000;
  -webkit-box-shadow: 0px 1px 4px #000;
  box-shadow: 0px 1px 4px #000;
}
.table2 thead th:empty {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.table2 thead :nth-last-child(1) {
  border-right: none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1) {
  border: none;
}
.table2 tbody th {
  text-align: right;
  padding: 10px;
  color: #333;
  text-shadow: 1px 1px 1px #ccc;
  background-color: #f9f9f9;
}
.table2 tbody td {
  padding: 10px;
  background-color: #f0f0f0;
  border-right: 1px dotted #999;
  text-shadow: -1px 1px 1px #fff;
  text-transform: uppercase;
  color: #333;
}
.table2 tbody span.check::before {
  content: url(../images/check1.png);
}

/* Table 3 Style */
table.table3 {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.7em;
  text-align: center;
  border-collapse: collapse;
}
.table3 thead th {
  padding: 6px 10px;
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  border-bottom: 5px solid #444;
}
.table3 thead th:empty {
  background: transparent;
  border: none;
}
.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2) {
  background-color: #7fd2ff;
}
.table3 tfoot :nth-child(2) {
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table3 thead :nth-child(2) {
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3) {
  background-color: #45a8df;
}
.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4) {
  background-color: #2388bf;
}
.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5) {
  background-color: #096a9f;
}
.table3 thead :nth-child(5) {
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.table3 tfoot :nth-child(5) {
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table3 tfoot td {
  font-size: 38px;
  font-weight: bold;
  padding: 15px 0px;
  text-shadow: 1px 1px 1px #fff;
}
.table3 tbody td {
  padding: 10px;
}
.table3 tbody tr:nth-child(4) td {
  font-size: 26px;
  font-weight: bold;
}
.table3 tbody td:nth-child(even) {
  background-color: #444;
  color: #444;
  border-bottom: 1px solid #444;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(189, 189, 189)),
    color-stop(0.7, rgb(224, 224, 224))
  );
  background: -moz-linear-gradient(
    center bottom,
    rgb(189, 189, 189) 39%,
    rgb(224, 224, 224) 70%
  );
  text-shadow: 1px 1px 1px #fff;
}
.table3 tbody td:nth-child(odd) {
  background-color: #555;
  color: #f0f0f0;
  border-bottom: 1px solid #444;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.39, rgb(85, 85, 85)),
    color-stop(0.7, rgb(105, 105, 105))
  );
  background: -moz-linear-gradient(
    center bottom,
    rgb(85, 85, 85) 39%,
    rgb(105, 105, 105) 70%
  );
  text-shadow: 1px 1px 1px #000;
}
.table3 tbody td:nth-last-child(1) {
  border-right: 1px solid #222;
}
.table3 tbody th {
  color: #696969;
  text-align: right;
  padding: 0px 10px;
  border-right: 1px solid #aaa;
}
.table3 tbody span.check::before {
  content: url(../images/check2.png);
}
