/*
Krystallo.com V3
Design and content: Krystal Georgiou
CSS and additional help: Simon McClure
*/

/* OVERALL PAGE AND LAYOUT */

body {
	background: #c9e url("images/page/bg.jpg");
	margin: 0;
	padding: 0;
}

#maincontainer {
	display: block;
	background: url("images/page/homebg.jpg");
	width: 680px;
	height: 390px;
	margin: 20px auto;
	padding: 3px;
	overflow: hidden;
	font: 16px Verdana;
}

#maincontainer #text {
	display: block;
	position: relative;
	left: 250px;
	top: 28px;
	width: 395px;
	height: 274px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#maincontainer #text p {
	color: #006666;
	padding: 10px;
	text-align: center;
}

#maincontainer #character {
	display: block;
	position: relative;
	background: no-repeat left bottom;
	width: 100%;
	height: 100%;
}


/* MAIN MENU */

#maincontainer #headermenu {
	display: block;
	position: relative;
	top: 23px;
	left: 255px;
	width: 385px;
	height: 32px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#headermenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#headermenu ul li {
	padding-right: 11px;
}

#headermenu ul.left { margin-left: 9px;}
#headermenu ul.right { margin-right: 4px}
#headermenu ul.left li { float: left; }
#headermenu ul.right li { float: right; }

.menuhome a { background: url("images/header/home_normal.png"); display: block; width: 32px; height: 32px;}
.menuhome a.active, .menuhome a:hover, .menuhome a:focus { background: url("images/header/home_hover.png"); }

.menuemail a { background: url("images/header/email_normal.png"); display: block; width: 32px; height: 32px;}
.menuemail a.active, .menuemail a:hover, .menuemail a:focus { background: url("images/header/email_hover.png"); }

.menuanimation a { background: url("images/header/tabanimation_normal.png"); display: block; width: 112px; height: 32px;}
.menuanimation a.active, .menuanimation a:hover, .menuanimation a:focus { background: url("images/header/tabanimation_hover.png"); }

.menuart a { background: url("images/header/tabart_normal.png"); display: block; width: 60px; height: 32px;}
.menuart a.active, .menuart a:hover, .menuart a:focus { background: url("images/header/tabart_hover.png"); }

.menuinfo a { background: url("images/header/tabinfo_normal.png"); display: block; width: 64px; height: 32px;}
.menuinfo a.active, .menuinfo a:hover, .menuinfo a:focus { background: url("images/header/tabinfo_hover.png"); }




/* GLOBAL TYPOGRAPHY */

a   { color: #000000;
	text-decoration: none;
}


a .backlink {
	color: #000000;
	text-decoration: none;
}

#maincontainer p {
	margin: 0;
	padding: 0;
}

#maincontainer img {
	border: 0;
	margin: 2px;
}