body, div, a, span, address, img, h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
html {	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	font: normal 12px/18px "Tahoma", "Geneva", sans-serif;
}
address {	font-style: normal;
}
a {
	color: #3c80a0;
}
a:visited {
	color: #2b5580;
}
a:hover {	text-decoration: none;
}
table {	border-collapse: collapse;
	border-spacing: 0;
}
img {	border: 0;
}
input, textarea {	font: normal 12px/18px "Tahoma", "Geneva", sans-serif;
}
h1 {	font-size: 18px;
	line-height: 22px;
	text-align: center;
	padding: 7px 0 13px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 7px 0;
}
h3 {
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 7px 0;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	padding: 7px 0;
}
p {	padding: 0 0 7px;
}
#wrapper {	height: 819px;
	min-width: 1000px;
	background: url('../img/page-bg.jpg') no-repeat top center;
	padding: 13px 0 150px;
	margin: 0 0 -150px;
}
.page {	width: 780px;
	padding: 0 33px 0 31px;
	margin: 0 auto;
}
/*--------------------------- LANGUAGE ---------------------------------------*/
.language {	min-height: 27px;
	padding: 19px 0 0;
}
	.language ul, .language li {		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.language ul {		text-align: center;
	}
	.language li {		line-height: 14px;    	display: inline;
    	padding: 0 15px;
	}
		.language li a img {			width: 26px;
			height: 18px;
			background: url('../img/language.png') no-repeat;
		}
		.language li.rus a img {			background-position: left top;
		}
		.language li.rus a:hover img, .language li.rus a.active img {
			background-position: left bottom;
		}
		.language li.eng a img {
			background-position: right top;
		}
		.language li.eng a:hover img, .language li.eng a.active img {
			background-position: right bottom;
		}
/*--------------------------- MAIN CONTENT -----------------------------------*/
.main-content {
}
	.main-content:after {		content: '.';
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
		line-height: 0;
   }
/*_  Classes are used for main-content   */
.main-content .logo {	position: relative; /* for IE6 */
	padding: 0;
}
	.main-content .logo img {		width: 325px;
		height: 238px;
		background: #fff url('../img/main-logo.png') no-repeat;
	}
.main-content .menu {	margin: 0;
	padding: 3px 0 0 3px;
	overflow: hidden;
}
	.main-content .menu li {		width: 101px;
		height: 101px;		background: #cff url('../img/main-menu.png') no-repeat right bottom;		list-style-type: none;
		float: left;		margin: 3px 2px 2px 3px;
		padding: 0;
	}
	.main-content .menu a {
		width: 101px;
		height: 62px;
		background: url('../img/main-menu.png') no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
		display: block;
		position: relative; /* for IE6 */
		padding: 39px 0 0;
	}
	.main-content .active a {		background-color: #fff;		background-position: 0px 0px !important;
		color: #f06;
	}
	.main-content .menu a span.hover {
		width: 101px;
		height: 62px;
		background: url('../img/main-menu.png') no-repeat;
		color: #f06;
		display: block;
		position: absolute !important;
  		left: 0;
      	top: 0;
      	z-index: 1 !important;
      	padding: 39px 0 0;
      	display: none;
	}
	.main-content .menu a span {
		position: relative;
      	z-index: 2;
      	cursor: pointer;
	}
.main-content .item-blue a {	background-color: #6cf;
	background-position: -111px 0px;
}
.main-content .item-purple a {
	background-color: #639;
	background-position: -222px 0px;
}
.main-content .item-red a {
	background-color: #f06;
	background-position: -333px 0px;
}
.main-content .item-green a {
	background-color: #690;
	background-position: 0px bottom;
}
.main-content .item-d-blue a {
	background-color: #369;
	background-position: -111px bottom;
}
.main-content .item-yellow a {
	background-color: #fc3;
	background-position: -222px bottom;
}
.main-content .portfolio {	width: 325px;	height: 324px;
}
.main-content .portfolio ul {	height: 324px;
	background: url('../img/portfolio-bg.jpg') no-repeat;	margin: 0;
	padding: 2px 0 0 3px;
}
	.main-content .portfolio li {		width: 101px;
		height: 101px;
		list-style-type: none;
		float: left;
		position: relative;		margin: 0;
		padding: 3px 2px 2px 3px;
	}
		.main-content .portfolio li a {			width: 101px;
        	height: 101px;
        	background: url('../img/portfolio.gif') no-repeat;
        	position: relative;
        	display: block;
		}
		.main-content .portfolio li img {        	width: 97px;
        	height: 97px;
        	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
        	position: absolute;
        	top: 0px;
			left: 0px;
			padding: 2px;
		}
		.main-content .portfolio li img.hover {			background: url('../img/hover.png') no-repeat;
		}
.cursors {	width: 101px;
	height: 101px;
	background: url('../img/cursors.png') no-repeat;
	position: relative;
	float: left;
	top: 111px;
	left: 112px;
	padding: 0;
	margin: 0 -101px 0 0;
	z-index: 2;
}
	.cursors a {
		font-size: 10px;
		line-height: 10px;
		display: block;		position: absolute;
	}
	.cursors a.c-up, .cursors a.c-up img,
	.cursors a.c-down, .cursors a.c-down img {
		width: 44px;
		height: 24px;
	}
	.cursors a.c-up {
		top: 7px;
		left: 28px;
	}
	.cursors a.c-down {
		bottom: 7px;
		left: 28px;
	}
	.cursors a.c-prev, .cursors a.c-prev img,
	.cursors a.c-next, .cursors a.c-next img {
		width: 24px;
		height: 44px;
	}
	.cursors a.c-prev {
		top: 30px;
		left: 6px;
	}
	.cursors a.c-next {
		top: 30px;
		right: 6px;
	}
.main-content .contacts {	width: 313px;
	height: 22px;
	background: #fff url('../img/contacts-bg1.gif') repeat-y;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 0 auto;
}
	.main-content .contacts .bg-1 {    	background: url('../img/contacts-bg2.gif') no-repeat left bottom;
	}
	.main-content .contacts .bg-2 {
    	background: url('../img/contacts-h2.png') no-repeat;
    	color: #000;
    	padding: 2px;
	}
	.main-content .contacts h2 {		height: 18px;
		font-size: 14px;
		line-height: 16px;
		text-align: left;
		padding: 0;
	}
		.main-content .contacts h2 a {
			height: 18px;
			background: #f06 url('../img/contacts-a.gif') no-repeat right -50px;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 0 0 20px;
		}
		.main-content .contacts h2 a.active {
			background-position: right top;
		}
		.main-content .contacts h2 a:hover {			color: #000;
		}
		.main-content .contacts address {
			text-align: center;
			padding: 7px 0;
		}
			.main-content address span {
				display: block;
				padding: 3px 0;
			}
			.main-content address a img,
			.main-content address a span {				vertical-align: middle;
			}
			.main-content .contacts a span {
				display: inline;
				padding: 0;
			}
			.main-content .contacts a img {				margin: 0 3px 0 0;
			}
			.main-content .contacts  address a, .main-content .contacts address a:visited {				color: #000;
				text-decoration: none;				padding: 0 8px;
			}
			.main-content .contacts address a:hover {
				color: #690;
			}
.main-content .scroll-wrap{
	width: 303px;
	height: 280px;
	padding: 7px 9px 7px 13px
}
.main-content .scroll-pane{
	width: 303px;
	height: 280px;
	padding: 0;
	overflow: auto;
}
.main-content p {	padding-bottom: 0 !important;
}
/*--------------------------- LEFT COLUMN ------------------------------------*/
.left-column {	width: 390px;
	float: left;
}
/*_  Classes are used for left column   */
/*--------------------------- RIGHT COLUMN -----------------------------------*/
.right-column {
	width: 390px;
	float: right;
}
/*_  Classes are used for right column   */

/*--------------------------- FOOTER -----------------------------------------*/
#footer {	width: 844px;	height: 146px;
	padding: 4px 0 0;
	margin: 0 auto;
}
	#footer address {		text-align: center;	}
		#footer address a, #footer address a:visited {			color: #000;			text-decoration: none;
		}
		#footer address a:hover {
			text-decoration: underline;
		}
