/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%;}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#9d9d9d;
	min-width:1060px;
	background:#FFF;
	background:url(../images/house.jpg) left 0 no-repeat fixed;
}

table.tbl .first
{	border-bottom: solid 1px #D0D0D0;
	height: 30px}
tr.item
{
	border-bottom: solid 1px #D0D0D0;}
tr.item:hover
{	background: #F0F0F0}
tr.item td
{	 text-align: center;
	 padding-top: 20px;}
tr.order td
{
	padding: 10px;}


.novelty {	position: absolute;
	display: block;
	top: -2px;
	right: 6px;
	width: 66px;
	height: 65px;
	background: url(../images/novelty.png) no-repeat;	}
	.leader {
	position: absolute;
	display: block;
	top: -2px;
	right: 6px;
	width: 66px;
	height: 65px;
	background: url(../images/leader.png) no-repeat;
	}
.content {	padding: 10px;
	color: #333333;	}
.content h2 {	padding: 30px;	}

.content ul {
	margin: 0;
	padding: 0 0 18px 0;
	list-style: none;
}

.content ul li {
		background: url(../images/line-hor-1.gif) repeat-x 0% 0%;
		margin: 0 0 0 50px;
		line-height: 20px;
		font-size: 12px;
	}

.bg {width:100%; background:url(../images/bg-top.jpg) center 0 no-repeat;}


.butt {display:inline-block;padding:5px 10px 5px 10px;
	cursor:pointer;text-decoration:none; margin: 3px;
	font-size:12px;font-weight:bold;
	border: 1px solid #e9e9e9;
    margin: 2px;
    padding: 3px 7px;
    text-decoration: none;
    color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.butt:hover {
	border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-size:12px;font-weight:bold;
	background-color: #fcfcfb;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfb), to(#d8d6d4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fcfcfb, #d8d6d4); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fcfcfb, #d8d6d4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fcfcfb, #d8d6d4); /* IE10 */
	background-image:      -o-linear-gradient(top, #fcfcfb, #d8d6d4); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fcfcfb, #d8d6d4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcfcfb', EndColorStr='#d8d6d4'); /* IE6?IE9 */
	box-shadow:0 1px 2px rgba(18,9,3,.4);
	-moz-box-shadow:0 1px 2px rgba(18,9,3,.4);
	-webkit-box-shadow:0 1px 2px rgba(18,9,3,.4);
	color:#180c04;
}


.main {
	width:860px;
	padding:0;
	margin:0 auto;
	font-size:13px;
	line-height:18px;
}

.imgresize {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
	width: 200px;
	height: auto;
	border: 1px solid #e9e9e9;
	padding: 1px;
	margin: 0 5px 5px 0;
	}

.imgresize:hover {
	border: 1px solid #d8d6d4;
}
a {color:#1799cf; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden; padding: 10px;}
.extra-wrap {overflow:hidden;}

.path {	padding: 5px;
	}


.pagenavi {
	text-align: center;
    clear: both;
    margin: 1em 0;
}

.pagenavi a, .path a {
	border: 1px solid #e9e9e9;
    margin: 2px;
    padding: 3px 7px;
    text-decoration: none;
    color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;


}

.pagenavi a:hover, .pagenavi span, .path a:hover, .path span {
    background: #e9e9e9;
    margin: 2px;
    padding: 3px 7px;
    text-decoration: none;
    color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.path a, .path a:hover {
    padding: 3px 3px;
	}


.pagenavi span {
    font-weight: bold;
   	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}



img.img
{
	border: 1px solid #e9e9e9;
	padding: 1px;
	margin: 0 5px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.img2
{
	border: 1px solid #e9e9e9;
	padding: 1px;
	margin: 0 5px 5px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 250px;
	height: 250px;

	}


p {margin-bottom:18px;}
.p1 {margin-bottom:12px;}
.p2 {margin-bottom:10px;}
.p3 {margin-bottom:14px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:19px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.title {margin-bottom:18px;}

.it {font-style:italic;}

.letter {letter-spacing:-1px;}

.color-1 {color:#fff;}
.color-2 {color:#282828;}
.color-3 {color:#6e6e6e;}
.color-4 {color:#343434;}
.block {display:block;}
.decor {text-decoration:none;}
.decor:hover {text-decoration:underline;}
.text-1 {font-size:12px; font-family:Tahoma, Geneva, sans-serif;}
.text-2 {font-size:14px; line-height:1.285em;}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px;}
.margin-bot1 {margin-bottom:36px;}

.spacing {margin-right:35px;}

.indent {padding:0 0 0px 30px;}
.indent2 {padding-left:50px;}
.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:22px;}
.indent-bot3 {margin-bottom:45px;}

.img-indent-bot {margin-bottom:25px;}
.img-indent-bot1 {margin-bottom:26px;}
.img-indent {float:left; margin:0 20px 0px 0;}
.img-indent2 {float:left; margin:0 8px 0px 0;}
.img-indent3 {float:left; margin:0 13px 0px 0;}
.img-indent-r {float:right; margin:0 0px 0px 40px;}

.mb8 { margin-bottom:8px;}
.mb6 { margin-bottom:6px;}

.prev-indent-bot {margin-bottom:10px;}

.buttons a:hover {cursor:pointer;}

.menu li a,
.list-1 li a,
.list-2 li a,
.link,
.button,
.logo {text-decoration:none;}

/*********************************header*************************************/
header {
	width:100%;
	position:relative;
	z-index:2;
}


.logo {
/*	position:absolute;
	left:20px;
	top:50px;
	display:block;
	width:179px;
	height:143px;
	background:url(../images/logo.jpg) 0 0 no-repeat;*/
	text-decoration:none;
	z-index: 1000;
}




.menu-bg {
	background:url(../images/menu-bg.png) center 71px no-repeat;
}
.menu-indent { margin-bottom:45px; margin-left:75px;}
/****************************menu*********************************************/
nav { float:left; padding:71px 0 0px 0;}
.menu {
	padding:0px 0px 32px 24px;
	float:left;
}
.menu > li {
	float:left;
	position:relative;
	padding:0 0px 0 0px;
/*	background:url(../images/marker-1.png) left 28px no-repeat;*/
}
.menu > li.first {
	background-position:2px 28px;
}
.menu > li > a {
	display:block;
	font-size:20px;
	line-height:20px;
	padding:20px 12px 19px 20px;
	color:#ffffff;
	text-transform:uppercase;
	font-family: sans-serif;
	background:url(../images/line-6.gif) center -1000px no-repeat;
}
.menu li.sfHover > a, .menu > li > a:hover, .menu > li > a.current {
	background-position:center 0;
}
.menu ul {
	position:		absolute;
	padding:		6px 17px 2px 14px;
	top:			-999em;
	width:			250px;
	background:		url(../images/sub-1.jpg) repeat-x #FFFFFF;
}
.menu ul ul {
	width:			100px;
	background:		#2e2e2e;
	padding:		3px 14px 2px 15px;

}
.menu > li > a .sf-sub-indicator { display:none;}
.menu ul li {width:	100%;}
.menu li:hover {visibility:	inherit; }
.menu li li {padding:10px 0 10px 0; background:url(../images/line-1.gif) left bottom repeat-x; position:relative;}
.menu li li.last { background:none;}
.menu li li a {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	padding:		0 0 0 7px;
	font-size:		14px;
	line-height:	18px;
	text-transform:	capitalize;
	color:#2d2d2d;
}
.menu li li li { background:url(../images/line-2.gif) left bottom repeat-x;}
.menu li li a:hover, .menu li li.sfHover > a {color:#c98d7f; }
.menu li li li a:hover, .menu li li li.sfHover > a {color:#616161;}
.menu li li li a {
	color:#fff;
	padding-left:4px;
}
.menu li li.sfHover .sf-sub-indicator {
	display:block;
	text-indent:-5000px;
	background:url(../images/marker-3.png) no-repeat;
	width:8px;
	height:15px;
	position:absolute;
	right:-25px;
	top:10px;
	z-index:99999;
}
.menu li li .sf-sub-indicator {display:none;}
.menu li:hover ul, .menu li.sfHover ul {
	left:			7px;
	top:			59px;
	z-index:		999;
}
ul.menu li:hover li ul, ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul, ul.menu li li.sfHover ul {
	left:			102px;
	top:			-3px;
	z-index:		9999;
}
ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
	top:			-999em;
}
/*************************end menu********************************************/
.slider {
	width:1644px;
	height:404px;
	position:relative;
	left:50%;
	margin-left:-430px;
	background-color: #fff;
}
.slider-indent { margin-bottom:0px;}
/***** carousel style*****/
.carousel-1 {
	height:404px;
	width:1580px;
	overflow:hidden;
	position:relative;
	left:55px;
	}


.carousel-3 {
	/*height:280px;
	width:1580px;
	overflow:hidden; */
	position:relative;
	left:0px;
	}
.next2,
.prev2 {display:block; width:53px;	height:53px; text-indent:-5000px; position:absolute; z-index:55; background-position:right top; background-repeat:no-repeat;	}
.next2 {
	background-image:url(../images/next.jpg);
	left:1px;
	z-index:55;
	top:351px;

	}
	.next2:hover {
	background-position:0 top;
	}
.prev2 {
	background-image:url(../images/prev.jpg);
	left:1px;
	top:297px;
	}
	.prev2:hover {
	background-position:left top;
	}
.lp {	left:1px;
 }
.rp {	left:853px;
 }
#carousel-1 li {width:310px; height:404px; overflow:hidden; position:relative; margin-right:10px;}

#carousel-3 li {width:250px; height:280px; overflow:hidden; position:relative; margin-right:10px;}

.jCarouselLite-1 {width:1580px !important;}
.relative {position:relative;}
/*************************************************************************************************************************/
.slide {
	position:relative;
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow:hidden;

}
.slide a { color:#FFF; text-decoration:none;}
.description {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background:url(../images/bg-1.png);
	top:-500px;
	overflow:hidden;
}
.sldescr {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	background:url(../images/bg-1.png);
	top:300px;
	overflow:hidden;
}


.desc-padd {
	padding:247px 26px 0 25px;
}
.desc-padd2 {
	padding:100px 26px 0 25px;
}

.desc-padd3 {
	padding:30px 26px 0 25px;
}


.desc-padd span, .desc-padd2 span {
	background:url(../images/line-4.gif) left bottom repeat-x;
	padding-bottom:13px;
	margin-bottom:24px;
}
h1 {
	position:relative;
	float:left;
	left: 20px;
	font-size:34px;
	line-height:50px;
	margin-bottom: 10px;
	color:#000000;
	background:url(../images/h1line.gif) center bottom no-repeat;
}
h2 {
	color:#252525;
	font-size:28px;
	line-height:34px;
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}

h2.slide {
	color:#FFFFFF;
	font-size:28px;
	line-height:34px;
	font-weight:normal;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform:uppercase;
	margin-bottom:5px;
}


.header-text {
	font-size:24px;
	line-height:32px;
	color:#454545;
	font-weight:300;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/line-3.gif) left bottom repeat-x;
	padding-bottom:42px;
}
/*********************************content*************************************/
#content {
	width:100%;
	padding:0;
	position:relative;
	z-index:1;
}

.container-1 {
	padding:27px 0 62px 0;
}
.container-2 {
	padding:30px 0 22px 0;
}

h3 {
	font-size:26px;
	line-height:1.2em;
	margin:0 0 22px 0;
	color:#2f2e2e;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
h6 {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:12px;
}
h6 a { color:#262626;}
.img-container {
	padding:5px;
	float:left;
	border:1px solid #e2e2e2;
	background:#FFF;
}

.border-1 {
	background:url(../images/line-3.gif) left bottom repeat-x;
}
/*************************************************************************************index-1.html***********************************************************************************/
#page2 .container-1 {
	padding:38px 0 26px 0;
}
/***** carousel style*****/
.carousel-2 {
	height:830px;
	width:950px;
	overflow:hidden;
	position:relative;
	}
.next,
.prev {display:block; width:28px;	height:28px; text-indent:-5000px; position:absolute; top:-55px;	z-index:55;	}
.next {
	background-image:url(../images/next-1.jpg);
	background-repeat:no-repeat;
	background-position:0 top;
	right:0px;
	z-index:55;
	}
	.next:hover {
	background-position:0 bottom;
	}
.prev {
	background:url(../images/prev-1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	right:29px;
	}
	.prev:hover {
	background-position:left bottom;
	}
#carousel-2 li {width:200px; height:200px; overflow:hidden; position:relative; margin-right:10px; float:left;}
.jCarouselLite-2 {width:950px !important;}
.relative {position:relative;}
/*************************************************************************************************************************/

/**********************************************************************************end index-1.html***********************************************************************************/
/************************************************************************************index-2.html***********************************************************************************/
#page3 .container-1 {
	padding:38px 0 34px 0;
}
.padd-left { padding:0 10px 0 10px}
.mt-4 { margin-top:-3px;}
.mb11 { margin-bottom:11px;}
.small-col { width:120px; float:left;}
.sc-indent { margin-right:50px;}
.padd-left1 { padding-left:40px;}

/***************************************scroller****************/
				#banners {
					background:#FFF;
					overflow:hidden;
					height:665px;
				}
				#banners  .data {width:950px; height:665px;}
				.paggs {
					position:absolute;
					left:192px;
					top:36px;
				}
				.prev-2 { display:block; width:28px; height:28px; background:url(../images/prev-1.jpg) no-repeat; position:absolute; right:29px; top:-55px; z-index:99; }
				.next-2 { display:block; width:28px; height:28px; background:url(../images/next-1.jpg) no-repeat; position:absolute; right:0px; top:-55px; z-index:99; }
				.next-2:hover, .prev-2:hover { background-position:left bottom;}
 				/************************************end scroller*****************/
/**********************************************************************************end index-2.html***********************************************************************************/
/************************************************************************************index-3.html***********************************************************************************/
#page4 .container-1 {
	padding:38px 0 57px 0;
}
#page4 .container-2 {
	padding:30px 0 35px 0;
}
/**********************************************************************************end index-3.html***********************************************************************************/
/************************************************************************************index-4.html***********************************************************************************/
#page5 .container-1 {
	padding:38px 0 40px 0;
}
dl span {float:left; width:70px;}

/***** Contact form *****/
#contact-form {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
			#contact-form label {
				display:block;
				min-height:43px;
			}
			#contact-form label.message { height:193px;}
			#contact-form span.border { display:inline-block; border:1px solid #dedfe0;}
			#contact-form input {
				width:235px;
				padding:6px 5px 7px 8px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#9d9d9d;
				background:#fff;
				border:1px solid #e2e2e2;
				outline:none;
				height:18px;
			}
			#contact-form .area .error { float:none;}
			#contact-form textarea {
				height:178px;
				max-height:178px;
				margin:0;
				width:235px;
				max-width:235px;
				padding:6px 5px 7px 8px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#9d9d9d;
				background:#fff;
				border:1px solid #e2e2e2;
				overflow:auto;
				outline:none;
			}
			#contact-form a {cursor:pointer;}
				#contact-form .success {display:none; margin-bottom:20px;}
				#contact-form .error,
				#contact-form .empty {
					color:#f00;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		#page5 .buttons-2 { padding:23px 20px 0 0; text-align:right;}
		.buttons-2 a { margin-left:1px; float:right;}

/**********************************************************************************end index-4.html***********************************************************************************/
/************************************************************************************index-5.html***********************************************************************************/
#page6 .container-1 {
	padding:38px 0 39px 0;
}
/**********************************************************************************end index-5.html***********************************************************************************/
/***** Contact form *****/
#contact-form-main {
	position:relative;
	vertical-align:top;
	width:100%;
	z-index:1;
	}
	#contact-form-main fieldset {
		border:none;
		padding:0;
		}
			#contact-form-main label {
				display:block;
				min-height:39px;
			}
			#contact-form-main label.message { height:102px;}
			#contact-form-main span.border { display:inline-block; border:1px solid #dedfe0;}
			#contact-form-main input {
				width:286px;
				padding:5px 5px 7px 10px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#848484;
				background:#fff;
				border:1px solid #c1c1c1;
				outline:none;
				height:18px;
			}
			#contact-form-main .area .error { float:none;}
			#contact-form-main textarea {
				height:84px;
				max-height:84px;
				margin:0;
				width:282px;
				max-width:282px;
				padding:6px 10px 10px 9px;
				margin:0;
				font-family: Arial, Helvetica, sans-serif;
				font-size:13px;
				line-height:17px;
				color:#848484;
				background:#fff;
				border:1px solid #c1c1c1;
				overflow:auto;
				outline:none;
			}
			#contact-form-main a {cursor:pointer;}
				#contact-form-main .success {display:none; margin-bottom:20px; color:#282828;}
				#contact-form-main .error,
				#contact-form-main .empty {
					color:#f00;
					font-size:12px;
					line-height:2em;
					display:none;
					overflow:hidden;
				}
		.buttons-2 { padding:11px 8px 0 0; text-align:right;}
		.buttons-2 a { margin-left:1px; float:right;}
