body {
	background: white url(bg.main.gif) top left repeat-x;
	color: gray;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial;
	font-size: 80%;
}

p { padding: 0px; margin: 0px; }
a { color: #8080CC; }

/*
			SITE LAYOUT ELEMENTS SETTINGS 
*/

#pageBody {
	position:relative;
	height: 100%;
	text-align: left;
	background: url(header.jpg) top left no-repeat;
}

#pageHeader {
	height: 198px;
}

#pageServiceMenu {
	position: absolute;
	top: 164px;
	left: 190;
	width: expression(document.body.offsetWidth-210);
	padding: 0 3 0 0;
	margin-right: 200px;
	height: 25px;
	text-align: right;
	z-index: 10;
	overflow: hidden;
	font-size: 90%;
	border-bottom: 1 solid #ACC9DE;
}

#pageMenu {
	position: absolute;
	top: 240px;
	left: 0px;
	width: 180px;
	height: 400;
	text-align:left;
	margin: 0;
	padding: 10;
	font-size: 90%;
	z-index: 100;
	background: url(bg.menu.gif) bottom left no-repeat;
}

#pageContent {
	position: relative;
	margin-left: 200px;
	height: 470;
	text-align:justify;
	padding: 0 10 70 10px ;
	border-left: 1 solid #DDDDDD;
}

#pageFooter {
	position: relative;
	clear:both;
	width: 100%;
	height: 31px;
}


/*
			SITE GLOBAL ELEMENTS SETTINGS 
*/

#siteLanguage {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align:right;
	margin: 0px;
	padding: 0 10 0 10;
}

.language { vertical-align:text-top; font-size: 10px; font-weight: bold; text-decoration:none; text-transform: uppercase; color: gray; padding: 0 3 0 3; margin: 0px; }
.language:hover { color: black; }
#languageActive { color: black; }

#siteTitle {
	position: absolute;
	top: 65px;
	right: 95;
	color: black;
	font-weight: bold;
	font-size: 20pt;
	margin: 0px;
	font-weight: normal;
}

#siteSubtitle {
	display: block;
	position: absolute;
	top: 50px;
	right: 95px;
        text-align: right;
	margin: 0px;
	color: black;
	font-size: 13pt;
	font-weight: normal;
}

#siteLogotype {
	display:block;
	position:absolute;
	top:15;
	right:10;
	height:80px;
	width:80px;
	background-repeat:no-repeat;
	background-position:right top;
}




/*
			SITE MENU ELEMENTS SETTINGS 
*/

#pageMenu .menu {
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #5994BE;
	margin: 0px;
	display: block;
	text-align:left;
	padding: 10 0 0 10px;
	border-bottom: 1 dotted #B9C8DF;
}

#pageMenu .menu#menuActive { color: gray; font-weight: bold; }
#pageMenu .menu:hover { color: gray; }
#pageMenu .submenu { padding: 0 0 5 20; }

#pageServiceMenu .menu {
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #5994BE;
	height: 20;
	padding: 3 10 0 10;
	white-space : nowrap;
}

#pageServiceMenu .menu#menuActive { color: gray; font-weight: bold; }
#pageServiceMenu .menu:hover { color: gray; }

#menuHome {
	position: absolute;
	bottom: 5px;
	right: 30px;
	width: 17px;
	height: 17px;
	background: url(array_back.gif) no-repeat;
}

#menuTop {
	position: absolute;
	bottom: 25px;
	right: 10px;
	width: 17px;
	height: 17px;
	background: url(array_top.gif) no-repeat;
}

#pageCopyrights {
	position: absolute;
	bottom: 2px;
	right: 100px; 
	text-align:right;
	color: #444444;
	font-size: 8pt;
}

#pageCounter {
	position: absolute;
	left: 5px;
	top: 0px;
	width:88px;
	height:31px;
}

#pageTechnology {
	position: absolute;
	right: 3px;
	top: 0px;
	width:88px;
	height:31px;
	background: url(http://shubka.rbchost.ru/content/images/fursclub.gif/) no-repeat;
}

/*
			SITE CONTENT ELEMENTS SETTINGS 
*/

h2	{ color: #5994BE; font-size: 130%; margin: 0px; display: block; } /* ordinary pageTitle element */
h3	{ color: #5994BE; font-size: 120%; padding-top: 10px; margin: 0px; } /* ordinary sectionTitle element */
h4	{ color: #5994BE; font-size: 100%; padding-top: 5px; margin: 0px; } /* ordinary objectTitle element */

#pageContent div div img { float: left; margin: 5px; }

#pageEnteringText { padding: 0px; }
#pageClosingText { }


#pageContent div {
	padding: 5 0 5 20px;
	clear:both;
}

.contentContactsBrief {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 500px;
	height: 70px;
	padding: 0px;
	margin: 0px;
	font-size: 75%;
}

.contentSpecialSales h3 { color: #FF0080; border-bottom: 4 dotted #FF0080; }

/* TABLE DESIGN */

.tableTable {
	border: 1 solid #EEEEFF;
	font-size: 80%;
}

.tableHeader { color: #5994BE; background-color: #EEEEFF; font-weight: bold; }
.tableHeader td { padding: 5px 10px 5px 10px; }

.tableTable td { padding: 4px; }
.tableRowEven td { background-color: #F8F8FF;  }
.tableRowOdd td { background-color: #FCFCFF; }


.objectPhotoPreview { vertical-align: text-top; text-align: center; padding: 5px; float: left; width: 120px; height: 160px; font-size: 70%; }           
#pageContent .objectPhotoPreview div.note { padding: 0px; margin: 0px; text-align: center; }
																																																																																																														