696/* CSS Document */

			/*********** COMMON ***********/

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	min-width:820px;
	max-width:1600px;
	/*width:expression(document.body.clientWidth<820?"820px":document.body.clientWidth>1600?"1600px":"auto"); /*!!!!!!!!!!!!!!!!!!!*/
	background:url(img/bg_body.gif) repeat;
	font:80% Arial, Verdana, Helvetica, sans-serif;
}

#mainPage {
	background:#f6f06b url(img/bg_mainpage.gif) repeat;
}

/* LINKS */
/*Default links*/
a:link {
	text-decoration: underline;
	color: #005919;
}
a:visited {
	text-decoration: underline;
	color: #005919;
}
a:hover {
	text-decoration: none;
	background-color:#ff7300;
	color: #FFF;
}
/*Main content*/
#content a:link {
	text-decoration: underline;
	color: #005919;
}
#content a:visited {
	text-decoration: underline;
	color: #005919;
}
#content a:hover {
	text-decoration: none;
	background:transparent;
	color: #00A62E;
}
/*Main content "Contacts", "Making"*/
#makingMain #content a:link, #contactsMain #content a:link {
	color: #3333FF;
}
#makingMain #content a:visited, #contactsMain #content a:visited {
	color: #3333FF;
}
#makingMain #content a:hover, #contactsMain #content a:hover {
	color: #6666FF;
}
/*Main content another links*/
#content a.increase:link {
	text-decoration:underline;
	color: #FF0000;
}
#content a.increase:visited {
	text-decoration:underline;
	color: #FF0000;
}
#content a.increase:hover {
	text-decoration: none;
	background-color:transparent;
	color: #FF0000;
}

#catalogue3Dpuzzle a.increase {
	float:left;
	margin:10px 0 0 13px;
}

/* Highlighting the current page */
/*#catalogue3Dpuzzle .cat1 #subNav a#subMenu1 { background:url(img/submenu1_hover.gif) no-repeat; }
#catalogue3Dpuzzle .cat2 #subNav a#subMenu2 { background:url(img/submenu2_hover.gif) no-repeat; }
#catalogue3Dpuzzle .cat3 #subNav a#subMenu3 { background:url(img/submenu3_hover.gif) no-repeat; }
#catalogue3Dpuzzle .cat4 #subNav a#subMenu4 { background:url(img/submenu4_hover.gif) no-repeat; }
#catalogue3Dpuzzle .cat5 #subNav a#subMenu5 { background:url(img/submenu5_hover.gif) no-repeat; }

#cataloguePuzzle .cat1 #subNav a#subMenu1 { background:url(img/submenu1_puzzle_hover.gif) no-repeat; }
#cataloguePuzzle .cat2 #subNav a#subMenu2 { background:url(img/submenu2_puzzle_hover.gif) no-repeat; }
#cataloguePuzzle .cat3 #subNav a#subMenu3 { background:url(img/submenu3_puzzle_hover.gif) no-repeat; }
#cataloguePuzzle .cat4 #subNav a#subMenu4 { background:url(img/submenu4_puzzle_hover.gif) no-repeat; }*/

.main a#mmMain, .about a#mmAbout, .catalogue a#mmCatalogue, .making a#mmMaking, .partners a#mmPartners, .contacts a#mmContacts {
	text-decoration: none;
	background-color:#ff7300;
	color: #FFF;
}
/****************************************************/


/* HEADERS */
h1 {
	display:inline;
	background:#ff7300;
	padding:2px 50px 2px 50px;
	font-size:170%;
	font-weight:normal;
	color:#FFF;
}

h2 {
	color:#EA1F28;
	font-size:100%;
}

h3 {
	color:#3333FF;
	text-align:center;
	font-size:170%;
	margin-bottom:5px;
	margin-top:10px;
}

h4 {
	color:#FF0000;
	text-align:center;
	font-size:100%;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:10px;
}

h5 {
	color:#0033CC;
	font-size:120%;
	text-align:center;
	padding:0 30px 0 30px;
}

#content h1 {
	margin-left:-30px;
}

#newsMain h1 {
	background:url(img/news_label.gif) no-repeat;
	position:absolute;
	text-indent:-9000em;
	width:146px;
	height:53px;
}

