/*--------------------------------------------------------------
 # 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: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}


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 {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    margin: 5px 0px;
    padding: 0;
    list-style-position: inside;
}

ul li {
    background: url("../images/rightu1sub.png") no-repeat 0 6px transparent;
    padding: 0 0 0 16px;
    margin: 0;
}


a:link, a:visited {
    color: #936D4A;
    text-decoration: underline;
    outline: none;
}

a:hover {
    text-decoration: underline;
    color: #E3C8A1;
}

a img {
    border: none;
}

