/*===================================================================================*/
/* Filename:          common.css                                               		 */
/* Description:       Global CSS File                                		         */
/* Version:           1.0 (05.01.2010)                                               */
/* Website:           Come Dine With Me						                         */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Simon Keefe                                                    */
/*===================================================================================*/


/*===================================================================================*/
/*							   CSS INCLUDE FILES                                     */
/*===================================================================================*/
	/*This File Has All The Relative Attributes For The Header*/
	@import url("header.css");
	
	/*This File Has All The Relative Attributes For The Primary Navigation*/
	@import url("navigation.css");
	
	/*This File Has All The Relative Attributes For Floating Navigation*/
	@import url("floatingnav.css");
	
	/*This File Has All The Relative Attributes For The Footer*/
	@import url("footer.css");
	
	/*This File Has All The Site Wide Common Attributes For The Website*/
	@import url("commonstyles.css");
		
/*===================================================================================*/
/*							   STARTING CSS		                                     */
/*===================================================================================*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, 
form, fieldset, table, th, td { 
	margin:0;
	padding:0;
}
p{
	margin:0 0 15px 0
}
ul, ol {
	list-style-type: none;
}
.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.Accessibility {
	display: none;
}
