
html, body {
	height: 100%;
}

/* body */

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #F4F5F6;
	margin: 0px;
	line-height: 40px;
}

body.brandcore	{ background: url('../img/bg_brandcore.png'); }
body.ikomm 		{ background: url('../img/bg_ikomm.png'); }
body.komm 		{ background: url('../img/bg_komm.png'); }
body.electrik	{ background: url('../img/bg_electrik.png'); }
body.whynot 	{ background: url('../img/bg_whynot.png'); }
body.rtech3 	{ background: url('../img/bg_rtech3.png'); }
body.gorilla 	{ background: url('../img/bg_gorilla.png'); }

#loader {
	width: 100%;
	height: 100%;
	background: #F4F5F6;
	position: absolute;
	z-index: 100;
}

#loader .content {
	padding: 20% 0px 0px;
}

/**/

button {
	background: transparent;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.wrap {
	width: 990px;
	margin: 0px auto;
}

/* bus */

.bcg {
	padding: 50px 0px;
}

.bcg .content {
	font-size: 56px;
	font-weight: bold;
	color: #FFF;
	line-height: 60px;
	text-transform: uppercase;
	width: 780px;
}

.bcg strong {
	color: #575757;
}

.navigate {
	position: absolute;
	margin-left: 870px;
}

.links {
	width: 170px;
	margin-left: 380px;
	margin-top: 20px;
}

.links li {
	float: left;
	margin-right: 10px;
}

footer {
	position: fixed;
	bottom: 20px;
	left: 0px;
	width: 100%;
	margin-top: 50px;
}

footer ul {
	width: 990px;
	margin: 0px auto;
}

footer li {
	float: left;
	margin-right: 30px;
}

footer .logo_bu {
	margin-top: 10px;
}

footer .desc {
	line-height: 14px;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	padding-top: 30px;
	width: 600px;
	opacity: 0.8;
}

footer.removeFixed {
	position: static !important;
}

/**/

#ikomm .color		{ color: #214557; }
#komm .color 		{ color: #6e2823; }
#electrik .color 	{ color: #7d570d; }
#whynot .color 		{ color: #14506a; }
#rtech3 .color 		{ color: #00534e; }
#gorilla .color 	{ color: #472547; }

/* brandcore */

#brandcore {
	
}

#brandcore .logo,
#brandcore_form .logo {
	width: 145px;
	margin: 20px auto;
}

#brandcore .links {
	margin: 10px;
	float: left;
	margin-left: 400px;
}

#brandcore .links li {
	margin: 10px;
}

#brandcore .content {
	font-size: 20px;
	color: #39c2d9;
	text-transform: uppercase;
	margin: 10px;
	font-weight: bold;
}

#brandcore .fixed {
	width: 100%;
	position: fixed;
	bottom: 0px; left: 0px;
	text-align: center;
	padding: 20px 0px 20px;
	background: url('../img/bg_deslize.png') repeat-x bottom center;
	height: 80px;
}

#brandcore .fixed img {
	margin-top: 35px;
	width: 270px;
}

/* brandcore form */

#brandcore_form {
	
}

/* inputs */

#brandcore_form input {
	position: absolute;
	z-index: 30;
	padding: 10px  0px 6px 18px;
	font-style: italic;
	font-weight: bold;
	color: #777;
	font-size: 20px;
	width: 220px;
	text-transform: uppercase;
	background: transparent;
	border: 0px;
}

#brandcore_form input.filled {
	color: #333;
}

#brandcore_form .input_lis li {
	width: 287px;
	margin: 10px auto;
	height: 50px;
}

#brandcore_form .input_bg {
	width: 287px;
	position: absolute;
	z-index: 20;
}


/* others */

.ups {
	text-transform: uppercase;
}

.white {
	color: #FFF !important;
}

