/************************************************************************************
-------------------------------------------------------------------------------------
	
	"hatmatic"
	@desc	Base layout rules for hatmatic.co.uk
	
-------------------------------------------------------------------------------------
************************************************************************************/

/*@import "slider.css";*/

@import "modules.css";
@import "type.css";
@import "nav.css";


.debug{
	padding: 20px;
	background: beige;
}

/*	-	Global
-----------------------------------------------------------------------------------*/

*{
	margin:  0;
	padding: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul#skip-nav{
	position: absolute;
	top: -999em;
}
html{
	background: #fff;
}
body{
}
html, body {
    height: 100%;
}


/*	-	Main Layout
-----------------------------------------------------------------------------------*/

/*	Wrapper		-----------------------------------------------------------------*/


#wrapper-outer{	
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px auto;
	padding: 0;
	min-height: 100%;
	width: 100%;
}
#wrapper{
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 910px;
}
#top-strip{
	background: url('/img/common/top-strip.png') repeat-x;
	height: 15px;
	position: absolute;
	z-index: 999;
	width: 100%;
}
/*	Header		-----------------------------------------------------------------*/

#header{
	height: 85px;
	padding: 100px 0 0 0;
	position: relative;
	width: 910px;	
}
#navigation{
	position: absolute;
	right: 0;
	top: 0;
	width: 910px;
}


/*	Content		-----------------------------------------------------------------*/

#content{
	padding: 0 0 30px 0;
	width: 910px;
}

/*	Primary		-----------------------------------------------------------------*/

#primary{
	float: left;
	padding: 0 0 50px 0;
	position: relative;
	width: 570px;
}

/*	Secondary		--------------------------------------------------------------*/

#side-bar{
	background-image: url('/img/side-bar/home.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	float: right;
	margin-top: -100px;
	padding: 160px 10px 30px 10px;
	width: 285px;
}
#home #side-bar			{	background-image: url('/img/side-bar/home.png');		}
#services #side-bar		{	background-image: url('/img/side-bar/services.png');	}
#about-us #side-bar		{	background-image: url('/img/side-bar/about-us.png');	}
#performance #side-bar	{	background-image: url('/img/side-bar/performance.png');	}
#contact-us #side-bar	{	background-image: url('/img/side-bar/contact-us.png');	}
#clients #side-bar		{
	background-image: url('/img/side-bar/clients.png');
	padding-top: 175px;
}
#clients.detail #side-bar		{
	padding-top: 190px;
}
#blog #side-bar			{
	background-image: url('/img/side-bar/blog.png');
	padding-top: 150px;
}
#partners #side-bar		{
	background-image: url('/img/side-bar/partners.png');
	padding-top: 175px;
}

/*	Footer		------------------------------------------------------------------*/


#footer-outer{
	background: url('/img/common/bg-footer.png') repeat-x;
	float: left;
	margin-bottom: -5px;
	width: 100%;
}

#footer{
	height: 30px;
	margin: 0 auto;
	width: 910px;
}
.push{
	height: 30px;
}


