﻿@charset "utf-8";
body  {
	direction:rtl;
	font: 100% Arial, Helvetica, sans-serif;
	background: #2a4274;
	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 */
	color: #000000;
	line-height:1.4;
}
.page a:link, #FooterLinks a:link {color:#000080;text-decoration:none;}
.page a:hover, #FooterLinks a:hover {color:#000080;text-decoration:underline;}
.page a:visited, #FooterLinks a:visited {color:#000080;text-decoration:none;}
.page a:visited:hover, #FooterLinks a:visited:hover {color:#000080;text-decoration:underline;}
.twoColFixRtHdr img {
	border:1px solid #4e4eb9;
}
.twoColFixRtHdr img.paddedblock {
	display:block;
	float:right;
	margin-left:3px;
}
.twoColFixRtHdr #container { 
	width: 759px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: right; /* this overrides the text-align: center on the body element. */
	background:#fcf0da url(images/BackgroundTile.jpg) repeat;
} 
.twoColFixRtHdr #header {
	margin: 0 0 0 0;
	height: 144px;
} 
.twoColFixRtHdr #header #logo { 
	float:right;
	width:184px;
	height:144px;
	background:url(images/HeaderLogo.gif) no-repeat;
} 
.twoColFixRtHdr #header #headerContent { 
	float:right;
	width:575px;
	height:124px;
	background:url(images/HeaderBG.gif) no-repeat;
	/*border-bottom:2px solid #000080;*/
} 
.twoColFixRtHdr #header #headerSiteTitle {
	background-color: #000080;
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 3px 6px 6px;
	letter-spacing: -1px;
	text-indent: -2px;
} 
.twoColFixRtHdr #header #headerSiteSubTitle { 
	display:block;
	font-size:14pt;
	color:#000000;
	margin-top:4px;
	padding-right:6px;
} 
.twoColFixRtHdr #header #headerPageTitle { 
	display:block;
	font-size:24.5pt;
	font-weight:bold;
	color:#000000;
	margin-top:4px;
	padding-right:6px;
}	
.twoColFixRtHdr #header #headerPageBottomBorder {
	margin: -10px 0 0 0;
	font-size: 0;
	width: 549px;
	height: 2px;
	background-color: #000080;
} 
.maintitle h1{ 
	display:block;
	font-size:24.5pt;
	font-weight:bold;
	color:#000000;
	margin-top:4px;
	padding-right:6px;
} 

.twoColFixRtHdr #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 7px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pages
{
	list-style:none;
	margin-top:0px;
	padding-top:0px;
	padding-right:3px;
	margin-right:10px;
}
.pages ul li
{
	list-style:none;
}
.twoColFixRtHdr #menu {
	float: right; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.twoColFixRtHdr #menu ul
{
	list-style:none;
	margin-top:0px;
	padding-top:0px;
	padding-right:3px;
	margin-right:5px;
}
.twoColFixRtHdr #menu ul li
{
	background-image: url(images/MenuBulletNormal.gif);
	background-repeat: no-repeat;
	background-position:right;
	font-size:14px;
	font-weight:bold;
	margin-bottom:2px;
	padding-right:16px;
	padding-top:8px;
	vertical-align:bottom;
}
.twoColFixRtHdr #menu ul li.current_page_item
{
	background-image: url(images/MenuBulletSelected.gif);
	background-repeat: no-repeat;
	background-position:right;
}
.twoColFixRtHdr #menu ul li a:link, a:visited {color:#000000; text-decoration:none;}
.twoColFixRtHdr #menu ul li a:hover, a:visited:hover {color:#000000; text-decoration:underline;}
.twoColFixRtHdr div.page { 
	min-height:330px;
	margin: 0 164px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.storycontent p {
	margin-top:0px;
}
.storycontent ul {
	margin-right:18px;
	padding-right:0px;
}
.storycontent li {
	margin-right:0px;
}
td.rightcolumn {
	width:242px;
}
.twoColFixRtHdr #footer { 
	margin: 0 164px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #footer #FooterLinks {
	height:100px;
	text-align:center;
}
.twoColFixRtHdr #footer #FooterLinks .page_item {
	font-size:10pt;
	padding-left:6px;
	padding-right:6px;
}

.twoColFixRtHdr #footer #FooterLinks2 .page_item {
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
}

.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;
}
.HR {
	width:100%;
	background-color:#000080;
	font-size:0;
	height:1px;
}

.H2 {
	color: #000080;
	font-size: 18px;
}

.bookmarks {
	font-size: 10pt;
	padding-left: 20px;
	padding-right: 20px;
}

.bookmarks p {
	display: inline;
	}

.bookmarks ul, .bookmarks li {
	list-style: circle url('http://www.w-o-w.co.il/wp-content/themes/w-o-w/images/MenuBulletNormal.gif');
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
}

.contactus {
	float: left;
	width: 154px;
	height: 127px;
	background: url(http://www.w-o-w.co.il/wp-content/themes/w-o-w/images/contact_us.gif) no-repeat top;
	margin-left: 3px;
	margin-top: 3px;
	display:block;
}

.contactus a{
	float: left;
	width: 154px;
	height: 127px;
	margin-left: 3px;
	margin-top: 3px;
	display:block;
	color: #000080;
}

