﻿@import url('reset.css'); 
@import url('typography.css');
@import url('style_menu.css');
@import url('style_slidesshow.css');


html {
	height: 100%;
	/*background-color:#000;*/
	background-image:url(../img/backgraund.png);
}

body {
	height: 100%;
	/*background-image:url(../img/backgraund.png);*/
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#wrapper {
	min-width: 1000px;
	max-width: 1575px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(../img/left.png);
	background-repeat:repeat-y;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 30px;
	height: 1%;
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	overflow: hidden;

}

#content {
	padding: 0 0 0 250px;
	/*border: 4px solid white;*/
	min-height:750px;
}


#textdiv {
	/*width:95%;*/
	margin-top:40px;
	margin-left:20px;
	margin-right:20px;
	
	
}

#foto {
    width:740px;
    height:534px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-267px 0 0 -245px;    /*прибавляем половину ширины левого блока */
}


#forgallery {
    width:740px;
    height:640px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-320px 0 0 -245px;    /*прибавляем половину ширины левого блока */
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#leftside {
    float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
			
}

#logo{
	width:100%;
	height: 300px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	
}

#sideLeft {
	width:94%;
	min-height: 100%;
	float: right;
		
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -30px auto 0;
	min-width: 1255px;
	max-width: 1575px;
	height: 30px;
	background-image: url(../img/footer-image.png);
}

/*----------------- строка копирайтов с сылкой на главную страницу ------------*/
#copy{
	padding-top:7px;
	color:#fff;
	text-decoration: none; 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:normal;
    width: 100%;
  /*  border: 1px solid black; */
  
}

#copy a {
	color:#fff;
	text-decoration: none; 
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:bold;
}
