/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	text-align: center;
	height: 100%;
}
/* end hide */

body {
	height: 100%;		
	margin: 0;
	padding: 0;
	
}
div#box800x600 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 770px;
 	height: 380px; 
 	margin-left: -385px;
 	margin-top: -190px;
	text-align: center;
 
}
div#box1024x768 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1000px;
 	height: 570px; 
 	margin-left: -500px;
 	margin-top: -285px;
	text-align: center;
 
}
div#box1152x864 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1130px;
 	height: 670px; 
 	margin-left: -565px;
 	margin-top: -335px;
	text-align: center;
 
}
div#box1280x600 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1250px;
 	height: 400px; 
 	margin-left: -625px;
 	margin-top: -200px;
	text-align: center;
 
}
div#box1280x720 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1250px;
 	height: 520px; 
 	margin-left: -625px;
 	margin-top: -260px;
	text-align: center;
 
}
div#box1280x768 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1250px;
 	height: 570px; 
 	margin-left: -625px;
 	margin-top: -285px;
	text-align: center;
 
}
div#box1280x960 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1250px;
 	height: 760px; 
 	margin-left: -625px;
 	margin-top: -380px;
	text-align: center;
 
}
div#box1280x1024 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1250px;
 	height: 820px; 
 	margin-left: -625px;
 	margin-top: -410px;
	text-align: center;
 
}
div#box1400x1050 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1370px;
 	height: 850px; 
 	margin-left: -685px;
 	margin-top: -425px;
	text-align: center;
 
}
div#box1600x900 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1570px;
 	height: 700px; 
 	margin-left: -785px;
 	margin-top: -350px;
	text-align: center;
 
}
div#box1600x1200 {
 	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 1570px;
 	height: 1000px; 
 	margin-left: -785px;
 	margin-top: -500px;
	text-align: center;
 
}
div#boxFluid {
	position: absolute; 
 	left: 0; 
 	top: 0; 
	width: 100%;
 	height: 100%; 
	text-align: center;
 	
}
div#background {
 	position: absolute; 
 	left: 0px;
 	top: 0px; 
 	width: 100%;
 	height: 100%; 
}
div#noFlash {
	position: absolute; 
 	right: 10%;
 	top: 25%; 
	width: 49%;
 	height: 41%;
	
	
}

#noFlash a:link {
	color: #333333;
     	text-decoration: none;
	font-weight:bold;
}

#noFlash a:visited {
     	color: #333333;
    	text-decoration: none;
	font-weight:bold;
}

#noFlash a:hover {
     	color: #666666;
     	text-decoration: none;
	font-weight:bold;
}

#noFlash a:active {
     	color: #333333;
    	text-decoration: none;
	font-weight:bold;
}



div#naviBox {
	position: absolute; 
 	left: 0px;
	top: 91%; 
 	width: 90%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: right;
 	font-size: 80%;
 	color: #797782;
 
}

#naviBox a:link {
	color: #999999;
     	text-decoration: none;
	font-weight:bold;
}

#naviBox a:visited {
     	color: #999999;
    	text-decoration: none;
	font-weight:bold;
}

#naviBox a:hover {
     	color: #333333;
     	text-decoration: none;
	font-weight:bold;
}

#naviBox a:active {
     	color: #999999;
    	text-decoration: none;
	font-weight:bold;
}

body#news a#newsNav,
body#about a#aboutNav,
body#portfolio a#portfolioNav,
body#clients a#clientsNav,
body#contact a#contactNav {
	color: #333333;
	font-weight:bold;
}

.scrollArea {
	width: 97%;
	height: 100%;
	float: left;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: justify;
	color: #666666;
	font-size:80%;
}

.HscrollArea {
white-space: nowrap;
width: 100%;
height: 100%;
float: left;
overflow: auto;
padding-right: 10px;
font-family: Helvetica, Verdana, Arial, sans-serif;
 text-align: justify;
 font-size: 80%;
 color: #666666;
 
}