html {
height: 100%;
margin: 0;
padding: 0;
background-color: #000000;
}


body {
	margin: 0;
	font-family: "Arial Narrow";
	font-size: 100%;
	color: #FFFFFF;
	/*width: 500px;*/
	/*position: absolute;*/
	padding: 0 465px 0 465px;
	/*text-align: center; *//* centering hack for IE5.x/Win */
	background-color: #000000;
}



a.homebutton{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 41px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


a.homebutton-active{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 51px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_active_home.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}


a.homebutton_he{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 41px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_home_he.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


a.homebutton_he-active{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 51px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_home_active_he.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}


a.homebutton span{
	display: block;
	padding: 4px 9px 4px 0;
	background-image: url(../images/css_button_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}


a.homebutton_he span{
	display: block;
	padding: 4px 9px 4px 0;
	background-image: url(../images/css_button_home_he.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

a.homebutton:hover{ /* Hover state CSS */
background-position: bottom left;

}




a.homebutton_he:hover{ /* Hover state CSS */
background-position: bottom left;

}

a.homebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;

}

a.homebutton_he:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;

}





a.portfoliobutton{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 41px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



a.portfoliobutton-active{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 51px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_active_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}


a.portfoliobutton span{
	display: block;
	padding: 4px 9px 4px 0;
	background-image: url(../images/css_button_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

a.portfoliobutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.portfoliobutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}



a.portfoliobutton_he{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 41px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_portfolio_he.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.portfoliobutton_he-active{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 51px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_portfolio_active_he.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}


a.portfoliobutton_he span{
	display: block;
	padding: 4px 9px 4px 0;
	background-image: url(../images/css_button_portfolio_he.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

a.portfoliobutton_he:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.portfoliobutton_he:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}




a.contactbutton{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 41px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.contactbutton-active{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 51px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_active_contact.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}


a.contactbutton span{
	display: block;
	padding: 4px 9px 4px 0;
	background-image: url(../images/css_button_contact.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

a.contactbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.contactbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


a.contactbutton_he{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 41px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_contact_he.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


a.contactbutton_he-active{
	display: block;
	float: left;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 33px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default 		is 23px) (for text in button)*/
	height: 51px; /* Height of button background height */
	padding-left: 2px; /* Width of left menu image */
	text-decoration: none;
	color: #FFFFFF;
	width: 110px;
	background-color: transparent;
	background-image: url(../images/css_button_active_contact_he.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}



a.contactbutton_he span{
	display: block;
	padding: 4px 9px 4px 0;
	background-image: url(../images/css_button_contact_he.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}

a.contactbutton_he:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.contactbutton_he:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}




.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 350px;
	position: relative;
	left: 597px;
	top: 25px;
	z-index: 9;
}
#flashdoors {
	height: 100px;
	position: relative;
	width: 320px;
	left: 520px;
	top: 40px;
}

#flashtyping {
	height: 100px;
	position: absolute;
	width: 310px;
	left: 609px;
	top: 317px;
	visibility: visible;
	z-index: 10;
}
 #header-text {
	position: absolute;
	left: 71px;
	top: -6px;
	font-size: 30px;
	z-index: 1;
}
#header-text-sub {
	 color: #FFFFFF;
  font-size: 20px;
  left: 346px;
  position: absolute;
  top: 42px;
  width: 426px;
  z-index: 12;
}


#header-text-sub-new {
  color: #FFFFFF;
  font-size: 20px;
  left: 346px;
  position: absolute;
  top: 42px;
  width: 426px;
  z-index: 12;
}


#text1 {
	position: absolute;
	height: 350px;
	width: 309px;
	left: 124px;
	top: 273px;
	color: #FFFFFF;
	font-family: "Arial Narrow";
	line-height: 125%;
	text-align: left;
	font-size: 100%;
}
#my-work {
  position: absolute;
  height: 143px;
  width: 509px;
  left: 38px;
  top: 276px;
  color: rgb(255, 255, 255);
  font-family: "Arial Narrow";
  line-height: 200%;
  text-align: left;
  font-size: 118%;
  font-variant: small-caps;
  visibility: visible;
  z-index: 7;
}

#my-work-he {
  color: #FFFFFF;
  direction: rtl;
  font-family: "Arial Narrow";
  font-size: 109%;
  font-variant: small-caps;
  height: 143px;
  left: 18px;
  line-height: 200%;
  position: absolute;
  text-align: right;
  top: 276px;
  unicode-bidi: embed;
  visibility: visible;
  width: 509px;
  z-index: 7;
}
#toolbox {
	position: absolute;
	left: 128px;
	top: 788px;
	height: 235px;
}
#text2 {
	position: absolute;
	left: 541px;
	top: 728px;
	width: 420px;
	height: 106px;
	font-family: "Arial Narrow";
	line-height: 150%;
	color: #FFFFFF;
	text-align: center;
	font-size: 100%;
}
#contact-me {
	position: absolute;
	left: 377px;
	top: 317px;
}
#contact-text {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	position: absolute;
	left: 175px;
	top: 340px;
	height: 145px;
	font-size: 100%;
	z-index: 7;
}
#contact-text-he {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	position: absolute;
	left: 90px;
	top: 340px;
	height: 145px;
	font-size: 100%;
	text-align:right;
	z-index: 7;
}
#portfolio_flash {
  left: 40px;
  position: absolute;
  top: 355px;
  z-index: 7;
}
#portfolio_text {
	font-family: "Arial Narrow";
	font-size: 100%;
	color: #FFFFFF;
	position: absolute;
	top: 865px;
	left: 40px;
	width: 492px;
	z-index: 8;
}

