/*===================================================================================*/
/* Filename:          common.css                                                     */
/* Description:       Global CSS File                                                */
/* Version:           1.0 (07.09.2009)                                               */
/* Website:           http://www.lifestyleyou.com.au                                 */
/* Company:           ID Studios (http://www.idstudios.com.au)                       */
/* Author:            Luke Goodwin                                                   */
/*===================================================================================*/
/*							   CSS INCLUDE FILES                                     */
/*===================================================================================*/
	/*This File Has All The Relative Attributes For The Header*/
	@import url("lifestylefood.header.css");
	
	/*This File Has All The Relative Attributes For Floating Navigation*/
	@import url("lifestylefood.floatingnav.css");
	
	/*This File Has All The Site Wide Common Attributes For The Website*/
	@import url("lifestylefood.commonstyles.css");
		
	/*This File Has All The Relative Attributes For The Footer*/
	@import url("lifestylefood.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: #000;
}
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 {
    padding-top: 10px;
    height: 1%;
    background: url(../images/common/page-content-background.jpg) repeat-y top center;
}
.Gutter {
    width:125px;
    overflow: hidden; 
    min-height:700px;
        _height: auto !important;
        _height: 700px;
    position:absolute;
    top: 40px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    z-index: 850;
}
.LeftGutter {
    left:-135px;
}
.RightGutter {
    right:-135px;
}
