@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size:13px;
}

a:hover {
	color: #a69f98;
}

#container {
	height: auto;
	margin-top: 100px;
}

#header {
	border-bottom: 1px solid #000;
}

#label {
	background-image: url(images/hello.png);
	width: 220px;
	height: 29px;
	background-repeat: no-repeat;
}

#label1 {
	background-image: url(images/studio.png);
	width: 140px;
	height: 29px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}


#label2 {
	background-image: url(images/projects.png);
	width: 140px;
	height: 29px;
	background-repeat: no-repeat;
}

#label3 {
	background-image: url(images/social.png);
	width: 220px;
	height: 29px;
	background-repeat: no-repeat;
}

#left1, #left2, #content {
	margin-top: 50px;
}

#nav li {
	list-style: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000;
}


#left1 {
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #000;
}

#label {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#left2 {
	height: 375px;
}

#label3 {
	margin-top: 293px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#label2 {
	margin-top: 193px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 0px;
}

#left2 p {
	padding-top: 30px;
	font-size: 11px;
}

#info {
	height: 180px;
	width: 140px;
}

#slider p {
	margin-bottom: 200px;
}

#title {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	height: 29px;
	width: 540px;
}

#content {
	height: 404px;
	border-bottom: 1px solid #000;
}

#title p {
	font-weight: bold;
	padding-top: 5px;
}

#slider {
	margin-top: 30px;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:539px;
		height:309px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		padding:0;
		margin: 0px;
		height:28px;
		margin-top: 4px;	
		}
	ol#controls li{
		margin: 0px;
		font-size: 11px;
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		color:#000;
		padding-right: 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		color:#000;
		text-decoration: underline;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

#thumbs {
	margin-top: 32px;
}


#thumb li {
	list-style: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-right: 9px;
	line-height: 40px;
}

#footer {
	height: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 350px;
	margin-bottom: 40px;
}

#footer p {
	padding-top: 5px;
	font-size: 12px;
}

#thumbs img {
	opacity: 0.30;
}