<!--
/*--RESET ALL--*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--END RESET ALL--*/

* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#993300;
	background-color: #1174a5;
	background-repeat:repeat-x;
	background-position:top;
}
* html body{
	height:100%;
	width:100%;
}
#wrapper {
	position:relative;
	left:0;
	margin: 0 auto;
	min-height: 100%; /* For Modern Browsers */
	width: 960px;
	padding:0 5px;
	text-align: center;
	background-repeat:repeat-y;
	background-position:center top;
}
* html body #wrapper {
	height:100%;
}

/*------------------Reset Elements-----------------*/

p{
	margin:0;
	padding:0;
	text-align:justify;
}
h1,h2,h3{
	padding:0;
	margin:0;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h2{
	font-size:14px;
}
form,
select,
option,
textarea,
input{
	margin:0;
	padding:0;
}
a{
	color:#ffffff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color: #000;
	margin:0 auto;
	background:transparent;
	border: 1px solid #AC5110;
	width:200px;
}
input:hover
{
	background: #FFCC8A;
}
input:focus
{
	background: #FFCC8A;
	border: 1px solid #ff6100;
}
textarea
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	color: #ccc;
	margin:0 auto;
	background: #000;
	border: 1px solid #333;
	overflow:auto;
	width:360px;
}
textarea:hover
{
	background: #121212;
	border: 1px solid #555;
}
textarea:focus
{
	background: #121212;
	border: 1px solid #444;
}
fieldset
{
	border: 0px dotted #333;
	padding:0;
}

legend
{
	color: #ccc;
	background: #232323;
	padding: 2px 6px;
}
/*------------------END Reset Elements-----------------*/

/*------------------Main Elements-----------------*/
#Header{
	position:relative;
	margin:0 auto;
	padding:0;
	width:950px;
	height:122px;
	z-index:10;
}
#Header #menuFlash{
	width: 950px;
	height: 130px;
	background-image: url(../../images/menu1.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFF;
	z-index:10;
}
#Header ul{
	position:absolute;
	width:950px;
	overflow:hidden;
	display:inline;
	bottom:0;
	left:0;
	z-index:10;
}
#Header ul il {
	position:relative;
	margin:0 auto;
	padding:0;
	height:60px;
	line-height:60px;
	display:inline;
	background-image:url(../../images/bullet.jpg);
	z-index:10;
}
#Header a{
	color:#AD5112;
	font-size:14px;
	font-weight:bold;
}
#Header a:hover{
	color:#fff;
}
#mainContent{
	position:relative;
	width:950px;
	min-height:400px;
	margin:0 auto;
	padding:10px 0;
	z-index:10;
}
#mainBig{
	position:relative;
	width:680px;
	margin:0 auto;
	padding:0 10px;
	z-index:10;
}
#main,
#main_hp{
	position:relative;
	width:430px;
	margin:0 auto;
	padding:0 10px;
	z-index:10;
}
#mainR,
#mainR_hp{
	position:relative;
	width:250px;
	margin:0 auto;
	padding:0;
	text-align:center;
	z-index:10;
}
#mainL,
#mainL_hp{
	position:relative;
	width:250px;
	margin:0 auto;
	padding:0;
	text-align:center;
	z-index:10;
}
#mainL ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#mainL ul li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#main_hp{
	width:370px;
}
#mainR_hp{
	width:250px;
}
#mainL_hp{
	width:310px;
}
#listHolder{
	position:relative;
	margin:0 auto;
	padding:0;
	text-align:center;
	z-index:10;
}
#listHolder ul{
	text-align:center;
	margin:0 auto;
	width:600px;

}
#listHolder ul li{
	margin:20px 0;
	width:110px;
	height:110px;
	overflow:hidden;
}
#listHolder ul li a{
	color:#333;
	text-decoration:none;
}
#listHolder ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
#stuffinfo ul{
	width:320px;
	background-image:url(../../images/contact_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
#stuffinfo ul li{
	margin:20px 0;
	position:relative;
	top:1px;
	width:255px;
	overflow:hidden;
}
#stuffinfo ul li.Image{
	width:55px;
}
#stuffinfo ul li a{
	color:#0000FF;
	font-size:12px;
}
#menuHolder{
	padding:0 20px;
}
#menuHolder ul li{
	margin-bottom:10px;
}
#newsLetter{
	width:250px;
	margin:0 auto;
}
#news{
	position:relative;
	top:0;
	right:0;
	width:290px;
}
#newsTitle_he,
#newsTitle_en{
	position:absolute;
	top:12px;
	width:72px;
	height:21px;
	margin:0 auto;
	padding:0;
	z-index:100;
}
#newsBox{
	position:absolute;
	background-image:url(../../images/newsBox.png);
	background-repeat:no-repeat;
	background-position:center;
	top:0;
	left:0;
	width:276px;
	height:111px;
	margin:0 auto;
	padding:0;
	z-index:10;
}
#NewsTicker{
	position:relative;
	top:40px;
	left:0;
	z-index:100;
	width:276px;
	height:60px;
}
#NewsTicker a{
	font-size:12px;
}
#Footer{
	position:absolute;
	bottom:0;
	margin:0 auto;
	padding:0;
	width:950px;
	height:150px;
	line-height:14px;
	color:#ffffff;
	z-index:10;
}
#FooterTop{
	margin:0 auto;
	padding:0;
	font-size:160px;
	line-height:160px;
	height:160px;
	width:950px;
	z-index:10;
}
#FooterBg{
	position:absolute;
	bottom:0px;
	left:10px;
	margin:0 auto;
	padding:0;
	width:950px;
	height:50px;
	background-image:url(../../images/footerBg.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index:-1;
}
#ornaments_he,
#ornaments_en,
#ornaments2_he,
#ornaments2_en,
#ornaments3_he,
#ornaments3_en{
	position:absolute;
	top:100px;
	left:10px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	width:950px;
	height:500px;
	background-image:url(../../images/he/ornaments.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index:1;
}
#ornaments_en{
	background-image:url(../../images/en/ornaments.png);
}
#ornaments2_he{
	background-image:url(../../images/he/ornaments2.png);
}
#ornaments2_en{
	background-image:url(../../images/en/ornaments2.png);
}
#ornaments3_he{
	background-image:url(../../images/he/ornaments3.png);
}
#ornaments3_en{
	background-image:url(../../images/en/ornaments3.png);
}
#synco{
	position:relative;
	top:3px;
}
#scrollingPics{
	padding-left:10px;
}
/*------------------END Main Elements-----------------*/