#catalogueMain h1,
#catalogue3Dpuzzle h1,
#cataloguePuzzle h1,
#catalogueMagnet h1,
#catalogueGames h1 {
	margin-left:0;
}

#content h2 {
	margin-top:30px;
	background:url(img/text_circle.gif) no-repeat 0 3px;
	padding-left:15px;
}

#makingMain h4 {
	font-size:130%;
	font-weight:bold;
}
/****************************************************/


/* TEXT */
#content {
	text-align:justify;
}

#sidebar li a {
	margin-top:2px;
	margin-left:5px;
	font-size:120%;
	font-weight:bold;
	display:block;
	float:left;
}

#contactsMain #content .shell {
	font-size:130%;
	/*margin-left:100px;*/
}

#parntersMain #content ul {
	margin-left:100px;
}

#parntersMain #content li {
	list-style:none;
}

.highlight-text {
	color:#FF0000;
	font-size:120%;
	font-weight:bold;
	margin-left:90px;
}

#makingMain #content strong {
	color:#CC0033;
}

#makingMain #content ul {
	/*list-style-image:url(img/text_circle.gif);*/
}

#makingMain #content li {
	padding-top:10px;
}

#makingMain .highlight-text {
	margin-left:0;
}

#newsMain .img-wrapper p {
	padding:30px;
	/*margin-left:30px;*/
}

.box p {
	text-align:left;
	padding-top:10px;
	float:left;
}

.category-text {
	text-align:left;
	padding:20px;
	font-size:110%;
}

#catalogueCertificate .category-text {
	display:none;
}
/****************************************************/


/* IMAGES */
.swappable {
	border:none;
}

#subNav img {
	border:none;
}

.img-wrapper {
	position:relative;
	float:left;
	margin:20px;
	line-height:1;
}

#makingMain .img-wrapper {
	margin:15px;
}

#cataloguePuzzle .img-wrapper,
#catalogue3Dpuzzle .img-wrapper,
#catalogueGames .img-wrapper,
#catalogueMagnet .img-wrapper,
#catalogueCertificate .img-wrapper,
#makingMain .img-wrapper { /*for centering floated elements*/
	position: relative;
	right: 50%;
	float:left;
}

.img-wrapper img {
	border:none;
}

#newsMain .img-wrapper {
	margin:0;
	margin-top:30px;
	padding:0;
	width:100%; /*for IE*/
}

#newsMain .img-wrapper img {
	float:left;
	margin-right:30px;
}

#cataloguePuzzle .img-wrapper img {
	float:none;
}

#catalogue3Dpuzzle .img-wrapper,
#cataloguePuzzle .img-wrapper,
#catalogueCertificate .img-wrapper
#catalogueGames .img-wrapper,
#catalogueMagnet .img-wrapper {
	margin:0;
}

#makingMain .img-wrapper {
	margin:10px;
}

/*.thumbnails {
	margin:30px;
	margin-left:100px;
}*/

#catalogue3Dpuzzle .thumbnails,
#cataloguePuzzle .thumbnails,
#catalogueGames .thumbnails,
#catalogueMagnet .thumbnails,
#catalogueCertificate .thumbnails,
#makingMain .thumbnails {
	margin:0;
	margin-right:0 !important;
	margin-right:-4px;
	margin-top:0px !important;
	margin-top:40px;
	width:auto !important;
	width:100%;
	border:2px solid;
	padding-bottom:10px;
	overflow:hidden; /*for centering floated elements*/
}

#makingMain .thumbnails {
	border:none;
	margin:0;
	padding:0;
}

#makingMain .box {
	width:250px;
	height:250px;
}

#wrapper-centering { /*for centering floated elements*/
	position: relative;
	left: 50%;
	float: left;
}

#catalogueLogo {
	border:0;
}

/*Boxes*/
#catalogue3Dpuzzle .box,
#cataloguePuzzle .box,
#catalogueGames .box,
#catalogueMagnet .box,
#catalogueCertificate .box {
	border:2px solid;
	padding:10px;
	margin:10px;
}

/*.box {
	border:2px solid;
	padding:10px;
	margin:10px;
}*/


