/*RESET*/
*{
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	border: none;
	list-style: none;
}

html{
	overflow: hidden;
}

/*TYPO*/
h1{
	font: normal 46px Helvetica, sans-serif;
	color: #bbb;
	padding: 15px;
	letter-spacing: 0.2em;
}

h2{
	font: normal 16px Helvetica, sans-serif;
	padding: 5px;
}

p{
	font: normal 14px/18px Helvetica, sans-serif;
	padding: 5px;
	letter-spacing: 0.1em;
	float: left;
}

a {
	color: grey;
}

a:hover {
	color: black;
}
/*BACK*/
#backbutton {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	background: url('../img/closebutton.gif') 0px 0px no-repeat;
	width: 30px;
	height: 30px;
	margin: 15px  24px;
	z-index: 5;
}

#backbutton:hover {
	background: url('../img/closebutton.gif') 0px -30px no-repeat;
}

/*NAVI*/
#navi {
	position: fixed;
	top: 50%;
	left: 5px;
	margin-top: -80px;
	z-index: 100;
}

#navi li a {
	font: normal 12px Helvetica, sans-serif;
	display: block;
	height: 14px;
	padding: 3px 5px 0px 5px;
	letter-spacing: 0.15em;
}

#navi a:hover {
	font-size: 14px;
	height: 16px;
	margin: -1px 0 -2px 0;
	padding-top: 4px;
	letter-spacing: 0.2em;
}

#spacer{
	margin-bottom: 18px;
}


#logo{
	position: fixed;
	display: block;
	top:50%;
	left: 2px;
	margin-top: -170px;
	height: 80px;
	width: 140px;
	background: url('../img/logo.png') 0px 0px no-repeat;
	z-index: 100;
}

#logo:hover{
	background-position: 0px -80px;
}

/*LAYOUT*/
body{
	height: 10000px;
	width: 10000px;
}

.bigwrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

#home{
left: 4000px;
top: 4000px;
}

#about{
left: 2000px;
top: 4000px;
}

#contact{
left: 6000px;
top: 4000px;
}

#people{
left: 2000px;
top: 2000px;
}

#places{
left: 4000px;
top: 2000px;
}

#products{
left: 6000px;
top: 2000px;
}

#kids{
left: 2000px;
top: 6000px;
}

#medical{
left: 4000px;
top: 6000px;
}

#fashion{
left: 6000px;
top: 6000px;
}

/*CENTER-WRAPPER*/
#homewrapper,
#aboutwrapper,
#contactwrapper,
.highslide-gallery{
	position: absolute;
	top: 50%;
	left: 50%;
}

#homewrapper,
#aboutwrapper,
#contactwrapper	{
	width: 720px;
	height: 480px;
	margin-top: -240px;
	margin-left: -340px;
}

.highslide-gallery{
	width: 770px;
	height: 460px;
	margin-top: -230px;
	margin-left: -360px;
}

#leftcolumn{
	position: relative;
	top: 270px;
	left: 300px;
}

#rightcolumn{
	position: relative;
	top: 270px;
	left: 330px;
}

#aboutwrapper p{
	position: relative;
	top: 250px;
	left: 217px;
	width: 450px;
	text-align: justify;
}

#aboutwrapper a img{
	position: absolute;
	left: 40px;
	top: 40px;
}

#aboutwrapper h2{
	position: absolute;
	left: 217px;
	top: 222px;
}


/*SHADOWS AND MARGINS FOR IMAGES*/
#homewrapper a{
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	background: url('../img/180shadow.gif') 0px 0px no-repeat;
	margin: 20px;
}

#homewrapper a:hover{
background-position: 0px -200px;
}

#homewrapper a img{
	margin-top: 10px;
	margin-left: 10px;
}

.highslide-gallery ul li {
margin: 14px 15px;
}

.highslide-gallery ul li a {
	padding: 0px;
	float: left;
	display: block;
	width: 140px;
	height: 140px;
	background: url('../img/120shadow.gif') 0px 0px no-repeat;
	border: none;
}

.highslide-gallery ul li a:hover {
	background-position: 0px -140px;
}

.highslide-gallery ul li a img {
	border: none;
	margin: none;
	padding: none;
	margin-top: 10px;
	margin-left: 10px;
}
