/*--ESSENTIAL--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding-bottom: 20px;
    font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
    font-size: 0.8em;
    behavior: url("scripts/csshover.htc");
    background: #fff url("../images/body_bg.png") 0 0 repeat-x;
    color: #512800;
}

#main {
	width: 100%;
	text-align: center;
}

img {
    border: none;
}

p {
	margin-bottom: 1em;
	color: #512800;
	line-height: 1.6em;
}

p a, p a:link, li a, li a:link {
	color: #D10164;
}

p a:visited. li a:visited {
	color: #80033F;
}

p a:hover, li a:hover {
    text-decoration: none;
}

h1 {
	margin-bottom: 15px;
	color: #d10164;
	font-size: 2em;
}

strong, b {
	font-weight: bold;
}

i, em  {
	font-style: italic;
}

h3, h4, h5 {
	color: #d10164;
}

h2 {
	font-size: 1.7em;
	color: #54a7de;
	margin-bottom: 0.4em;
}

h3 {
	font-size: 1.6em;
	margin-bottom: 0.4em;
}

h4, h5 {
	font-size: 1.3em;
	margin-bottom: 0.3em;
}

table {
	width: 100%;
	margin: 0.4em 0 1.5em 0;
	font-size: 1em;
	border-top: 2px #5BA2D6 solid;
	border-left: 1px #5BA2D6 solid;
	border-bottom: 1px #5BA2D6 solid;
}

table tr th {
	padding: 8px 15px;
	text-align: left;
	color: #512800;
	border-right: 1px #5BA2D6 solid;
	background: #fff url("../images/table_line.png") 0 bottom repeat-x;
}

table tr th.suda {
	background: #c5bcb1;
}

table tr td {
	padding: 6px 15px;
	color: #00528C;
	border-right: 1px #5BA2D6 solid;
	background: #fff url("../images/table_line.png") 0 bottom repeat-x;
}

table tr td.suda {
	background: #f4f2f0;
}

table.centerTd tr td, table.centerTd tr th {
	text-align: center;
}

table.miniPadding tr td {
	padding: 4px 10px;
}

table.miniPadding tr th {
	padding: 4px 10px;
}

form table {
	border: none;
}

form table td {
	border-top: 1px #E4E4E4 solid;
	border-right: none;
	background: none;
}

form .question {
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	font-weight: bold;
}

form .answers textarea {
	width: 100%;
	height: 80px;
}

form .answers input {
	border: none;
}

input, select {
	font-size: 11px;
	background: #fff;
}

input, select {
	border: 1px #C0C0C0 solid;
	padding: 2px;
}

select {
	width: 120px;
}

textarea {
	font-size: 11px;
	font-family: Arial, Tahoma, "Geneva CE", lucida, sans-serif;
	border: 1px #C0C0C0 solid;
	padding: 2px;
}

ul {
	margin-bottom: 1.5em;
	margin-left: 23px;
}

ul li {
	padding: 2px 0 2px 16px;
	margin-bottom: 0.3em;
	list-style: none;
	background: url("../images/li.gif") 0 5px no-repeat;
}

ul li ul {
	margin: 0 0 -4px 0;
	padding-top: 0.3em;
}

ul li ul li {
	background: url("../images/lili.gif") 0 5px no-repeat;
}

ul li ul li ul {
	margin-left: 23px;
	padding-top: 0.5em;
}

ul li ul li ul li {
	background: url("../images/lili.gif") 0 5px no-repeat;
}

ol {
	margin-left: 32px;
	list-style: decimal;
	margin-bottom: 1.5em;
}

ol li {
	margin-bottom: 0.5em;
}

hr {
	color: #d5d5d5;
	border: 0 none;
	border-top: 1px solid #d5d5d5;
	height: 1px;
	margin: 0 0 1em 0;
}

.border {
	border: 1px solid #d5d5d5 !important;
}

/*--USEFUL----------------------------------------------------------------*/

.clear {
    clear: both;
    overflow: hidden;
    font-size: 1px;
}

hr.clear {
	visibility: hidden;
	margin: 0 !important;
}

.break {
	height: 1em;
}

.mBottom {
	margin-bottom: 1em;
}

.mRight {
	margin-right: 1em;
}

.mLeft {
	margin-left: 1em;
}

.mTop {
	margin-top: 1em;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.photo {
	float: left;
	margin: 0 10px 5px 0;
}

.taCenter {
    text-align: center;
}

.pinkButton {
	width: 122px;
	height: 22px;
	background: url("../images/button_pink.jpg") 0 0 no-repeat;
	border: none;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.termTitle {
	color: #D10164;
}
.termText {
	margin-top: 5px;
}

/*--LAYOUT----------------------------------------------------------------*/

#page {
	width: 971px;
	margin: 0 auto 0 auto;
    text-align: left;
    background: #fff url("../images/page_bg.png") 0 0 repeat-y;
    position: relative;
}

#pageContent {
    padding: 115px 0 0 0;
    background: url("../images/page_content_bg.png") 0 0 no-repeat;
}

#pageFooter {
    height: 25px;
    background: url("../images/page_footer_bg.png") 0 0 no-repeat;
}

/*--HEADER----------------------------------------------------------------*/

#header {
    width: 971px;
    height: 115px;
    position: absolute;
    left: 0;
    top: 0;
}

#header #logo {
    width: 358px;
    height: 62px;
    position: absolute;
    left: 29px;
    top: 33px;
}

#header #logoPrint {
    display: none;
}

#header #logoCs {
    width: 68px;
    height: 30px;
    position: absolute;
    right: 34px;
    top: 31px;
}

/*--PARTS----------------------------------------------------------------*/

#leftPart {
    padding: 0 25px 0 0;
    float: right;
}

