/*--------------------------------------------------------------
# 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, 
table, caption, tbody, tfoot, thead, tr, th, td {
    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: 1.69em;
}

h2 {
    font-size: 1.38em;
}

h3 {
    font-size: 1.08em;
}

h4 {
    font-size: 0.92em;
}

h5 {
    font-size: 0.85em;
}

h6 {
    font-size: 0.77em;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

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

p {
    margin: 5px 0px;
    padding: 0 0 5px 0;
}

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

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

a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}