/*_  Classes are used for footer   */
/*--------------------------- CLASSES ----------------------------------------*/
.content-box {	width: 325px;
	height: 324px;
	background: url('../img/main-bg.png') no-repeat;
	padding: 21px 32px 45px 33px;
}
.up, .down {	width: 325px;
	font-size: 10px;
	line-height: 10px;	position: relative;
	float: left;
	margin: 0 -325px 0 0;
}
.up {	top: -10px;
}
.down {
	top: 322px;
}
	.up img, .down img {
		width: 325px;
		height: 10px;
		background: url('../img/strelki-v.png') no-repeat;
	}
	.down img {		background-position: left -10px;
	}
	.down:hover img {
		background-position: left bottom;
	}
	.up img {
		background-position: left 0px;
	}
	.up:hover img {
		background-position: left -20px;
	}
.prev, .next {	width: 9px;
	font-size: 10px;
	line-height: 10px;
	position: relative;
	top: 0;
}
.prev {	float: left;
	left: -9px;
	margin: 0 -9px 0 0;
}
.next {
	float: right;
	left: 9px;
	margin: 0 0 0 -9px;
}
	.prev img, .next img {		width: 9px;
		height: 324px;
		background: url('../img/strelki-g.png') no-repeat;
	}
	.next img {
		background-position: -9px top;
	}
	.next:hover img {
		background-position: right top;
	}
	.prev:hover img {
		background-position: -18px top;
	}
