/*--------------------------------------------------------------

# Copyright (C) joomla-monster.com

# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License

# Website: http://www.joomla-monster.com

# Support: info@joomla-monster.com

---------------------------------------------------------------*/



/*********************** RESET GLOBAL STYLES ***********************/



fieldset, form, label, legend, caption, tfoot {

    margin: 0;

    padding: 0;

    border: 0;

}



h1, h2, h3, h4, h5, h6 {

    margin: 0px 0px 5px 0px;

    line-height: 120%;

  font-weight: normal;

}



h1 {

    font-size: 26px;

}



h2 {

    font-size: 24px;
  color: #426A08;

}



h3 {

    font-size: 20px;

}



h4 {

    font-size: 15px;

}



h5 {

    font-size: 12px;

}



h6 {

    font-size: 11px;

}



blockquote:before, blockquote:after, q:before, q:after {

    content: "";

}



blockquote, q {

    quotes: "" "";

  margin: 0;

}



p {

    margin: 5px 0px;

    padding: 0px;

}



ul {

    margin: 10px 0;

    padding: 0;

    list-style: none;

}



ul li {

  margin: 0 0 0 3px;

  padding: 2px 0 2px 20px;

  background: transparent url(../images/li.png) no-repeat scroll 0 4px;

}



ul li p {

  margin: 0;

}



a:link, a:visited {

    text-decoration: underline;

  color: #375807;

}



a:hover {

    text-decoration: none;

}



a img {

    border: none;

}