
html, body {
   height: 100%;
}

body {
   margin: 0px;
   padding: 0px;
   background: #E0E0E0 url(images/bg_01.gif) repeat-x left top;
   font: 14px Arial, Helvetica, sans-serif;
   color: #000000;
}

h1, h2 {
   margin: 20px 0px 30px 0px;

   font-weight: normal;
   color: #878787;
}

h1 span, h2 span {
   color: #535353;
}

h1 {
   padding: 0px 0px 0px 55px;
   background: url(images/homepage_09.gif) no-repeat left center;
   letter-spacing: -2px;
   font-size: 30px;
}

h2 {
   padding: 0px 0px 0px 35px;
   background: url(images/homepage_10.gif) no-repeat left center;
   letter-spacing: -1px;
   font-size: 22px;
}

h3 {
   margin: 0px 0px 0px 0px;
   font-size: 12px;
}

p, ol, ul {
   margin-top: 0px;
   margin-bottom: 1.5em;
   line-height: 1.8;
   text-align: left;
}

strong {
   color: #5E5E5E;
}

a {
   color: #EC1900;
}

a:hover {
   text-decoration: none;
}

a img {
   border: none;
}

img.border {
}

img.alignleft {
   float: left;
   margin: 0px 20px 0px 0px;
}

img.alignright {
   float: right;
   margin: 0px 0px 0px 20px;
}

img.aligncenter {
   margin: 0px auto;
}

hr {
   display: none;
}

/** LIST STYLES */

ul.style1 {
   margin-left: 0px;
   padding-left: 0px;
   list-style: none;
   line-height: 2.2;
}

ul.style1 li {
   padding-left: 19px;
   background: url(images/homepage_11.gif) no-repeat left center;
}

ul.style2 {
   margin-left: 0px;
   padding-left: 0px;
   list-style: none;
   line-height: 2.5;
}

ul.style2 li {
}

ul.style2 b {
   padding: 2px 5px;
   background: #E9E9E9;
   color: #999999;
}

ul.style2 a {
   padding-left: 5px;
}

ul.style3 {
   margin-left: 0px;
   padding-left: 0px;
   list-style: none;
}

ul.style3 li {
   margin-bottom: 10px;
}

ul.style3 img {
   margin-top: 5px;
}

/** WRAPPER */

#wrapper {
}

.container {
   width: 900px;
   margin: 0px auto;
}

.clearfix {
   clear: both;
}

/** HEADER */

#header {
   height: 170px;
}

/** SEARCH */

#search {
   float: right;
   width: 400px;
   height: 170px;
   background: red url(images/bg_02.gif) no-repeat left top;
}

#search form, #search fieldset {
   margin: 0px;
   padding: 0px;
   border: none;
}

#search form {
   padding: 116px 0px 0px 69px;
}

#search input {
   float: left;
}

#search .input-text {
   width: 229px;
   height: 18px;
   padding: 5px 5px 0px 5px;
   background: #FEFEFE url(images/homepage_03.gif) repeat-x left top;
   border: 1px solid #DEDEDE;
   font: 12px Arial, Helvetica, sans-serif;
   color: #949393;
}

#search .input-submit {
   width: 51px;
   height: 25px;
   margin: 0px 0px 0px 10px;
   background: #F37E00 url(images/homepage_04.gif) no-repeat left top;
   border: none;
   text-transform: lowercase;
   font: 12px Arial, Helvetica, sans-serif;
   color: #FFFFFF;
}

/** BANNER */

#banner {
   margin-bottom: 10px;
}

/** MENU */

#menu {
   height: 62px;
   margin-bottom: 10px;
   background: url(images/bg_03.gif) no-repeat left top;
}

#menu ul {
   margin: 0px;
   padding: 16px 0px 0px 50px;
   list-style: none;
   line-height: normal;
}

#menu li {
   float: left;
   height: 30px;
   margin: 0px 30px 0px 0px;
   padding: 0px 1px 0px 0px;
}

#menu a {
   float: left;
   height: 26px;
   padding: 4px 14px 0px 15px;
   letter-spacing: -1px;
   text-decoration: none;
   text-transform: lowercase;
   font-size: 18px;
   color: #535353;
}

#menu a:hover {
   text-decoration: underline;
}

#menu li.active {
   background: url(images/bg1_01.gif) no-repeat right top;
}

#menu li.active a {
   background: url(images/bg1_01.gif) no-repeat right top;
   color: #FFFFFF;
}

/** PAGE */

#page {
   overflow: hidden;
   background: url(images/bg_04.gif) repeat-y left top;
}

.subpage2 #page {
   background-image: url(images/bg1_02.gif);
}

.subpage3 #page {
   background-image: url(images/subpage3_01.gif);
}

/** CONTENT */

#content {
   float: left;
   width: 540px;
   padding: 30px 30px 10px 30px;
   background: url(images/bg_05.gif) no-repeat left top;
}

.subpage2 #content {
   float: right;
   background: url(images/bg1_03.gif) no-repeat right top;
}

.subpage3 #content {
   float: none;
   width: auto;
   background: url(images/subpage3_02.gif) no-repeat left top;
}

/** 2-COLUMN LAYOUT */

.two-columns {
   width: 100%;
   overflow: hidden;
}

.two-columns .column1 {
   float: left;
   width: 255px;
}

.two-columns .column2 {
   float: right;
   width: 255px;
}

/** SIDEBAR */

#sidebar {
   float: right;
   width: 230px;
   padding: 30px 30px 10px 30px;
   background: url(images/bg_05.gif) no-repeat right top;
}

.subpage2 #sidebar {
   float: left;
   background: url(images/bg1_03.gif) no-repeat left top;
}

/** FOOTER */

#footer {
   background: url(images/bg_06.gif) no-repeat left top;
}

#footer p {
   margin: 0px;
   padding: 70px 0px;
   text-align: center;
   text-transform: lowercase;
   color: #ABAAAA;
}

.subpage2 #footer {
   background-image: url(images/bg1_04.gif);
}

.subpage3 #footer {
   background-image: url(images/subpage3_03.gif);
}
