/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/
/***general styles***/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0 0 5px 0;
    line-height: 120%;
}
h1 {
    font-size: 22px;
}
h2 {
   font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
     font-size: 14px;
}
h6 {
    font-size: 12px;
    font-weight: bold;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
    margin: 0;
}

p {
    margin: 5px 0px;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;   
}

ol {
    margin: 5px 0px;
    padding: 0;
    list-style-position: inside;
}

ul li {
    background: url(../images/li.png) 0 7px no-repeat;
    padding: 0 0 0 10px;
    margin: 0;
}

a:link, a:visited {
    text-decoration: underline;
    color: #5b5b5b;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

