<!--

/*
In development: Early version -> Not optimized.
*/

/*
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, font, 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 { 

	margin:0;
	padding:0;
	border: 0;
	vertical-align: baseline;
}

/*
General:
*/

html {
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}
body {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgb(250,250,250);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	overflow-y: hidden;
	overflow-x: hidden;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
li {
	margin-bottom: 10px;
}

h1 {
	color: rgb(180,180,180);
	font-size: 1.1em;
	font-weight: normal;
	text-shadow: 1px 1px 1px rgb(253,253,253);
}
h2 {
	color: rgb(150,150,150);
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	color: rgb(80,80,80);
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: 2px 2px 3px rgb(253,253,253);
}
h3:hover {
	color: rgb(0,0,0);
}
.tM {
	color: rgb(80,80,80);
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tM:hover {
	cursor: pointer;
	color: rgb(0,0,0);
}
.tM:active {
	cursor: pointer;
	color: rgb(0,0,0);
}
.tG {
	color: rgb(150,150,150);
	font-size: 0.6em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tG:hover {
	color: rgb(100,100,100);
}
.tGn {
	color: rgb(150,150,150);
	font-size: 0.8em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tGnS {
	color: rgb(150,150,150);
	font-size: 0.6em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tB {
	color: rgb(0,0,0);
	font-size: 0.6em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tBr {
	color: rgb(237,71,30);
	font-size: 1.0em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tBr:hover {
	color: rgb(200,51,20);
}
.tP {
	color: rgb(150,150,150);
	font-size: 1.0em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}
.tP:hover {
	color: rgb(100,100,100);
}
.tPn {
	color: rgb(150,150,150);
	font-size: 1.0em;
	font-weight: normal;
	text-shadow: 2px 2px 1px rgb(253,253,253);
}

/*
Index / Base:
*/

#Site {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 1000px;
	height: 550px;
	margin-left: -500px;
	border: 0px solid gray;
	z-index: 0;
	overflow: hidden;
}
#Logo, #Logo:hover, #Logo:active, #MTtwitter {
	background-image: url("Images/Experiments/SiteSpriteN.png");
}
#Logo {
	position: absolute;
	top: 22px;
	left: 28px;
	width: 45px;
	height: 30px;
	border: 0px solid gray;
	z-index: 1;
}
#Logo:hover {
	background-position: 0px -30px;
	cursor: pointer;
}
#Logo:active {
	background-position: 0px -30px;
	cursor: pointer;
}
#MenuTop {
	position: absolute;
	top: 22px;
	left: 150px;
	width: 830px;
	height: 25px;
	border: 0px dashed rgb(200,200,200);
	z-index: 2;
}
#MTAbout {
	position: absolute;
	top: 5px;
	left: 250px;
	width: 150px;
	height: 20px;
	border-left: 0px solid rgb(230,230,230);
	z-index: 3;
	text-align: center;
}
#MTPortfolio {
	position: absolute;
	top: 5px;
	left: 400px;
	width: 150px;
	height: 20px; 
	border-left: 1px solid rgb(230,230,230);
	z-index: 3;
	text-align: center;
}
#MTContact {
	position: absolute;
	top: 5px;
	left: 550px;
	width: 150px;
	height: 20px;
	border-left: 1px solid rgb(230,230,230);
	z-index: 3;
	text-align: center;
}
#MTtwitter {
	position: absolute;
	top: 5px;
	left: 100%;
	width: 20px;
	height: 16px;
	margin-left: -30px;
	margin-top: +2px;
	background-position: 0px -109px;
	z-index: 3;
}
#MTtwitter:hover {
	cursor: pointer;
}
#Content {
	position: absolute;
	top: 50px;
	left: 20px;
	width: 960px;
	height: 465px;
	border-bottom: 1px solid rgb(220,220,220);
	z-index: 1;
}
#ContentI {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 960px;
	height: 340px;
	background: transparent url("Images/Content/index/BackgroundI01.png");
	z-index: 1;
}
#Headerbox {
	position: absolute;
	top: 110px;
	left: 10px;
	width: 450px;
	height: 330px;
	z-index: 2;
}
#HeaderI {
	position: absolute;
	top: 348px;
	left: 15px;
	width: 440px;
	height: 80px;
	z-index: 2;
}
#pBox {
	position: absolute;
	top: 370px;
	left: 50%;
	width: 280px;
	height: 20px;
	margin-left: +160px;
	z-index: 3;
}
#bBox {
	position: absolute;
	top: 390px;
	left: 50%;
	width: 280px;
	height: 20px;
	margin-left: +160px;
	z-index: 3;
}
#ListboxP {
	position: absolute;
	top: 32px;
	left: 0px;
	width: auto;
	height: auto; 
	z-index: 3;
}
#infoB {
	position: absolute;
	top: 306px;
	left: 100%;
	width: 120px;
	height: 20px;
	margin-left: -100px;
	z-index: 3;
}
#twsB {
	position: absolute;
	top: 447px;
	left: 40px;
	width: 20px;
	height: 16px;
	background-image: url("Images/Site/siteSprite.png");
	background-position: 0px -109px;
	z-index: 3;
}
#twsB:hover {
	cursor: pointer;
}
#twsBcf {
	position: absolute;
	top: 448px;
	left: 65px;
	width: 41px;
	height: 15px; 
	background-image: url("Images/Site/siteSprite.png");
	background-position: -22px -110px;
	z-index: 3;
}
#Ltb {
	position: absolute;
	top: 514px;
	left: 100%;
	width: 400px;
	height: 20px;
	margin-left: -420px;
	z-index: 1;
	text-align: right;
}
#html5l {
	position: absolute;
	top: 5px;
	left: 0%;
	width: 31px;
	height: 15px;
	margin-left: -555px;
	background-image: url("Images/Site/html5-badge-h-css3.png");
}

