/*--------------------------------------------------------------
# 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 ***********************/

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

h2 {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

h4{
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}

h5 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	line-height: 12px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    font-weight: normal;
	font-style: italic;
}

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

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

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

a:link, 
a:visited { 
	text-decoration: underline;
	outline: none;
}

a:hover { 
	text-decoration: none;
}

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

ul li {
	margin: 0;
}

ol {
    margin: 10px 0px;
    padding: 0 0 0 20px;
}

ol li,
ol li ul li {
    padding: 0;
    margin: 0;
}

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

a img {
    border: none;
}