/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*****
* Z-indexing
*/

#page {
	position: relative;
	z-index: 0;
}

#header-background {
	position: relative;
}

#header-left, #header-right {
	position: absolute;
	z-index: 1;
}

#header-main, #headerie6-main {
	position: relative;
	z-index: 2;
}

#header-content {
	position: relative;
	z-index: 10;
}

#logo, #tag {
	position: absolute;
}


#container {
	position: relative;
	z-index: 999;
}

/*****
* Main file
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	padding-bottom: 15px;
	font-size: 0.7em;
	color: #535456;
	background-color: #f0f0f1;
}

a, a:hover, a:visited, a:active {
	color: #535456;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.icondesign {
width: 215px;
height: 314px;
background-image: url(../images/design.png);
display:block;
float: left;
text-indent: -4000px;
overflow:hidden;
margin: 0 20px 0 0;
}

a.icondesign:hover {
background-position: 0 -314px;
}

a.iconit {
width: 215px;
height: 314px;
background-image: url(../images/it.png);
display:block;
float: left;
text-indent: -4000px;
overflow:hidden;
margin: 0 20px 0 0;
}

a.iconit:hover {
background-position: 0 -314px;
}

a.iconprint {
width: 215px;
height: 314px;
background-image: url(../images/print.png);
display:block;
float: left;
text-indent: -4000px;
overflow:hidden;
}

a.iconprint:hover {
background-position: 0 -314px;
}


a img {
	border: 0px;
}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #115b7e;
}

ul {
	margin-top: 1em;
}

li {
	margin-left: 14px;
	list-style-image: url(../images/bullet.png);
}

#header-background, #header-left, #header-right, #header-main, #header-content, #headerie6-main {
	height: 687px;
}

#header-background, #header-left, #header-right, #header-main, #headerie6-main {
	margin-bottom: -687px;
}

#header-background {
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
}

#header-left, #header-right {
	width: 50%;
	top: 0px;
}

#header-left {
	left: 0px;
	background: url(../images/background-left.jpg) top right repeat-x;
}

#header-right {
	right: 0px;
	background: url(../images/background-right.jpg) top repeat-x;
}

#header-main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background.jpg) center no-repeat;
}

#headerie6-main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/backgroundie6.jpg) center no-repeat;
}

#header-content {
	width: 881px;
	margin: 0 auto;
}

#logo {
	top: 13px;
}

#tag {
	top: 33px;
	left: 687px;
}

#intro-text {
	padding-top: 92px;
	padding-left: 67px;
	width: 570px;
}
#container {
	padding-top: 0px;
}

#container-inner {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#containerie6-inner {
	color:#333333;
	font-size:16px;
	margin:0 auto;
	width:700px;
}

#links {
	width: 750px;
	margin-top: 20px;
	margin-left: 52px;
}

#links img {
	padding-left: 3px;
	padding-right: 3px;
}

#footer {
	clear: both;
	margin-top: 50px;
}

#footer-links {
	width: 650px;
	margin: 0 auto;
	text-transform: uppercase;
}

#footer .links {
	width: 24%;
	float: left;
}

#footer .links-inner {
	padding-left: 20px;
	padding-right: 5px;
}

#footer-message {
	text-align: center;
	clear: both;
	margin-top: 30px;
	padding-bottom: 20px;
}

a.ie6 {
	color: #33688d;
	font-weight: bold;
	text-decoration: none;
}

a.ie6:hover {
	text-decoration: underline;
}

#header-tabs {
	clear:both;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

#header-tabs a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#header-tabs a span {
	display: block;
	padding-top: 5px;
}


#header-tabs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-right: 28px;
	width: 208px;
	font-size: 11px;
}

#header-tabs li {
	padding: 0px;
	margin-left: 4px;
	text-align: center;
	vertical-align: top;
	width: 60px;
	height: 26px;
	background: url(../images/dlp-inactive.png) bottom no-repeat;
	float: left;
	text-align: center;
	vertical-align: middle;
	list-style-image: none;
}

h1 {
	color: #f0f0f1;
	font-size: 2.9em;
	letter-spacing:-0.09em;
}

#intro-text p {
	color: #9fc4e4;
	font-size: 1.8em;
}

#intro-text  p.intro-choose {
	color: #f0f0f1;
	font-size: 1.4em;
}
