/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Page Start */

body {
	background-color: #fff;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));*/ /* webkit */
  	/*background: -moz-linear-gradient(top,  #ffffff,  #cccccc);*/ /* firefox */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');*/ /* for IE */
}

.wrapper {
	width: 700px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
}

.spacer_top {
	height: 50px;
	width: 700px;
	margin: 0 auto;
}

.page_wrapper {
	width: 700px;
	/* height: 500px; */
	margin: 0 auto;
	background-image: url('');
	background-repeat: none;
}

.page_top {
	width: 695px;
	height: 12px;
	background-image: url('../img/bg_top.png');
	background-repeat: no-repeat;
	margin: 0 auto;
}

.page_body {
	width: 695px;
	height: 390px;
	background-image: url('../img/bg_body.png');
	background-repeat: repeat-y;
	margin: 0 auto;
}

.page_bottom {
	width: 695px;
	height: 17px;
	background-image: url('../img/bg_bottom.png');
	margin: 0 auto;
	position:relative;
	top: -36px;
}

.spacer_bottom {
	height: 50px;
	width: 960px;
	margin: 0 auto;
}

.big_logo {
	background-image: url('../img/entos_big_logo.png');
	width: 193px;
	height: 205px;
	position: relative;
	top:3px;
	left:5px;
}

.text_top {
	position: relative;
	top:25px;
	left: 220px;
}

.knapprad {
	position: relative;
	top: 50px;
	left:-140px;
}

.knapp1 {
	background-image: url('../img/box_entos.png');
	width: 256px;
	height: 65px;
}

.knapp2 {
	background-image: url('../img/box_fastbit.png');
	width: 256px;
	height: 65px;
	position:relative;
	top: -65px;
	left: 265px;
}

.knapp3 {
	background-image: url('../img/btn_klicka.png');
	width: 81px;
	height: 19px;
	position: relative;
	top: -16px;
	left: 80px;
}

.box_entos_text {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

.logos {
	position:relative;
	top:65px;
	left: -157px;
}

.entos_adress {
	position: relative;
	top: 10px;
	left: 0px;
	background-image: url('../img/adress.png');
	width: 99px;
	height: 41px;
}

.entos_logo {
	position: relative;
	top: -31px;
	left: 200px;
	background-image: url('../img/entos_logo.png');
	width: 150px;
	height: 59px;
}

.fastbit_logo {
	position: relative;
	top: -90px;
	left: 475px;
	background-image: url('../img/fastbit_logo.png');
	width: 79px;
	height: 55px;
}

h1 {
	font-family:arial;
	color:#222;
	font-size:20px;
	font-weight: bold;
	line-height: 30px;
}

h2 {
	font-family:arial;
	color:#222;
	font-size:16px;
	font-weight: bold;
	line-height: 20px;
}

h3 {
	font-family:arial;
	color:#222;
	font-size:14px;
	font-weight: bold;
}

h4 {
	font-family:arial;
	color:#222;
	font-size:12px;
	font-weight: bold;
}


p {
	font-family:arial;
	color:#222;
	font-size:12px;
	line-height: 18px;
}
	
.p_grey {
	font-family:arial;
	color:#777;
	font-size:12px;
	line-height: 16px;
}

strong {
	font-weight: bold;
}