@charset "utf-8";
<!--
/* CSS Document */

html, body {
	height: 100%;         /* required */
	/*overflow:hidden;    /* force not showing scrollers when window is smaller then website */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	font-family:"Comic Sans MS", Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}
#distance {
	margin-bottom: -280px; /* half of "content" height */
	background: none;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
}
#content {
	position: relative;   /* positions content on top of distance */
	top:0px;
	height: 560px;         /* required - desired height */
	width: 980px;          /* required - desired width */
	margin: 0 auto;       /* required */
	padding:0;
	z-index:10;
}

/*------------------Main Elements-----------------*/
#main{
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:20;
}
#main #prevImg{
	position:absolute;
	top:80px;
	right:10px;
	padding:4px;
	border:1px solid #ccc;
	background: #efefef url(../../images/loading.gif) no-repeat center;
	width:430px;
	height:300px;
	overflow:hidden;
	display:none;
}
#main #prevImg img{
	position:relative;
	top:0px;
	right:0px;
	width:430px;
	height:300px;
}
#main #prevTxt{
	position:absolute;
	top:400px;
	right:10px;
	padding:4px;
	border:1px solid #ccc;
	background-color:#efefef;
	width:430px;
	height:70px;
	overflow:hidden;
	display:none;
}
#header{
	position:relative;
	height:80px;
	color:#5d6567;
}
#header h1.heading img{
	position:relative;
	top:18px;
	width:304px;
	height:32px;
}
#header ul#language{
	position:relative;
	display:inline-block;
	top:12px;
	width:120px;
	z-index:20;
}
#header ul#language li.en{
	position:relative;
	display:inline-block;
	top:18px;
	width:50px;
	height:30px;
	cursor:pointer;
	background-image:url(../../images/en.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#header ul#language li.en:hover{
	background-image:url(../../images/en-over.jpg);
}
.en-over{
	background-image:url(../../images/en-over.jpg);
}
#header ul#language li.en img{
	width:50px;
	height:30px;
}
#header ul#language li.he{
	position:relative;
	display:inline-block;
	top:18px;
	width:50px;
	height:30px;
	cursor:pointer;
	background-image:url(../../images/he.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#header ul#language li.he:hover{
	background-image:url(../../images/he-over.jpg);
}
#header ul#language li.he img{
	width:50px;
	height:30px;
}
#header ul#language li.sep{
	position:relative;
	display:inline-block;
	top:18px;
	width:10px;
	height:30px;
	background-image:url(../../images/lang-sep.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#header ul#language li.sep img{
	width:10px;
	height:30px;
}
#header span{
	position:absolute;
	bottom:0px;
	display:inline-block;
}
#header a{
	color:#5d6567;
	text-decoration:none;
}
#header a:hover{
	color:#999;
	text-decoration:underline;
}
#col_a{
	position:relative;
	top:0px;
	width:375px;
	height:410px;
	overflow:hidden;
}
#col_b{
	position:relative;
	top:0px;
	width:560px;
	height:480px;
	overflow:hidden;
}
.work_a{
	position:relative;
	display:block;
	width:53px;
	height:240px;
	line-height:10px;
	color:#000;
}
.work_a img.play{
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
}
.work_b{
	position:relative;
	display:block;
	width:500px;
	height:240px;
	overflow:hidden;
}
.work_b h2{
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.work_b #Slide{
	visibility:hidden;
}
.work_b ul#work{
	position:relative;
	top:5px;
	margin:0 auto;
	text-align:center;
}
.work_b ul#work li{
	position:relative;
	display:block;
	width:480px;
	height:215px;
	margin-bottom:5px;
}
.work_b ul#work li div{
	display:inline-block;
	width:100px;
	height:100px;
	padding-bottom:10px;
}
.work_b ul#work li span{
	display:none;
}
.work_b ul#work li div.sep{
	display:inline-block;
	width:26px;
	height:10px;
}
.work_b ul#work li div img.thumb{
	display:inline-block;
	width:90px;
	height:90px;
	padding:4px;
	border:1px solid #ccc;
}
.work_b ul#work li div img.thumb:hover{
	background-color:#FFC;
	border:1px solid #999;
}
#controls{
	position:absolute;
	top:-20px;
	display:block;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
	width:500px;
	height:30px;
}
#controls #wrap{
	position:relative;
	display:inline-block;
	width:155px;
	height:30px;
}
#controls .up{
	display:inline-block;
	width:70px;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:top;
}
#controls .down{
	display:inline-block;
	width:70px;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
}
.work_c{
	position:relative;
	display:block;
	width:53px;
	height:240px;
	line-height:10px;
	color:#000;
}
.work_d{
	position:relative;
	display:block;
	width:500px;
	height:240px;
}
.work_d h2{
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.work_d #patch{
	position:absolute;
	top:-240px;
	width:10px;
	height:240px;
	background:#FFF;
	z-index:10000;
}
#footer{
	position:absolute;
	bottom:0;
	font-size:12px;
	width:375px;
	height:70px;
	line-height:18px;
	color:#333;
	overflow:hidden;
	background-repeat:repeat-y;
}
#footer span{
	display:block;
}
#footer span.last{
	margin-bottom:0px;
}
#footer a{
	color:#333;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:line-through;
}
#FlashMain{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:1;
}
#bgMain{
	position:fixed;
	top:0;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:2;
}
/*------------------END Main Elements-----------------*/