#cataloguePuzzle .category1 { background:#1a92ff url(img/bg_puzzle_cat1.gif) no-repeat bottom right; border-color:#0038d6; }
#cataloguePuzzle .category2 { background:#ef7dac url(img/bg_puzzle_cat2.gif) no-repeat bottom right; border-color:#bd1fba; }
#cataloguePuzzle .category3 { background:#ffd301; border-color:#d30000; }
#cataloguePuzzle .category4 { background:#5ec63c; border-color:#207700; }

#catalogue3Dpuzzle .category1 { background:#1a92ff; border-color:#0038d6; }
#catalogue3Dpuzzle .styling-cat1 { margin:0; background:#efb4cc; border-color:#e21a67; }

#catalogue3Dpuzzle .category2 { background:#9adb8a; border-color:#00963d; }
#catalogue3Dpuzzle .styling-cat2 { margin:0; background:#7ac6e5; border-color:#0038d6; }

#catalogue3Dpuzzle .category3 { background:#ffdb00; border-color:#ff0000; }

#catalogue3Dpuzzle .category4 { background:#ffc0dd; border-color:#db009d; }

#catalogue3Dpuzzle .category5 { background:#5cbdf2; border-color:#0a88bf; }
/****************************************************/


/* OTHERS */
.shell {
	/*margin:0 auto;*/
	padding:10px;
}

.spacer {
	clear: both;
}

.increase {
	display:block;
	position:relative;
	top:10px;
}

.label-img {
	display:block;
	color:#000099;
	font-weight:bold;
	font-size:90%;
	padding-top:10px;
	padding-bottom:10px;
	line-height:15px;
}
/****************************************************/


			/*********** LAYOUTS ***********/

/* HEAD */
#wrapper-masthead {
	position:relative;
}

#masthead {
	position:relative;
	width:100%;
	height:179px;
	background:url(img/bg_head.png) no-repeat;
}

#left-head-image {
	position:absolute;
	top:0;
	left:0;
	z-index:102;
}

#left-head-image-png {
	background:url(img/left_head.png) no-repeat;
	width:643px;
	height:223px;
}

#mainPage #left-head-image-png {
	background:url(img/left_head2.png) no-repeat;
}

#catalogueMain #left-head-image-png {
	background:url(img/left_head2.png) no-repeat;
}

#right-head-image {
	position:absolute;
	top:0;
	right:0;
	z-index:102;
	height: 177px;
}

#right-head-image-png {
	width:136px;
	height:178px;
	background:url(img/right_head.png) no-repeat;
}

#slogan-head {
	position:absolute;
	top:60px;
	right:55px;
	z-index:4;
}

#slogan-head-png {
	width:158px;
	height:81px;
	background:url(img/slogan2.png) no-repeat;
}
/****************************************************/


/* CONTENT */
#wrapper-content {
	margin:0 166px 0 204px;
	margin-top:-261px; /* == 81px footer + 180px masthead*/
	min-height:100%;
	background:#CCFF66;	
}

#mainPage #wrapper-content {
	margin:0;
	margin-top:-261px;
	background:transparent;
}

#catalogueMain #wrapper-content {
	background:#f6f06b;
}

#catalogueCertificate #wrapper-content,
#catalogue3Dpuzzle #wrapper-content,
#cataloguePuzzle #wrapper-content,
#catalogueGames #wrapper-content,
#catalogueMagnet #wrapper-content {
	margin-top:-500px;
	margin-right:0;
}

* html #wrapper-content { /*fix for IE6*/
	height:100%;
}

#content {
	padding:210px 20px 30px 30px;
}

#mainPage #content {
	padding-bottom:0;
	padding-top:170px;
}

#catalogueMain #content,
#catalogue3Dpuzzle #content,
#cataloguePuzzle #content,
#catalogueGames #content,
#catalogueMagnet #content {
	padding:0;
	padding-top:210px;
}

#catalogueCertificate #content,
#catalogue3Dpuzzle #content,
#cataloguePuzzle #content,
#catalogueGames #content,
#catalogueMagnet #content {
	padding-top:459px;
}

#bg-content-left {
	position:absolute;
	left:204px;
	top:210px;
	height:60%;
	width:90px;
	background:#f6f06b url(img/bg_content_catmain.gif) repeat-y;
}

#bg-content-right {
	position:absolute;
	right:166px;
	top:210px;
	height:60%;
	width:90px;
	background:#f6f06b url(img/bg_content_catmain.gif) repeat-y;
}

