/**{
 outline: 1px solid red;
 }*/

html,body,#cont{width:100%;height:100%;overflow:hidden}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
	color: #000;
	
}

h1 {

	font-family: sans-serif;
	font-size: 15px;
	line-height: 10px;
	font-weight: normal;
	text-align: left;
	color: white;
	margin-right: 10px;
	margin-top: 38px;
	letter-spacing: 1px;
	float: right;
}

h2 {
	font-family: "Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size: 40px;
	padding-bottom: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	
}

h3 {
	font-family: "Century Gothic", "Lucida Grande", Arial, sans-serif;
	font-size: 20px;
	position: relative;
	border-color: black;
	border-bottom: 1px;
	padding: 30px 30px 10px 30px;
	margin: 0 -30px 20px -30px;
	text-transform: uppercase;
	text-align: right;
	line-height: 20px;
	font-weight: normal;
}


li a {
	height: 13px;
	padding: 0 5px;
	font-weight: bold;
	color: #999;
	display: block;
}

a {
	text-decoration: none;
	color: white;
	outline: 0;
}
li a:hover, li.cur a {

	color: #fff;
}

ul {
	float: left;
	margin: 0px;
	padding: 7px 7px 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
}



#cont {
position: absolute;
top: 0;
left: 0;
z-index: 70;
overflow: auto;
}

#menu {
	position: absolute;
	bottom: 30px;
	left: 100px;
	z-index: 80;
	width: 100%;
	line-height: 12px;
	margin-left: 60px;
}

#leftside {
	position: relative;
	width: 15%;
	height: 60px;
	background: #000;
	opacity: 1;
	filter: alpha(opacity=60);
	float: left;
	display: block;
	padding: 3px;
}
#rightside {
	position: relative;
	width: 78%;
	height: 60px;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	float: left;
	display: block;
	padding: 3px;
	margin-left: 1px;
}

.box {
	position: absolute;
	top: 15%;
	right: 200px;
	width: 500px;
	padding-bottom: 100px;
	z-index: 70;
	
}
.box div {
	line-height: 1.5em;
	background: #EEEEEE;
	padding: 20px 30px;
	
	
}
	
.box div img {
	width: 440px;
	box-shadow: 0px 0px 10px 0px #8b8b8b
	
}

/* Fade in animation (Webkit only) */
@-webkit-keyframes showMenu {
from {
	opacity: 0;
	left: -1000px;
}
to {
	opacity: 1;
}
}

/*Fade in animation for about box*/
@-webkit-keyframes showBox {
from {
	opacity: 0;
	}
	to {
	opacity: 1;
}
}

/* Fade in animation for menu(Webkit only) */
@-webkit-keyframes fadeinMenu {
from {
	opacity: 0;
}
to {
	opacity: 0.6;
}
}

.menuslide {
	-webkit-animation: showMenu 1s;
	
}

#intro {
	-webkit-animation: showBox 1s;
	
	
}
#rightside {
	-webkit-animation: fadeinMenu 2s;
}
