/*__________________________________________________________________________ # DEFAULTS
*/
a:active,a:focus {
    outline: 0;
}

html,body {
  margin: 0;
  padding: 0;
}

body {
  font: 16px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background: #f4f4f4 url('../images/main_bg.png') repeat-x left top;
}

.cleaner {
  clear: both;
}

h1, h2, h3 {
  font-family: "Arial Black";
  color: #50daf8;
}
h2, h3 {
  text-shadow: 1px 1px 1px #aaa;
}

h1 {
  font-size: 30px;
  text-shadow: 1px 1px 1px #399FB5;
}

h2 { font-size: 24px; }
h3 { font-size: 20px; }

p {
  font-family: Verdana, Arial;
  font-size: 16px;
  line-height:1.5;
}

a {
  font-family: Verdana, Arial;
  color: #7d7d7d;
}

a:hover {
  text-decoration: none;
}

/*__________________________________________________________________________ # BASIC
*/
#wrapper {
  height: 100%;
  min-width: 836px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  background: url(../images/header_bg.jpg) no-repeat center top;
}

#container {
  min-height: 100%;
  position: relative;
}

#header, #body, #footer, #top_menu, #brands {
  margin: 0 auto;
  width: 836px;
  text-align: left;
}

/*__________________________________________________________________________ # HEADER
*/
#header {
  padding-top: 93px;
  position: relative;
}

#header a img {
  margin: 30px 0 0 6px;
}

/*__________________________________________________________________________ # HEADER - #top_menu
*/
#top_menu {
  position: relative;
  height: 50px;
  width: 836px;
  margin-top: 25px;
  padding-left: 14px;
}

#top_menu a {
  text-decoration: none;
  font-size: 20px;
  float: left;
  background: url(../images/menu_no_active.png) no-repeat right bottom;
  padding: 10px 0;
  margin-right: 16px;
  width: 151px;
  text-align: center;
}

#top_menu a.last {
  margin-right: 0;
}

#top_menu a:hover, #top_menu a.active {
  background: url('../images/menu_active.png') no-repeat right bottom;
  color: #404040;
}

/*__________________________________________________________________________ # BODY
*/
#body {
  width:842px;
  background: url('../images/body_bg.png') repeat-y center top;
}

/*__________________________________________________________________________ # BODY - #brands
*/
#brands {
  background: url('../images/brands_bg.png') no-repeat scroll left top;
  padding: 12px 0 0;
  width: 842px;
}

#onoff {
  float: right;
  font-size: 20px;
  text-decoration: none;
  background: #50daf8 url(../images/triangle_down.gif) no-repeat 99px -5px;
  color: #fff;
  margin: 0 40px 20px 650px;
  padding: 0 40px 5px 25px;
  cursor: pointer;
}

#onoff.down {
  background-image: url(../images/triangle_up.png);
  background-position: 105px 9px;
}

/*__________________________________________________________________________ # BODY - #brands.brandlisting
*/
.brandlisting {
  width: 786px;
  margin: 0 0 0 3px;
  background-color :#50daf8;
  padding: 0 25px 10px;
}

.brandlisting ul {
  list-style: none;
  background-color: #50daf8;
}

.brandlisting ul li {
  float: left;
  width: 130px;
}

.brandlisting ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -5px;
}

.brandlisting ul li a:hover {
  color: yellow;
  text-decoration: underline;
}

/*__________________________________________________________________________ # BODY - #content
*/
#content {
  width:806px;
  background-color:#fff;
  margin:0 auto;
  padding:0 15px 50px;
}

#content p {
  margin: 20px 0;
}

#content img {
   margin: 10px;
}
#content p {
  line-height:1.5;
  margin:0 0 20px;
}

#content img {
   border: 1px solid #ccc;
   padding: 5px;
   margin: 10px 10px 0;
}

#content img[align="right"] {
   margin: 5px 0 0 10px;
}
#content img[align="left"] {
   margin: 5px 10px 0 0;
}

#content ul {
   margin: 0 0 10px;
}

#content ul li {
   list-style-position: outside;
   list-style-type: circle;
   margin-left: 15px;
   font-family: "Trebuchet MS";
   font-size: 16px;
}

/*__________________________________________________________________________ # FOOTER
*/
#footer_space {
  position: relative;
  width: 100%;
  height: 69px;
  margin: -10px auto 0;
  background: url('../images/footersapce_bg.png') repeat-x left top;
}

#footer_shadow {
  position: relative;
  margin: 0 auto;
  height: 69px;
  width: 842px;
  background: url('../images/body_bg.png') repeat-y center top;
}

#footer {
  height: 69px;
  position: relative;
  background: url('../images/footer_bg.png') repeat-x left top;
}

#footer p.footerpleft {
  float: left;
  color: #fff;
  margin: 30px 0 0 10px;
  font-size: 13px;
}

#footer p.footerpright {
  float: right;
  color: #fff;
  margin: 30px 10px 0 0;
  font-size: 13px;
}
