/*===================================================================================*/
/* Filename:          common.css                                                     */
/* Description:       Global CSS File                                                */
/* Version:           1.0 (03.06.2010)                                               */
/* Website:           http://www.lifestylechannel.com.au                             */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Luke Goodwin / Tim Hornbrook                                   */
/*===================================================================================*/
/*							   CSS INCLUDE FILES                                     */
/*===================================================================================*/
	/*This File Has All The Relative Attributes For The Header*/
	@import url("lifestylechannel.header.css");
	
	/*This File Has All The Relative Attributes For Floating Navigation*/
	@import url("lifestylechannel.floatingnav.css");
	
	/*This File Has All The Site Wide Common Attributes For The Website*/
	@import url("lifestylechannel.commonstyles.css");
		
	/*This File Has All The Relative Attributes For The Footer*/
	@import url("lifestylechannel.footer.css");
	
/*===================================================================================*/
/*							   GENERAL STRUCTURE                                     */
/*===================================================================================*/
/* Here are all the common site wide settings for the site.*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre,  p,
form, fieldset, table, th, td, input, select, textarea { 
	margin: 0px 0px;
	padding: 0px 0px; 
}
body, p, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}
p {
    margin-bottom: 0.5em;
}
input.Input_Text,
select.Input_Option {
	width: 98%;
	padding: 2px 4px;
}
ul, ol {
	list-style-type: none;
}
li {
	line-height: 1.2em;
}
a {
	color: #000000;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #000000 !important;
}
a:active { outline: none; }
img {
    border: 0;
}
.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
/*===================================================================================*/
/*							   ACCESSIBILITY STRUCTURE                               */
/*===================================================================================*/
/* Here are all the common settings for accessibility.*/
.Accessibility {
	display: none;
}
.FontNormal {
	font-style: normal;
	font-weight: normal;
}
/*===================================================================================*/
/*							   FORMS STRUCTURE                                       */
/*===================================================================================*/
/* Here are all the common site wide settings for any forms used in the site.*/
legend {
	display: none;
}
fieldset {
	border: none;
}
/*===================================================================================*/
/*							   BODY STRUCTURE                                        */
/*===================================================================================*/
body {
}
/*===================================================================================*/
/*							   PAGE STRUCTURE                                        */
/*===================================================================================*/
#Container {
    background: url(../images/common/container-background.jpg) repeat-y top center;
}
#PageWrap {
}
#PageContainer {
	margin: 0px auto;
	width: 990px;
	*overflow: hidden;
    position: relative; 
    z-index: 100;	
}
#PageContent {
    height: 1%;
    background: url(../images/common/page-content-background.jpg) repeat-y top center;
}
.ContentFeature {
	position:relative;
}
