﻿
/* 
// Add to template header global string.
<div id="header-container"><div id="skin-header-left"></div> 
<div id="skin-header-right"></div></div><div id="header-spacer"></div>
*/

body {
	    background: url(../images/tx/comal/left.jpg) top left no-repeat; 
}

/* +++++++++++++++++++++++++ CUSTOMER HEADER ++++++++++++++++++++++++++++++++++++ */
#header-container {
	height:100px;
	overflow:hidden;
	white-space:nowrap;
	max-height:100px;
	padding:0px 0px 0px 0px; 
}
#skin-header-left {
    background: url(../images/tx/comal/bg_repeat.jpg) top repeat-x;
	margin-left:530px;
	height: 100px;
	width: 100%;
	padding: 0px;
	float:left;
	max-height:100px;
	z-index:1;
	position:absolute;
	}
#skin-header-right {
    background: url(../images/tx/comal/right.jpg) top right no-repeat; 
	height: 100px;	
	float:right;
	width: 463px;
	float:right;
	max-height:100px;
	z-index:1;
	position:relative;
}
#header-spacer {
	padding: 20px 0px 0px 0px;
}