* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px Tahoma;
	background-color: #F7CD79;
	padding: 1em;
}

a img {
	border: none;
}

#centerPage {
	margin: auto;
	width: 84em;
}

#header {
	background-position: bottom;
}

#tabs {
	margin-left: 6em;
}

#tabs .currentTab {
	background: #FFFFFF;
	display: inline;
	padding: 1em;
	float: left;
	margin-right: 1px;
	cursor: pointer;
}

#tabs .currentTab .tabSpan {
	width: 8em;
	text-align: center;
	font-size: 13px;
	color: #057905;
}

#tabs .otherTab {
	background: #F7B179;
	display: inline;
	padding: .5em 1em;
	float: left;
	margin: .5em 1px .6em 0;
	cursor: pointer;
}

#tabs .otherTab .tabSpan {
	width: 8em;
	text-align: center;
	font-size: 13px;
	color: #330000;
}

#logo {
	float: left;
	margin: 0 2.5em 0 1em;
	width: 170px;
	height: 25px;
	cursor:	pointer;
}

#container {
	background-color: #FFFFFF;
/*	border-top: 1px solid #ED7713;*/
	float: left;
	width: 82em;
	padding: 1em;
}

#mrofredro {
	margin-bottom: 2em;
}

div#captcha {
	background: url('/staff/captcha.png') no-repeat;
	width: 120px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	margin-top: .8em;
}

.row {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.leftColumn {
	float: left;
	width: 70%;
}

.rightColumn {
	float: right;
	width: 29%;
}

.greenHeader {
	color: #057A05;
	margin-bottom: .5em;
}

.input {
    float: left;
    font-size: 16px;
    border: none;
    height: 2em;
    padding: .25em;
    outline: none;
}

.inputInit .inputL {
    float: left;
    width: 10px;
    height: 40px;
	margin-left: -5px;
    background: url('/staff/input_l.png') no-repeat;
}

.inputInit .inputR {
    float: left;
    width: 10px;
    height: 40px;
    background: url('/staff/input_r.png') no-repeat;
}

.inputInit .input {
	background: url('/staff/input_c.png') repeat-x;
	font-style: italic;
	font-weight: normal;
	cursor: pointer;
}

.inputSelected .input {
	background: url('/staff/input_s_c.png') repeat-x;
	color: #057A05;
	font-weight: bold;
	font-style: normal;
	cursor: auto;
}

.inputSelected .inputL {
	float: left;
	width: 10px;
	height: 40px;
	margin-left: -5px;
	background: url('/staff/input_s_l.png') no-repeat;
}

.inputSelected .inputR {
	float: left;
	width: 10px;
	height: 40px;
	background: url('/staff/input_s_r.png') no-repeat;
}

.alpha {
	width: 16em;
	float: left;
/*	border-right: 1px solid #ED7713;*/
/*	margin-right: 1.5em;*/
	padding: 0 1em;
}

.beta {
	width: 40.5em;
	float: left;
	padding-left: 1.5em;
	border-left: 1px solid #ED7713;
	overflow: hidden;
}

.gamma {
	float: right;
	margin-left: 1.5em;
	width: 20em;
/*	overflow: hidden;*/
}

.headerColumn {
	float:  left;
	margin: 1em;
}

.GeoSelBox {
	background-color: #FFFFFF;
	margin: .2em 0;
	float: left;
	width: 22em;
	height: 1.75em;
}

.GeoSelValue {
	margin: .2em 1em;
	float: left;
}

.GeoSelBtn {
	background-color: #000000;
	color: #FFFFFF;
	margin: 1px;
	padding: .05em .5em .25em;
	float: right;
	cursor: pointer;
}

.leftMenuRow {
	margin: 1em 0;
}

.leftMenuRow .subcode {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333300;
}

.leftMenuRow .subphone {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #333300;
}

#leftMenu ul {
	margin: 1em 0 2em 3em;
}

#leftMenu ul li {
	list-style-image: url("/staff/bullet.png");
}

#leftMenu ul li a {
	font-size: 14px;
	color: #EC7713;
	line-height: 1.4em;
}

.ymHolder {
	border: 1px solid #F7CD79;
	margin-bottom: 1em;
	width: 400px;
	height: 300px;
}

h1 {
	margin: 0 0 .25em;
	font-size: 24px;
	color: #333300;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color: #331304;
	font-weight: normal;
}