#portfolio_text_he {
	font-family: "Arial Narrow";
	font-size: 100%;
	color: #FFFFFF;
	position: absolute;
	top: 865px;
	left: 40px;
	width: 433px;
	text-align: right;
}
#menu_text {
	position: absolute;
	left: 546px;
	top: 282px;
}
.msg_text_h {
	margin: 0 auto;
	position: absolute;
	left: 597px;
	top: 310px;
	background-image: url(../images/home-msg.gif);
	width: 350px;
	height: 15px;
	background-repeat: no-repeat;
	z-index: 11;
	visibility: visible;
}

.msg_text_p {
	margin: 0 auto;
	position: absolute;
	left: 671px;
	top: 310px;
	background-image: url(../images/portfolio-msg.gif);
	width: 250px;
	height: 15px;
	background-repeat: no-repeat;
	z-index: 11;
}


.msg_text_c {
	margin: 0 auto;
	position: absolute;
	left: 651px;
	top: 310px;
	background-image: url(../images/contact-msg.gif);
	width: 300px;
	height: 15px;
	background-repeat: no-repeat;
	z-index: 11;
}


.msg_text_hh {
	margin: 0 auto;
	position: absolute;
	left: 621px;
	top: 310px;
	background-image: url(../images/home-msg-he.gif);
	width: 314px;
	height: 15px;
	background-repeat: no-repeat;
	z-index: 11;
	visibility: visible;
}

.msg_text_ph {
	margin: 0 auto;
	position: absolute;
	left: 576px;
	top: 310px;
	background-image: url(../images/portfolio-msg-he.gif);
	width: 350px;
	height: 15px;
	background-repeat: no-repeat;
	z-index:12;
}



.msg_text_ch {
	margin: 0 auto;
	position: absolute;
	left: 553px;
	top: 310px;
	background-image: url(../images/contact-msg-he.gif);
	width: 328px;
	height: 15px;
	background-repeat: no-repeat;
	z-index:12;
}


