/*  CSS stylesheet by Reuven Mansharoff copyright, for Uri dushy site  */
@charset "utf-8";
* {
padding: 0;
margin: 0;
}
html {overflow-y: scroll;}
html, body {
height: 90%;
}
* html #container {
height: 100%;
}
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #F5F5F5 no-repeat fixed center top;
	/*	url(img/bg_main.jpg) no-repeat fixed center top*/	
color: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
color:#999999;
text-decoration:none;
}
a:hover {
	color:#FF0;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
}
ul a:hover {
	color:#F90;
}
ul a {
	color: #000;
	font-size: 14px;
	line-height: 180%;
}

#sidebar1 ul {
	list-style: none;
	text-indent: 11px;
}

img {
border:medium none;
}
a img {
border:medium none;
}

h1 {
	font-size: 36px;
}
h2 {
	width: 610px;
	text-align: center;
	font-size: 20px;
}
#thisheader {
	padding-right: 10px;
	padding-left: 10px;
	margin: 2px 0 0 250px;
	width: 610px;
	padding-bottom: 0;

	}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

#menu {
	font-size: medium;
	color: #000;
	position: relative;
	height: 25px;
	left: 390px;
	top: 50px;
	width: 500px;
}
#menu a {
	color: #000;
}
#menu a:hover {
	color: #F90;
}
.twoColFixLtHdr #container {
	width: 920px;
	min-height:100%;
	height: auto !important;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #F6F8F7;
	background: url(img/transparent.png);
	width: 610px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin: 2px 0 0 250px;
}

#main  {
	/*background:#FFF;*/
	overflow:hidden;
	padding:0;
	height: 100%;
	margin: 20px 0 auto;
	text-align: center;
	}

.twoColFixLtHdr #footer {
	font-size: 10px;
	text-align: center;
	width: 610px;
	text-decoration: none;
	color: rgb(130, 130, 130);
	height:30px;   /* Height of the footer */
	padding-top: 40px;
	padding-bottom: 0;
		margin: 100px 0 0 270px;
}
#footer a:hover, a:active{
		color: #F90;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.arial_me {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#logo {
	width: 230px;
	position: relative;
	bottom: 15px;
	left: 158px;
}
#cur_header{
	width: 400px;
	text-align: center;
	margin-left: 400px;
	font-size: 20px;
}
.gall_tb{
empty-cells:show;	
}
#gall_header {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #999;
	}
.gall_desc {
	font-size: 0.7em;
	text-align: left;
	padding-left: 5px;
	line-height: 98%;
	margin-top: 3px;
}
.gall_th_clip {
	height: 150px;
}
#gall_nav{
	font-size: 0.9em;
	color: #000;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 20px;
}
#gall_nav a{
	text-decoration: none;
	color: #000;
}
.gall_desc_head{
/*	text-transform: uppercase; */
/*	letter-spacing: .1em; */
	/*font-weight: bold;*/
}
#full_contain{
	width: 100%;
	height: 380px;
}
#details {
	margin-top: -70px;
	width:400px;
}
#cnav{
	width:150px;
	margin-top: 0px;
	margin-left: 450px;
}

#full_title{
	font-size: 12px;
	text-align: left;
	width: 400px;
	margin-top: 15px;
	}
#full_art_img{
	/*	-moz-box-shadow: 3px 3px 4px #AAA;
	-webkit-box-shadow: 3px 3px 4px #AAA;
	box-shadow: 3px 3px 4px #AAA;*/
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
	/* For IE 5.5 - 7 */
/*	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
}

#full_art_desc{
	font-size: 12px;
	text-align: left;
	width: 400px;
}
#full_art_desc a {
	color: #F60;	
}

#full_art_nav {
	font-size: 12px;
	font-weight: bold;
	width: 180px;
}
#full_art_nav a{
	text-decoration: none;
	color: #000;
}
#full_art_nav a:hover {
	color: #F90;
	}
.prev_next{
	font-size: 14px;
	display: block;
}
.prev_next  a:hover{
	color: #F90;
}
