/*
Theme Name: corianspb
Theme URI: 
Description: 
Version: 1.0
Author: Site project
Author URI: site-project.ru
*/

* {
	padding:0;
	margin:0;
	border:0;

}

table {
	border-collapse:collapse;
}

table td {
	border-collapse:collapse;
}



body {
	position: relative;
	width: 100%;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #191F23 repeat-x;
	height: 100%;
}
#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}

#wrapper-centered {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header-wrapper {
	width: 100%;
	background: url(images/back_header1.gif) repeat-x;
}

#header {
	height: 139px;
	width: 900px;
	background: url(images/back_header.jpg) repeat-x;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#header #logo {
	position: absolute;
	margin-top: 35px;
	margin-left: 40px;
}
#header #corianlogo {
	position: absolute;
	right: 26px;
	top: 45px;
}
#header p {
	color: #FFFFFF;
	position: absolute;
	left: 249px;
	top: 51px;
	font: 35px Verdana, Arial, Helvetica, sans-serif;
}
#content-wrapper {
	background: #D9D8D3 url(images/back_right.gif) no-repeat center 110px;
	overflow: hidden;
}
#content {
	background: url(images/back_mainpage1.jpg) no-repeat left top;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#content #menu {
	margin-left: 20px;
	width: 170px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#content #menu ul{
	margin-left: 10px;
	margin-top:-10px;
}


#content #menu li {
	list-style: none;
	border-bottom: 1px dotted #B0AFAA;
	color: #FFFFFF;

}

#content #menu ul li {
	list-style: none;
	border: none;
	font-size:80%;
	
}

#content #menu a {
	color:#191F23;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	width: 100%;
}

#content #menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	width: 100%;
}

#content #menu li ul {
	padding-bottom: 10px;

}

#content #menu li ul li a {
	padding-top: 5px;
	padding-bottom: 0px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	width: 100%;
	font-size: 95%;
}


#content #menu a:hover {
	color: #666666;
}
#content #menu sup {
	font-size: 80%;
}
#content #text {
	width: 608px;
	position: relative;
	margin-left: 220px;
	top: 0px;
	background: url(/wp-content/themes/nita/images/back_content-trans.png);
	padding: 25px 25px 25px 47px;
	margin-top: -425px;
	//margin-top: -429px;
	min-height:425px;
}
#text h1 {
	color: #3B3A36;
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 0.8em;
	background: url(/wp-content/themes/nita/images/back_h1.gif) no-repeat left center;
	padding-left: 45px;
	margin-left: -47px;
}

#text h2 {
	font-size: 100%;
	margin-bottom: 0.4em;
}

#text h3 {
	font-size: 90%;
	margin-bottom: 0.4em;
}

#text p {
	font-size: 85%;
	margin-bottom: 15px;
}

#text table p {
	margin-bottom: 0;
}

#text table th {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #E5E5E5;
}


#text table td {
	padding: 10px;
	border-bottom: 1px solid #E5E5E5;
}


#text table {
	margin-bottom: 10px;

}

#text ul {
	margin-bottom: 15px;
}

#text .images {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#text .images img {
	margin: 5px;
	padding: 4px;
	border: 1px solid #CACFD1;
}

#text a {
	color: #797874;
}
#text ul li {
	font-size: 85%;
	color: #555450;
	margin-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#text ol li {
	font-size: 85%;
	color: #555450;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#text h4 {
	color: #666666;
	padding-bottom: 10px;
}


#wrapper-footer {
	background: url(images/back_footer.gif);
	width: 100%;
}

#footer {
	height: 135px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#footer #contacts {
	width: 200;
	position: absolute;
	left: 30px;
	top: 45px;
}
#footer #contacts .tel, #footer #contacts .mail a, #footer #copyrights a, #footer #copyrights p{
	color: #FFFFFF;
}
#footer #contacts .tel {
	font-size: 100%;
	margin-bottom: 5px;
}
#footer #copyrights {
	width: 200px;
	font-size: 80%;
	position: absolute;
	left: 330px;
	top: 53px;
}
#footer #copyrights p {
	margin-bottom: 5px;
}

.page-item-3 {
display:none !important;

}

.aligncenter {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}


#counters {
	left:680px;
	position:absolute;
	top:58px;

}



/*---------------expandable menu styles-----------------*/
#menu ul  {
	display:none;
}
#menu li.current_page_item ul, #menu li.current_page_parent ul, #menu li.current_page_ancestor ul {
	display:block;
}


/*--------------- /expandable menu styles-----------------*/
