@import url(header.css);
@import url(navigation.css);
@import url(homepage.css);
@import url(about.css);
@import url(products.css);
@import url(services.css);
@import url(solutions.css);
@import url(downloads.css);
@import url(contact.css);
@import url(footer.css);
@import url(error.css);

/* -----------------------------------*/
/*               GLOBAL               */
/* -----------------------------------*/

body, div, form, label, span, fieldset, legend, img, blockquote, p, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, a, table, td, tr, th {
	border:0;
	margin:0;
	padding:0;
}

body {
	font: 0.69em Arial,Helvetica,sans-serif;
	color:#e1f2f6;
	text-align:center;
	background: #e1f2f6 url(../images/bg.jpg) repeat-x top;
}

dl#skip-navigation {
	float: right;
	clear: both;						
}

dl#skip-navigation dt {
	position: absolute;
	right: 9000px;	
}

dl#skip-navigation a, dl#skip-navigation a:visited {
	position: absolute;
	right: 9000px;
	top: 0; 
	display: block;
	width: auto;
	white-space: nowrap;
}
dl#skip-navigation a:focus, dl#skip-navigation a:active, dl#skip-navigation a:hover {
	right: 0;
	display: block;
	color: #e1f2f6;
	padding: 4px;
	width: auto;
	white-space: nowrap;
}

/* -----------------------------------*/
/*            PAGE STRUCTURE          */
/* -----------------------------------*/

div#shadow-container {
	background: url(../images/mainshadow3.jpg) no-repeat top center;
	height:871px;
	height:auto;
	min-height:871px;
	margin:0 auto 50px auto;
}

div#main-container {
	width:960px;
	text-align:left;
	margin: 0 auto;
	background-color:#fff;
}

div#content {
	padding:10px;
}

div#main-content {
	margin-top:10px;
	height:auto;
}

.fullclear {
	clear: both;
	margin-bottom:-1px;
	height: 0;
	font-size: 0.1em;
	line-height:0.1em;
	overflow:hidden;

}

.liteclear {
	clear:both;
	font-size: 0.1em;
}