﻿#SiteHeader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 110px;
	background-color: #272727;
	z-index: 10;
	font-family: Anton_font;
	font-size: x-large;
	color: #FFFFFF;
}

#HeaderWheel {
	position: absolute;
	left: 44%;
	top: 0px;
}

#Logo {
	position: absolute;
	left: 10%;
	top: 5px;
}

#CellLogo {
	position: absolute;
	left: 65%;
	top: 30px;
	font-style: normal;
	font-weight: 900;
	color: #00AFEF;
	font-size: xx-large;
	font-family: Anton_font;
}

#email {
	position: absolute;
	left: 68%;
	top: 70px;
	font-size: x-large;
	color: #FFFFFF;
	font-family: Anton;
}

#Center {
	position: absolute;
	left: 50%;
	top: 120px;
	width: 60em;
	height: 380px;
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
	background: #373737;
}

#Center2 {
	position: absolute;
	left: 50%;
	top: 520px;
	width: 50em;
	height: 230px;
    margin-left: -25em; /*set to a negative number 1/2 of your width*/
	color: #00AFEF;
	font-size: large;
	background: #373737;
}

#Center3 {
	position: absolute;
	left: 50%;
	top: 780px;
	width: 60em;
	height: 470px;
    margin-left: -30em; /*set to a negative number 1/2 of your width*/
	background: #373737;
}

#Center5 {
	position: absolute;
	left: 50%;
	top: 1280px;
	width: 60em;
	height: 30px;
	margin-left: -30em; /*set to a negative number 1/2 of your width*/
}

#slideshow {
	position: absolute;
	left: 300px;
	top: 20px;
	width: 70px;
	height: 100px;
	z-index: 4;
}

#Abouthdr {
	position: absolute;
	left: 10px;
	top: 1px;
	width: 400px;
	height: 10px;
}

#Producthdr {
	position: absolute;
	font-family: Anton_font;
	left: 10px;
	top: 4px;
	width: 400px;
	height: 10px;
}

#Aboutpic {
	position: absolute;
	left: 20px;
	top: 60px;
	width: 400px;
	height: 210px;
}

#Abouttext {
	position: absolute;
	left: 510px;
	top: 80px;
	width: 400px;
	height: 200px;
	color: #00AFEF;
	font-family: Arial;
	font-size: medium;
}

#Producttext {
	font-size: x-large;
	position: absolute;
	left: 20px;
	top: 60px;
	width: 50em;
	height: 200px;
	color: #00AFEF;
	font-family: Arial;
	font-weight: 300;
}


#Hand1 {
	position: absolute;
	left: 150px;
	top: 10px;
	width: 100px;
	height: 100px;
	z-index: 8;
}


#Contacttext {
	position: absolute;
	left: 20px;
	width: 400px;
	height: 200px;
	font-size: small;
	color: #FFFFFF;
	font-family: Arial;
}

#map {
	position: absolute;
	left: 300px;
	top: 10px;
	width: 400px;
	height: 400px;
}



p.big {
	line-height: 150%;
	font-size: medium;
}

a:visited {
	color: #D7D7D7;
}
h1 {
	font-family: Anton_font;
	font-size: x-large;
	color: #000000;
}

@font-face {
    font-family: 'Anton_font';
    src: url('../v2/styles/Anton.ttf'), url('../v2/styles/Anton.ttf');
    font-weight: normal;
    font-style: normal;
}

