/* 
	Title:	Hagemeyer Home screen styles
	Author: mark.boere@bluearcgroup.com
*/

/****************************************************************************************	
	[RESET]
*****************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
}
table, th, td {
	font-size: 100%;
	font: inherit;
}
html, body, form, fieldset, a img {border: none;}
ul, ol {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/****************************************************************************************	
	[COMMON ELEMENTS - TYPE SELECTORS]
*****************************************************************************************/

html, body {height: 100%}
body {
	color: #000;
	background: #f6f6f6 url("../images/css/bg-body.png") repeat-y 50% 0;
	font: 62.5%/1.5 Helvetica, Arial, sans-serif; /* Set to 10px */
}
a:link, a:visited {
	color: #f47032;
	text-decoration: none;
}
a:visited {color: #f47032;}
a:hover, a:focus {text-decoration: underline;}
a:active {outline: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: .5em;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #000;
}
strong {font-weight: bold;}
em, i {font-style: italic;}
blockquote {margin: 0 2.6em;}
/* Headers */ 
h1, h2, h3, h4, h5, h6 {
	color: #f47032;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: .79em;
	line-height: 1.3;
}
h2 {font-size: 1.5em;}  
h3 {font-size: 1.29em;}
h4 {font-size: 1.15em;}
h5, h6 {font-size: 1em;}
h6 {
	font-style: italic;
	font-weight: normal;
}
/* Margins */
p, ul, ol, dl, table {margin-bottom: .5em;}
table table, table p {margin: 0;}
/* Lists */
ul, ol {margin-left: 2em;}
ul {list-style: disc;}
ol {list-style: decimal;}
	/* Nested */
	ul ul, ul ol, ol ol, ol ul {margin: .75em 0 .75em 2em;}
	ul ul {list-style: circle;}
	ol ol {list-style: lower-alpha;}
	ol ol ol {list-style: lower-roman;}

/****************************************************************************************
	[GLOBAL RULES]
*****************************************************************************************/

/* [HIDE]
-------------------------------------------------------*/
.hide {
	position: absolute;
	left: -999em;
}
.hide-fully {display: none;}

/****************************************************************************************
	[SITE STRUCTURE]
*****************************************************************************************/

/* [WRAPPER]
-------------------------------------------------------*/
#wrapper {
	background: url("../images/css/bg-wrapper.jpg") no-repeat 50% 0;
	margin-bottom: -42px;
	min-height: 100%;
	width: 100%;
}

/* [HEADER]
-------------------------------------------------------*/
#header {
	margin: 0 auto 25px;
	width: 900px;
}
	#header a {
		display: inline-block;
		margin: 54px 0 20px 0;
	}
	
/* [MAIN CONTENT AREA]
-------------------------------------------------------*/
#content-wrapper {
	font-size: 1.64em;
	line-height: 1.4;
	margin: 0 auto;
	padding-bottom: 62px; /* Height of Footer */
	width: 900px;
}
	
	/* Brand List */
	#brands {
		float: left;
		list-style: none;
		margin: 18px 0 0;
		width: 143px;	
	}
		#brands li {margin-bottom: 30px;}
			#brands li a {
				background: url("../images/css/logos.png") no-repeat 0 0;
				display: block;
				overflow: hidden;
				text-indent: -99em;
			}
			#brands li#blanco a {
				background-position: 0 0;
				width: 84px;
				height: 15px;
			}
			#brands li#blanco a:hover,
			#brands li#blanco a:focus {background-position: -84px 0;}
			#brands li#dietrich a {
				background-position: 0 -15px;
				width: 114px;
				height: 25px;
			}
			#brands li#dietrich a:hover,
			#brands li#dietrich a:focus {background-position: -114px -15px;}
			#brands li#omega a {
				background-position: 0 -40px;
				width: 83px;
				height: 21px;
			}
			#brands li#omega a:hover,
			#brands li#omega a:focus {background-position: -83px -40px;}
			#brands li#altise a {
				background-position: 0 -61px;
				width: 83px;
				height: 26px;
			}
			#brands li#altise a:hover,
			#brands li#altise a:focus {background-position: -83px -61px;}
	
	/* Main Content Area */
	#main-content {
		width: 560px;
		float: left;
		padding: 0 0 20px 38px;
	}
	
	/* Lower Panels */
	#panels {
		background: url("../images/css/bg-panels.png") no-repeat 0 0;
		clear: both;
		list-style: none;
		margin: 0;
		padding: 17px 33px 17px 23px;
		width: 844px;
		overflow: hidden;
	}
		#panels li,
		#panels li a {
			float: left;
			width: 200px;
			height: 200px;
		}
		#panels li {position: relative;}
		#panels li.first {margin-right: 16px;}
		#panels li.second,
		#panels li.third {margin-right: 14px;}
			#panels a {
				position: absolute;
				top: 0;
				left: 0;
			}

/* [FOOTER]
-------------------------------------------------------*/
#footer {
	background-color: #f47032;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	width: 100%;
}
	#footer strong {
		display: block;
		font-weight: normal;
		margin: 0 auto;
		padding: 15px 0;
		width: 900px;
	}
	#footer a {color: #fff;}