#home #pollard {
	position: absolute;
	height: 80px;
	width: 105px;
	left: 826px;
	top: 120px;
	visibility: visible;
	z-index: 8;
}
 #roof {
	left: 240px;
	position: relative;
	top: 0px;
	z-index: 1;
	background-color: #000000;
	width: 450px;	
}
.gray {color: #CCCCCC}
.pink {color: #FD228A}
#work #for_any {
	position: absolute;
	left: 547px;
	top: 917px;
	width: 392px;
	height: 29px;
}
#home #text1 #work-list {
	list-style-position: inside;
	text-indent: -25px;
	list-style-image: url(../images/check.gif);
}

#home #my-work #work-list {
	list-style-position: inside;
	list-style-image: url(../images/circle20.gif);
	text-align: left;
}

#home #my-work-he #work-list-he {
	list-style-position: outside;
	list-style-image: url(../images/circle20.gif);
	text-align: right;
}

#home #text1 #work-list-he {
	list-style-position: outside;
	text-indent: 5px;
	list-style-image: url(../images/check.gif);
	direction: rtl;
	unicode-bidi: embed;
	text-align: right;
	padding-right: 10px;
}
#hebrew {
	position: absolute;
	left: 50px;
	top: 141px;
	
	
}

.lang-active {
	position: absolute;
	left: 50px;
	top: 141px;
	border: medium double #FFFFFF;
	padding: 2px;
	font-family: "Arial Unicode MS";
	text-align: center;
}

/*#hebrew-active{
	position: absolute;
	left: 50px;
	top: 141px;
	border: medium double #FFFFFF;
	text-align: center;
	background-image: url(../images/hebrew-active.jpg);
	background-repeat: no-repeat;
	background-position: center 6px;
	line-height: 125%;
	margin: 2px;
	padding: 4px;
	
}*/



#hebrew-inactive {
	position: absolute;
	left: 50px;
	top: 110px;
	text-align: center;
	background-image: url(../images/hebrew-inactive.jpg);
	background-repeat: no-repeat;
	background-position: center 8px;
	line-height: 125%;
	margin: 4px;
	padding: 10px;
	visibility: visible;
	z-index: 10;
}


#hebrew-inactive:hover {
	/*position: absolute;*/
	/*left: 50px;*/
	/*top: 141px;*/
/*	text-align: center;
*/	border: medium double #FFFFFF;
	/*background-image: url(../images/hebrew-inactive.jpg);
	background-repeat: no-repeat;*/
	background-position: center 5px;
	/*line-height: 125%;*/
	margin: 4px;
	padding: 7px;
}

/*#english-active{
	position: absolute;
	left: 107px;
	top: 141px;
	border: medium double #FFFFFF;
	text-align: center;
	background-image: url(../images/english-active.jpg);
	background-repeat: no-repeat;
	background-position: center 6px;
	line-height: 125%;
	margin: 2px;
	padding: 4px;
	
}*/

#english-inactive {
	position: absolute;
	left: 50px;
	top: 141px;
	text-align: center;
	background-image: url(../images/english-inactive.jpg);
	background-repeat: no-repeat;
	background-position: center 8px;
	line-height: 125%;
	margin: 4px;
	padding: 10px;
	visibility: visible;
	z-index: 10;
}


#english-inactive:hover {
	position: absolute;
	left: 50px;
	top: 141px;
	text-align: center;
	border: medium double #FFFFFF;
	background-image: url(../images/english-inactive.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	line-height: 125%;
	margin: 4px;
	padding: 7px;
}

#index-he {
	font-family: Tahoma;
	font-size: 24px;
	direction:rtl;
	unicode-bidi:embed;
}
 #hebrew a {
	color: #FFFFFF;
	text-decoration: none;
}

#english a {
	color: #FFFFFF;
	text-decoration: none;
}
#home #text1 #work-list-he li {
	margin-bottom: 15px;
	direction: rtl;
}
.larger-he {
	font-family: "Arial Unicode MS";
	font-size: 16px;
	font-style: oblique;
	font-weight: bolder;
	color: #FFFFFF;
	direction: rtl;
	unicode-bidi: embed;
}

