
@font-face {
    font-family: 'segoeui';
    src: url('../fonts/SegoeUI/segoeui.eot');
    src: url('../fonts/SegoeUI/segoeui.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUI/segoeui.woff') format('woff'),
         url('../fonts/SegoeUI/segoeui.ttf') format('truetype'),
         url('../fonts/SegoeUI/segoeui.svg#neosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'segoeuilight';
    src: url('../fonts/SegoeUILight/segoe_ui_light-webfont.eot');
    src: url('../fonts/SegoeUILight/segoe_ui_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/SegoeUILight/segoe_ui_light-webfont.woff') format('woff'),
         url('../fonts/SegoeUILight/segoe_ui_light-webfont.ttf') format('truetype'),
         url('../fonts/SegoeUILight/segoe_ui_light-webfont.svg#neosansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
html {
	background-color: #CCC;
	overflow: hidden;
}
body {
	-webkit-user-select: none;  
	-webkit-touch-callout: none;  
	-webkit-tap-highlight-color: transparent;
	width: 1024px;
	height: 672px;
	overflow: hidden;
	margin: 0px;
	position: relative;
	background-color: #036;
}
#header {
	width: 1000px;
	height: 100px;
	position: absolute;
	z-index: 3;
}
#header h1 {
	font-size: 46px;
	font-family: 'segoeuilight', Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-top: 75px;
	margin-left: 55px;
}
#content {
	width: 1024px;
	height: 672px;
	float: left;
	z-index: 500;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	top: 0px;
	left: 160px;
	display: none;
	opacity: 0;
}

#mods {
	width: 1000px;
	height: 500px;
	padding-left: 50px;
	padding-top: 150px;
	float: left;
	z-index: 550;
	position: relative;
}

#tattoo {
	width: 1024px;
	height: 672px;
	background-image: url(../images/tattoo.jpg);
	background-repeat: no-repeat;
	background-repeat: 0px 0px;
	position: absolute;
	top: 0px;
	left:0px;
	z-index: 2;
}

.col {
	width: 264px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.mod {
	width: 254px;
	height: 122px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 10px;
    -webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	outline: 3px solid rgba(255,255,255,0);
}
.mod:hover {
	outline: 3px solid rgba(255,255,255,0.2);
}
.mod:active {
	-webkit-transform: scale(0.97);
	-moz-transform: scale(0.97);
	-ms-transform: scale(0.97);
	transform: scale(0.97);
}

.modContent {
  width: 100%;
  height: 100%;
  position: absolute;
}


.mod:hover {
	
}

.mod h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 25px;
	left: 10px;
	width: 214px;
	z-index: 600;
}
.mod h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 7px;
	left: 10px;
	width: 214px;
	z-index: 610;
}

.inner {
	width: 254px;
	height: 122px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.startbtn {
	width: 100%;
	height: 100%;
	background-image: url(../images/1pw.png);
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 630;
}
.notstarted {
	background-color: #005696;
}
.incomplete {
	background-color: #F9972D;
}
.completed {
	background-color: #65AE31;
}
.startbtn:hover {
	
}

.startbtn .btnimg {
	width: 117px;
	height: 28px;
	cursor: pointer;
	float: left;
}
.startbtn .btnimg:hover {
	/*background-image: url(../images/startbtn_over.png);*/
}

.startbtn .tick {
	width: 200px;
	height: 29px;
	background-image:url(../images/notstarted.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.startbtn .tick p.status {
	margin:0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 27px;
	margin-top: 7px;
}
#image {
	width: 440px;
	height: 350px;
	float: right;
}
#footer {
	width: 925px;
	height: 45px;
	float: left;
	margin-right: 25px;
	position: absolute;
	bottom: 0px;
}
#contentViewer {
	position:absolute;
	top: 20px;
	left: 0px;
	width: 1024px;
	height: 700px;
	z-index: 9000;
	background-color: transparent;
}

#activityHolder {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 672px;
	display: none;
	z-index: 9000;
	background-color:#FFF;
}
#overlay {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	width: 1024px;
	height: 672px;
	background-color: #FFF;
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


.cardHolder { 
	width: 254px;
	height: 122px;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-perspective: 800px;
	z-index:3000;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.card {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.card .face {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
}
.card .front {
	background-color:#F30;
}
.card .back {
	background-color: #333;
	-webkit-transform: rotateY( 180deg );
}
.card.flipped {
	-webkit-transform: rotateY( 180deg );
}

#charms {
	position: absolute;
	top: 0px;
	right: -70px;
	width: 70px;
	height: 672px;
	z-index: 10000;
	background-color:#111111;
	-webkit-transition: all 0.3s ease-in-out;
}
#charms:before {
	content: "";
	position: absolute;
	top: 0px;
	right: 70px;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.3s ease-in-out;
}
#charms:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 70px;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.3s ease-in-out;
}

#startbtn {
	background-image: url(../images/start.png);
	width: 69px;
	height: 76px;
	position: absolute;
	top: 290px;
	right: 0px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
}

#charms:hover {
	right: 0px;
}

#charms:hover:before,
#charms:hover:after {
	right: 35px;
}