/******************************************************
       Project:  BSH Christmas Card 2010

       Company:  BSH
     Developer:  Martin Metodiev

    Started on:  14/12/2009
    Updated on:  14/12/2009

    Sheet type:  RESET Stylesheet
******************************************************/



/* ******************************* STYLES */

/* ........ Margins & Paddings */
	body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, h1, h2, h3, h4, h5, h6 {
		margin: 0px;
		padding: 0px;
	}
/* ........................... */


/* ................... Borders */
	acronym, abbr, fieldset, img, a img {
		border: 0px;
	}
/* ........................... */


/* ..................... Fonts */
	address, caption, cite, code, dfn, var {
		font-style: normal;
		font-weight: normal;
	}
/* ........................... */


/* .................. Outlines */
	:focus {
		outline: 0px;
	}
/* ........................... */





/* ***************************** ELEMENTS */

/* .................. Headings */
	h1, h2, h3, h4, h5, h6 {
		font-size: 100%;
		font-weight: normal;
	}
/* ........................... */


/* ................ Hyperlinks */
	a {
		text-decoration: underline;
		color: #FF7F00;
	}

		a:hover {
			text-decoration: none;
		}
/* ........................... */


/* ..................... Lists */
	ul, ol, li {
		list-style: none;
	}
/* ........................... */


/* .................... Tables */
	table {
		border-collapse: collapse;
		border-spacing: 0px;
	}

	caption, th {
		text-align: left;
		font-weight: normal;
		font-style: normal;
	}
/* ........................... */


/* ..................... Forms */
	form br {
		clear: both;
		line-height: 0pt;
		font-size: 0pt;
	}

	textarea {
		overflow: auto;
	}

	input.textfield, textarea, select {
		padding: 2px;
	}
/* ........................... */



/*****************************************************/