.container
{
	width: auto;
	border: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
.row-fluid
{
	max-width: 980px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
/*MODULES*/
.crate
{
	background-color: #E0E0E0;
	/*min-height: 100vh;*/
	max-height: 100%;
	max-width: 100%;
	padding: 7px;
	margin-bottom: 10px;
	background-image: url(../images/backgrounds/modules.png);
	border-radius: 3px;
}
.crate h3
{
	background-color: #2B5B4D;
	line-height: 2;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	font-size: 16pt;
	letter-spacing: 0.05em;
	/*font-weight: bold;*/
	margin-bottom: 10px;
	border-radius: 3px;
}
.crate h1
{
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.crate h2
{
	background-color: #2B5B4D;
	line-height: 1.8em;
	/*padding-top: 3px;*/
	padding: 0px;
	padding-left: 10px;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	font-size: 14pt;
	letter-spacing: 0.05em;
	/*font-weight: bold;*/
	margin-bottom: 10px;
	border-radius: 3px;
}
/*GENERAL*/
footer, header
{
	background-color: #0A1E18;
	padding-top: 5px;
}
footer
{
bottom: 0;
position: absolute;
/*height: 18px;*/
width: 100%;
/*display: table-row;
height: 10px;*/
}
.ie_footer
{
	background-color: #1F604B;
	background-image: url(../images/backgrounds/body_bg_default.png);
}
body
{
	height: 100%;
	min-height: 100vh;
	/*width: 99vw;*/
	position: relative;
	/*display: table;*/
}
main
{
/*	background-color: #1F604B;
	background-image: url(../images/backgrounds/body_bg_default.png);*/
}
.margin
{
	margin-top: 5px;
	margin-bottom: 25px;
}
body h1, body h2, body h3, body h4, body h5, body h6
{
	line-height: normal;
	margin-bottom: 0.3em;
}
ul.actions
{
	float: right;
}
/*SLIDESHOW*/
#wowslider-container1
{
	margin-bottom: 10px;
}
#wowslider-container1 .ws-title
{
	line-height: normal;
	bottom: 0;
}
/*SEARCH*/
.search label
{
	display: none !important;
}
.search input
{
	color: #FFFFFF;
	border-radius: 0;
	line-height: normal;
	background-color: #FFFFFF;
	border: 0;
	font-size: 150%;
	margin-bottom: 0;
	box-shadow: none;
}
/*CPR*/
#copr
{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #D4A005;
	font-weight: bold;
}
#copr a
{
	color: #D4A005;
	text-decoration: underline;
}
