/* CSS Document */

* {
	padding: 0;
	margin: 0; 
}

body {
	font-family:"Times New Roman", Times, serif;
	background-image:url(img/bg.gif);
    text-align:center;
	color:#FFF;
	}

#wrap {
	/*position: relative;*/
    width: 797px;
	margin: 0 auto;/*без этого блять не работает позицианирование*/
    text-align: left;
	zoom: 1;
}

#header {
	width: 797px;
    /*clear: both;*/
	/*border:#33CC00 1px solid;*/
	
	}

#content { 
	width: 797px;
	position:relative;
	float:left;
	clear: both;
	/*border:#00CCFF 1px solid;*/
	}	
#content2 { 
	width: 797px;
	height:1100px;
	position:relative;
	float:left;
	/*clear: both;*/
	/*border:#00CCFF 1px solid;*/
	}
/*#footer { 
	width: 797px;
	height: 40px;
	clear: both;
	/*border:#00CCFF 1px solid;
	}*/	

.logo {
	float: left;
	}

#tel {
	float: right;
   	}

#bigpic {
	float:right;
	width:386px;
	height:552px;
	/*border:#FFFF00 1px solid;*/
	}

#mail{
	/*position:absolute;*/
	/*top: 550px;*/
	margin:10px 0 0 10px;
}

#maillink{
	/*font-family:"Times New Roman", Times, serif;*/
	color:#cead5c;
	font-size:22px;
	/*position:absolute;*/
	/*top: 650px;*/
	margin:10px 0 0 38px;
}
 
/* -------->>  menu  <<<-----------*/ 
#menu {
	/*font-family:"Times New Roman", Times, serif;*/
	font-size:20px;
	}
	
a {
	text-decoration:none;
	color:#cead5c;
	
}
a:hover {
	color:#cead5c;
	text-decoration:underline;
	
	}
a:focus {
	outline:none
	
	}


ul { 
	list-style: none; 
	padding-bottom:10px;
	}
	
li {
    padding-left:30px; /* отступ от маркера */
    background:url(img/bullet.gif) no-repeat left top ;  /* задаем фон **/
	border-bottom: #4f3b25 1px solid;
	line-height: 24px;
	vertical-align:top;
	padding:2px 0px 10px 30px; 
	
}	

#cont {
	float:none;
	/*position:relative;*/
	width: 280px;
	margin: 30px 0 0 40px;
}
#cont2 {
	float:none;
	/*position:relative;*/
	width: 700px;
	margin: 30px 0 0 40px;
}

ul.cont2 li  {
    padding-left:30px; /* отступ от маркера */
    background:url(img/bullet.gif) no-repeat left top ;  /* задаем фон **/
	/*border-bottom: #4f3b25 1px solid;*/
	line-height: 24px;
	vertical-align:top;
	padding:2px 0px 10px 30px; 
	
}



/* -------->>  menu  <<<-----------*/ 
#footer{ 
   	position:relative;
	width: 797px;
	height: 130px;
	clear: both;
	/*border:#00CCFF 1px solid;*/
	}
#footer22 { 
	float:right;
	position:relative;
	width: 797px;
	height: 130px;
	/*clear: both*/
	/*border:#00CCFF 1px solid;*/
	}		
#footer_line{ 
	float:left;
	position:relative;
	width: 769px;
	clear: both;
	margin:40px 0 0 15px;
	}
#footer_copi{
	margin:10px 0 10px 63px;
	font-size:22px;
	position:relative;
	float:left;
	width: 79px;
	color:#cead5c;
	}
#footer_seo{ 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	position:relative;
	float:left;
	width: 420px;
	color:#cead5c;
	margin:10px 0 0 150px;
	}



