@CHARSET "UTF-8";
/******* GENERAL *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	background-image: url(images/gallery_background.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

a{
	text-decoration: none;
}
strong{
	color: #586c8f;
	font-weight: normal;
}
/******* GENERAL *******/

/******* LOGO *******/
#logo{
	position: relative;
	width: 300px;
	height: 137px;
	background: transparent url(images/logo.png) no-repeat scroll;
	background-position: left top;
	margin-left:auto;
	margin-right:auto;
	right: 335px;
}

/******* /LOGO  *******/

/******* MENU *******/
#menu{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 550px;
}
#menu span{
	font-size: 11px;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	color: #fff;
	cursor: pointer;
	margin-right: 35px;
	margin-left: 35px;
}
#menu span:hover{
	color: #caf3ff;
}
#menu span.active{
	color: #caf3ff;
}
/******* /MENU *******/

/******* PANEL *******/
#gallery{
	position: relative;
	top: -128px;
}
#gallery #featured{
	width: 401px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
	top: 142px;
	left: -240px;
}
#gallery #featured h3{
	width: 340px;
	max-height: 60px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1em;
}
#gallery #featured div.desc{
	position: relative;
	top: 30px;
	text-align: center;
	font-weight: 700;
}
#gallery #featured div.desc img{
	border: 1px solid #9c9c9c;
}
#gallery #featured div.desc p{
	position: relative;
	top: 12px;
	left: 8px;
	color: #535353;
	text-align: left;
	font-size: 11px;
}
#gallery #projects{
	width: 451px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	top: -190px;
	left: 200px;
}
#gallery #projects div div:hover{
	border: 0px;
}
#gallery #projects div.new, #gallery #projects div.partner, #gallery #projects div.about{
	display: none;
}
#gallery #projects div div{
	float: left;
	padding: 7px;
	border: 0px;
	margin: 11px 11px 11px 11px;
}
#gallery #projects img{
	border: 0px;
}
#gallery #projects div div.first{
	margin-top: 0;
}
/******* /PANEL *******/

/******* FOOTER *******/
#footer {
	position: relative;
	color: #a2a1a1;
 	font-size: 11px;
 	text-shadow: #fff 0 1px 1px;
	top:80px;
}

/******* /FOOTER *******/