
body {
	color: #8f8f8f;
	font: 12px Tahoma, sans-serif;
	margin: 0;
}

.index { /*Картинка на главной странице*/
	border-top: 7px solid transparent;
	background: url(img/Background02.png) no-repeat center 237px,
				url(img/Background01.png) repeat-x left top,
				url(img/Background03.png) repeat-x left bottom;
}

	
.index2 {
	border-top: 7px solid transparent;
	background: url(img/Background01.1.png) repeat-x left top,
				url(img/Background04.png) no-repeat center 237px,
				url(img/Background03.png) repeat-x left bottom;
	}
	
	
p {
	margin: 20px 0px 0px 12px;
	font: 15px Tahoma, sans-serif;
	color: #7e7e7e;
}


#wrapper {
	max-width: 70%;
	min-width: 920px;
	margin: auto;

}



/*Шапочка*/

header {
	width: 100%;
	height: 181px;
	padding: 0px 0px;
	display: inline-block;
}

header section {
	text-align: center;
	margin: -7px 0 0 0;
	background-size:cover;
	width: 100%;
	height: 40px;
}
header ul{
	list-style-type: none;
}

header ul li img {
	padding: 0px;
	margin: 0px 5px 0px 0px;
	width: 20px;
	height: 20px;
	
}

#adress {
	margin-top:7px;
	margin-left: -50px;
	width: 101%;
	min-width: 1000px;
}
#adress li{
	color: #f3f3f3;
	display: inline-table;
	margin: 0 0 0 3%;
	font: 15px 'Arial Black', serif;
}


header img {
	height: 134px;
	width: 367px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 45px;
	float:left;
	vertical-align: middle;
	}
	
header ul {
	display: inline-table;
	margin-top: 50px;
    width: 200px;
	}
	
header ul li{
	font: 17px 'Oswald', sans-serif;
	color: #000000;
}	


/**Навигационное меню**/
nav {
	background-image:url(img/textBack.png);
	background-size:cover;
	margin-top: 2px;
	border-top: 1px solid #7e7e7e;
	border-bottom: 2px;
	border-bottom-style: ridge;
	display: inline-block;
	padding: 6px;
	background-color: #e4e6f4;
	width: 100%;
	height: 32px;
	-webkit-border-radius: 4px;
}

nav ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	position: center;
}


.top-menu li {
	background-color: #f1f1ff;
	display: inline-block;
	padding: 6px 0px;
	margin: 0px -3px 0px;
	border: none;
	border-radius: 3px;
}

.top-menu a {
	font: 19px 'Oswald', serif;
	font-weight: bold;
	text-decoration: none;
	color: #4e4e4e;
	padding: 8px 16px 8px 16px;
	background-image:url(img/Button.png);
}
.top-menu a:hover{
	background: #a9a9c3;
	border-radius: 3px;
	background-image:url(img/hovButton.png);
}
.top-menu a:active{
	/*background: #8f8fad;*/
	background: #8f8fad;
}

	/*Подсветка кнопок*/
#Btn1 {	background-image:url(img/hovButton.png);}
#Btn2 {	background-image:url(img/hovButton.png);}
#Btn3 {	background-image:url(img/hovButton.png);}
#Btn4 {	background-image:url(img/hovButton.png);}
#Btn5 {	background-image:url(img/hovButton.png);}
#Btn6 {	background-image:url(img/hovButton.png);}



/*Основной контент*/
#content {
	background-size:cover;
	width: 101%;
	height: 380px;
}

			/*Титульная надпись*/
#titleText {
	border-top: 2px solid #7e7e7e;
	background-image:url(img/textBack.png);
	background-size:cover;
	width: 101%;
	-webkit-border-radius: 4px;
}
.titleTextP {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #2e323a;
}

.titleTextPp {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	font-weight:bold;
	font-size: 20px;
	color: #2e323a;
}



#titleTextDown {
	padding: 10px 0px 8px 0px;
	background-color: transparent;
	width: 101%

}

.titleTextDown {
	margin: 0px;
	padding: 0px 0px 9px 0px;
	text-align: center;
	font-weight:bold;
	font-size: 20px;
	color: #2e323a;
}









/* Картиночки под слайдером */

#picturesP {
	width: 101%;
	margin: 9px 0 0px 0;
	background-color: #2e323a;
	border-top: 2px;
	border-top-style: ridge;
	border-bottom: 2px;
	border-bottom-style: ridge;
	-webkit-border-radius: 2px;
}

