/* первостепенные стили, определяюшие правую, левую и нижнюю области*/
#mainNav {
	float: left;
	width: 267px;
}

#content {
	float: right;
	width: 708px;
}

#footer {
	clear: both;
}

#hello { 
	float: left;
	width: 382px;
	height: 194px;
	background: url(/_tpl/img/hello.jpg) no-repeat;
	margin: 17px 0 13px 29px;
}

/* отвественные за правую колонку, влючая шапку*/
#women {
	float: left;
	width: 134px;
	height: 224px;
	background: url(/_tpl/img/woman.jpg) no-repeat;
}

#vacancy {
	margin: 80px 0 0 10px;
	float: left;
	width: 128px;
	/*height: 254px;*/
	text-align: left;
	font-size: 14pt;
}

#vacancy #super {
	font-size: 12pt;
	font-weight: bold;
}

#top {
	float: left;
	width: 707px;
	background: url(/_tpl/img/top.jpg) right repeat-x;
}

html>body #top {
	height: 14px;
}

#mainPage {
	float: left;
	width: 707px;
	height: 523px;
	background: #fff;
	border-right: 1px solid #e5e9d9;
	
}

html>body #mainPage {
	width: 706px;
	min-height: 523px;
	height: 100%;
}

#center {
	float: left;
	width: 0px;
	height: 10px;
	background: url(/_tpl/img/center.gif) top left no-repeat;
}

#bottom {
	float:left;
	width: 707px;
	height: 10px;
	background: url(/_tpl/img/bottom.gif) no-repeat;
}

/* ответсвенные за левую колонку, включая шапку*/
#logo {
	float: left;
	width: 85px;
	height: 148px;
	background: url(/_tpl/img/logo.jpg) no-repeat;
	margin: 33px 0 43px 90px;
}

html>body #logo {
	float: left;
	width: 85px;
	height: 148px;
	background: url(/_tpl/img/logo.jpg) no-repeat;
	margin: 33px 0 43px 90px;
}

#withLogo {
	float: left;
	width: 92px;
	height: 225px;
	background: url(/_tpl/img/withLogo.gif) top repeat-x;
}

html>body #withLogo {
	width: 92px;
}

#menu {
	float: left;
	width: 267px;
	height: 443px;
	background: url(/_tpl/img/menu.jpg) top no-repeat;
}

html>body #menu {
	height: 429px;
}

#contact {
	float: left;
	width: 267px;
	height: 90px;
	background: url(/_tpl/img/contact.jpg) top no-repeat;
}

#contact p {
	font-size: 10pt;
	color: #bf0d2e;
	padding: 10px 0 0 35px;	
	font-weight: bold;
}

#contact p b {
	font-weight: normal;
	font-size: 15pt;

}

#ahtung {
	width: 190px;
	padding: 5px;	
	margin: 15px 0 0 25px;	
	background: #bf0d2e;
}

#ahtung a {
	font-size: 12pt;
	color: #fff;
	font-weight: bold;
}

#bgLine {
	width: 24px;
	background: url(/_tpl/img/bgLine.gif) top right repeat-y;
}

#bottomCorner {
	width: 267px;
	height: 5px;
	background: url(/_tpl/img/bottomCorner.gif) top right no-repeat;
}

html>body #bottomCorner {
	height: 10px;
}
