html {
	height: 100%;
	overflow: auto;
}

body {
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 11px;
	background-color:#ffffff;
	color:#B2A1C7;
}

a,a:visited,a:active
{ 
	/*font-family:Calibri;*/
	text-decoration:none;
	color:#7030A0;
	/*color:#2E7B95;*/
}

a:hover
{ 
	/*font-family:Calibri;*/
	text-decoration:bold;
	color:#C139B7;
}

iframe {
	   overflow-x:hidden;
}

div#overDiv {
	/*position : absolute;*/
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*background-color:#000000;*/
}

div#KFheader {
	position:relative;
	width:100%;
	height : 11%;
	font-size:13px;
	z-index:1000;
}

div#KFheaderLogo {
	position:relative;
	float : left;
	width:40%;
	height:12%;
}

div#KFheaderLogoLeft {
	position:relative;
	float : left;
	width:20%;
}

div#KFheaderLogoRight {
	position:relative;
	float : right;
	width:70%;
}

div#KFheaderMenu {
	position:relative;
	float : right;
	width:50%;
}

div#KFheaderMenuLeft {
	position:relative;
	float : left;
	width:80%;
}

div#KFheaderMenuRight {
	position:relative;
	float : right;
	width:20%;
}

div#KFcontent {
	position:relative;
	width:100%;
	height:97%;
	z-index:0;
}

div#KFhome_flip {
	width:80%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

div#menu_portfolio {
	position:relative;
	float:left;
	margin-top:10%;
	width:auto;
	font-size:11px;
}

.menuPortfolioListNew {
	font-size:11px;
	color:#C139B7;
	font-weight:bold;
}

.subTitlePortfolio {
	font-size:13px;
}

.menuPortfolioFocusOut {
	width:65px;
}

.menuPortfolioFocusIn {
	width:75px;
}

.menuPortfolioFocusInTitle {
	font-size:14px;
}

.menuPortfolioFocusOutTitle {
	font-size:11px;
}

.menuPortfolioNew {
	font-size:9px;
	color:#C139B7;
	font-weight:bold;
}

div#portfoliocontent {
	position : relative;
	float : right;
	width:80%;
	height:100%;
	z-index:8;
}

div#flashcontent {
	position:relative;
	float:left;
	width:90%;
	height:100%;
}

#flashcontent  table {
	width:80%;
}

#flashcontent  td {
	vertical-align:center;
	text-align:center; 
	/*width:300px;*/
	width:140px;
	height:150px;
}

div#portfolioright {
	position:relative;
	float:left;
	width:10%;
}

div#menu_aboutus {
	float:left;
	margin-top:50px;
	width:145px;
	text-align:left;
	margin-left:50px;
}

div#content_aboutus {
	position:relative;
	margin-left:200px;
	width:75%;
	height:100%;
	/*background-color: #000000;*/
	z-index:8;
}

.aboutLinksSpace {
	margin-left:150px;
}
	
div#img_contact {
	width:80%;
}

div#menu_links {
	float:left;
	margin-top:50px;
	width:145px;
	text-align:left;
	margin-left:50px;
}

div#content_links {
	position:relative;
	margin-left:100px;
	width:75%;
	height:100%;
	/*background-color: #000000;*/
	z-index:8;
}

body #KFfooter {
	bottom:0;
	color:#111111;
	font-size:10px;
	height:25px;
	padding:0;
	position:fixed;
	right:0;
	width:100%;
	z-index:9;
}

#presence_ui {
	margin-left:15px;
	margin-right:15px;
	overflow:visible !important;
	position:relative;
	width:auto;
}

#presence_right {
	float : right;
	text-decoration:none;
	color:#7030A0;	
}

.subMenu{
	padding-left:5px;
}

.rotation {
	/*border: 1px solid #000;*/
    cursor: pointer;
    overflow: hidden;
    margin: 50px auto 10px;
    position:relative;
	width: auto;
    height: auto;
}

.rotation div {
	position:fixed;
    cursor: pointer;
	float:left;
	height:600px;
	width:600px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	overflow:hidden;
}

.flashcontent a,a:visited,a:active,a:hover {
	/*font-family:Calibri;*/
	text-decoration:none;
	color:none;
}

.box 
{
	display:none;
	position: absolute;
	top: 20%;
	left: 55%;
	width: 10%;
	height: 10%;
	padding: 0;
	margin:0;
	z-index:11;
}

.clearfix {
	display:block;
}