/*------------------START GALLERY-----------------*/
#primary_img{
	width:400px;
	height:280px;
}
#primary_img_holder{
	width:400px;
	height:280px;
	margin:0;
	padding:17px 25px;
	background-image:url(../../images/galFrame.png);
	background-repeat:no-repeat;
	background-position:center;
}

.td_height{
	height:14px;
}
.td_gallery{
	border: 1px solid #fff;
	font: 10px Arial;
	color: #000;
	padding:0 0 2px 0;
	background: #fff;
}

.td_gallery_over{

	border: 1px solid #fd7700;
	font: 10px Arial;
	color: #fff;
	padding:0 0 2px 0;
	background: #fd7700;
}
.span_gallery{
	margin:0;
	text-align:center;
}

/*------------------END Gallery-----------------*/

/*------------------START News-----------------*/
#newsHolder_he,
#newsHolder_en{
	position:relative;
	width:564px;
	height:319px;
	padding:40px;
	background-image:url(../../images/he/newsFrame.png);
	background-repeat:no-repeat;
	background-position:center;
}
#newsHolder_en{
	background-image:url(../../images/en/newsFrame.png);
}
.upArrow{
	position:absolute;
	top:6px;
	z-index:100;
}
.downArrow{
	position:absolute;
	bottom:12px;
	z-index:100;
}

/*------------------END News-----------------*/

/*------------------Classes-----------------*/
.low{
	position:relative;
	top:3px;
}
.lower{
	position:relative;
	top:8px;
}
.clear{
	border:none;
	background:none;
	text-decoration:none;
}
.clearboth{
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.sep{
	height:5px;
	line-height:5px;
	border-bottom:1px dotted #CF5700;
	margin:0 auto;
}
.txtFloat{
	width:180px;
	margin:0 auto;
	padding:0;
}
.bullet{
	width:20px;
	margin:0 auto;
	padding:0;
	float:right;
}
.Stamp{
	position:relative;
	top:10px;
	margin:0 20px;
}
.validation{
	position:relative;
	top:9px;
	margin:0;
}
.bottomlinks{
	position:relative;
	top:10px;
}
.sizeFix{
	width:36px;
}
.btnFix{
	background: #F3660E;
	cursor:pointer;
	position:relative;
	top:15px;
	height:25px;
}
.formElement{
	width:90px;
}
.titlePos{
	position:relative;
	top:0px;
}
.border{
	border:1px solid #FFFFFF;
}
.darkFont{
	color:#5d1111;
}
.darkFont a{
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
.darkFont a:hover{
	color:#000;
	text-decoration:none;
}
.smallFont{
	font-size:12px;
}
-->