/*********************************************************************************************************************************************************************/

.button {
	display:inline-block;
	padding:5px 25px 7px 23px;
	color:#fff;
	background:#5b5b5b;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:16px;
}

	.button:hover {background:#969696;}

.list-1 { margin-top:-3px; padding-right:15px;}

.list-1 li {
	text-transform:uppercase;
}
	.list-1 li a {
		line-height:43px;
		font-size:24px;
		display:block;
		color:#353535;
		font-family: 'Open Sans Condensed', sans-serif;
		background:url(../images/marker-4.png) 10px -1200px no-repeat;
		padding:1px 0 0px 48px;
	}
		.list-1 li a:hover {
			color:#fff;
			background-position:10px 12px;
			background-color:#282828;
		}

.list-2 li {
	padding:13px 0 14px 0;
	background:url(../images/line-5.gif) left bottom repeat-x;
}
	.list-2 li.first {
		padding:7px 0 14px 0;
	}
	.list-2 li span { display:block; margin-bottom:12px;}
	.list-2 li a {
		display:inline-block;
		color:#262626;
		font-size:16px;
		line-height:20px;
		font-family:Arial, Helvetica, sans-serif;
	}
		.list-2 li a:hover {text-decoration:underline;}
	.list-2 .last {background:none; padding-bottom:0;}

.link:hover {text-decoration:underline;}

.box {border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px; padding:10px 10px 10px 10px;text-align: justify;border:1px solid #adadac;background-color:#f6f6f6;}


.link-1 {
	display:inline-block;
	font-size:14px;
	padding-right:8px;
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff;}

			.list-3 li {
				font-size:13px;
				line-height:18px;
				padding:6px 0 6px 12px;
				background:url(../images/marker-5.png) 0 12px no-repeat;
			}
			.list-3 li a {
				color:#343434;
				display:inline-block;
				text-decoration:none;
			}
			.list-3 li a:hover {
				text-decoration:underline;
			}




/****************************footer************************/
footer {
	width:100%;
	padding:25px 0 30px;
	background:url(../images/line-3.gif) left top repeat-x;
}
.footer-links {
	font-size:20px;
	line-height:24px;
	color:#7b7b7b;
	display:block;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
.footer-links a {
	color:#111111;
	text-decoration:none;
}
.footer-links a:hover {color:#7b7b7b;}
.list-services {
	margin:-5px 5px 0 0px;
	float:right;
}

	.list-services li {
		float:left;
		padding:0px 0px 0 7px;
		line-height:20px;
	}


	.list-services li a {
		display:block;
		width:24px;
		height:23px;
	}
	.list-services li a.first {
		background:url(../images/google.png) no-repeat;

	}
	.list-services li a.second {
		background:url(../images/flickr.png) left top no-repeat;
	}
	.list-services li a.third {
		background:url(../images/skype.png) left top no-repeat;
	}
	.list-services li a.four {
		background:url(../images/twitter.png) left top no-repeat;
	}
	.list-services li a.five {
		background:url(../images/ember.png) left top no-repeat;
	}
.list-services li a:hover { background-position:left bottom;}
	#easyTooltip{
	padding:5px 10px;
	border:1px solid #fff;
	background:#151517;
	color:#ffffff;
	font-size:11px;
	text-transform:none;
	position:relative;
	z-index:99;
}

#lang {	position:absolute;
	right:20px;
	top:30px;
	z-index:20;
	}
#lang a {	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE 5.5+*/
	-moz-opacity: 0.5; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.5; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.5; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */	}
#lang a:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /* IE 5.5+*/
	-moz-opacity: 1; /* Mozilla 1.6 e ie?a */
	-khtml-opacity: 1; /* Konqueror 3.1, Safari 1.1 */
	opacity: 1; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
	}

#toTop {
	display:none;
	position:fixed;
	left:120px;
	bottom:65px;
	overflow:hidden;
	width:100px;
	height:100px;
	z-index:20;
	background:url(../images/toTop.png) 0 top;
}
#toTop:hover { 	background:url(../images/toTop.png) 0 bottom;}

#toTop:active, #toTop:focus {
	outline:none;
}