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

/*===================== layout ============================*/

*
{
	margin: 0; padding: 0;
}

html, body {
	background-image: url(../assets/backgrounf_colour.gif);
	background-repeat: repeat;
	/*height: 100%;*/
	/*overflow: auto;*/
}
img {  
	border-style: none;
}

.left {
	float: left;
	width: 291px;
	height: 0px;
}
.left_projects {
	position: fixed;
	float: left;
	width: 291px;
	height: 0px;
}
.left_home {
	float: left;
	width: 291px;
	height: 0px;
}
.left_info {
	float: left;
	width: 705px;
	height: 0px;
}
#logo {
	position:relative;
	left:49px;
	top:325px;
	width:144px;
	height:62px;
	z-index:1;
}
#logo_project {
	position:relative;
	left:-246px;
	top:-432px;
	width:144px;
	height:150px;
	z-index:3;
}
#design {
	position:relative;
	left:50px;
	top:210px;
	width:280px;
	height:0px;
	z-index:3;
}
#nav {
	position:relative;
	left:50px;
	top:390px;
	width:144px;
	height:166px;
	z-index:3;
}
#nav_project {
	position:relative;
	left:-245px;
	top:-483px;
	width:144px;
	height:166px;
	z-index:3;
}
#nav_block {
	height:16px;
}
#footer {
	position:relative;
	left:51px;
	top:426px;
	width:144px;
	height:16px;
	z-index:4;
}
#footer_info {
	position:relative;
	left:51px;
	top:417px;
	width:144px;
	height:16px;
	z-index:4;
}
#footer_project {
	position:relative;
	left:-249px;
	top:-319px;
	width:144px;
	height:16px;
	z-index:4;
}
.rightColumn {
	position:relative;
	clear: both;
	width: 800px;
	height: 100%;
	left: 291px;
}
.rightCylinder {
	position:relative;
	clear: both;
	width: auto;
	height: 100%;
	/*overflow: auto;*/
	left: 448px;
	z-index: 3;
}
.rightCylinder_info {
	position:relative;
	clear: both;
	width: auto;
	height: 100%;
	/*overflow: auto;*/
	left: 707px;
}
.gallery {
	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	float: left;
}
.gallery_contact {
	margin-top: 53px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto;
	float: left;
}

.imageBlock {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.image_infoBlock {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

.image {
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.back {
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 635px;
	top: -589px;
}
.back_info {
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 501px;
	top: -588px;
}
.back_contact {
	position: relative;
	text-align: right;
	vertical-align: top;
	width: 748px;
	top: -588px;
}
.archive {
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 549px;
	top: -588px;
}
.info {
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 400px;
}

.info_col1 {
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 284px;
	height: 0px;
	top: 0px;
}
.info_col2 {
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 222px;
	height: 0px;
	top: 0px;
	left: 345px;
}
.info_col3 {
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 150px;
	height: 0px;
	top: 0px;
	left: 600px;
}
.info_info{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 290px;
	height: 226px;
	top: -62px;
	left: 284px;
}
.info_info_col1{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 130px;
	height: 0px;
	top: -72px;
	left: 284px;
}
.info_info_col2{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 130px;
	height: 0px;
	top: -72px;
	left: 432px;
}
.info_info_col3{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 130px;
	height: 0px;
	top: -15px;
	left: 544px;
}
.contact_info{
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 290px;
	height: 226px;
	top: 137px;
	left: 284px;
}

/*===================== typography ============================*/


a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1.25em;
	text-decoration: underline;
	margin: 0;
}
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: #999;
}
.bodycopy {
	font-size: 14px;
}

.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
.links a:link, a:visited {
	color: #000;
}
.links a:hover {
	color: #999;
}
.links a:active {
	color: #999;
}
.links_active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}
.back_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-top: 22px;
}
.back_title a:link, a:visited {
	color: #000;
}
.back_title a:hover {
	color: #999;
}
.pic_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 22px;
}
.pic_client {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top: 2px;
}
.pic_client a:link, a:visited {
	color: #000;
}
.pic_client a:hover {
	color: #999;
}
.info_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding-bottom: 7px;
}
.info_header a:link, a:visited {
	color: #000;
}
.info_header a:hover {
	color: #999;
}
.infocopy_col1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.infocopy_col1 a:link, a:visited {
	color: #000;
}
.infocopy_col1 a:hover {
	color: #999;
}
.infocopy_col2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.infocopy_col2 a:link, a:visited {
	color: #000;
}
.infocopy_col2 a:hover {
	color: #999;
}
.infocopy_col2_sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1.25em;
	margin: 0;
}
.infocopy_col2_sm a:link, a:visited {
	color: #000;
}
.infocopy_col2_sm a:hover {
	color: #999;
}
.infocopy_col3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1.25em;
	margin: 0;
}
.infocopy_col3 a:link, a:visited {
	color: #000;
}
.infocopy_col3 a:hover {
	color: #999;
}

/*===================== projects ============================*/

body.projects div#Preload { 
	width: 1px; 
	height: 1px; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
}
body.projects div.item-loading { 
	background: url(../images/spinner.gif) center center no-repeat;  
}
body.projects div.item-loading div.wrapper { 
	visibility: hidden;
}