.reg-he {
	font-family: "Arial Narrow";
	font-size: 105%;
	color: #FFFFFF;
	direction: rtl;
	unicode-bidi: embed;
	font-weight: normal;
	font-variant: small-caps;
	line-height: 110%;
}


#2h  a img{
	border: 0px none #000000;
}
.lang_link_inactive {
	font-family: "Arial Narrow";
	color: #CCCCCC;
	font-size: 14px;
	font-variant: small-caps;
}

.lang_link_active {
	font-family: "Arial Narrow";
	color: #FFFFFF;
	font-size: 14px;
	font-variant: small-caps;
}


.lang_link_inactive-he {

	color: #CCCCCC;
	font-size: 16px;
}

.lang_link_active-he {

	color: #FFFFFF;
	font-size: 16px;
}
#footer {
	position: absolute;
	top: 580px;
	left: 80px;
	width: 220px;
}
.links {
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Arial Narrow";
}
#home #double_line {
	background-image: url(../images/double_lines_ends.jpg);
	position: absolute;
	left: 713px;
	top: 296px;
	width: 216px;
	height: 8px;
	background-repeat: no-repeat;
	z-index: 10;
	visibility: visible;
}

#contact #double_line {
	background-image: url(../images/double_lines_ends.jpg);
	position: absolute;
	left: 598px;
	top: 296px;
	width: 216px;
	height: 8px;
	background-repeat: no-repeat;
}

#work #double_line_l {
	background-image: url(../images/double_lines_ends.jpg);
	position: absolute;
	left: 598px;
	top: 296px;
	width: 105px;
	height: 8px;
	background-repeat: no-repeat;
	z-index: 10;
}

#work #double_line_r {
	background-image: url(../images/double_lines_ends.jpg);
	position: absolute;
	left: 824px;
	top: 296px;
	width: 105px;
	height: 8px;
	background-repeat: no-repeat;
	z-index: 10;
}
#home #he_double_line {
	background-image: url(../images/double_lines_ends.jpg);
	height: 8px;
	width: 216px;
	position: absolute;
	top: 296px;
	left: 598px;
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 10;
}

#home #light_p_double {
	position: absolute;
	left: 260px;
	top: 198px;
	z-index: 6;
	visibility: visible;
	
}
#header {
  background-color: #000000;
  background-image: url("../images/header_b.jpg");
  background-repeat: repeat-x;
  height: 92px;
  width: 100%;
}

#header-new {
	width: 100%;
	background-image: url(../images/header_10.jpg);
	background-repeat: repeat-x;
	height: 100px;
	background-color: #000000;
}


#contact #he_double_line {
	background-image: url(../images/double_lines_ends.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 8px;
	width: 216px;
	left: 713px;
	top: 296px;
}
#home #gowebshack-neon-light  {
	position: absolute;
	left: 44px;
	top: 2px;
	width: 250px;
	height: 120px;
	visibility: visible;
	z-index: 11;

}
.centered {
	text-align: center;
	font-family: "Arial Narrow";
	font-size: 100%;
	font-variant: normal;
}
/*#home #bottom-he_double_lines {
	width: 479px;
	height: 100px;
	position: absolute;
	left: 437px;
	top: 594px;
	background-image: url(../images/double_lines_ends.gif);
	z-index: -10;
	background-position: right;
	visibility: hidden;
}*/
/*#home #vertical-he_double_lines {
	position: absolute;
	height: 20px;
	width: 6px;
	left: 892px;
	top: 682px;
	background-image: url(../images/vertical_double_lines.jpg);
	background-repeat: repeat-y;
}*/
#home #my-skills {
  position: absolute;
  top: 416px;
  line-height: 105%;
  visibility: visible;
  z-index: 6;
  color: rgb(255, 255, 255);
  height: 164px;
  width: 431px;
  left: 54px;
}

