/*=Containers=*/


/*abstract*/
#measurer {
	height: 1em;
	left: -1000px;
	position: absolute;
	top: -1000px;
	width: 100%;
}
#container-wrapper {
	width: auto;
	display: block;
	position: relative;
	min-width: 980px;
	
}
#container {
	width: auto;
	position: relative;
}



/*header*/
#brands-line {
	background: url('/i/brands-line.gif') left top no-repeat;
	margin: 0;
	width: 648px;
	height: 29px;
	position: absolute;
	right: -33px;
	top: -20px;
	z-index: 1000;
}
#header {
	position: relative;
	width: auto;
	margin: 20px 40px 0;
}



/*logo-label*/
#logo-label-wrapper {
	position: relative;
	width: 50%;
	top: 0;
	left: 0;
}
#logo-label {
	position: relative;
	margin-top: 20px;
	left: 28px;
	//width: 397px;
	height: 65px;
	background: url('/i/logo-label.gif') left top no-repeat;
}
#logo-label a {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}



/*navigation-holder*/
#navigation {
	position: absolute;
	top: 156px;
	height: 167px;
	width: 100%;
	display: none;
	z-index: 100;
}
#navigation-holder {
	position: relative;
	margin-top: 40px;
	height: 167px;
	width: 100%;
	display: block;
}
#navigation-holder.empty {
	height: 40px;
	margin-top: 0;
}



/**/
#title-bg {
	background: url('/i/title-bg.gif') left top repeat-x; 
	vertical-align: middle;
}



/*corners*/
man#left-corn-title {
	height: 100px;
	width: 27px;
	background: url('/i/left-corn-title.gif') left top no-repeat;
}	
#right-corn-title {
	height: 100px;
	width: 16px;
	background: url('/i/right-corn-title.gif') left top no-repeat;
}
#left-inner-corn-nav {
	height: 39px;
	width: 16px;
	background: url('/i/left-corn-inner-nav.gif') left top no-repeat #000000;
}
#right-inner-corn-nav {
	height: 39px;
	width: 16px;
	background: url('/i/right-corn-inner-nav.gif') left top no-repeat #000000;
}
#left-outer-corn-nav {
	height: 59px;
	width: 20px;
	background: url('/i/left-corn-outer-nav.gif') left top no-repeat #000000;
}
#right-outer-corn-nav {
	height: 59px;
	width: 20px;
	background: url('/i/right-corn-outer-nav.gif') left top no-repeat #000000;
}



/*banners*/
#banners {
	position: relative;
	height: 102px;
	width: auto;
	clear: both;
	line-height: 1.5;
	font-size: 0.9em;
}
#banners a {
	color: #ffffff;
}
#left-banner {
	position: relative;
	height: 100%;
	width: 25%;
	left: 0;
	top: 0;
	background: url('/i/banner-orange-bg.png') left top repeat-x;
}
#left-banner div {
	padding: 20px;
	width: auto;
	position: relative;
}
#right-banner {
	position: absolute;
	top: 0;
	left: 25%;
	background: url('/i/banner-blue-bg.png') left top repeat-x;
	height: 100%;
	width: 75%;
}
#right-banner div {
	padding: 20px;
	width: 25%;
	margin-left: 22px;
	position: relative;
}



/*content #1*/
#content {
	position: relative;
	width: auto;
	margin: 0.4em 0 4em;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0 40px;
}
#content-left {
	position: relative;
	float: left;
	padding-right: 5%;
	width: 75%;
	left: 0;
}
#content-right {
	position: relative;
	width: 20%;
	float: left;
	margin-right: -100%;
}

/*#2*/
#content2 {
	position: relative;
	width: auto;
	margin: 0;
	display: block;
	clear: both;
	/*overflow: hidden;*/
	padding: 0;
}
#content-left2 {
	position: relative;
	float: left;
	padding-right: 5%;
	width: 20%;
	left: 0;
}
#content-right2 {
	position: relative;
	width: 75%;
	float: left;
	margin-right: -100%;
}

/*page*/
#page-content {
	position: relative;
	width: auto;
	clear: both;
}
#page-content-left {
	float: left;
	width: 65%;
	padding-right: 5%;
}
#page-content-right {
	float: left;
	width: 30%;
	margin-right: -100%;
}
/*/content*/



/*informix*/
#informix {
	position: relative;
	width: auto;
}
#informix-left {
	position: relative;
	float: left;
	padding-right: 5%;
	width: 60%;
}
#informix-right {
	position: relative;
	float: left;
	width: 35%;
	margin-right: -100%;
}
/*/*/



#title-box {
	width: 50%; 
	left: -27px; 
	margin-left: 25%; 
	position: absolute; 
	z-index: 1000; 
	top: -50px;
}
#title-box  table { 
	position: relative;
	width: 100%;
}



#quote {
	position: relative;
	width: 30%;
	padding-right: 5%;
	float: left;
}
#sub-quote {
	position: relative;
	width: 65%;
	float: left;
	margin-right: -100%;
}



/*footer*/
#footer {
	position: relative;
	width: auto;
	overflow: hidden;
	margin: 8em 40px 0;
	top: -2em;
	display: block;
	line-height: 1.5;
	font-size: 0.9em;	
}
#left-footer {
	position: relative;
	float: left;
	width: 45%;
	padding-right: 5%;
	left: 0;
}
#right-footer {
	position: relative;
	float: left;
	width: 45%;
	padding-right: 5%;
	margin-right: -100%;
}



