/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * Custom Style Sheet - Use this file to style your content
 */

#headerbackground, #footerbackground { background-color: #0a2634; color: #9c9c9c;}


#menubackground { background-color:background: rgb(164,164,164); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(164,164,164,1) 0%, rgba(47,47,47,1) 46%, rgba(37,37,37,1) 50%, rgba(44,44,44,1) 53%, rgba(103,103,103,1) 76%, rgba(84,84,84,1) 87%, rgba(59,59,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,164,164,1)), color-stop(46%,rgba(47,47,47,1)), color-stop(50%,rgba(37,37,37,1)), color-stop(53%,rgba(44,44,44,1)), color-stop(76%,rgba(103,103,103,1)), color-stop(87%,rgba(84,84,84,1)), color-stop(100%,rgba(59,59,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(164,164,164,1) 0%,rgba(47,47,47,1) 46%,rgba(37,37,37,1) 50%,rgba(44,44,44,1) 53%,rgba(103,103,103,1) 76%,rgba(84,84,84,1) 87%,rgba(59,59,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(164,164,164,1) 0%,rgba(47,47,47,1) 46%,rgba(37,37,37,1) 50%,rgba(44,44,44,1) 53%,rgba(103,103,103,1) 76%,rgba(84,84,84,1) 87%,rgba(59,59,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(164,164,164,1) 0%,rgba(47,47,47,1) 46%,rgba(37,37,37,1) 50%,rgba(44,44,44,1) 53%,rgba(103,103,103,1) 76%,rgba(84,84,84,1) 87%,rgba(59,59,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(164,164,164,1) 0%,rgba(47,47,47,1) 46%,rgba(37,37,37,1) 50%,rgba(44,44,44,1) 53%,rgba(103,103,103,1) 76%,rgba(84,84,84,1) 87%,rgba(59,59,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4a4a4', endColorstr='#3b3b3b',GradientType=0 ); /* IE6-9 */

}


#mainbackground { background-color: #ddd;
min-height: 420px;}

#footerbackground{ min-height: 120px;
}
h2.bul{
  line-height: 52px;
}

img.bul{
  vertical-align: middle;
  padding-right: 5px;
  width: 55px;
  height: 52px;
}