/* General styles */
html{
  background: url(/images/layout/bg.gif);
  color: white;
}

body{
  margin: auto;
  padding: 0;
  border: 0;			/* This removes the border around the viewport in old versions of IE */
  width: 900px;
  font-family:helvetica, arial, tahoma, verdana, sans-serif;
  font-size: 14px;
}

a{
  color: #f9af29;
  text-decoration: none;
}

a:hover{
  color: #ec7f29;
  text-decoration: underline;
}

/* Header styles */
#header {
  clear: both;
  width: 100%;
  z-index: 1;
}

#header img{
  border: none;
  position: relative;
}

#logo{
  height: 250px;
  width: 1000px;
}

#header_link{
  border: none;
}

/* navbar styles */
#navbar{
  background-color: black;
  border: 1px solid black;
  height: 30px;
  color: #fff;
  line-height: 26px;
  font-size: large;
  padding-left: 15px;
  margin-left: 19px;
  width: 941px;
}

#navbar a{
  color: white;
  text-decoration: none;
  margin: 0 10px;
}

#navbar a:hover{
  color: #afbc49;
}

#search_box{
  float: right;
  margin-right: 10px;
}

/* column container */
.colmask {
  position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
  top: -5px;
  clear: both;
  float: left;
  width: 100%;			/* width of whole page */
  overflow: hidden;	/* This chops off any overhanging divs */
  background: black;
  margin-bottom: -5px;
}

/* 2 column left menu settings */
.leftmenu {
  }

.leftmenu .colright {
  float: left;
  width: 200%;
  position: relative;
  left: 200px;
}

.leftmenu .col1wrap {
  float: right;
  width: 50%;
  position: relative;
  right: 200px;
  padding-bottom: 1em;
}

.leftmenu .col1 {
  padding: 10px 20px 0 15px;
  margin: 0 15px 0 215px;
  position: relative;
  right: 100%;
  overflow: hidden;
}

.leftmenu .col2 {
  float: left;
  position: relative;
  right: 185px;
  width: 200px;
}

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

.col2 a{
  font-size: 14px;
}

ul#categories{
}

ul#categories a{
  padding: 0 0 5px 5px;
}

li.menu_category{
}

li.menu_category:hover{
}

li.menu_category a{
  font-size: 16px;
  display: block;
}

li.last{
  border-bottom: none;
}

li.menu_document{
  padding-left: 10px;
}

li.menu_document:hover{
}

li.menu_document a{
  display: block;
  font-size: 1em;
  color: #EC7F29;
}

li.menu_document a:hover{
}

img#left_nav_top{
  position: relative;
  top: 24px;
}

img#left_nav_bottom{
  position: relative;
  top: -21px;
}

ul#static_links{
}

li#static_link{
  padding-left: 5px;
}

div.menu_category{
  padding-left: 5px;
}

ul#social_network_links{
  margin-top: 20px;
}

li.social_network_link{
  margin: 10px 0;
}

li.social_network_link img{
  float: left;
  margin: 5px 10px 5px 0;
}

ul#left_buttons{
  margin-top: 20px;
}

img#age_makers_bottle{
  float: left;
  margin: 10px;
}

form#age_check_form, div#age_text {
  margin: 20px 0;
}

/* Footer styles */
#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 80px;
  text-align: center;
  background: black;
}

div#footer img{
  float:left;
  margin-left: 20px;
}