/*--------------------------- INNER CONTENT ----------------------------------*/
.inner-content {	width: 714px;
	height: 757px;
	background: url('../img/large-content-box.png') no-repeat;
	padding: 23px 33px 0;
	margin: 0 auto;
}
	.inner-content .content {		width: 714px;
		height: 714px;		background: #fff;
	}
	.inner-content .top {		overflow: hidden;
	}
.inner-content .logo {
	width: 226px;
	text-align: center;
	position: relative; /* for IE6 */
	float: left;
	padding: 14px 0;
}
	.inner-content .logo img {
		width: 127px;
		height: 86px;
		background: url('../img/inner-logo.png') no-repeat;
	}
.inner-content .menu {    width: 428px;
	margin: 0;
	padding: 11px 40px 11px 20px;
	overflow: hidden;
    float: right;
}
	.inner-content .menu li {
		width: 101px;
		height: 40px;
		list-style-type: none;
		float: left;
		margin: 0;
		padding: 3px;
	}
	.inner-content .menu a {
		width: 101px;
		height: 29px;
		background: url('../img/inner-menu.png') no-repeat;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 16px;
		text-align: center;
		text-decoration: none;
		display: block;
		position: relative; /* for IE6 */
		padding: 11px 0 0;
	}
	.inner-content .active a {
		background-color: #fff;
		background-position: -222px bottom !important;
		color: #f06;
	}
	.inner-content .menu a span.hover {
		width: 101px;
		height: 29px;
		background: url('../img/inner-menu.png') no-repeat -222px bottom;
		color: #f06;
		display: block;
		position: absolute !important;
  		left: 0;
      	top: 0;
      	z-index: 1 !important;
      	padding: 11px 0 0;
      	display: none;
	}
	.inner-content .menu a span {
		position: relative;
      	z-index: 2;
      	cursor: pointer;
	}
