/* General */
html, body, table {font-family: Verdana, Arial, Sans-Serif; color: #606060; font-size: 13px;}

body {background-color: #FFFFFF; margin: 0px; padding: 0px; background-image: url(../images/bg_02.png); background-repeat: repeat; background-position: left top;}

a {text-decoration: none; color: #45693C;}
a:hover {text-decoration: underline; color: #D5B005;}

a#link {text-decoration: underline; color: #606060;}
a#link:hover {text-decoration: underline; color: #2C3848;}

#main {text-align: center; margin-top: 0px;}

#banner {
         position: relative;
         top: 230px;
         left: 875px;
         right: 0;
         z-index: 1;
         height: 250px;
         width: 250px;
         background: url(../images/banner_03.png);
         no-repeat;

         }

#top_header {
         background-color: #45693C;
         color: #ffffff;
         padding-top: 0px;
         padding-bottom: 0px;
         width: 100%;
         height: 2px;
         margin: auto;
         font-size: 10px;

         }

#header {
         background-image: url(../images/header_03.jpg);
         height: 130px;
         width: 975px;
         margin: auto;
         }

#top_info {
         background-color: #ffffff;
         height: 206px;
         width: 975px;
         margin: auto;
         }

#success {
          text-align: justify;
          font-style: italic;
          margin-right: 50px;
          font-size: 11px;

         }

#button_container {
         width: 975px;
         margin: auto;

         }

#button {
         background-image: url(../images/button_clean_02.png);
         text-align: left;
         padding-left: 0px;
         font-size: 10px;
         color: #FFFFFF;
         float:left;
         width: 325px;
         height: 48px;
         }

#button2 {
         background-image: url(../images/button_safe_02.png);
         text-align: left;
         padding-left: 0px;
         font-size: 10px;
         color: #FFFFFF;
         float:left;
         width: 325px;
         height: 48px;
         }

#button3 {
         background-image: url(../images/button_efficient_02.png);
         text-align: left;
         padding-left: 0px;
         font-size: 10px;
         color: #FFFFFF;
         float:left;
         width: 325px;
         height: 48px;
         }

#btn_text {
          margin: 16px 70px 0px 22px;
          color: #ADAFAA;

         }


#content {

         width: 975px;
         margin: auto;
         background-color: #ffffff;

         }

#content_left {
         float:left;
         text-align: justify;
         width: 660px;
         padding-left: 60px;
         padding-top: 20px;
         background-color: #ffffff;

         }

#content_right {
         width: 255px;
         text-align: justify;
         float:right;
         padding-top: 20px;
         background-color: #ffffff;

         }

#content_left p {
          font-size: 12px;
          margin-right: 60px;
          margin-left: 10px;
          text-indent:10px;
         }


h1 {

          font-size: 19px;
          font-variant:small-caps;
          color: #45693C;
          margin-bottom:5px;

         }






#content_left h2 {

          font-size: 14px;
          font-variant:small-caps;
          color: #D5B005;
          margin-top: 5px;

         }

#video_text {
          margin-left: 35px;
          margin-top: 2px;
          font-size: 9px;
          font-weight: bold;
          text-align: left;
          width: 180px;
          color: #D5B005;
         }

#footer {
         background-image: url(../images/header.jpg);
         background-repeat: no-repeat;
         width: 975px;
         height: 130px;
         margin: auto;
         color: #FFFFFF;
         font-size:10px;

         }

#footer p {
          margin-top: 2px;
         }
