body { 
	margin: 10px;
	padding: 0; 
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 80%;
	background-color: #000000;
	
}

#wrapper {
	width: 880px;
	margin: 0 auto;
}

#intro {
	padding: 40px 0 50px 0;
	text-align: center;
}

h2 {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
}

#slider {

	width: 880px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	width: 880px;
	height: 380px;
	overflow: auto;

	position: relative;
	clear: left;
	background: #FFFFFF url(http://www.pixelflex.com/i/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
	padding: 20px;
	width: 840px;
}

#shade {
	background: #EDEDEC url(http://www.pixelflex.com/i/shade.jpg) no-repeat 0 0;
	height: 50px;
}

ul.navigation {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 9px;
}

ul.navigation li {
	display: inline;
	margin-right: 10px;
}

ul.navigation a {
	background-color: #e3e2e2;
	padding: 10px 30px 10px 30px;
	color: #000;
	text-decoration: none;
}

ul.navigation a:hover {
	background-color: #f6f6f6;
}

ul.navigation a.selected {
	background-color: #fff;
}

ul.navigation a:focus {
	outline: none;
}

.scrollButtons {
	position: absolute;
	top: 205px;
	cursor: pointer;
}

.scrollButtons.left {
	left: -20px;
}

.scrollButtons.right {
	right: -20px;
}

.hide {
	display: none;
}


#home{
	height: 340px;
	width: 840px;
	background: #fff url(http://www.pixelflex.com/i/pixelflex-paint.jpg) no-repeat 20px 20px;
}

#page-1{
	color:#ffffff;
	width: 250px;
	float: left;
	font-size: 18px;
	padding: 157px 0 0 90px;
	letter-spacing: -0.015em;
}

#page-1b{
	color:#ffffff;
	width: 220px;
	float: right;
	font-size: 18px;
	margin: 157px 0 0 0;
	letter-spacing: -0.015em;
	
}

#page-1b a{
	color: #99cc99;
}

#page-4{
	color:#ffffff;
	width: 300px;
	float: right;
	font-size: 18px;
	margin: 157px 0 0 0;
	letter-spacing: -0.015em;
}

#page-6{
	width: 500px;
	float: left;
	font-size: 18px;
	margin: 157px 0 0 50px;
	letter-spacing: -0.015em;
}

#page-6 a{
	color: #99cc99;
}

#portfolio{
	height: 340px;
	width: 840px;
	background: #fff url(http://www.pixelflex.com/i/portfolio.jpg) no-repeat 20px 20px;
}

#contact{
	height: 340px;
	width: 840px;
	background: #fff url(http://www.pixelflex.com/i/contact.jpg) no-repeat 20px 20px;
}

#page-image{
	height: 224px;
	width: 300px;
	float: left;
	padding-right: 10px;
}


.work_nav ul{
	height: 340px;
	width: 840px;
}

.work_nav li {
	float: left;
	width: 155px;
	list-style-type: none;
}


.work_nav h4 {
	height: 25px;
	color: #99cc99;
}

.work_nav a{
	color: #99cc99;
}



#social_nav{
float: right;
}

a.twitter {
float: right;
display:block;
width: 82px;
height : 42px;
background:url(http://www.pixelflex.com/i/twitter.jpg) no-repeat;
}

a.twitter:hover{
background-position:0 -42px;
}

a.flickr {
float: right;
display:block;
width: 61px;
height : 42px;
background:url(http://www.pixelflex.com/i/flickr.jpg) no-repeat;
}

a.flickr:hover{
background-position:0 -42px;
}

a.linkedin {
float: right;
display:block;
width: 82px;
height : 42px;
background:url(http://www.pixelflex.com/i/linkedin.jpg) no-repeat;
}

a.linkedin:hover{
background-position:0 -42px;
}

a.facebook {
float: right;
display:block;
width: 82px;
height : 42px;
background:url(http://www.pixelflex.com/i/facebook.jpg) no-repeat;
}

a.facebook:hover{
background-position:0 -42px;
}


