body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}
body, ul, li, h1, h2 {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#wrapper {
	width: 1000px;
	height: 520px;
	position: relative;
}
.leftCol {
	width: 265px;
	float: left;
}
.content {
	margin-top: 130px;
}
.content h1 {
	font-size: 71px;
	font-weight: normal;
}
.content h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: -5px;
}
.content p {
	margin-top: 30px;
	line-height: 20px;
}
.rightCol {
	width: 670px;
	float: right;
}
.logo {
	background: url(../images/logo.jpg) no-repeat;
	height: 63px;
	width: 265px;
	margin-bottom: 15px;
	position: absolute;
	text-indent: -9999px;
	left: 0;
	top: 167px;
}
.portfolio-wrapper {
	background: url(../images/macpro-bg.jpg) no-repeat bottom right;
	height: 460px;
	position: relative;
}
.portfolio-wrapper .content {
	margin-top: 130px;
	margin-left: 40px;
}
.portfolio-wrapper .content h1 {
	font-size: 71px;
	font-weight: normal;
	color: #fff;
	line-height: 60px;
}
.portfolio-wrapper .content h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	color: #fff;
}
.portfolio {
	margin-top: 40px;
}
.categories {
	position: absolute;
	bottom: 0;
	right: 170px;
}
.categories a {
	text-decoration: none;
	color: #000;
	padding: 5px 10px;
}
.categories a:hover {
	background: #000;
	color: #fff;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 500px;
	font-size: 10px;
}
/* Navigation menu styles */

#menu-container ul {
	height:25px;
	font-size:11px;
	text-align: right;
	margin-top: 50px;
}
#menu-container ul li {
	height:25px;
	list-style-type:none;
	overflow:hidden;
	margin-bottom: 15px;
}
#menu-container ul li a, #menu-container ul li a:hover, #menu-container ul li a:visited {
	text-decoration:none;
}
.normalMenu, .normalMenu:visited, .hoverMenu, .hoverMenu:visited, .selectedMenu, .selectedMenu:visited {
	outline:none;
	padding:5px;
	display:block;
}
.hoverMenu, .hoverMenu:visited, .selectedMenu, .selectedMenu:visited {
	margin-top:-25px;
	background: url(../images/dark_bg.gif) repeat-x #444444;
	color:#fff;
}
.selectedMenu, .selectedMenu:visited {
	margin:0;
}
.normalMenu, .normalMenu:visited {
	color: #000;
	background: #fff;
}
/*** SLIDER ***/
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li {
	/* define width and height of container element and list item (slide)
	list items must be the same size as the slider area */ 
	width:536px;
	height:334px;
	overflow:hidden;
}
span#prevBtn {
	float: right;
	margin-right: 365px;
	margin-top: 3px;
}
span#prevBtn a, span#nextBtn a {
	color: #a2a0a1;
	text-decoration: none;
	outline: none;
}
span#nextBtn {
	float: left;
	margin-top: 3px;
	margin-left: 230px;
	
}
