/****************************************************** 
	Title:    BNB
	Author:   Martin Metodiev
	Company:  Mag Studio
	Website:  www.magstudio.bg
	Updated:  2009/02/20
	Style:    RESET Stylesheet
******************************************************/



/* ........ Margins & Paddings */
	body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6 {
		margin: 0px;
		padding: 0px;
	}
/* ........................... */


/* .................. Headings */
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
	}
/* ........................... */


/* ................ Hyperlinks */
	a {
		text-decoration: none;
		outline: none;
	}

		a:hover {
			text-decoration: underline;
		}
/* ........................... */


/* .................... Others */
	address, caption, cite, code, dfn, var {
		font-style: normal;
		font-weight: normal;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0px;
	}

	caption, th {
		text-align: left;
		font-weight: normal;
		font-style: normal;
	}

	acronym, abbr, fieldset, img {
		border: 0px;
	}

	:focus {
		outline: none;
	}
/* ........................... */