@CHARSET "UTF-8";
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#all {
	position: relative;
	height: 100%;
}

html>body #all {
	height: auto;
	min-height: 100%;
}

#empty,#footer {
	height: 90px;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;	
}
/* or
  #footer {height: _foo_;}
  #empty {height: _foo_ + _bar_;}
*/

/* main */
body {
	font-family: Tahoma, Verdana, Geneva, arial;
	font-size: 12px;
	background: #000000;
	color: #7a7a7a;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	color: #999999;
	font-family: Tahoma, Verdana, Geneva, arial;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div {
	padding: 0px;
	margin: 0px;
}

#all{

}

h1, h2, h3{
	color: #bbbbbb;
	font-family: Tahoma, Verdana, Geneva, arial;
	margin: 5px 0px;
	padding: 0px;
	font-weight: normal;	
}

h1{
	font-size: 18px;
}


#all {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

#top{
	/* background: url('../img/main/top-bg.gif'); */
	height: 138px;
	text-align: right;
	padding-right: 44px;
	padding-top: 100px;
	max-width: 1030px;
	margin-left: auto;
	margin-right: auto;
}

#house{
	height: 278px;
	background: url('../img/main/house.jpg') center top no-repeat;
}

/* main menu */
#menu {
	vertical-align: middle;
	height: 115px;
	padding-bottom: 25px;
}

#menu a, #menu, #submenu a{
	color: #999999;
	font-family: Georgia, Tahoma, Verdana, Geneva, arial;
	font-size: 16px;
}

#menu a{
	margin-right: 40px;
}

/* submenu */
#submenu a{
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
}

#menu a:hover, #submenu a:hover, #menu a.active, #submenu a.active{
	text-decoration: none;
}


#content{
	line-height: 1.25em;
	padding-right: 10px;
}

#content p{
	margin-bottom: 18px;
}

/* last projects images */
#last-projects img{
	border: 5px solid #0e0e0e;
	margin: 0px 21px 21px 0px; 
}

#last-projects img.right{
	margin-right: 0px;
}

/* footer */
#footer a{
	font-size: 10px;
	color: #5e5e5e;
	font-family: Georgia, Tahoma, Verdana, Geneva, arial;	
}

#footer a:hover{
	color: #6f6f6f;
	text-decoration: underline;	
}

/* galery list */
div.artlist{
	color: #7a7a7a;
}

div.artlist img{
	border: 5px solid #0b0b0b;
}

div.artlist h1{
	color: #bbbbbb;
	font-size: 13px;
	text-decoration: underline;
	font-weight: normal;
	padding-bottom: 3px;
}

img.artint{
	border: 5px solid #0b0b0b;	
}