/*
about:
*/

.tMa {
	color: rgb(20,20,20);
	font-weight: bolder;
	text-shadow: 2px 2px 1px rgb(255,255,255);
}
.tMa:hover {
	cursor: pointer;
	color: rgb(20,20,20);
}
#ContentA {
	position: absolute;
	top: 75px;
	left: 20px;
	width: 960px;
	height: 440px;
	border-bottom: 1px solid rgb(220,220,220);
	z-index: 0;
}
#LinkboxA {
	position: absolute;
	top: 110px;
	left: 100%;
	width: 350px;
	height: 100px;
	margin-left: -340px;
	z-index: 2;
}
#LinkTW {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 40px;
	height: 40px;
	background-image: url("Images/Buttons/LinkTW.png");
	z-index: 2;
}
#LinkRN {
	position: absolute;
	top: 95px;
	left: 60px;
	width: 40px;
	height: 40px; 
	background-image: url("Images/Buttons/LinkRN.png");
	z-index: 2;
}
#LinkDL {
	position: absolute;
	top: 95px;
	left: 120px;
	width: 40px;
	height: 40px;
	background-image: url("Images/Buttons/LinkDL.png");
	z-index: 2;
}
#LinkFB {
	position: absolute;
	top: 95px;
	left: 180px;
	width: 40px;
	height: 40px;
	background-image: url("Images/Buttons/LinkFB.png");
	z-index: 2;
}
#LinkTU {
	position: absolute;
	top: 95px;
	left: 240px;
	width: 40px;
	height: 40px;
	background-image: url("Images/Buttons/LinkTU.png");
	z-index: 2;
}

/*
portfolio:
*/

.tMp {
	color: rgb(20,20,20);
	font-weight: bolder;
	text-shadow: 2px 2px 1px rgb(255,255,255);
}
.tMp:hover {
	cursor: pointer;
	color: rgb(0,0,0);
}
.tPu {
	color: rgb(150,150,150);
	font-weight: normal;
	text-shadow: 3px 3px 2px rgb(255,255,255);
}
#ContentP {
	position: absolute;
	top: 75px;
	left: 20px;
	width: 960px;
	height: 440px;
	border-bottom: 1px solid rgb(220,220,220);
	z-index: 1;
}
#PUpdate {
	position: absolute;
	top: 160px;
	left: 50%;
	width: 400px;
	height: 50px;
	margin-left: -200px;
	z-index: 1;
	text-align: center;
}

/*
Contact:
*/

.tMc {
	color: rgb(20,20,20);
	font-weight: bolder;
	text-shadow: 2px 2px 1px rgb(255,255,255);
}
.tMc:hover {
	cursor: pointer;
	color: rgb(0,0,0);
}
#ContentC {
	position: absolute;
	top: 65px;
	left: 20px;
	width: 960px;
	height: 450px;
	border-bottom: 1px solid rgb(220,220,220);
	z-index: 1;
}
#Ct01 {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 150px;
	height: 30px;
	z-index: 2;
}
#Ct02 {
	position: absolute;
	top: 120px;
	left: 305px;
	width: 250px;
	height: 30px;
	z-index: 2;
}
#Ct03 {
	position: absolute;
	top: 120px;
	left: 665px;
	width: 150px;
	height: 30px;
	z-index: 2;
}
#Ct04 {
	position: absolute;
	top: 120px;
	left: 880px;
	width: 150px;
	height: 30px;
	z-index: 2;
}
#Cimage {
	position: absolute;
	top: 145px;
	left: 0px;
	width: 960px;
	height: 85px;
	background-image: url("Images/Content/contact/Cimage.png");
	z-index: 3;
}
#Cme {
	position: absolute;
	top: 174px;
	left: 206px;
	width: 25px;
	height: 25px;	 
	background-image: url("Images/Content/contact/Cme.png");
	z-index: 4;
}
#Cme:hover {
	background-position: 0px -25px;
}

#CemailB {
	position: absolute;
	top: 169px;
	left: 665px;
	width: 120px;
	height: 35px;	 
	background-image: url("Images/Content/contact/emailB.png");
	z-index: 4;
}
#CemailB:hover {
	background-position: 0px -35px;
}
#Cre {
	position: absolute;
	top: 174px;
	left: 893px;
	width: 27px;
	height: 25px;	 
	background-image: url("Images/Content/contact/Cre.png");
	z-index: 4;
}
#Cre:hover {
	background-position: 0px -25px;
}
#CtD {
	position: absolute;
	top: 300px;
	left: 580px;
	width: 300px;
	height: 30px; 
	z-index: 2;
}