#picturesP p{
	width: 100%;
	margin: 0px 0 0px 0;
	padding: 4px 0px 9px 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #f3f3f3;
}


#pictures {
	display: inline-block;
	width: 101%;
	height: 120px;
	background-color: transparent;
	
}


.picturesCl {
	padding: 0px;
	margin: 25px 0px 0px 1px;
	width: 101%;
	height: 120px;
	border: none;
}

.picturesCl li {
	display: inline-table;
	margin: 0px -4px 0px 0px;
    width: 25%;
	height: 35px;
}

.picturesCl img {
	margin: 2% 0 0 10%;
	padding: 30px 30px;
	width: 119px;
	height: 103px;
	border: 6px double #ffc579;
	-webkit-border-radius: 30px;
}



#pictures2 {
	display: inline-block;
	width: 101%;
	height: 100px;
	background-color: #ffffff;
}

#pictures2 p{
	margin: 5% 0px 0px 10%;
	font-size: 20px;
	color: #2e2e2e;
}

.picturesCl2 {
	padding: 0px;
	margin: 6px 0px 0px 1px;
	width: 101%;
	height: 120px;
	border: none;	
}

.picturesCl2 li {
	display: inline-table;
	margin: 0px -4px 0px 0px;
    width: 25%;
	height: 35px;
}







/* Продолжение странички */

#content2 {
	border-top: 2px solid #7e7e7e;
	display: inline-block;
	width: 101%;
	height: 35px;
	background-color: #f1f3ff;
	box-shadow: 1px 1px 1px 1px #888888;
	-webkit-border-radius: 10px;
	
}

.info2 {
	padding: 0px;
	margin: 0px 0px 0px 1px;
	width: 101%;
	height: 35px;
	border: none;
}

#TextSection {
	font: 16px 'Oswald', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #2e323a;
	text-align: center;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	

}
.info2 li {
	display: inline-table;
	margin: 0px -4px 0px 0px;
    width: 33%;
	height: 35px;
	box-shadow: -5px -1px 3px -3px #888888;
	-webkit-border-radius: 10px;
}



#content3{
	display: inline-block;
	width: 101%;
	height: 275px;
	background-color: #ffffff;
	box-shadow: 1px 1px 1px 1px #888888;
	margin-bottom: 3px;
	-webkit-border-radius: 10px;
}

.info3 {
	padding: 0px;
	margin: 0px 0px 0px 1px;
	width: 101%;
	height: 275px;
	border: none;
}


#liIn1 {
	display: inline-table;
	margin: 0px -3px 0px 0px;
    width: 33%;
	height: 275px;
	box-shadow: -5px -5px 3px -3px #888888;
	-webkit-border-radius: 10px;
}

#liIn2 {
	margin: 15px 0px 0px 0px;
	list-style-type: square;
	font-size: 15px;
	color: #2e2e2e;
	
}


/*Подвальчик*/

footer {
	width: 101%;
	height: 209px;
	background-color: transparent;

}

#upper{
	display: inline-block;
	width: 100%;
	height: 60px;
	margin: 0px 0px -2px 0px;
	border-bottom: 1px;
	border-bottom-style: ridge;
}
#upper li {
	margin-top: 20px;
}


#middle{
	text-align: center;
	display: inline-block;
	width: 100%;
	height: 100px;	
	color: #f3f3f3;
	margin: 0px 0 0 3%;
	font: 17px 'Arial Black', serif;
}

#middle li {
	margin-right: 5%;
	display: inline-block;
}

#middle ul {
	margin-top: 25px;
}

footer a {
	color: #f9f9f9;
}


#bottom{
	display: inline-block;
	width: 100%;
	height: 44px;
	margin: 0px 0px -2px 0px;
	text-align: center;
}

#bottom p{

}

footer img {
	height: 45px;
	width: 122px;
	float:left;
	vertical-align: middle;
	margin-left: 15%;
	}


















/*О КОМПАНИИ*/
.compUL {
	list-style-type: none;
}

.compUL p{
	font: 18px 'Oswald', sans-serif;
	font-weight: bold;
	color: #4e4e4e;
}

.compUL li{
	font: 17px 'Oswald', sans-serif;
	color: #4e4e4e;
}

#compP{
	font: 20px 'Oswald', sans-serif;
	margin: 20px 0px 0px 0px;
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

