@charset "UTF-8";
/* CSS Document */

body {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #FFFFFF;
	background-image:url(background/bg8.jpg);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-attachment: fixed;
	height:100%;
}



h1{
	color: #FF0066;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-weight: normal;
	font-size: small;
}

h2{
	color:#666666;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
}

a:link {
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0066;
}
a:active {
	text-decoration: none;
	color: #FF0066;
}


menu.mannekes {
	position:fixed;
	margin-top: 435px;
	margin-left: -40px;
	max-widt: 495px;
	max-height: 315px;
	z-index:-1;
}


menu.logo {
	position:fixed;
	margin-top: 0px;
	margin-left: -10px;
	max-widt: 200px;
	max-height: 300px;
	z-index:5;
}

menu.photo {
	position:fixed;
	margin-top: 335px;
	margin-left: 25px;
	max-widt: 165px;
	max-height: 145px;
	z-index:1;
}

menu.print {
	position:fixed;
	margin-top: 385px;
	margin-left: 120px;
	max-width: 165px;
	max-heigth: 145px ;
	z-index:2;
}

menu.type {
	position:fixed;
	text-align: left;
	margin-top: 475px;
	margin-left: 225px;
	max-width: 115px;
	max-heigth: 102px ;
}

menu.about  {
	position:fixed;
	text-align: left;
	margin-top: 165px;
	margin-left: 245px;
	max-width: 127px;
	max-heigth: 112px ;
}

menu.contact {
	position:fixed;
	text-align: left;
	margin-top: 325px;
	margin-left: 215px;
	max-width: 93px;
	max-heigth: 83px ;
}

menu.wicdfy {
	position:fixed;
	text-align: left;
	margin-top: 265px;
	margin-left: 125px;
	max-width: 122px;
	max-heigth:107px;
}

menu.blog {
	position:fixed;
	text-align: left;
	margin-top: 435px;
	margin-left: 315px;
	max-width: 95px;
	max-heigth:85px;
}

menu.shop {
	position:fixed;
	text-align: left;
	margin-top: 245px;
	margin-left: 355px;
	max-width: 90px;
	max-heigth:80px;
}

textblock.photo #container {
	width: 682 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-left:520px;
	max-width: 682px;
	min-width: 682px;
	float:left;
	z-index:6;
}
textblock.photo #mainContent {
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	background-image:url(buttons/textblock_bg.png);
	background-repeat:repeat-y;
}

textblock.photo a:link {
	color: #69AFAD;
	text-decoration: none;
	font-weight: bold;
}
textblock.photo a:visited {
	color: #69AFAD;
	text-decoration: none;
	font-weight: bold;
}
textblock.photo a:hover {
	text-decoration: underline;
	color: #69AFAD;
	font-weight: bold;
}
textblock.photo a:active {
	text-decoration: none;
	color: #69AFAD;
	font-weight: bold;
}

textblock.surface #container {
	width: 682 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-left:520px;
	max-width: 682px;
	min-width: 682px;
	float:left;
	z-index:6;

}
textblock.surface #mainContent {
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	background-image:url(buttons/textblock_bg.png);
	background-repeat:repeat-y;
}

textblock.surface a:link {
	color: #F78F1E;
	text-decoration: none;
	font-weight: bold;
}
textblock.surface a:visited {
	color: #F78F1E;
	text-decoration: none;
	font-weight: bold;
}
textblock.surface a:hover {
	text-decoration: underline;
	color: #F78F1E;
	font-weight: bold;
}
textblock.surface a:active {
	text-decoration: none;
	color: #F78F1E;
	font-weight: bold;
}

textblock.print #container {
	width: 682 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-left:520px;
	max-width: 682px;
	min-width: 682px;
	float:left;
	z-index:6;
}
textblock.print #mainContent {
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	background-image:url(buttons/textblock_bg.png);
	background-repeat:repeat-y;
}

textblock.print a:link {
	color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
}
textblock.print a:visited {
	color: #ED1C24;
	text-decoration: none;
	font-weight: bold;
}
textblock.print a:hover {
	text-decoration: underline;
	color: #ED1C24;
	font-weight: bold;
}
textblock.print a:active {
	text-decoration: none;
	color: #ED1C24;
	font-weight: bold;
}

textblock.wicdfy #container {
	width: 682 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-left:520px;
	max-width: 682px;
	min-width: 682px;
	float:left;
	z-index:6;
}
textblock.wicdfy #mainContent {
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	background-image:url(buttons/textblock_bg.png);
	background-repeat:repeat-y;
}

textblock.wicdfy a:link {
	color: #ED1E29;
	text-decoration: none;
	font-weight: bold;
}
textblock.wicdfy a:visited {
	color: #ED1E294;
	text-decoration: none;
	font-weight: bold;
}
textblock.wicdfy a:hover {
	text-decoration: underline;
	color: #ED1E29;
	font-weight: bold;
}
textblock.wicdfy a:active {
	text-decoration: none;
	color: #ED1E29;
	font-weight: bold;
}

textblock.aboutme #container {
	width: 682 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-left:520px;
	max-width: 682px;
	min-width: 682px;
	float:left;
	z-index:6;
}

textblock.aboutme #mainContent {
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	background-image:url(buttons/textblock_bg.png);
	background-repeat:repeat-y;
}

textblock.aboutme a:link {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}
textblock.aboutme a:visited {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}
textblock.aboutme a:hover {
	text-decoration: underline;
	color: #B3C235;
	font-weight: bold;
}
textblock.aboutme a:active {
	text-decoration: none;
	color: #B3C235;
	font-weight: bold;
}

textblock.aboutme #bigtext {
	font-size: x-small;
	font-style: italic;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
}

textblock.contact #container {
	width: 682 px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 100px;
	margin-right: auto;
	margin-left:520px;
	max-width: 682px;
	min-width: 682px;
	float:left;
	z-index:6;
}

textblock.contact #mainContent {
	padding-top: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 26px;
	padding-right: 26px;
	padding-bottom: 30px;
	background-image:url(buttons/textblock_bg.png);
	background-repeat:repeat-y;
}

textblock.contact #bigtext {
	font-size: x-small;
	font-style: italic;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
}

textblock.contact a:link {
	color: #382D79;
	text-decoration: none;
	font-weight: bold;
}
textblock.contact a:visited {
	color: #382D79;
	text-decoration: none;
	font-weight: bold;
}
textblock.contact a:hover {
	text-decoration: underline;
	color: #382D79;
	font-weight: bold;
}
textblock.contact a:active {
	text-decoration: none;
	color: #382D79;
	font-weight: bold;
}

