﻿/* css reset: http://developer.yahoo.com/yui/reset/ */
body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*
palette:
light pink - cc3366
--medium pink- 72243d--
dark pink - 3b0819
banana - f2f5c1
green - 779f50
*/

html{
	overflow: scroll;
}

body{
	background: #99cc66 url('media/bg.gif') fixed;
	text-align:center;
	text-transform: uppercase;
	font-family:'Trebuchet MS',arial;
	font-size:11px;
	margin-bottom:800px;
}
A{
	text-decoration:none;
}
#wrapper{
	margin:auto;
	text-align:left;
	width: 875px;
	margin-top:15px;
}
/* ========================== HEADER ========================== */
#header{
	height:325px;
	position:relative;
	margin-top:100px;
}
#header .box{
	position:absolute;
	background-color:#f2f5c1;
	border:3px solid #3b0819;
	cursor:pointer;
}

#header .box:hover{
	border:3px solid #cc3366;
}
#header .box img{
	display:block;
}
#header #shiri{
	position:absolute;
	background-color:#3b0819;
	top:0px;
	left:690px;
	width:85px;
	height:55px;
	color:#f2f5c1;
	line-height:11px;
	padding:17px 0 0 3px;
	font-size:10px;
}
#header #shiri:hover{
	background-color:#cc3366;
}
#header #logo{
	position:absolute;
	top:259px;
	left:15px;
}


/* ========================== NAV ========================== */
#scrolltop{
	height:25px;
	font-size:18px;
	clear:both;
	color:#3b0819;
}
#scrolltop:hover{
	color:#cc3366;
}

#nav{
	height:25px;
	background:#3b0819;
}

#nav ul{
	display:inline;
	margin:3px 0 0 5px;
}
#nav li{
	display:inline;
	background: url('media/nav-sep.gif') bottom right no-repeat;
}
#nav li A{
	color: #cc3366;
	text-decoration:none;
	padding:0px 6px;
}

#nav .selected{
	color: white;
}

#nav li:last-child{
	background: none;
}
#nav A:hover{
	color:white;
}
#nav #mainnav{
	float:left;
}
#nav #secondarynav{
	float:right;
}

/* ========================== THUMBS STRIP ========================== */
#thumbs{
	background:#3b0819;
	overflow:hidden;
	width:100%;
	aheight:100px;
	margin-bottom:20px;
}

#thumbs .thumb img{
	width:75px;
	height:75px;
	border:1px solid black;
}
#thumbs .selected img{
	border:1px solid white;
}

.thumb {
	float:left;
	margin-left:9px;
	margin-bottom:9px;
	cursor:pointer;
}

/* ========================== FULL VIEW ========================== */
#fullview{
	aheight:500px;
	width:100%;
	background: #779f50;
	margin-bottom:20px;
	text-align:center;
	margin:auto;
}
#fullBrowseNav{
	width:100%;
	font-size:11px;
}
#fullBrowseNav  A{
	color:#f2f5c1;
	background: #72243d;
	text-decoration:none;
	margin:0px 5px;
}
#fullBrowseNav #browse-close{
	float:right;
}
#fullview #content{
	margin:0 20px 20px 20px;
	clear:both;
	display:block;
	text-align:center;
}
#fullview h1{
	font-size:22px;
	font-weight:bold;
	margin-top:20px;
}
#fullview h2{
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
}
#fullview  #mediaHolder{
	background:url('media/holdon.gif') no-repeat 50% 50%;
	margin:auto;
}
#fullview  #mediaHolder img{
	display:block;
	margin:auto;
}
#fullview  #caption{
	width:450px;
	direction:rtl;
	margin:auto;
}
#fullview .eng{
	width:380px;
	float:left;
	text-align:left;
}
#fullview  .heb{
	width:300px;
	float:right;
	text-align:right;
	direction:rtl;
}
#fullview  #toilet{
	float:left;
	margin-right:20px;
}

#fullview  #links{
	float:left;
	text-align:left;
}

/* ========================== FOOTER ========================== */
#footer{
	margin-top:5px;
	font-size:10px;
}
#copyrights{
	background:#c0dd99;
	float:right;
	padding:0 3px;
	color:#333;
}