/*====================== start accordion ======================*/
.accordion{
	height:100%;
}
.accordion div{
	/*background-color: #eee;*/
}
/*.accordion div div{
	display:inline-block;
}*/
.accordion div.title {
	cursor:pointer;
	display:block;
	width:100%; /* For IE */
	/*height:100%;  For IE */
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal; 
	padding:2px 0;
	color:#666;
	background-repeat:no-repeat;
}
.accordion div.title:hover {
	color:#000;
}
.accordion div.selected .title { 
	font-weight: normal; 
	background-repeat:no-repeat;
}
.accordion h1{
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
	color:#666;
}
.accordion h1:hover{
	color:#000;
}
.accordion div.selected h1 { 
	font-weight: normal; 
	color:#000;
}
.accordion div div p img{
	margin:0 2px;
	display:inline-block;
}
/*====================== END accordion ======================*/

/*====================== start Qform ======================*/
#contact{
	position:relative;
	top:0px;
	display:block;
	margin:0 auto;
	width:474px;
}
#contactMsg{
	position:absolute;
	top:10px;
	display:block;
	margin:0 auto;
	width:474px;
}
.Qcontact ul{
	display:block;
	width:227px;
}
.Qcontact ul li{
	width:227px;
	margin-top:10px;
}
.Qcontact label{
	display:inline-block;
}
.Qcontact input{
	width:215px;
	padding:5px 0;
	background-color:#F5F5F5;
	border:0px solid #ccc;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:top;
}
.Qcontact input:hover,
.Qcontact input:focus{
	width:215px;
	padding:5px 0;
	background-color:transparent;
	border:0px solid #aaa;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:top;
}
.Qcontact textarea{
	width:215px;
	height:62px;
	padding:5px 0;
	background-color:#fafafa;
	border:0px solid #ccc;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	background-repeat:no-repeat;
	background-position:top;
	resize:none;
}
.Qcontact textarea:hover,
.Qcontact textarea:focus{
	width:215px;
	padding:5px 0;
	background-color:transparent;
	border:0px solid #aaa;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-position:top;
}
.Qcontact input.btn{
	position:relative;
	top:7px;
	width:92px;
	height:37px;
	padding:0px;
	border:0px solid #ccc;
	font-size:14px;
	color:#000;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../../images/btn.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.Qcontact input.btn:hover,
.Qcontact input.btn:focus{
	width:92px;
	height:37px;
	border:0px solid #aaa;
	font-size:14px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../../images/btn-over.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.Qcontact ul.seperator{
	display:block;
	width:20px;
}
.Qcontact ul.seperator li{
	width:20px;
}
.Qcontact input#verify{
	position:relative;
	top:0px;
}
.Qcontact ul li.verify{
	margin-top:22px;
	width:155px;
}
.Qcontact label.error {
	position:absolute;
	top:-5000px;
	left:-5000px;
	overflow:hidden;
	visibility:hidden;
	width:0px;
	height:0px; }
.Qcontact input[type="text"].error, .Qcontact textarea.error, .Qcontact select.error {
	
	background-color: #FCC; }
/*====================== END Qform ======================*/

/*====================== start imgPreview ======================*/
#imgPreviewWithStyles {
	background: #222 url(../../images/loading.gif) no-repeat center;
    padding: 15px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}
/*====================== END imgPreview ======================*/

/*------------------Classes-----------------*/

.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.sep{
	display:block;
	width:100%;
	height:50px;
	line-height: 50px;
	font-size: 50px;
}
.clear{
	border:none;
}
.lower{
	position:relative;
	top:3px;
}
.low{
	position:relative;
	top:5px;
}
.transBg{ 
	padding:5px 0;
	background-image:url(../../images/transBg.png);
	background-repeat:repeat;
}
.msg,
.msg2,
.msg3 {
	position: relative;
	top:10px;
	padding: 5px;
	font-size: 12px;
	color:#333;
	border: 1px solid #ccc;
	background-color: #FFC;
	width: 465px;
	display: none; }

.msg strong,
	.msg2 strong,
	.msg3 strong {
	font-weight: bold;
	font-size: 14px; }

.msg img,
	.msg2 img,
	.msg3 img {
	position: relative;
	top: 2px;
	display: inline; }

.hide { display: none; }

.msg_ok{
	height:auto;
	padding:5px;
	margin:5px 0;
	display:block;
	border:1px solid #ccc;
}
.msg_err{
	height:auto;
	padding:5px;
	margin:5px 0;
	display:block;
	border:1px solid #ccc;
}
strong{
	font-weight:bold;
	color:#333;
}
.qtip img{
	margin-top:10px;
}
.qTipDesc{
	padding:5px;
	margin:0;
}
.addthis_toolbox{
	position:absolute;
	bottom:0;
	right:0;
}

-->

