*{
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Arial;
	list-style:none;
	outline:  none;
}

body{
	background: url(img/bg.gif) ;	
}



a{
	display: block;
	text-decoration:none;
}


#container{
	margin: 0 auto;
	width: 1000px;
	}

#header{
	width:1000px;
}

h1{
	background: url(img/head.png) no-repeat;
	width:1000px;
	height:250px;
	text-indent:-9999px;
}

h2{
	position:absolute;
	margin-top:-50px;
	font-size:12px;
	color:#fff;
}

#wrap{
	width: 1000px;	
	margin-top: -30px;
}

.xl{
	width: 1000px;
	float: left;
	}


.l{
	width: 500px;
	float: left;
}

.m{
	width: 250px;
	position: relative;
	float: left;
}

.s{
	width: 125px;
	display: block;
	float: left;
}

#footer{
	width: 1000px;
	margin: 0 auto;
	clear: both;
}

#contact{
height: 80px;
width: 1000px;
margin: 0 auto;
}


#links ul{
	float: left;
	margin-top: -20px;
}

#links li{
	float: left;
}

#links li a{
	display: block;
height: 34px;
width: 32px;
	margin-right: 5px;
	padding: 0;	
	text-decoration: none;
}

#links li a:hover{
	text-decoration: none;
}


.behance{
	background: url(img/behance.png) no-repeat;
	text-indent: -9999px;
height: 32px;
width: 32px;	
}

.behance:hover{
	background: url(img/behance.png) no-repeat;
}

.facebook{
	background: url(img/facebook.png) no-repeat;
	text-indent: -9999px;
height: 32px;
width: 32px;
}

.facebook:hover{
	background: url(img/facebook_hover.png) no-repeat;
}

.flickr{
	background: url(img/flickr.png) no-repeat;
	text-indent: -9999px;
height: 32px;
width: 32px;
}

.flickr:hover{
	background: url(img/flickr_hover.png) no-repeat;
}

.lastfm{
	background: url(img/lastfm.png) no-repeat;
	text-indent: -9999px;
	height: 32px;
	width: 32px;
	}

.lastfm:hover{
	background: url(img/lastfm.png) no-repeat;
}

.linkedin{
	background: url(img/linkedin.png) no-repeat;
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

.linkedin:hover{
	background: url(img/linkedin_hover.png) no-repeat;
}


.twitter{
	background: url(img/twitter.png) no-repeat;
	text-indent: -9999px;
	height: 32px;
	width: 32px;
}

.twitter:hover{
	background: url(img/twitter_hover.png) no-repeat;
	
}



.mail{
	background: url(img/gmail.png) no-repeat;	
	height: 32px;
	width: 32px;
	text-indent: 20px;
		line-height: 16px;
	font-family: QuicksandLight;
	font-size: 12px;
	color:#474747;	
}

.mail:hover{
	background: url(img/gmail_hover.png) no-repeat;
	color: #000;
}



/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #000;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both; }

/*lightbox*/

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #ccc;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/btn-prev.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/btn-next.gif) no-repeat 100% 15%;
}

#lbBottom {
	display:none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	display:none;
}

#lbCaption {
	font-weight: bold;
}

