/* -- porta -- */
h1, .style1 {
	font-size: 30px;
	padding-bottom: 15px;
}

h2, .style2 {
	font-size: 22px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 24px;
	font-weight: bold;
	font-weight: bolder;
	padding: 0 0 15px 18px;
}

h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-weight: bolder;
	padding: 0 0 15px 18px;
}

h3 a, h4 a {
	color: #000;
	text-decoration: none;
}

h3 a:hover, h4 a:hover {
	color: #ce4700;
	text-decoration: none;
}

.titlehome {
	background: url(../img/ico_home.gif) no-repeat left 7px;
}

.titleico {
	width: 40px;
	margin-top: 10px;
	float: left;
}

/* -- layout -- */
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;	
}

#wr {
	background: url(../img/bg_container.png) repeat-y top center;
	width: 880px;
	text-align: left;
	margin: 0 auto;
	padding: 0 60px; 
	position: relative;	
	min-height: 100%;
}

#fon { /* показывать хавку на таком говне это пиздец */
	background: url(../img/bg_all.jpg) no-repeat top left;
}

/* -- header -- */
#header {
	text-align: center;
}

#logo {
	margin-top: 25px;
}

ul.icons {
	position: absolute;	
	top: 55px;
	left: 118px;
}

ul.icons li {
	float: left;
}

ul.icons li a {
	display: block;
	padding: 22px 22px 7px 7px;
	height: 10px;
	width: 11px;
	margin-right: 14px;
}

ul.icons li a:hover, ul.icons li a:active, ul.icons li a.active {
	background: #f3e008;
}

#menu {
	background: url(../img/bg_menu.gif) repeat-x;
	margin: 30px 0 6px 0;
	padding-left: 18px;
	text-align: left;
}

#menu img {
	margin-right: 8px;
}

/* second menu */
#secmenu {
	padding-bottom: 12px;
	margin-bottom: 30px;
	border-bottom: 3px solid #3f281c;
}

#secmenu li {
	margin-bottom: 3px;
}

#secmenu li a {
	display: block;
	padding: 8px 8px 8px 33px;
	background: url(../img/secmenu_off.gif) no-repeat 11px 6px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ce4700;
}

#secmenu li a:hover, #secmenu li a.active {
	color: #000;
	background: url(../img/secmenu_on.gif) no-repeat 11px 6px #ebe9e8;	
}

/* -- container -- */
#container {
	margin: 35px 0 50px 58px;
	font-size: 12px;
}

#content {
	width: 480px;
	margin-right: 30px;
	float: left;
}

#sidebar {
	float: left;
	width: 300px;
} 

#bigcontent {
	width: 810px;
}

/* -- form -- */
#form {
	margin-top: 20px;
}

#form .descr {
	margin-left: 28px;
	color: #9f938d;
}

#form form {
	margin-left: 40px;
	background: #ebe9e8;
	padding: 20px;
	font-size: 14px;
}

#form form table td {
	padding: 2px 5px;
}

#form form input.text {
	width: 220px;
	background: #fff;
	border: 1px solid #000;
}

#form form textarea {
	width: 220px;
	background: #fff;
	border: 1px solid #000;
	height: 130px;
}

/* -- typo -- */
#content {
	line-height: 1.4;
}

#content p {
	padding: 0 0 15px 40px;
}

#content ul {
	margin: 0px 0 15px 58px;
}

#content ul li {
	background: url(../img/bullet.png) no-repeat left 7px;
	margin-bottom: 5px;
	padding-left: 25px;
}

#content a, #bigcontent a {
	color: #ce4700;
	text-decoration: underline;
}

#content a:hover, #bigcontent a:hover {
	text-decoration: none;
}

#sidebar p {
	padding: 0 0 10px 18px;
}

#content dl {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d9d4d2;
}

#content dl dt {
	color: #8c7e77;
}

#content dl dd {
	color: #3f281c;
	padding: 15px;
	background: #ebe9e8;
}

#content div.bg {
	position: relative;
	left: 320px; 
	width: 18px;
	height: 14px;
	background: url(../img/bg_dd.gif) no-repeat;
}

#actions {
	margin: 15px 0 15px 18px;
	padding: 15px 0;
	border-top: 1px solid #ebe9e8;
	border-bottom: 1px solid #ebe9e8;
}

a.extlink {
	background: url(../img/ext_link.gif) no-repeat left;
	padding-left: 13px;
}

/* -- foto -- */
#photo td {
	padding: 10px 30px 20px 0;
	line-height: 1.8;
	border-bottom: 1px solid #d5d1ca;
}

.path {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.path img {
	position: relative;
	bottom: -3px; 
}

/* -- footer -- */
#footer {
	margin: 0 58px 0px 58px;
	padding: 20px 0 40px 100px;
	font-size: 11px;
	color: #a8a8a8;
	border-top: 1px solid #000;
}

#footer a {
	color: #a8a8a8;
	text-decoration: none;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