#leftPart #menu {
    width: 171px;
    margin: 0 0 19px 0;
    padding: 0;
    background: none;
}

#leftPart #menu li {
    margin-bottom: 2px;
    padding: 0;
    background: url("../images/menu_item_pink.png") 0 0 no-repeat;
}

#leftPart #menu li a {
    width: 155px;
    padding: 7px 8px;
    font-size: 1.1em;
    color: #fff;
    display: block;
    background: url("../images/menu_item_pink_bottom.png") 0 bottom no-repeat;
    text-decoration: none;
}

#leftPart #menu li.active {
    margin-bottom: 2px;
    padding: 0;
    background: url("../images/menu_item_pink_active.png") 0 0 no-repeat;
}

#leftPart #menu li.active a {
    background: url("../images/menu_item_pink_active_bottom.png") 0 bottom no-repeat;
}

#leftPart #menu li ul {
    margin: 0;
    padding: 3px 0 3px 8px;
    background: #fff;
}

#leftPart #menu li ul li {
    margin: 0 0 2px 0;
    padding: 0;
    background: url("../images/menu_item2_pink_bg.png") 0 0 repeat-y !important;
}

#leftPart #menu li ul li a {
    width: 146px;
    padding: 6px 6px 6px 11px;
    background: url("../images/menu_item2_pink.png") 0 bottom no-repeat !important;
    font-size: 1em;
    color: #d10164;
}

#leftPart #staticMenu {
    margin: 0 0 19px 0;
    padding: 0;
    background: none;
}

#leftPart #staticMenu li {
    margin-bottom: 2px;
    padding: 0;
    background: url("../images/menu_item_blue.png") 0 0 no-repeat;
}

#leftPart #staticMenu li a {
    width: 155px;
    padding: 7px 8px;
    font-size: 1.1em;
    color: #fff;
    display: block;
    background: url("../images/menu_item_blue_bottom.png") 0 bottom no-repeat;
    text-decoration: none;
}

#middlePart {
    width: 748px;
    min-height: 450px;
    _height: 450px;
    float: right;
}

#text {
	width: 510px;
	float: left;
}

#banner2 {
    margin-bottom: 15px;
}

#rightPart {
    width: 190px;
    position: absolute;
    right: 23px;
    top: 115px;
    z-index: 100;
}

.titleBlue {
    width: 178px;
    height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    line-height: 24px;
    background: url("../images/title_blue.png") 0 0 no-repeat;
    font-weight: bold;
    color: #005696;
    font-size: 12px;
}

.box {
    margin: 0 0 15px 0;
    padding: 10px 10px;
}

.box p {
    color: #00528C;
    margin-bottom: 10px;
}

.buttonBlue {
    width: 129px;
    height: 22px;
    margin: 0 auto 0 auto;
    line-height: 22px;
    display: block;
    padding: 0;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: url("../images/button_blue.png") 0 0 no-repeat;
    text-decoration: none;
}

.titlePink {
    width: 178px;
    height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
    line-height: 24px;
    background: url("../images/title_pink.png") 0 0 no-repeat;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
}

.anketa p {
    font-size: 0.9em;
    line-height: 1.2em;
}

.anketa table {
    width: 100%;
    border: none;
}

.anketa table td {
    padding: 2px;
    border: none;
    background: none;
    font-size: 0.9em;
}

.anketa table td.graph {
    width: 130px;
}

.anketa table td.answer a {
    color: #00528C;
}

.anketa table td.graph img {
    height: 7px;
}

.anketa table td.number {
    color: #BF0082;
}

.anketa table td.space {
    font-size: 2px;
}

/*--PHOTOGALLERY----------------------------------------------------------*/

#photogallery {
	padding: 0 13px 0 13px;
}

#photogalleryContent {
	padding-top: 10px;
}

#photogalleryContent .photoMini {
	width: 100px;
	height: 100px;
	margin: 0 21px 20px 0;
	_margin: 0 23px 10px 0;
	float: left;
	display: block;
	position: relative;
	background: url("../images/photo_mini_border.gif") 0 0 no-repeat;
}

#photogalleryContent .photoMini .photo {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#photogalleryContent .photoMini .zoom {
	width: 23px;
	height: 23px;
	background: url("../images/zoom.png") 0 0 no-repeat;
	position: absolute;
	right: 11px;
	bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/zoom.png', sizingMethod='scale');
	_background: none;

}

.photogalleryNavi {
	width: 446px;
	height: 15px;
	padding: 6px 12px;
	background: url("../images/photogallery_navi.png") 0 0 no-repeat;
	font-size: 0.9em;
	color: #FFF;
}

.photogalleryNavi .show {
	float: left;
}

.photogalleryNavi .buttons {
	float: right;
}

.photogalleryNavi .buttons img {
	margin-left: 12px;
}

.photogalleryNavi .buttons span {
	margin-left: 12px;
	top: -3px;
	position: relative;
}

/*--FOOTER----------------------------------------------------------------*/

#footer {
    width: 971px;
    height: 93px;
    background: url("../images/footer_bg.png") 0 0 no-repeat;
    margin: 25px auto 0 auto;
    text-align: left;
    font-size: 0.85em;
}

#footerLeft {
    width: 570px;
    padding: 24px 0 0 44px;
    background: url("../images/ico_phone.gif") 26px 20px no-repeat;
    float: left;
}

#footerLeft p {
    line-height: 1.3em;
    color: #00528c;
}

#footerInfo {
    margin-bottom: 5px;

}

#footerInfo strong {
    color: #d10164;
}
 
#footerRight {
    float: right;
    padding: 60px 34px 0 0;
    
}

.registration-info-text {
	display: block;
	color: #CB0058;
	margin-bottom: 15px;
}