#home #my-skills-he {
  position: absolute;
  width: 431px;
  height: 164px;
  visibility: visible;
  z-index: 6;
  color: rgb(255, 255, 255);
  font-family: "Tempo Grunge";
  font-style: italic;
  font-variant: small-caps;
  direction: rtl;
  unicode-bidi: embed;
  line-height: 150%;
  left: 101px;
  top: 409px;
}
#home #bottom-line {
  position: absolute;
  visibility: visible;
  z-index: 7;
  color: rgb(255, 255, 255);
  left: 78px;
  top: 572px;
}

#home #bottom-line-he {
  color: #FFFFFF;
  direction: rtl;
  font-family: "Arial Narrow";
  font-size: 115%;
  left: 156px;
  position: absolute;
  text-align: right;
  top: 559px;
  unicode-bidi: embed;
  visibility: visible;
  width: 343px;
  z-index: 7;
}
#home #my-skills .centered {
  font-family: Candara;
  font-size: 98%;
  line-height: 140%;
  font-style: italic;
  text-align: left;
}
#home #header-text-sub-new h1 {
	font-size: 20px;
	font-family: "Arial Narrow";
	font-weight: normal;
}
 #light_p_right {
	position: absolute;
	left: 618px;
	top: 155px;
	height: 91px;
	width: 90px;
	z-index: 9;
	visibility: visible;
}

#home #2h {
	height: 20px;
	width: 20px;
	background-color: #CC9900;
	position: absolute;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}#home #2ha {
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #99CC66;
}
#home #jstToFlash {
	color: #FFCCCC;
}
/*#light_p_left img {
	position: absolute;
	left: 92px;
	top: 198px;
	z-index: 6;
	visibility: visible;
}*/

#contact #light_p_left img {
	position: absolute;
	left: 269px;
	top: 198px;
	z-index: 6;
	visibility: visible;
}

.small-caps {
	font-family: "Arial Narrow";
	font-variant: small-caps;
	font-style: normal;
	text-align: center;
	font-size: 110%;
	line-height: 170%;
}
#home #my-work-he #work-list-he li {

}
/*#all-content {
	width: 958px;
	height: 820px;
	margin-right: auto;
	margin-left: auto;
}*/


#bodydiv {
	padding: 0 465px 0 465px;
	text-align: center; /* centering hack for IE5.x/Win */
	}
#sizer {
	width: 50%;
	margin: 0 auto 0 auto; /* standard centering method */
	text-align: left; /* resets centering hack to default */
	}
#expander {
	margin: 0 -465px 0 -465px;
	position: relative;
	text-align: left;
	}
#home #sizer #expander #typed-message {
	position: absolute;
	left: 651px;
	top: 352px;
	width: 225px;
	height: 100px;
	z-index: 11;
	text-align: left;
	background-position: center;
	line-height: 1.7em;
}


#home #sizer #expander #typed-message-he {
	position: absolute;
	left: 651px;
	top: 352px;
	width: 225px;
	height: 100px;
	z-index: 11;
	text-align: right;
	background-position: center;
	line-height: 1.8em;
}

#home #sizer #expander #typed-message .large-2 a {

	text-decoration: none;
	color: #FFFFFF;
}

#home #sizer #expander #typed-message .candara-gr-4 a{

	text-decoration: none;
	color: rgb(204, 204, 204);
}


#home #sizer #expander #typed-message .contact-me-5 a{

	text-decoration: none;
	color: rgb(255, 0, 102);
}

