body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #515151;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

applet{
	margin: 0px;
	padding: 0px;
	display: block;
}

.imgFix{
	margin: 0px;
	padding: 0px;
	display: block;
}

a{
	text-decoration: none;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

.arrowLink{
	background-image: url(../i/List-link/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 10px;
	margin-bottom: 3px;
	float: left;
	clear: left;
}

p{
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.textList{
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: none;
	background-repeat: repeat-y;
	list-style-image: url(../i/List-link/Dot.gif);
}

h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	height: 58px;
	display: block;
	width: 750px;
	margin: 0px;
	padding-left: 30px;
	padding-top: 10px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #45a46b;
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DDE8;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	color: #4573A4;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2dde8;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4573a4;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	margin-bottom: 2px;

}

.smallFont_red{
	color: #990000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

.orange_title{
	background-image: url(../i/background/orange_head.jpg);
}

.violet_title{
	background-image: url(../i/background/violet_head.jpg);
}

.blue_title{
	background-image: url(../i/background/blue_head.jpg);
}

.sky_title{
	background-image: url(../i/background/sky_head.jpg);
}

.gray_title{
	background-color: #242424;
	background-image: url(../i/background/gray.gif);
}

.logo{
	text-align: left;
	padding: 10px;
}

.language{
	padding-left: 520px;
}

.mainTable{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2DDE8;
	padding: 15px;
}



/* ---News --- */
.textBlock{
	padding: 15px;
}

.textBlock td{
	margin: 0px;
	padding: 0px;
}

.textBlock .imageIcon{
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;

}


.newsTable tr{
	background-image: url(../i/news/page/newsBoard_centr.gif);
	background-repeat: repeat-x;
}

.newsTable td{
	padding: 0px;
}

.newsTable div{
	background-image: url(../i/news/page/newsBoard_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.newsTable div div{
	background-image: url(../i/news/page/newsBoard_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}

.newsTable h3{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.newsTable p{
	padding: 0px;
	margin-bottom: 5px;
}



/* ---Social --- */
.social{
	text-align: center;
	vertical-align: sub;
	padding-top: 10px;
}

.social img{
	margin-right: 10px;
}



/* ---Main Tabs --- */
.mainTabs{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../i/page/shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: 25px;
}

.mainTabs li
{
	float: left;
	height: 25px;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 2px;
	list-style-type: none;
}

.mainTabs a{
	float: left;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 12px;
}

.mainTabs .select a:hover {
	color: #B7D2FA;
	text-decoration: none;
}

.mainTabs .normal a:hover {
	color: #B7D2FA;
	text-decoration: none;
}


.mainTabs .select a 
{
	background-image: url(../i/page/tab_right_sel.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000000;
}

.mainTabs .select 
{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../i/page/tab_left_sel.gif);
	background-color: #FFFFFF;
}

.mainTabs .normal a 
{
	background-image: url(../i/page/tab_right_norm.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
}

.mainTabs .normal 
{
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../i/page/tab_left_norm.gif);
	background-color: #8f8e8e;
}


/* ---Sub Menu Navigation --- */
.subMenu{
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.subMenu .normal {
	background-color: #f1f3f4;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 3px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d2dde8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2dde8;
}	

.subMenu .normal a{
	text-decoration: none;
	color: #4573a4;
	
}

.subMenu .normal a:hover{
	color: #a44545;
}

.subMenu .select{
	display: block;
	background-color: #FFFFFF;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d2dde8;
	border-bottom-color: #d2dde8;
	border-left-color: #d2dde8;
	border-bottom-width: 1px;
}

.subMenu .select a{
	text-decoration: none;
	color: #4573a4;
	font-weight: bold;
}

.subMenu .select a:hover{
	color: #a44545;
}

/* --- Content --- */
.sheet{
	width: auto;
	background-color: #FFFFFF;
	text-align: left;
	z-index: 1;
}

.shadow{
	padding-right: 10px;
	padding-left: 10px;
	width: auto;
	background-image: url(../i/page/shadow_left_right.gif);
	background-repeat: repeat;
	background-position: left top;
}

.textContent{
	width: auto;
	padding: 10px;
}


/* --- Companies Date (Distributors) --- */
.companyInfo{
	font-size:11px
}

.mapIt{
	display: block;
	background-image: url(../i/icons/target_Webpage.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	width: 50px;
}

/* --- Downloads --- */
.downloads_pdf{
	margin: 0px;
	padding-top: 3px;
	padding-left: 20px;
	background-image: url(../i/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.downloads_zip{
	margin: 0px;
	padding-top: 3px;
	padding-left: 20px;
	background-image: url(../i/icons/zip.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ---Bottom Menu --- */
.buttomMenu {
	width: auto;
	height: 20px;
	text-align: center;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../i/page/shadow_down.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
	font-size: 11px;
}

.buttomMenu a{
	color: #FFFFFF;
	text-decoration: none;
}

.buttomMenu a:hover {
	color: #B7D2FA;
	text-decoration: none;
	clear: left;
}


/*---Contact box---*/
#uaClock{
	font-size: 23px;
	color: #a5c5e4;
	font-weight: bold;
	margin: 0px;
	padding: 0px;

}

#localClock{
	font-size: 9px;
	color: #999999;
	font-weight: bold;

}

#message{
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #45A46B;
}

#content{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*----Applet-----*/
#appletLoading{
	background-color: #FFFFCC;
	background-image: url(../i/animation/load_message.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 25px;
	display: block;
}

/*--- Gallery ---*/
#imageFrame{
	background-image: url(../i/gallery/icons/load_40.gif);
	background-repeat: no-repeat;
	height: 0px;
	width: 0px;
	z-index: 20;
	top: 38px;
	position: absolute;
	left: 758px;
	background-position: center center;
	visibility: inherit;
	background-color: #000000;
	cursor:url(http://applet3d.com/i/icons/zoomout.cur), pointer;
}

#curentImage{
	background-image: url(../temp/nullImage.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	width: 100%;
}

#closeButton{
	height: 0px;
	background-color: #000000;
	display: block;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-image: url(../i/gallery/icons/closebut.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor:pointer;
}

#shadeLayer {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
	background-color: #000000;
	cursor:url(http://applet3d.com/i/icons/zoomout.cur), pointer;
}

.imageIcon{
	cursor:pointer;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	background-image: url(../i/gallery/icons/load_40.gif);
}

.imageIcon a{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	height: 100%;
	width: 100%;
	background-image: url(../i/gallery/icons/zoomIcon.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: right bottom;
	cursor:url(http://applet3d.com/i/icons/zoomin.cur), pointer;
}

.imageIcon a:hover{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=99);
	-moz-opacity: 0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}

.imageStock img{
	margin: 0px;
	padding: 0px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
}

/**** Info Buttons****/
.infoButtons{
	display: block;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

.infoButtons li{
	list-style-type: none;
	float: left;
	margin-right: 10px;

}

.readMoreBut a{
	display: block;
	list-style-type: none;
	height: 18px;
	width: 92px;
	background-color: #b0b0b0;
	font-weight: bold;
	padding-top: 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../i/Buttons/read_more_normal.gif);
}

.readMoreBut a:hover{
	background-color: #4574a2;
	background-image: url(../i/Buttons/read_more_over.gif);
	text-decoration: none;
	color: #FFFFFF;

}

.tryItBut a{
	display: block;
	list-style-type: none;
	height: 18px;
	width: 54px;
	background-color: #b0b0b0;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(../i/Buttons/run_it_normal.gif);
}

.tryItBut a:hover{
	background-color: #4574a2;
	background-image: url(../i/Buttons/run_it_over.gif);
	text-decoration: none;
	color: #FFFFFF;
}

.videoBut a{
	display: block;
	list-style-type: none;
	height: 18px;
	width: 61px;
	background-color: #b0b0b0;
	font-weight: bold;
	padding-top: 3px;
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../i/Buttons/video_normal.gif);
}

.videoBut a:hover{
	background-color: #4574a2;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../i/Buttons/video_over.gif);
}

/*** Feed back submission form***/
#feedbackFrame{
	background-color: #f1f3f4;
	text-align: left;
	color: #666666;
	padding: 10px;
	border: 1px solid #d2dde8;
	visibility: hidden;
	z-index: 30;
	height: 273px;
	width: 324px;
	position: absolute;
	left: 842px;
	top: 453px;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	-moz-opacity: 0.01;
	-khtml-opacity: 0.01;
	opacity: 0.5;*/
}

#feedbackFrame h3 {
	font-family: "Times New Roman", Times, serif;
	color: #4573A4;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d2dde8;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

.feedbackButton{
	display: block;
	height: 19px;
	right: 0px;
	bottom: 0px;
	background-image: url(../i/icons/Feedback.gif);
	font-weight: bold;
	cursor:pointer;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DDE8;
	background-position: left center;
	padding-top: 2px;
	float: left;
	padding-left: 19px;
}
/*.feedbackButton a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

.feedbackButton a:hover{
	color: #FFFF00;

}*/


/*** Share Button***/
.addthis_toolbox{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DDE8;
	height: 19px;
	padding-top: 2px;
	float: left;
	padding-right: 7px;
}


/*** Client's Feed back***/
.clientsIfo{
	display: block;
	float: left;
	width: 390px;
	margin-top: 10px;
}
.feedback{
	display: block;
	font-style: italic;
	font-size: 12px;
	color: #B6B6B6;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	float: left;
}
.feedback .quote{
	width: 290px;
	display: block;
	text-align: left;
	background-image: url(../i/icons/quote_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}

.feedback .quote .job{
	display: block;
	font-size: 10px;
}

.feedback .text{
	display: block;
	text-align: left;
	width: 250px;
	background-image: url(../i/icons/quote_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
}

.association{
	width: 100px;
	float: left;
	clear: left;
	text-align: left;
}



/*** Page List***/
.pagesList{
	display: block;
	height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2DDE8;
	text-align: center;
	padding-top: 2px;
	margin: 0px;
	padding-left: 0px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.pagesList li{
	list-style-type: none;
	float: right;
}

.pagesList .normal a{
	display: block;
	margin-left: 1px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	color: #b0b0b0;
}

.pagesList .normal a:hover{
	border: 1px solid #4574A2;
	color: #4574A2;
}

.pagesList .select a{
	display: block;
	background-color: #b0b0b0;
	margin-left: 1px;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.pagesList .select a:hover{
	background-color: #4574A2;
	text-decoration: none;
}

.pagesList .nextPage{
	background-image: url(../i/List-link/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding-right: 10px;
	float: right;
	margin-left: 6px;
	margin-top: 1px;
}

.pagesList .prewPage{
	background-image: url(../i/List-link/arrowbake.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	float: right;
	margin-top: 1px;
	padding-left: 10px;
	margin-right: 6px;
}

/*** Video Page***/

.videoPlayList{
	margin: 0px;
	display: block;
	height: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.videoPlayList img{
	padding: 1px;
	
	}

.videoPlayList li{
	width: 105px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 0px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	float: left;
	display: block;
}

.videoPlayList li span{
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

.videoPlayList li a{
	background-color: #000000;
	height: 87px;
	width: 107px;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../i/gallery/icons/load_40.gif);
	text-decoration: none;
}

.videoPlayList li a:hover{
	background-color: #ffffff;
}
