/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	line-height: 130%;
	}
	
h6 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 200%
	}

#main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 740px;
	height: 420px;
	margin-left: -370px;
	margin-top: -210px;
	border: none;
	background-color: #FFFFFF;
	}
	
#logo {
	position: absolute;
	top: 20px;
	left: 20px;
	}	
	
#menu {
	position: absolute;
	top: 105px;
	left: 35px;
	}
	
#bottom {
	position: absolute;
	bottom: 0px;
	right: 20px;
	}
	
#content {
	position: absolute;
	top: 100px;
	left: 195px;
	width: 525px;
	font-size: 10px;
	color: #666666
	}		

#contenthome {
	position: absolute;
	top: 105px;
	left: 195px;
	width: 480px;
	color: #666666;
	padding: 0px 20px;
	font-size: 10px;
	line-height: 200%
	height: 235px;
	}			
	
#contentorange {
	position: absolute;
	top: 105px;
	left: 195px;
	width: 480px;
	background-color: #FF7F00;
	color: #FFFFFF;
	padding: 20px;
	font-size: 12px;
	height: 235px;
	}	
	
#contentclients {
	position: absolute;
	top: 105px;
	left: 195px;
	width: 480px;
	background-color: #FF7F00;
	color: #FFFFFF;
	padding: 20px;
	font-size: 12px;
	line-height: 18	0%;
	height: 235px;
	}		
	
a {
	color: #FFFFFF;
	}
	
a:hover {
	color: #666666;
	}	
	
a.portfoliolink {
	color: #FF7F00;
	text-decoration: none;
	}