@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	padding:0px;
	text-align:center;
	background: #ffffff;	
	font-size:12px;
	font-family:Arial;
	color:#666666;
}
/* ==== Author : Tomer ===================== */ 
.mosilla_nest_fix{
	/*	Place A div at the bottom of the container div	*/
	padding: 0px;
	margin: 0px;
	clear: both;
}
.disapear{
	display: none;
}
.apear{
	display: block;
}
/* ==== /Author : Tomer =================== */

/* === Main/General ======================= */
/* ======================================== */
.clearing {
	height: 0px;
	line-height: 0px;
	clear: both;
	font-size: 0px;
}
img {
	border-width:0px;
}
div, span {
 	font-family:arial;
 	font-size:12px;
}
a {
	text-decoration:none;
	color:#676767;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.underline {
	text-decoration:underline;
}
#header{
    margin:0 auto;
	margin-top:25px;
	padding:0;
	width:800px;
	height:115px;
	background: #ffb602; /* url(../images/logo_top.jpg) no-repeat top right;*/
}
#topMenu a {
	font:normal 12px arial;
	color:#ffffff;
	text-decoration:none;
}
#topMenu a:hover {
	text-decoration:underline;
}
#mainContainer {
	margin:0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding:0;
	width:800px;
	height:300px;
	background:#ffffff;
	border-top: 1px dashed #ffb400;
	border-bottom: 1px dashed #ffb400;
}
#bottom{
margin: 0 auto;
padding:0;
height: 25px;
width: 800px;
background:#ffb400;
}
#footer{
margin: 0 auto;
padding:0;
width: 800px;
color:#676767;
font:normal 11px arial;
margin-top:5px;
} 
#footer span{
color:#676767;
font:normal 11px arial;
}
#footer a {
	text-decoration:none;
	color:#676767;
	font-weight:normal;
}
#footer a:hover {
	text-decoration: underline;
}
#home_right a{
font-weight:normal;
text-decoration:underline;
}

/* === /Main/General ======================= */


/* === Gallery ============================ */
/* ======================================== */
#gallery_container {
	margin:0 auto;
	margin-top: 25px;
	padding:0;
	width:800px;
	height:390px;
	background:#ffffff;
	border-top: 1px dashed #ffb400;
	border-bottom: 1px solid #ffb400;
}
#gallery_picture{
height: 300px;
background:#ffffff;
vertical-align:middle;
text-align:center;
}
#gallery_picture_title{
height: 21px;
background:#ffffff;
border-top: 1px dashed #ffb400;
border-bottom: 1px dashed #ffb400;
padding-top: 4px;
color: #999999;
font-weight:normal;
}
#gallery_thumbs{
height: 40px;
background:#ffffff;
padding-top: 12px;
padding-bottom:11px; 
}
.thumb_img{
width:37px; 
height: 38px; 
border: 1px solid #999999;
cursor:pointer;  
}
#gallery_right a{
font: normal 14px arial;
color:#999999;
text-decoration:none;
display:block;
line-height: 22px;
}
#gallery_right a:hover{
font-weight:bold;
}
/* === /Gallery ========================== */
