/*@font-face { font-family: Julius; src: url('res/JuliusSansOne-Regular.ttf'); }*/
html{
/*	background: #202020;	*/
}
html, body{
	height: 100%;
/*	min-height: 100%;*/
}

#wrapper{
	/*background: url("../img/animated_snow_falling.gif");*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px;
	width: 100%;
}

#footer, #push{
/*	position: relative;
	margin-top: -150px;
	clear: both;*/	
	height: 150px;
	position: relative;
}

body{
	margin: 0;
	background: url("../img/bg.jpg");
	color: white;
	font-family: "Myriad Pro","Trebuchet MS",sans-serif;		
/*	width: 1115px;*/
}

a{
	color: wheat;
	text-decoration: none;
}

a img{
	border: none;
}


a:hover{
	color: white;
}

.clr{
	clear: both;
}

#header{
	margin: 0 auto;
	height: 117px;
	width: 1115px;
	margin-bottom: 10px;
	padding-top: 8px;
}
#header .logo{
	float: left;
	margin-right: 15px;
	margin-top: 8px;
	margin-left: -20px;
}

#header .wrap{
	float: left;
}

.connect{
	color: white;
	height: 32px;
}

.connect p{
	float: left;
	margin: 3px 0px 0px 30px;
}

.social a{
	width: 32px;
	height: 32px;
	float: right;
	margin-left: 15px;
	margin-top: -3px;
}

.social .social-f{
	background: url("../img/social-icons.png") 0 0;
}
.social .social-f:hover{
	background: url("../img/social-icons.png") 0 -32px;
}

.social .social-g{
	background: url("../img/social-icons.png") -32px 0;
}
.social .social-g:hover{
	background: url("../img/social-icons.png") -32px -32px;
}

.social .social-l{
	background: url("../img/social-icons.png") -64px 0;
}
.social .social-l:hover{
	background: url("../img/social-icons.png") -64px -32px;
}

.social .social-i{
	background: url("../img/social-icons.png") -96px 0;
}
.social .social-i:hover{
	background: url("../img/social-icons.png") -96px -32px;
}

.social .social-t{
	background: url("../img/social-icons.png") -128px 0;
}
.social .social-t:hover{
	background: url("../img/social-icons.png") -128px -32px;
}

.social .social-y{
	background: url("../img/social-icons.png") -160px 0;
}
.social .social-y:hover{
	background: url("../img/social-icons.png") -160px -32px;
}

#main-fp{
	clear: both;
	min-width: 1115px;
	position: relative;
/*	width: 1115px;*/
}
#main{
	clear: both;
	width: 1115px;
	margin: 0 auto;
}

ul, li{
	list-style: none;
	list-style-type: none;
}

.floatcaption{
	position: absolute;
	left: 870px;
	top: 52px;
	width: 245px;
	height: 239px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* IE */	
/*	background: url("images/caption.png");*/
/*	opacity: 0.6;*/
	z-index: 10;
	font-size: 17px;
	color: lightgray;
}

.floatcaption p{
/*	color: white;*/
	margin: 10px;
}

.pagetitle{
/*	color: white;
	font-family: "Myriad Pro","Trebuchet MS",sans-serif;	*/
	font-size: 40px;
	margin-top: 15px;
	margin-bottom: 20px;
	letter-spacing: 20px;
	float: left;
	text-shadow: 4px 4px black;
	color: #86fff9;
}

.pagetitlesmall{
	margin-top: 15px;
	margin-bottom: 0;
}

.projdesc{
/*	color: white;*/
	float: left;
	margin-top: 0;
	padding: 2px 30px;
	background-color: rgba(0,0,0,0.3);
}

.projbrief{
	float: left;
	position: relative;
	opacity: 0.6;
	margin: 20px 39px 10px 39px;
	width: 200px;
	height: 184px;
}
.projbrief:hover{
	opacity: 1;
}
.projbrief img, .projimg img{
	width: 200px;
	height: 150px;
}

.projbrief p{
/*	color: white;*/
	text-shadow: 3px 3px 1px black;
	font-size: 11px;
	margin-top: 5px;	
}

.projbriefshaddow{
	background-color: rgba(0,0,0,0.40);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000'); /* IE */		
	position: absolute;
	top: -10px;
	left: 10px;
	width: 200px;
	height: 150px;
	z-index: -1;
}

.projimgs{
	padding-bottom: 20px;
}

.projimg{
	width: 200px;
	height: 150px;
	float: left;
	margin: 5.5px 5.5px;
	border: 6px solid black;
	border: 6px solid rgba(0,0,0,0.4);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	
}
.projimg:hover{
	border-color: #fff;
	border: 6px solid rgba(255,255,255,0.7);
}

.content{
	padding: 0 20px;
/*	width: 900px;*/
	position: relative;
}

.content p{
	margin: 0;
	padding-top: 15px;
	line-height: 27px;
}

.imagetextleft, .imagetextright{
	overflow: auto;
	width: 100%;
	padding-bottom: 50px;
	position: relative;
}

.imagetextleft img{
	float: left;
	margin-right: 20px;
/*	padding-top: 15px;*/
	box-shadow: 10px 10px 5px rgba(0,0,0,0.6);	
}

.imagetextleft p{
	text-align: justify;
}

.imagetextleft ul{
	margin-top: 4px;
	margin-bottom: 12px;
}

.imagetextleft ul li{
	list-style: square inside none;
}

.imagetextleft_adv{
/*	padding-bottom: 30px;*/
	margin-bottom: 30px;
}

.hdrtext{
	text-decoration: underline;
	padding-top: 4px !important;
	text-transform: uppercase;
}

.border_adv{
	border: 1px solid darkgray;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
}

.imagetextleft_adv p{
	text-align: justify;
}

.imagetextleft_adv p a{
	color: #446CE4;
	text-shadow: 1px 1px #444;
}

.imagetextleft_adv p a:hover{
	color: #AAD2FF;
	text-shadow: 1px 1px #999;
}


.imagetextleft_adv img{
	float: left;
	margin-right: 20px;
}

.imagetextleft_adv h2{
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;	
}

.furniture{
	height: 147px;
	padding-bottom: 20px;
	padding-top: 15px;
	border-bottom: 2px solid black;
}

.f_img{
	width: 210px;
	float: left;
}

.f_img img{
	width: 210px;
	height: 147px;
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.6);	
}

.f_name{
	width: 226px;
	float: left;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	height: 100%;
}

.f_desc{
	width: 515px;
	float: left;
	margin: 0px;
}

.f_price{
	width: 150px;
	float: left;
	margin: 0px;
}

.f_imgs{
	position: relative;
	top: 0px; left: 0px;
	transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
}

.f_imgs:hover{
	width: 240px;
	height: 180px;
	top: -20px;
	left: -15px;
}
/*
.f_imgs:hover{
	animation-duration: 0.5s;
	animation-name: zoomin;
}

@keyframes zoomin{
	to{
		width: 250px;
	}
}
*/

.navback {
    background: url("../img/prev.png") no-repeat scroll -20px 0;
    clear: both;
    font-size: 17px;
    height: 35px;
/*    margin-left: 11px;*/
/*    margin-top: 15px;*/
    padding-left: 26px;
    padding-top: 12px;
	margin-top: 30px;
}

#footer{
	padding: 0;	
	width: 100%;
	min-width: 1115px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* IE */	
}

#footer div{
	margin: 0 auto;
	width: 1115px;
	padding: 16px 0 4px 0;
	
}

#footer div p{
	margin: 0 0 8px 0;
}
#footer div p.cr{
	text-align: center;
	font-size: 12px;
}