
html {
	background: #26272e url(../images/lay/header_bg.png) repeat-x 0 0;
}

body {
	margin: 0;
	padding: 0;

	font: 11px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #878992;
}


a {
	color: #56e1ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
}


p {
	margin: 20px 0;
}

span.highlight {
	color: #56e1ff;
}


h1, h2, h3, h4 {
	color: #56e1ff;
}

h2.page-name,
div.person .column-left h2.person-name {
	width: 283px;
	margin: 65px 0 22px 0;

	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

h3.paragraph-name,
div.person h3.gallery-title {
	margin: 30px 0 20px;

	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}


ul.menu,
ul.menu li {
	margin: 0;
	padding: 0;
}

ul.menu li {
	list-style: none
}


.line {
	height: 1px;
	position: absolute;
	background-color: #4f525c;
	
	overflow: hidden; /* IE (font-size, line-height) */
}




#header .box,
#footer .box,
#content .box {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}



#header {
	height: 135px;
}

#header a.home {
	display: block;
	width: 157px;
	height: 80px;
	margin: 25px 47px 0 86px;
	float: left;

	background: transparent url(../images/lay/agencja_fotografii_logo.png) no-repeat 0 0;

	_display: inline;
}

#header a.home span { display: none; }




ul.main-menu {
	width: 600px;
	position: relative;

	height: 70px;
}

ul.sub-menu {
	padding: 20px 0 10px;
	overflow: hidden;
	position: absolute;
	top: 22px;
	left: 102px;

	visibility: hidden;
}

li.mm:hover ul.sub-menu,
li.mm-active ul.sub-menu {
	visibility: visible;
	z-index: 1;
}


#header ul.main-menu {
	margin-top: 32px;
	float: left;
}

#header ul.main-menu li {
	display: inline;
}

#header ul.main-menu li a {
	display: -moz-inline-box;
	display: inline-block;
	width: 90px;
	margin-right: 7px;
	padding: 6px 0 4px;

	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

#header ul.main-menu li a:hover {
	color: #363841;
	background-color: #56e1ff;
	text-decoration: none;
}

#header ul.main-menu li.sm a:hover {
	color: #56e1ff;
	background-color: transparent;
	text-decoration: none;
}



.page-column-left {
	width: 380px;
	padding-left: 193px;
	float: left;
}

.page-column-right {
	width: 283px;
	float: right;
}

.page-column-left-wider {
	width: 766px;
	padding-left: 97px;
	float: left;
	clear: right;
}



div.person {
	margin-top: 50px;
	overflow: hidden;

	_zoom: 1
}

div.person-first-child {
	margin-top: 65px;
}

div.person .column-left {
	width: 580px;
	float: left;
}

div.person .column-right {
	width: 283px;
	float: right;
}

div.person .column-left h2.person-name {
	margin-top: 0;
}

div.person .column-right h2.person-name {
	margin: 36px 0 0;

	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

div.person .column-right h2.person-name .bio {
	color: #878992;
}

div.person .gallery {
	margin-left: 192px;
	overflow: hidden;

	font-size: 0;
	
	_zoom: 1
}

div.person .gallery .gallery-item {
	margin: 0 7px 7px 0;
	float: left;
}

div.person h3.gallery-title {
	margin: 17px 0 17px 192px;
}




#footer {
	padding: 65px 0 50px;
}

#footer ul.menu {
	padding-left: 290px;
}

#footer ul.menu li {
	display: inline;
}

#footer ul.menu li:before {
	content: "|";
	padding: 0 8px;
	color: #56e1ff;
}

#footer ul.menu li:first-child:before {
	content: "";
	padding: 0;
}

#footer ul.menu li a {
	color: #878992;
}


#footer .copyright {
	margin-top: 25px;
	padding-left: 290px;
}

#footer .project {
	width: 283px;
	margin-top: 40px;
	float: right;

	line-height: 12px;
}

#footer .project a {
	display: block;
	width: 120px;
}