/*
Disclaimer:
*/

#DisclaimerB {
	position: absolute;
	top: 310px;
	left: 30px;
	z-index: 6;
}
#DisclaimerBb {
	position: absolute;
	top: 310px;
	left: 30px;
	z-index: 6;
}
#CemailBd {
	position: absolute;
	top: 70px;
	left: 50px;
	width: 120px;
	height: 35px;	 
	background-image: url("Images/Content/disclaimer/emailBd.png");
	z-index: 4;
}
#CemailBd:hover {
	background-position: 0px -35px;
}
#LinkboxDh {
	position: absolute;
	top: 300px;
	left: 100%;
	width: 350px;
	height: 100px;
	margin-left: -340px;
	z-index: 2;
}
#One {
	position: absolute;
	top: 3px;
	left: 50px;
	width: 140px;
	height: 22px;
	margin-left: -0px;
	background-image: url("Images/Content/disclaimer/LinkOneCom.png");
	z-index: 2;
}

/*
Slider:
*/

#ContentS {
	position: absolute;
	top: 50px;
	left: 20px;
	width:960px;
	height:465px;
	border-bottom: 1px solid rgb(220,220,220);
	overflow: hidden;
}
#slides	{
	height:465px;
	width:960px;
	overflow: hidden;
}
.slide {
	float:left;
}
#slideContent {
	position: relative;
	top: 100px;
	left: 10px;
	width: 960px;
	height: 330px;
}
#slideText {
	position: relative;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 330px;
}
#LinkboxAs {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 350px;
	height: 100px;
	margin-left: -350px;
	z-index: 2;
}
#slideBlogImage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 200px;
	z-index: 2;	
}
#slideBlogText {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 350px;
	height: 300px;
	margin-left: -350px;
	z-index: 2;
}

#nav {
	position: absolute;
	top: 425px;
	left: 50%;
	width:70px;
	height:20px;
	margin-left: -35px;
}
.ulSlide {
	margin:0px;
	padding:0px;
}
.navItem {
	width:10px;
	height:10px;
	padding: 5px;	
	overflow: hidden;
	display: inline-block;	
	list-style: none;	
}
li.inact:hover {
	background-image: url("Images/Site/sliderBf.png");
}
li.act,li.act:hover {
	background-image: url("Images/Site/sliderBf.png");
}
li.act a {
	cursor: default;
}

/*
CSS Animation:
*/

/*
Firefox Animation (Supported in Aurora):
*/

@-moz-keyframes reset {
	0% {
    	opacity: 0;
	}
	100% {
    	opacity: 0;
	}
}
@-moz-keyframes fade-in {
	0% {
    	opacity: 0;
	}
	60% {
    	opacity: 0.5;
	}
	100% {
    	opacity: 1;
	}
}

/*
Webkit Animation:
*/

@-webkit-keyframes reset {
	0% {
    	opacity: 0;
	}
	100% {
    	opacity: 0;
	}
}
@-webkit-keyframes fade-in {
	0% {
    	opacity: 0;
	}
	60% {
    	opacity: 0.5;
	}
	100% {
    	opacity: 1;
	}
}
.fadein {
    -webkit-animation-name: reset, fade-in;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    
    -moz-animation-name: reset, fade-in;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 1;
}

/*
TipTip CSS - Version 1.2:
*/

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}
#tiptip_holder.tip_top {
	padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
	padding-top: 5px;
}
#tiptip_holder.tip_right {
	padding-left: 5px;
}
#tiptip_holder.tip_left {
	padding-right: 5px;
}
#tiptip_content {
	font-size: 0.6em;
	color: #fff;
	text-shadow: 0px 0px 2px rgb(0,0,0);
	padding: 4px 8px;
	background-color: rgb(25,25,25);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgb(255,255,255);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgb(255,255,255);
}
#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgb(255,255,255);
}
#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgb(255,255,255);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
}

/*
Webkit Hacks:
*/

@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgb(45,45,45);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgb(45,45,45);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgb(20,20,20);
	}
}

/*
Links:
*/

a:link {
	color: rgb(255,255,255);
	text-decoration: none;
}
a:visited {
	color: rgb(255,255,255);
	text-decoration: none;	
}
a:hover {
	color: rgb(255,255,255);	
	text-decoration: none;
}
a:active {
	color: rgb(0,0,0);
	text-decoration: none;
	outline: none;
}
a:focus {
	-moz-outline-style: none;	
}
a.nav:link {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav:visited {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav:hover {
	color: rgb(255,255,255);
	text-decoration: none;
}
a.nav:active {
	color: rgb(255,255,255);
	text-decoration: none;
	outline: none;
}
a.nav:focus {
	-moz-outline-style: none;
}
a.special:hover {
	color: rgb(150,150,150);	
}

-->