.inner-content .item-blue a {
	background-color: #6cf;
	background-position: 0px 0px;
}
.inner-content .item-purple a {
	background-color: #639;
	background-position: -111px 0px;
}
.inner-content .item-red a {
	background-color: #f06;
	background-position: -222px 0px;
}
.inner-content .item-green a {
	background-color: #690;
	background-position: right 0px;
}
.inner-content .item-d-blue a {
	background-color: #369;
	background-position: 0px bottom;
}
.inner-content .item-yellow a {
	background-color: #fc3;
	background-position: -111px bottom;
}
.inner-content .scroll-wrap{
	width: 682px;
	height: 570px;
	padding: 7px 9px 23px 23px;
}
.inner-content .scroll-pane{
	width: 682px;
	height: 570px;
	padding: 0;
	overflow: auto;
} /**/
/*--------------------------- CATALOG ----------------------------------------*/
.submenu {	background: #e3edf6;
	position: relative; /* for IE6 */
	padding: 10px 0;
}
	.submenu ul, .submenu li {		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.submenu ul {		overflow: hidden;
	}
	.submenu li {		float: left;
		padding: 0 0 0 20px;
	}
		.submenu li a, .submenu li a:visited, .submenu li.active span {			background: url('../img/submenu.gif') no-repeat left 5px;
			color: #000;
			text-decoration: none;
			line-height: 16px;
			padding: 0 0 0 10px;
		}
		.submenu li a:hover, .submenu li.active span {			color: #369;
			background-position: left -10px;
		}
		.submenu li.active span {			font-weight: bold;
		}
/* JCAROUSEL */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    margin: 0;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.jcarousel-list {
    z-index: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;

    padding: 0;
    width: 124px;
    margin: 0;
}
.jcarousel-list li,
.jcarousel-item {	float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 124px;
    height: auto;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next, .jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-skin {
   padding: 0;
}
.jcarousel-skin .jcarousel-container {

}
.jcarousel-skin .jcarousel-container-vertical {
    width: 124px;
    height: 500px;
    padding: 17px 0;
}
.jcarousel-skin .jcarousel-clip-vertical {
    width:  124px;
    height: 500px;
}
.jcarousel-skin .jcarousel-item {
    width: 124px;
    height: auto;
    font-size: 12px;
    line-height: 14px;
}
 	.jcarousel-skin .jcarousel-item img {
    	width: 110px;
    	height: auto;
    	border: solid #7f7e7e 2px;
    	display: block;
    	position: relative;
	}
	.jcarousel-skin .jcarousel-item a {		width: 114px;
    	text-align: center;
        display: block;
        padding: 5px;

	}
.jcarousel-skin .jcarousel-item-vertical {
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin .jcarousel-next-vertical,
.jcarousel-skin .jcarousel-prev-vertical {
    width: 24px;
    height: 14px;
    position: absolute;
    cursor: pointer;
}
.jcarousel-skin .jcarousel-next-vertical:focus,
.jcarousel-skin .jcarousel-prev-vertical:focus {
    outline: none;
}
.jcarousel-skin .jcarousel-next-vertical {
    bottom: 0px;
    left: 50px;
    background: url('../img/jcarousel.gif') no-repeat left bottom;
}
.jcarousel-skin .jcarousel-next-vertical:hover {
	background-position: 0px -100px !important;
}
.jcarousel-skin .jcarousel-next-vertical:active {

}
.jcarousel-skin .jcarousel-next-disabled-vertical,
.jcarousel-skin .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0px -76px !important;
}
.jcarousel-skin .jcarousel-prev-vertical {
    top: 0px;
    left: 50px;
    background: url('../img/jcarousel.gif') no-repeat;
}
.jcarousel-skin .jcarousel-prev-vertical:hover {
	background-position: 0px -24px !important;
}
.jcarousel-skin .jcarousel-prev-vertical:active {

}
.jcarousel-skin .jcarousel-prev-disabled-vertical,
.jcarousel-skin .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0px -48px !important;
}

.works {	overflow: hidden;
	position: relative; /* for IE6 */
}
.thumbs {	float: right;
	padding: 11px 20px 0;
}
.large-thumbs {	padding: 5px 0 0;
	margin: 0 164px 0 0;
}
	.large-thumbs ul, .large-thumbs li {		list-style-type: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.large-thumbs ul {		height: 404px;
		overflow: hidden;
		margin: 0 auto;
	}
	.large-thumbs li {
	}
		.large-thumbs li img {			border: solid #7f7e7e 2px;
		}
#catalog .scroll-wrap{
	width: 500px ;
	height: 80px ;
	padding: 10px 0 0 30px !important;
}
#catalog .scroll-pane{
	width: 500px ;
	height: 80px ;
	padding: 0;
	overflow: auto;
}
/*-------------------- plug --------------------------------------------------*/
#plug {	width: 500px;	min-height: 100%;
	margin: 0 auto -40px;
}
	#plug .header {		overflow: hidden;
		padding: 30px 0 50px;
	}
	#plug .logo {    	float: left;
	}
		#plug .logo img {			width: 226px;
			height: 163px;
			background: url('../img/plug-logo.png') no-repeat;
		}
	#plug h2 {		width: 142px;		color: #fe0066;		text-align: left;
		font-size: 16px;
		line-heigh: 20px;
		float: right;
		margin: 0;
		padding: 0 0 13px;
	}
	#plug ul {		margin: 0;
		padding: 0;
		float: right;
	}
		#plug li {			list-style-type: none;
			padding: 3px 0 4px;
			margin: 0;
		}
			#plug li img {				vertical-align: bottom;
			}
			#plug li.skype img {
				margin: 0 7px 0 0;
			}
			#plug li.mail img {
				margin: 0 2px 0 0;
			}
			#plug li.icq img {
				margin: 0 5px 0 0;
			}
			#plug li.blog img {
				margin: 0 6px 0 0;
			}
			#plug li a {				text-decoration: none;
			}
			#plug li a:hover {
				color: #000;
			}
	#plug p {		color: #336597;
		text-align: center;
		font: normal 24px/28px "Verdana", sans-serif;
		margin: 0;
		padding: 0;
	}
.plug {	height: 36px !important;
}