html{
	height:100%;
}

body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;
	color: #333;
	background: #fff;
	
}
.wholeBody {
	/*para centralizar horizontal...*/
	height:100%;
	display: table;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.footer{
	display: table-row;
}
.footerContent{
	text-align: right;
	color: #888;
	display: table-cell;
	vertical-align: center;
	font-size: x-small;
}
.floatingCell{
	/*para centralizar vertical...*/
	margin: 0;
	padding 0;
	_position: absolute;
	display: table-cell;
	vertical-align: middle;
}
.mainContent {
	margin: 0;
	padding: 0;
	background: #cdcdcd;
	color: #fff;
	display: table;
	width:650px;
}		
p {
	 border: 0;
	 margin: 0;
	 padding: 10px;
	 width: 355px;
}

a
{
  text-decoration:none;
  color:#808080;
}

a img {
  border:0;
}

.email { 
  direction: rtl;
  unicode-bidi: bidi-override;
}

#header{
  background:transparent url(./img/header.jpg) no-repeat;
  height:67px;
  margin-left:45px;
  margin-top:20px;
  margin-bottom:20px;
}

#header a{
	height: 0;
	display:block;
	overflow:hidden;
}

.img_hor{
  margin-left:25px;
  margin-right:25px;
  width:600px;
  height:400px;
}

.img_ver{
  margin-right:125px;
  margin-left:125px;
  width:400px;
  height:600px;
}


/*---------------------ARROWS--------------------------*/

#arrow_w{

}

#left_arrow{
  background:transparent url(./img/left.jpg) no-repeat;
  height:40px;
  margin-left:20px;
  margin-top:30px;
  margin-bottom:10px;
/*  margin-right:360px;*/
}

#left_arrow_grey{
  background:transparent url(./img/left_g.jpg) no-repeat;
  height:40px;
  margin-left:20px;
  margin-top:30px;
  margin-bottom:10px;
}

#left_arrow a{
  display:block;
  height:40px;
  width:40px;
  overflow:hidden;
  background:transparent url(./img/left_h.jpg) -40px -40px no-repeat;
}

#left_arrow a:hover {
   background-position:0px 0px;
   z-index:50;
}

#right_arrow{
  background:transparent url(./img/right.jpg) no-repeat;
  height:40px;
  margin-left:590px;
  margin-top:-50px;
  margin-bottom:10px;
}

#right_arrow_grey{
  background:transparent url(./img/right_g.jpg) no-repeat;
  height:40px;
  margin-left:590px;
  margin-top:-50px;
  margin-bottom:10px;
  /*margin-right:30px;*/
}

#right_arrow a{
  display:block;
  height:40px;
  width:40px;
  overflow:hidden;
  background:transparent url(./img/right_h.jpg) -40px -40px no-repeat;
}

#right_arrow a:hover {
   background-position:0px 0px;
   z-index:50;
}

#hide{
  display:block;
  height:0;
  overflow:hidden;
}


/*--------GALLERY MENU------------*/

#menu_w{
/*display:block;*/
margin: 0 auto;
margin-bottom:0px;
display: table;

/*margin-left:30px;
margin-right:30px;
width:100%;*/

padding:0;
/*border: 2px solid #f00;*/

}

/* Step 10 - Clearing the float */
#menu {
display:block;
margin-left:35px;
margin-right:35px;
padding:0;
align:center;
border: 1px solid #cdcdcd;
}

/* Step 3 - get rid of the bullets and margin */
#menu ul {
margin:0;
padding:0;
list-style-type:none;
}

/* Step 4 and 7 - make the list horizontal and giving a 1px gap */
#menu li {
float:left;
padding:0px;

/*margin-right:1px;*/
/*margin-top:30px;*/
/*margin-left:2px;*/
border: 2px solid #777*/;
margin-left:15px;
margin-right:15px;
margin-bottom:10px;
margin-top:10px;
}

#menu a:hover {
border: 2px solid #333;
}

#menu a{
display:block;
height:0;
width:48px;
padding-top:48px;
/*color:#999;*/
overflow:hidden;
border: 2px solid #dfdfdf;
}

#menu #selected{
display:block;
height:0;
width:48px;
padding-top:48px;
overflow:hidden;
color:#fff;
border: 2px solid #000;
}


/*------CORNERS------*/


.roundcont {
/*	width: 760px;*/
	height:5px;
	/*background-color: #808080;*/
	color: #fff;
	padding:0;	
	margin-left:-5px;
	margin-right:-5px;
	/*border: 2px solid #f00;*/
	margin-bottom:0px;
        margin-top:-1px;
}


.img_hor img {
	margin-bottom:-5px;
	padding:0;
	/*border: 1px solid #0ff;*/
}
.img_ver img {
	margin-bottom:-5px;
	padding:0;
	/*border: 1px solid #0ff;*/
}


.roundtop { 
	background: url(./img/b/tr.jpg) no-repeat top right; 
	margin:0px;
}

.top_border { 
	margin-top:-5px;
	margin-right:5px;
	height:5px;
	background: url(./img/b/t.jpg); 

}

.bottom_border { 
	margin-left:0px;
	margin-top:-5px;
	height:5px;
	background: url(./img/b/b.jpg); 
}

.left_border {
	display: block !important;
	border:none;
	/*margin-top:-5px;*/
	height:500px;
	margin-left:-5px;
	width:5px;
	background: url(./img/b/l.jpg);
}

.roundbottom {
	background: url(./img/b/br.jpg) no-repeat top right;
	margin:0;
/*	border: 2px solid #0f0;*/
}

img.corner {
   width: 5px;
/*   height: 5px;*/
   border: none;
   display: block !important;
}