#home #sizer #expander #typed-message .small-1 {
	font-family: "Arial Narrow";
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
}
#home #sizer #expander #typed-message .large-7 {
	font-family: "Arial Narrow";
	font-size: 20px;
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#home #sizer #expander #typed-message .candara-wh-3 {
	font-family: Candara;
	font-size: 14px;
	color: #FFFFFF;
}
#home #sizer #expander  #typed-message .candara-gr-4 {
  font-family: Candara;
  font-size: 17px;
  color: rgb(204, 204, 204);
  margin-left: 1em;
  border-bottom: 3px dotted rgb(204,
    204, 204);
}
#home #sizer #expander #typed-message .reg-6 {
	font-family: "Courier New", Courier, monospace, "Arial Unicode MS", Candara, Calibri;
	font-size: 16px;
	color: #FFFFFF;
}
#home #sizer #expander #typed-message .contact-me-5 {
  font-family: "Arial Narrow";
  color: rgb(255, 0, 102);
  border-bottom: 3px double rgb(255,
    0, 102);
  font-size: 19px;
}

#home #sizer #expander #typed-message .large-2 {

	font-family: "Arial Narrow";
	font-size: 20px;
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
	margin-left:14px;
}



/*HEBREW*/


#home #sizer #expander #typed-message-he .large-2 a {

	text-decoration: none;
	color: #FFFFFF;
}

#home #sizer #expander #typed-message-he .candara-gr-4 a{

	text-decoration: none;
	color: rgb(204, 204, 204);
}


#home #sizer #expander #typed-message-he .contact-me-5 a{

	text-decoration: none;
	color: rgb(255, 0, 102);
}

#home #sizer #expander #typed-message-he .small-1 {
  font-family: "Arial Narrow";
  font-size: 12px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.7em;
}

#home #sizer #expander #typed-message-he .large-7 {
  font-family: "Arial Narrow";
  font-size: 20px;
  color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  margin-right: 15px;
}
#home #sizer #expander #typed-message-he .candara-wh-3 {
  font-family: Candara;
  color: rgb(255, 255, 255);
  letter-spacing: 0.2em;
  font-size: 17px;
}
#home #sizer #expander #typed-message-he .candara-gr-4 {
  font-family: Candara;
  font-size: 18px;
  border-bottom: 3px dotted rgb(204,
    204, 204);
  color: rgb(204, 204, 204);
  margin-right: 19px;
  margin-left: 10px;
}
#home #sizer #expander #typed-message-he .reg-6 {
  font-family: "Courier New" ,Courier,monospace,"Arial Unicode MS",Candara,Calibri;
  font-size: 16px;
  color: rgb(255, 255, 255);
}
#home #sizer #expander #typed-message-he .contact-me-5 {
  font-family: "Arial Narrow";
  color: rgb(255, 0, 102);
  border-bottom: 3px double rgb(255,
    0, 102);
  font-size: 19px;
}

#home #sizer #expander #typed-message-he .large-2 {
  font-family: "Arial Narrow";
  font-size: 20px;
  color: rgb(255, 255, 255);
  border-bottom: 3px groove rgb(255,
    255, 255);
  margin-right: 7px;
}

/*END HEBREW*/
#home #sizer #expander #my-skills-he #skills-list-he {
	text-align: right;
}

#work #sizer #expander #portfolio_text_intro {
  margin-left: 40px;
  width: 470px;
}

#work #sizer #expander #portfolio_text_intro_he {
  direction: rtl;
  left: 60px;
  position: absolute;
  text-align: right;
  top: 268px;
  width: 400px;
}


#contact #sizer #expander #contact-text #line-2 {
	margin-left: -20px;
}
#contact #sizer #expander #contact-text #line-3 {
	margin-left: -40px;
}
#contact #sizer #expander #contact-text #line-4 {
	margin-left: -60px;
}



#contact #sizer #expander #contact-text-he #line-2 {
	margin-right: 20px;
}
#contact #sizer #expander #contact-text-he #line-3 {
	margin-right: 40px;
}
#contact #sizer #expander #contact-text-he #line-4 {
	margin-right: 60px;
}
#home #sizer #expander #accordion #details #details-GW #DW_image {
	width: 140px;
	text-align: center;
	position: relative;
	left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#home #sizer #expander #accordion #details #details-GW #DW_image a {
color:#FFFFFF;
}

