html{
	height:100%;
	background:#000;
	width:100%;
	display:table;
	}
body{
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	color:#fff;
	min-width:1111px;
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	}
/* Default */
img{border-style:none;}
a{
	text-decoration:none;
	color:#fff;
	}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font-size:100%;
	vertical-align:middle;
	}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
	}
/* Layouts */
#main{
	width:1111px;
	margin:0 auto;
	}
#header{
	height:200px;
	overflow:hidden;
	}
#container{
	width:100%;
	}
#container:after{
	display:block;
	clear:both;
	content:"";
	}
#sidebar{
	float:left;
	width:325px;
	}
#content{
	float:right;
	width:755px;
	line-height:20px;
	margin:-24px 0 0;
	position:relative;
	height:600px;
	}
#content .slideshow{
	width:755px;
	
	}
/* Holders */

input {
	width: 159px;
}
.hold-1{
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	}
.hold-2{
	position:relative;
	float:left;
	left:50%;
	width:100%;
	}
.hold-3{
	position:relative;
	float:left;
	left:-50%;
	background:#000 url(http://www.vastinteriors.com/assets/templates/default/images/bg-all.jpg) no-repeat 50% 50%;
	width:100%;
	min-height:918px;
	}
* html .hold-3{height:918px;}
/* Header */
#header .logo,
#header .logo a{
	width:324px;
	height:96px;
	display:block;
	}
#header .logo{
	overflow:hidden;
	text-indent:-9999px;
	margin:102px 0 0;
	}
/* Content */
#content p{margin:0 0 16px;}
#content h1{
	margin:0 0 11px;
	font-size:12px;
	color:#fff;
	border-bottom:1px solid #883b26;
	padding-bottom:3px;
	}
/* Sidebar */
#sidebar ul{
	margin:138px 0 0 58px;
	padding:0;
	list-style:none;
	width:182px;
	overflow:hidden;
	}
#sidebar li{
	float:left;
	width:182px;
	padding-bottom:14px;
	}
#sidebar li a{
	height:18px;
	background:url(http://www.vastinteriors.com/assets/templates/default/images/bg-menu.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:182px;
	float:left;
	}
#sidebar .home a{background-position:0 0;}
#sidebar .films a{background-position:0 -32px;}
#sidebar .glass a{background-position:0 -64px;}
#sidebar .mirrors a{background-position:0 -96px;}
#sidebar .furniture a{background-position:0 -129px;}
#sidebar .live-title a{background-position:0 -161px;}
#sidebar .about-vast a{background-position:0 -193px;}
#sidebar .contact a{background-position:0 -225px;}
#sidebar .home a:hover,
#sidebar .home a.active{background-position:-182px 0;}
#sidebar .films a:hover,
#sidebar .films a.active{background-position:-182px -32px;}
#sidebar .glass a:hover,
#sidebar .glass a.active{background-position:-182px -64px;}
#sidebar .mirrors a:hover,
#sidebar .mirrors a.active{background-position:-182px -96px;}
#sidebar .furniture a:hover,
#sidebar .furniture a.active{background-position:-182px -129px;}
#sidebar .live-title a:hover,
#sidebar .live-title a.active{background-position:-182px -161px;}
#sidebar .about-vast a:hover,
#sidebar .about-vast a.active{background-position:-182px -193px;}
#sidebar .contact a:hover,
#sidebar .contact a.active{background-position:-182px -225px;}
.first {
	padding-top: 10px;
}