@charset "UTF-8";

*{
	margin:0;
	padding:0;
}

html, body{
	background:#000;
	font-family:Georgia, serif;
	color:#FFF;
	text-align:center;
}
body.hebrew div#rightCol, li.ivrit a{
	font-family: Arial, sans-serif;
}

body{
	min-height:600px;
}

ul, ol, li{
	list-style:none;
}

#flashHolder{
	height:550px;
}

body#store #flashHolder{
	height:700px;
}

h1{
	font-size:22px;
	font-weight:bold;
	color:#FFF;
}

a img{
	border:none;
}

a{
	outline:none;
}

#navigationHolder{
	height:110px;
	background:#000;
}

#navigation{
	width:480px;
	display:block;
	margin:0 auto;
	position:relative;
	top:70px;
	letter-spacing:1px;
}

#navigation li{
	float:left;
	list-style:none;
}

#navigation li a{
	color:#CCC;
	text-decoration:none;
	padding:6px 1px 3px 1px;
	font-size:14px;
	margin-left:45px;
	display:block;
}

#navigation li a:hover{
	color:#FFF;
	/*border-bottom:1px solid #FFF;*/
}

body#show a#aShow,
body#store a#aStore,
body#contact a#aContact{
	color:#FFF;
	border-bottom:1px solid #FFF;
}


/*flash holder error msg*/
body#show #flashHolder h1, body#show #flashHolder p,
body#store #flashHolder h1, body#store #flashHolder p{
	width:900px;
	margin:10px auto 10px auto;
	text-align:left;
	font-family: Arial, sans;
}
body#show #flashHolder a,
body#store #flashHolder a{
	color:#000;
	background:#EDEDED;
	padding:3px;
	font-weight:bold;
}


/*contact page*/
#contact div#flashHolder{
	background:#b3b3b3;
	padding:50px 0 20px 0;
	height:auto;
}

div#center{
	width:850px;
	margin:0 auto;
}

div#center #leftCol{
	float:left;
	margin-right:30px;
	margin-top:5px;
}

body.hebrew div#center #leftCol{
	float:left;
	margin-right:0;
	margin-left:30px;
	margin-top:5px;
}

div#center div#rightCol{
	float:left;
}

div#center p{
	font-size:13px;
	color:#666666;
	width:538px;
	text-align:left;
	margin-bottom:20px;
	line-height:20px;
}
div#center p span{
	color:#000;
}

div#center p a, ul#contactDetails a{
	color:#000;
	font-style:italic;
}

div#center p.hr{
	border-top:1px solid #000;
	padding-top:12px;
	display:block;
	margin-bottom:0px;
}

ul#contactDetails{
	text-align:left;
	font-size:13px;
	color:#666666;
	margin-top:15px;
}

ul#contactDetails li{
	margin-bottom:4px;
}

ul#clients{
	text-align:left;
	font-size:13px;
	color:#666666;
	margin-top:10px;
}

ul#clients li{
	margin-bottom:3px;
}

ul#clients a{
	color:#000;
	text-decoration:none;
	font-style:italic;
}

div#center p a:hover, ul#contactDetails a:hover, ul#clients a:hover{
	color:#555;
}

body.hebrew div#center p,
body.hebrew ul#clients,
body.hebrew ul#contactDetails{
	text-align:right;
	direction:rtl;
}


/*lang chooser*/
body#contact #flashHolder{
	padding-top:15px;
}

body#contact #langChooser{
	/*display:none;*/
}

/*
*:first-child + html #langChooser{
	background: url('assets/black-border.gif') left 20px repeat-x;
}
*/

#langChooser{
	width:100%;
	height:25px;
	background: url('assets/black-border.gif') left 20px repeat-x;
	margin-bottom:10px;
}

#langChooser li{
	float:left;
	width:85px;
	padding-bottom:2px;
	margin-right:5px;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background:#b3b3b3;
}

#langChooser li.pushLeft{
	margin-left:65px !important;
	margin-left:50px;
}

#langChooser li#selectedLang{
	border:none;
	background:#666;
}

#langChooser li a{
	font-size:12px;
	color:#000;
	text-decoration:none;
	width:100%;
	height:18px;
	display:block;
	position:relative;
	top:3px;
}

#langChooser li.ivrit a{
	font-size:15px;
	position:relative;
	top:1px;
}

#langChooser li a:hover{
	color:#555;
}

#langChooser li#selectedLang a{
	color:#b3b3b3;
}






/*footer*/
#specialText{
	direction: ltr; 
	font-size:9px; 
	color:#000;
	text-align:left;
}

#footer{
	position:relative;
	display:block;
	margin-top:50px;
}

body#show #footer{
	margin-top:20px;
}

body#contact #footer,
body#store #footer{
	margin-top:20px;
}

a#dezionLink{
	display:block;
	width:62px;
	height:40px;
	text-decoration:none;
	position:absolute;
	right:20px;
}
a#dezionLink span{
	float:left;
	visibility:hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#d1d1d1;
}
a#dezionLink img{
	float:right;
	margin-top:2px;
}

a#dezionLink:hover span{
	visibility:visible;
}

/*clears*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    height: 1%;
}

*:first-child + html .clearfix {
    min-height: 1px;
}