@charset "utf-8";
/* CSS Document */
*	{
}

/* general */
body	{
	text-align:center;
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#777777;
	color:#ffffff;
	font-family:"Arial Rounded MT Bold", Arial, "Levenim MT", sans-serif;
	font-size:12px;
}
body.home	{
	width:835px;
}
img, a img	{
	border:none;
	text-decoration:none;
}
td	{
	text-align:right;
	vertical-align:top;
}
.page {
	/*padding-top:45px;*/
	padding-bottom:25px;
	text-align:right;
}
/* End general */

/* Footer */
#credits	{
	text-align:left;
	vertical-align:middle;
	font-size:11px;
	width:150px;
}
#credits a, #credits a:visited	{
	color:#dcddde;
	text-decoration:none;
}
#credits a:hover	{
	text-decoration:underline;
}

#bottomNav, #bottomNavPage, #bottomNavHome, #bottomNavContact	{
	text-align:right;
	direction:rtl;
	vertical-align:top;
	font-size:90%;
	padding:40px 8px 10px 2px;
}
#bottomNav td, #bottomNavPage td, #bottomNavHome td, #bottomNavContact td	{
	text-align:center;
	width:75px;
	padding:9px;
}
#bottomNavPage	{
	padding:25px 8px 10px 2px;
}
#bottomNavHome	{
	padding:60px 8px 10px 2px;
}
#bottomNavContact	{
	padding:9px 8px 10px 2px;
}

#bstrip	{
	position:absolute;
	top:525px;
	visibility:hidden;
}
/* End Footer */

/* portfolio */
#rightstrip	{
	background:url(../images/right-strip.jpg) no-repeat top center;
	width:4px;
	height:501px;
	float:right;
}

#right	{
	float:right;
	direction:rtl;
}
#heading	{
	padding-top:32px;
	background:url(../images/under-heading.jpg) no-repeat bottom right;
	vertical-align:top;
	width:280px;
	height:47px;
}
#pftext	{
	font-size:14px;
	line-height:120%;
	width:320px;
	height:160px;
	overflow-y:auto;
	padding:13px 17px 20px 60px;
}
#thumbsTbl	{
	padding:0px;
}
#arrows, #arrows2	{
	width:50px;
	padding-top:45px;
}
#arrows2	{
	padding-right:37px;
}
.galImage	{
	padding:2px;
	width:53px;
}

#left	{
	float:left;
	text-align:left;
}
#pflogo	{
	height:137px;
	width:345px;
	width:45px;
	text-align:left;
}
#bigPicDiv	{
	text-align:left;
	width:345px;
	padding-top:20px;
}
#bigTxt	{
	text-align:right;
	height:13px;
}
/* End portfolio */

/* about */
#pageheading	{
	padding-top:32px;
	background:url(../images/under-heading.jpg) no-repeat bottom right;
	vertical-align:top;
	width:280px;
	height:47px;
	text-align:left;
}
#pageheading img	{
	margin-left:3px;
}
#pagetext	{
	font-size:14px;
	text-align:right;
	width:530px;
	padding:33px 16px 0 0;
}
#pagetext img	{
	padding:0 0 0 13px;
}
/* End about */

/* home */
#homepage	{
	background:url(../images/bghome.jpg) right top no-repeat;
	width:800px;
	height:594px;
}
#homeplaceholder	{
	height:353px;
}
#lefthome	{
	float:left;
	height:392px;
}
#righthome	{
}
/* End home */

/* contact */
#contactDetails	{
	padding:15px 15px 2px 15px;
	font-size:13px;
	line-height:120%;
	text-align:right;
}
#contactfrm	{
	background:url(../images/bgcontact.jpg) top left no-repeat;
	width:696px;
	height:303px;
}
#contactTbl	{
	margin-right:176px;
	margin-top:-12px;
}
#contactTbl td	{
	padding-right:1px;
}
.fldname	{
	text-align:left;
	padding-left:15px;
}
.fldvalue	{
	height:30px;
}
.fldvalue input	{
	background:url(../images/bgformfld.jpg) top right no-repeat #777878;
	width:140px;
	height:20px;
	border:none;
	color:#FFFFFF;
	padding:5px;
}
.fldtext textarea	{
	background:url(../images/bgtextarea.jpg) top right no-repeat;
	direction:rtl;
	width:145px;
	height:170px;
	border:none;
	color:#FFFFFF;
	padding:5px;
}
.submittd	{
	vertical-align:bottom;
	text-align:left;
}
.submittd input	{
	padding-bottom:4px;
}
/* End contact */


















