/* @override 
	http://homewarmthinc.com/home_warmth/stylesheets/master.css
	http://homewarmthinc.com/home_warmth/stylesheets/miscellaneous.css
	http://homewarmthinc.com/home_warmth/stylesheets/navigation.css
*/

/*-------------------------------------
Homewarmth Inc

Master

version: 	1.0
author: 	Imp Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2007	
---------------------------------------*/

/* LINKED STYLE SHEETS
---------------------------------------*/
@import url("/home_warmth/stylesheets/navigation.css");
@import url("/home_warmth/stylesheets/miscellaneous.css");

body{
	margin: 0;
	padding: 0;
	background: #4b3300 url(../images/backgrounds/bg-page.gif) repeat-x 0 0;
}

.container{
	margin: 0 auto;
	width: 840px;
	height: 100%;
}

/* HEADER
---------------------------------------*/
#header .column{
	width: 420px;
}

#header h1.logo{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	line-height: 0em;
	height: 213px;
	background: url(../images/logos/logo-homewarmth.jpg) no-repeat 0 0;
}

/* CONTENT
---------------------------------------*/
#content{
	clear: both;
	height: 100%;
	padding-bottom: 50px;
	color: #f6eedc;
}

/* FOOTER
---------------------------------------*/
#footer{
	height: 150px;
	padding-top: 25px;
	background: #a44906 url(../images/backgrounds/bg-footer.gif) repeat-x 0 0;
	clear: both;
	font-size: 10px;
}

	#footer .site_map{
		float: left;
		color: #fff;
	}
	
		#footer .site_map a{
			color: #fff;
		}
		
		#footer .site_map a:hover{
			color: #fff;
			background-color: none;
		}
		
	#footer .credits{
		height: 30px;
		width: 100px;
		text-indent: -9999px;
		line-height: 0em;
		float: right;
		
	}
	
		#footer .credits a{
			display: block;
			height: 100%;
			width: 100%;
			background: url(../images/logos/logo-imp_designs.gif) no-repeat 0 0;
		}

/* COLUMNS
---------------------------------------*/
.column200px{
	width: 200px;
	height: 100%;
}

.column300px{
	width: 300px;
}

.column500px{
	width: 500px;
}

.column600px{
	width: 600px;
}

.three_column{
	margin: 0 10px 0 0;
	width: 148px;
}