.description {
/*	margin: 0 0 1em;*/
	padding: 0;
	font-size: 13px;
	color: #333300;
}

.description p {
    margin-bottom:	1em;
}

.description h2 {
    color: #331304;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 1em;
}

.description li {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 1em;
}

.widget {
	float: left;
	margin: .5em 0 1.5em;
}

/*.separator {
	float: left;
	height: 1px;
	width: 84em;
	background-color: #FFFFFF;
	margin-top: -3px;
}*/

.partner {
	margin: 1em 0 -.5em;
	border: 1px solid #EAEAEA;
}

.heading {
	background-color: #F7CD79;
	background-image: url('../staff/reddot.gif');
	background-repeat: repeat-x;
	background-position: bottom;
/*	border-bottom: 1px solid #ED7713;*/
	padding: 0.75em 1em;
	margin-bottom: 1em;
	float: left;
	width: 38.5em;
}

.heading .hLeft {
	float: left;
	display: block;
	margin-right: 0.5em;
}

.heading .hRight {
	font-size: 14px;
	color: #331304;
	float: right;
	display: block;
	font-style: italic;
}

.heading img {
	float: left;
	margin-top: .05em;
	border: none;
}

.fix {
	 clear: both;
	 font-size: 1px;
	 height: 1px;
}

.newsblock {
	float: left;
	margin-left: 1em;
	margin-bottom: 2em;
}

.newsblock .date {
	color: #9A4805;
	float: left;
	font-size: 14px;
	font-style: italic;
	padding-right: 1em;
	text-align: right;
	width: 6em;
}

.newsblock .photo {
	float: left;
	width: 10.5em;
}

.newsblock .photo img {
	border: 1px solid #F7CD79;
	padding: 1px;
}

.newsblock .lead {
	float: left;
	width: 20em;
}

.newsblock .lead h2 {
	color: #ED7713;
	font-size: 13px;
	font-weight: bold;
	margin: -0.25em 0 0.125em;
}

.newsblock .lead h2 a {
	color: #ED7713;
}

.newsblock .lead p {
	color: #000000;
	font-size: 13px;
}

.begend {
	background-image: url('../staff/separator.gif');
	background-repeat: repeat-x;
	background-color: #ED7713;
	height: 4em;
	float: left;
	width: 84em;
}

#bottom {
	background-position: top;
/*	margin-bottom: 1em;*/
}

.schirm {
	background:		#333;
	display:		block;
	position:		fixed;
	width:			100%;
	height:			100%;
	left:			0px;
	top:			0px;
	z-index:		5;
}

.lightborder {
    border: 1px solid #EBEBEB;
}

.postphoto {
    width: 320px;
}

.counter {
    float:	right;
    margin:	.75em;
}

.mediapreview {
	float: left;
	margin-bottom: 2em;
	width: 100%;
}

.mediapreview img {
	width: 100%;
}

.mediapreview h2 a {
	color: #ED7713;
}

.mediapreview h2 {
	margin-bottom: .25em;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.baton {
	cursor: pointer;
	background: url('/staff/button.png') no-repeat scroll 0 -20px transparent;
	display: block;
	width: 140px;
	height: 16px;
	padding: 2px 0px;
}

.baton span {
	cursor: pointer;
	font-size: 12px;
	color: #FFFFFF;
	margin-left: 65px;
}

.baton-over {
	background: url('/staff/button.png') no-repeat scroll 0 -40px transparent;
}

.baton-down {
	background: url('/staff/button.png') no-repeat scroll 0 -60px transparent;
}
table.prices {
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.prices tr:first-child td {
	font-size: 15px;
}
table.prices tr td:last-child {
	padding-left: 20px;
}
table.prices tr td {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
table.prices tr td p {
	margin: 0;
}
.overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/ab1.png);
	z-index: 1000;
}
.overlay .inside {
	width: 500px;
	margin: 200px auto 0;
	background-color: #fff;
	padding: 20px;
}
.overlay .inside p {
	margin-bottom: 20px;
}
.overlay .inside p span {
	color: #bc2125;
}
.overlay .inside p.o-title {
	font-size: 28px;
}
.red {
  color: red;
}

textarea[name='text'] {
	position: relative;
}
textarea[name='text'] .conter {
	position: absolute;
	top: 8px;
	right: 8px;
}
.pics {
	margin-bottom: 20px;
}
.pics img {
	margin-right: 20px;
}
