
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 150%;
	color: #333333;
	text-decoration: none;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
		line-height:12px;
}
a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;		line-height:12px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;		line-height:12px;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;		line-height:12px;
}

a img { border: none; }

#menu {
	width: 215px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 25px;
	color: #333333;
	background-attachment: fixed;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	padding-left: 25px;

}

#menu ul {
	list-style: none;


	
}

#menu ul li.section-title {
	cursor:pointer;
	margin-top: 6px;
	font-weight: bold;
	text-decoration: none;
	line-height: 11px;
	color: #666666;
	}



#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 25px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 650px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 {
	font-size: 32px;
	margin-top: 16px;
	margin-bottom: 4px;
	line-height: 32px;
	color: #999999;
}

h2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
h3 { 	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	line-height: 150%;
	color: #333333;
	text-decoration: none; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.prepro {
	display: none;
	width: 600px;
	}
	



.intro {
	float: right;
	vertical-align: bottom;
	background-color: #00FF66;
	height: 50%;
	position: relative;
}

.clients {
	float: left;
	width: 200px;
	position: relative;
}

.image {
	float: left;
	margin-bottom: 10px;
	margin-right: 50%;
	position: relative;
}