#compPp{
	width: 90%;
	font: 18px 'Oswald', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #3e3e3e;
	text-align: left;
	padding: 8px 0px 8px 45px;
}

#compPpB{
	width: 90%;
	font: 18px 'Oswald', sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #3e3e3e;
	text-align: left;
	padding: 8px 0px 8px 45px;
}










/*БУХГАЛТЕРСКИЕ УСЛУГИ*/
.buhUL {
	list-style-type: none;
}

.buhUL p{
	font: 18px 'Oswald', sans-serif;
	font-weight: bold;
	color: #4e4e4e;
}

.buhUL li{
	font: 17px 'Oswald', sans-serif;
	color: #4e4e4e;
}

#buhP{
	font: 20px 'Oswald', sans-serif;
	margin: 10px 0px 0px 0px;
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 8px 0px;
}

#buhPp{
	width: 90%;
	font: 18px 'Oswald', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #3e3e3e;
	text-align: left;
	padding: 8px 0px 8px 45px;
}












/*КАДРОВОЕ ДЕЛОПРОИЗВОДСТВО*/
.kadryUL {
	list-style-type: none;
}

.kadryUL p{
	font: 18px 'Oswald', sans-serif;
	font-weight: bold;
	color: #4e4e4e;
}

.kadryUL li{
	font: 17px 'Oswald', sans-serif;
	color: #4e4e4e;
}

#kadryP{
	font: 20px 'Oswald', sans-serif;
	margin: 20px 0px 0px 0px;
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

#kadryPp{
	width: 90%;
	font: 18px 'Oswald', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #3e3e3e;
	text-align: left;
	padding: 8px 0px 8px 45px;
}















/*КОНСУЛЬТИРОВАНИЕ*/
.consUL {
	list-style-type: none;
}

.consUL p{
	font: 18px 'Oswald', sans-serif;
	font-weight: bold;
	color: #4e4e4e;
}

.consUL li{
	font: 17px 'Oswald', sans-serif;
	color: #4e4e4e;
}

#consP{
	font: 20px 'Oswald', sans-serif;
	margin: 20px 0px 0px 0px;
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
	padding: 8px 0px 8px 0px;
}

#consPp{
	width: 90%;
	font: 18px 'Oswald', sans-serif;
	margin: 0px 0px 0px 0px;
	color: #3e3e3e;
	text-align: left;
	padding: 8px 0px 8px 45px;
}








/*ЦЕНЫ*/
#table1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    background-color: #ffffff;
	border-collapse: collapse;
	width: 101%;
	text-align: left;
}

#table1 th{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: #ccddff;
	border-left: 2px solid #cbd7ff;
	border-right: 2px solid #cbd7ff;
	border-top: 3px solid #cbd7ff;
	border-bottom: 3px solid #cbd7ff;
	color: #22336b;
	padding: 4px;
}

#table1 td {
	background: #e8edff;
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
	font-size: 13px;
	padding: 8px;
}

#table1 tr:hover td{
	background: #ccddff;
}


#cenyPpB {
	width: 90%;
	font: 18px 'Oswald', sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #3e3e3e;
	text-align: left;
	padding: 8px 0px 8px 15px;
}

#oneLine th{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background: #ccddff;
	border-left: 0px solid #cbd7ff;
	border-right: 0px solid #cbd7ff;
	border-top: 3px solid #cbd7ff;
	border-bottom: 3px solid #cbd7ff;
	color: #22336b;
	padding: 4px 4px 4px 8px;
}






/*МУЛЬТИВЁРСТКА*/
.photo {
	width: 101%;
	height: 160px;
}

.photo p{
	margin: 90px 0px 0px 90px;
	padding: 3px 15px;
	display: inline-block;
	font: 40px 'Oswald', sans-serif;
	color: #1e1e1e;
	font-weight: bold;
	text-align: left;
	background-color: rgba(249, 244, 241, 0.85);
	-webkit-border-radius: 11px;
}

#otstup{
	border-bottom: 1px;
	border-bottom-style: ridge;
	margin: 0;
	width: 100%;
	height: 20px;
}

#otstup2{
	margin: 0;
	width: 100%;
	height: 80px;
}

.img1{
	margin: 8px;
	float: left;
	height: 150px;
	width: 367px;
}

.img2 {
	margin: 8px;
	float: right;
	height: 200px;
	width: 367px;
}

.img3 {
	margin: 8px;
	float:right;
	height: 200px;
	width: 450px;
	overflow: hidden;
}





