/* Resets and defaults */

body {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

/* Pre-set classes */

.frame {
	margin: auto;
	width:1000px;
}


.alignLeft {
	display: inline-block;
	float: left;
}

.alignRight {
	display: inline-block;
	float: right;
}

.alignCenter {
	text-align: center !important;
}

.noMarginRight {
	margin-right: 0 !important;
}

.clear {
	clear: both;
}

/* Vertical layout */

.header-wrap {
	background: url(/assets/images/lb_body_bg.png) no-repeat top center, url(/assets/images/lb_body_bg_repeat.jpg) repeat-x;
}

.header {
	height: 144px;
	position: relative;
}

.content-wrap {
	background: #e9e5e0;
	overflow: hidden;
	background: url(/assets/images/lb_content_bg_repeat.jpg) repeat-x 0 -144px;
}

.content {
	padding-top: 126px;
	min-height: 430px;
}

.footer-wrap {
	background: url(/assets/images/lb_body_bg.png) no-repeat bottom, url(/assets/images/lb_body_bg_repeat.jpg) repeat-x bottom;
	overflow: hidden;
}

.footer {
	height: 146px;
}

/* Main template */

.main-logo {
	width:455px;
	height: 203px;
	position: absolute;
	left: 272px;
	top: 43px;
	display: block;
	background: url(/assets/images/lb_logo.png) no-repeat;
}

.main-nav {
	margin: 120px 0 0;
	padding: 0;
}

.main-nav li {
	list-style: none;
}

.main-nav a {
	font: italic 14px Georgia, serif;
	margin: 0 0 0 27px;
	color: #bfad90;
	text-decoration: none;
}

.main-nav a:hover, .main-nav a.active {
	color: #fff;
}

.content-left {
	width:415px;
	margin-right: 75px;
}

.content-left h1 {
	font:60px Palatino, sans-serif;
	margin: 60px 0 5px;
	color: #5f5f5f;
	text-shadow: 1px 1px 1px #fff;
}

.content-left p {
	font:italic 14px/200% Georgia, serif;
	text-shadow: 1px 1px 1px #fff;
	letter-spacing: 0.1em;
}

.content-right {
	width: 510px;
}

.footer-left {
	font:11px/14px Arial, sans-serif;
	margin: 30px 0 0;
	color: #5f5f5f;
	letter-spacing: 1px;
}

.footer-right {
	font:34px Georgia, serif;
	margin: 17px 0 0;
	color: #888;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #fff;
}

/* Gallery items */


.prev-img, .next-img {
	position: absolute;
	width: 22px;
	height: 23px;
	display: block;
	top:50%;
	margin: -12px 0 0;
	background-image: url(/assets/images/lb_gallery_arrows.png);
	text-indent: -9999px;
	z-index: 10;
	visibility: hidden;
}

.prev-img {
	display: none;
	left: 5%;
}

.next-img {
	right: 5%;
	background-position: -22px 0;
}



/* Services view */

.service-image {
	height: 320px;
	position: relative;
}

.service-image img {
	margin: auto;
	max-width: 600px;
	max-height: 400px;
	border:10px solid #fff;
	box-shadow: 3px 3px 9px #333;
	display: block;
}

.service-gallery {
	padding: 25px 0;
	margin: auto;
	overflow: hidden;
}

.service-gallery img {
	width:69px;
	height: 69px;
	border:1px solid #fff;
	box-shadow: 2px 2px 6px #635b4a;
	margin: 0 14px 0 0;
}

/* Projects View */

.project-left {
	width:180px;
	margin: 0 55px 0 0;
}

.project-left h1 {
	font-size: 46px;
}

.project-left li {
	list-style: none;
}

.project-left li a {
	padding: 7px 0 9px 20px;
	font:italic 14px/14px Georgia, serif;
	margin: 0 0 5px;
	display: inline-block;
	width: 160px;
	text-shadow: 1px 1px 1px #fff;
	color: #333;
}

.project-left li a:hover {
	text-decoration: underline;
}

.project-left li a.active {
	color: #fff;
	background: url(/assets/images/lb_project_list_active.png) no-repeat;
	background-size: 100% 100%;
	text-shadow: 1px 1px 1px #666;
}

.project-right {
	width:620px;
}

.project-right h2 {
	font:22px/20px Georgia, serif;
	color: #333;
	margin: 0 0 10px;
	text-shadow: 1px 1px 1px #fff;
}

.project-right .project-image {
	min-height: 420px;
	position: relative;
}

.project-right .project-image img {
	max-width: 600px;
	max-height: 400px;
	margin: auto;
	border:10px solid #fff;
	box-shadow: 3px 3px 9px #333;
	display: block;
}

.project-thumbs {
	padding: 27px 0;
	height: 140px;
}

.project-thumbs img {
	margin:0 12px 12px 0;
	width:56px;
	height: 56px;
	border: 1px solid #fff;
	cursor: pointer;
}