#pagerForm {
	position:relative;
	top:25px;
	left:50px;
}
/****************************************************/


/* SIDEBAR */
#sidebar {
	position:absolute;
	left:0;
	top:224px;
	background-color:transparent;
}

#mainPage #sidebar {
	background-color:transparent;
}

#sidebar li {
	list-style:none;
	padding-left:15px;
	margin-top:15px;
	font-size:110%;
}

#sidebar .swappable { /*images in sidebar menu for hover effect with JS*/
	cursor:pointer;
	float:left;
}
/****************************************************/


/* FOOTER */
#footer {
	position:relative;
	height:81px;
	margin:0 166px 0 204px;
	clear:both;
	background:#FFF url(img/bg_footer.gif) repeat-x bottom;
}

#mainPage #footer {
	margin-right:90px;
	background:url(img/bg_footer_mainpage.gif) repeat-x bottom;
}

#catalogueCertificate #footer,
#catalogue3Dpuzzle #footer,
#cataloguePuzzle #footer,
#catalogueGames #footer,
#catalogueMagnet #footer {
	height:320px; /* == 81px footer + 204px main-footer-image*/
	margin-right:10px;
	background:#FFF url(img/bg_footer_cat.gif) repeat-x bottom;
}

#catalogueMain #footer {
	background:#FFF url(img/bg_footer_cat.gif) repeat-x bottom;
}

#left-footer-image {
	position:absolute;
	bottom:0 !important;
	bottom:-1px; /*fix for IE6*/
	left:-204px;
	z-index:2;
	width:254px;
	height:80px;
	background:url(img/left_footer.gif) no-repeat;
}

#mainPage #left-footer-image {
	background:url(img/left_footer_mainpage.gif) no-repeat;
}

#catalogueCertificate #left-footer-image,
#catalogue3Dpuzzle #left-footer-image,
#cataloguePuzzle #left-footer-image,
#catalogueGames #left-footer-image,
#catalogueMagnet #left-footer-image {
	bottom:0;
}

#right-footer-image {
	position:absolute;
	bottom:0 !important;
	bottom:-1px; /*fix for IE6*/
	right:-105px;
	z-index:1;
	width:105px;
	height:171px;
	background:url(img/right_footer.gif) no-repeat;
}

#mainPage #right-footer-image {
	display:none;
}

#catalogueCertificate #right-footer-image,
#catalogue3Dpuzzle #right-footer-image,
#cataloguePuzzle #right-footer-image,
#catalogueGames #right-footer-image,
#catalogueMagnet #right-footer-image {
	bottom:0;
	right:10px;
}

#main-footer-image {
	position:absolute;
	top:10px;
	left:40%;
	width:210px;
	height:204px;
}

#main-footer-image {
	display:none;
}

#catalogueCertificate #main-footer-image {
	display:block;
	background:url(img/certificate_pict.gif) no-repeat;
}

#catalogue3Dpuzzle #main-footer-image {
	display:block;
	width:225px;
	background:url(img/3dpuzzle_pict.gif) no-repeat;
}

#cataloguePuzzle #main-footer-image {
	display:block;
	width:263px;
	background:url(img/puzzle_pict.gif) no-repeat;
}

#catalogueGames #main-footer-image {
	display:block;
	width:289px;
	height:220px;
	background:url(img/games_pict.gif) no-repeat;
}

#catalogueMagnet #main-footer-image {
	display:block;
	width:278px;
	height:220px;
	/*background:url(img/magnet_pict.gif) no-repeat;*/
}
/****************************************************/


/*Catalogue Main Page*/
#catmain-menu {
	position:relative;
	margin-left:40%;
	/*margin:0 auto;*/
	/*text-align: center;*/
	/*display:table;*/
}

*html #catmain-menu {
	zoom:1;
}

#catmain-menu a {
	display:block;
	margin:10px 0 10px 60px;
}

a#catmain-puzzle {
	width:162px;
	height:19px;
}

a#catmain-3dpuzzle {
	width:204px;
	height:20px;
}

a#catmain-games {
	width:74px;
	height:20px;
}

a#catmain-magnet {
	width:187px;
	height:20px;
}

a#catmain-certificate {
	width:154px;
	height:19px;
}
/****************************************************/


