/* === Universal === */

@import url('/roxen-local/stylesheets/universal/typography.css');
@import url('/roxen-local/stylesheets/universal/table.css');
@import url('/roxen-local/stylesheets/universal/form.css');

/* === Elements === */
@import url('/roxen-local/stylesheets/elements/logo.css');
@import url('/roxen-local/stylesheets/elements/search-bar.css');
@import url('/roxen-local/stylesheets/elements/top-navigation.css');
@import url('/roxen-local/stylesheets/elements/sub-navigation.css');
@import url('/roxen-local/stylesheets/elements/breadcrumb.css');
@import url('/roxen-local/stylesheets/elements/title.css');
@import url('/roxen-local/stylesheets/elements/multimedia.css');
@import url('/roxen-local/stylesheets/elements/footer.css');









@import url('/roxen-local/stylesheets/universal/insite.css');

@import url('/roxen-local/stylesheets/elements/control-panel.css');

@import url('/roxen-local/stylesheets/elements/site-navigation.css');

@import url('/roxen-local/stylesheets/elements/solution-selector.css');

@import url('/roxen-local/stylesheets/repositories/teaser-large.css');
@import url('/roxen-local/stylesheets/repositories/teaser-small.css');
@import url('/roxen-local/stylesheets/repositories/call-to-action.css');
@import url('/roxen-local/stylesheets/repositories/side-note.css');

@import url('/roxen-local/stylesheets/repositories/solution.css');





html, body {
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	
	width: 100%;
	height: 100%;
}

/* === Container === */

div.container {
	margin: 0 auto;
	padding: 0 8px;
	
	position: relative;
	
	background: url('/roxen-local/images/templates/container.png') top left no-repeat;
	
	width: 770px;
	height: 100%;
}




















#content-wrapper {
	margin: 0;
	padding: 0 10px 0 0;
	
	float: right;
	
	width: 570px;
}




#content {
	margin: 0;
	padding: 0;
	
	float: left;
	
	width: 570px;
}

body.side-bar #content {
	padding-top: 1em;
	
	background: url('/roxen-local/images/templates/seperator.png') top left repeat-x;
	
	width: 370px;
}







button {
	margin: 0;
	padding: 1px 5px;
	
	color: #717171;
	background: #fff url('/roxen-local/images/templates/button.png') top left repeat-x;
	border: 1px solid #d1d1d1;
	
	font-family: arial, sans-serif;
	font-size: 0.6875em;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	
	width: auto;
	height: auto;
	overflow: visible;
}

button.link {
	padding-right: 12px;
	
	background: #fff url('/roxen-local/images/templates/button-link.png') top right no-repeat;
}

















div.content {
	margin: 0;
	padding: 0 10px 0 0;
	
	float: right;
	
	width: 570px;
}

body.side-bar #content {
	padding-top: 1em;
	padding-top: 0;
	
	background: transparent;
	
	width: 370px;
}






#print-information {
	display: none;
}