/*Catalogues Page*/
#catalogue-label {
	position:relative;
	bottom:10px;
	left:40%;
	width:153px;
	height:21px;
	background:url(img/certificate_label.gif) no-repeat;
}

#catalogue3Dpuzzle #catalogue-label {
	background:url(img/3dpuzzle_label.gif) no-repeat;
	width:198px;
}

#catalogueGames #catalogue-label {
	background:url(img/games_label.gif) no-repeat;
	width:74px;
}

#catalogueMagnet #catalogue-label {
	background:url(img/magnet_label.gif) no-repeat;
	width:187px;
}

#cataloguePuzzle #catalogue-label {
	background:url(img/puzzle_label.gif) no-repeat;
	width:161px;
	height:18px;
}

#subNav {
	position:relative;
	padding: 5px;
	float: left;
	top:21px;
	/*width: 720px;*/
	list-style: none;
}

*html #subNav { /*for IE6*/
	top:47px;
}

*+html #subNav { /*for IE7*/
	top:8px;
}

html:first-child .subNav-hack { /*for Opera*/
	top:21px;
}

html:root .subNav-hack { /*for Firefox*/
	top:21px;
}

#subNav li {
	float: left;
}

#subNav li a {
	padding: 2px;
	text-decoration: none;
	float: left;
	display: block;
	height:25px;
}

/******************************/
/*#catalogue3Dpuzzle a#subMenu1 { background:url(img/submenu1.gif) no-repeat; width:67px; }
#catalogue3Dpuzzle a:hover#subMenu1 { background:url(img/submenu1_hover.gif) no-repeat; }
#catalogue3Dpuzzle a#subMenu2 { background:url(img/submenu2.gif) no-repeat; width:136px; }
#catalogue3Dpuzzle a:hover#subMenu2 { background:url(img/submenu2_hover.gif) no-repeat; }
#catalogue3Dpuzzle a#subMenu3 { background:url(img/submenu3.gif) no-repeat; width:112px; }
#catalogue3Dpuzzle a:hover#subMenu3 { background:url(img/submenu3_hover.gif) no-repeat; }
#catalogue3Dpuzzle a#subMenu4 { background:url(img/submenu4.gif) no-repeat; width:166px; }
#catalogue3Dpuzzle a:hover#subMenu4 { background:url(img/submenu4_hover.gif) no-repeat; }
#catalogue3Dpuzzle a#subMenu5 { background:url(img/submenu5.gif) no-repeat; width:137px; }
#catalogue3Dpuzzle a:hover#subMenu5 { background:url(img/submenu5_hover.gif) no-repeat; }*/
/******************************/
/*#cataloguePuzzle a#subMenu1 { width:119px; }
#cataloguePuzzle a:hover#subMenu1 {  }
#cataloguePuzzle a#subMenu2 { background:url(img/submenu2_puzzle.gif) no-repeat; width:133px; }
#cataloguePuzzle a:hover#subMenu2 { background:url(img/submenu2_puzzle_hover.gif) no-repeat; }
#cataloguePuzzle a#subMenu3 { background:url(img/submenu3_puzzle.gif) no-repeat; width:162px; }
#cataloguePuzzle a:hover#subMenu3 { background:url(img/submenu3_puzzle_hover.gif) no-repeat; }
#cataloguePuzzle a#subMenu4 { background:url(img/submenu4_puzzle.gif) no-repeat; width:213px; }
#cataloguePuzzle a:hover#subMenu4 { background:url(img/submenu4_puzzle_hover.gif) no-repeat; }*/
/******************************/
/****************************************************/

/*Main Page*/
#wrapper-mainpage {
	margin:0 90px 0 30px;
	background:url(img/bg_under_logo.gif) repeat-x top;
}

#wrapper-announcement {
	position:relative;
	float:left;
	left:160px;
	top:60px;
}

#announcement {
	width:165px;
	height:352px;
	background:url(img/announcement.png) no-repeat;
}

#announcement img {
	position:absolute;
	border:none;
}

#novelty-image {
	top:45px;
	left:20px;
}

#decor-image {
	top:225px;
	left:40px;
}

#logo-main {
	float:right;
}

#logo-main img {
	margin-right:100px;
}
/****************************************************/


/*PNG IE Fix*/
/*img {
   behavior: url("js/pngbehavior.htc");
}
/**/
