@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:15px;
	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: #333333;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
strong {
	font-weight:bold;
}
a, a:visited {
	color:#0095FB;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.twoColFixLtHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/main_bg.gif) top center repeat-y;
	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 {
	height:210px;
	position:relative;
}
.twoColFixLtHdr#page-home .header {
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr#page-mtbTrip .header {
	background: url(../images/header02.jpg) left top no-repeat;
}
.twoColFixLtHdr#page-tomcarTrip .header {
	background: url(../images/header03.jpg) left top no-repeat;
}
.twoColFixLtHdr#page-mtbRent .header {
	background: url(../images/header04.jpg) left top no-repeat;
}
.twoColFixLtHdr#page-mtbTracks .header {
	background-image: url(../images/header05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}	
.twoColFixLtHdr#page-packages .header {
	background: url(../images/header07.jpg) left top no-repeat;
}
.twoColFixLtHdr#page-gallery .header {
	background: url(../images/header05.jpg) left top no-repeat;
}
.twoColFixLtHdr .header #matzokLogo {
	position:absolute;
	width:259px;
	height:89px;
	top:-13px;
	left:-21px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	margin-left:1px;
	background: url(../images/sidebar_bg.jpg) top left repeat-x; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 5px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position: relative;
}
.twoColFixLtHdr #mainContent a#engPageLink {
	display: inline-block;
	background: url(../images/eng.gif) center left no-repeat;
	padding: 3px 0 0 20px;
	margin: 0;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	direction: ltr;
	text-align: left;
}
.twoColFixLtHdr #galleryContent {
	margin: 0;
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}
.twoColFixLtHdr #galleryContent img {
	margin: 3px;
	border:#CCCCCC solid 1px;
	width: 180px;
	height: 135px;
}
.twoColFixLtHdr #galleryContent a {
	font-size:12px;
	font-weight:bold;
	margin-bottom:7px;
}
.twoColFixLtHdr #galleryContent a.navNextPage {
	float:left;
}
.twoColFixLtHdr #galleryContent a.navPrevPage {
	float:right;
}
.twoColFixLtHdr#page-tomcarTrip #container #mainContent p strong a {
	font-weight: bold;
}
.twoColFixLtHdr #mainContent h1, .twoColFixLtHdr #sidebar1 h3 {
	margin: 8px 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 */
	font-size:16px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent h4 {
	margin: 0;
	font-size:12px;
	font-weight:bold;
}
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #mainContent ul, .twoColFixLtHdr #sidebar1 p {
	margin: 5px 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 */
	font-size:12px;
	line-height:1.3em;
}
.twoColFixLtHdr #mainContent ul, .twoColFixLtHdr #mainContent ul li {
	margin: auto; /* 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 */
	margin-right: 7px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: normal;
	list-style: disc;
}
.twoColFixLtHdr #sidebar1 p {
	font-size:14px;
	line-height:1.3em;
}
.twoColFixLtHdr #sidebar1 img {
	margin:10px 20px 0 0;
}
.twoColFixLtHdr #sidebar1 img#matzokFB {
	margin:10px auto;
	width: 144px;
	height: 44px;
	display: block;
}
.twoColFixLtHdr #footer {
	background:#FFFFFF;
	border-top:#CCCCCC solid 1px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:10px;
}
.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;
}
.twoColFixLtHdr #footer ul {
	clear: left;
	overflow: hidden;
	width: 425px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLtHdr #footer ul li {
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.twoColFixLtHdr #footer ul li#last {
	float: right;
	border-left: none;
}
.twoColFixLtHdr #footer ul li a, .twoColFixLtHdr #footer ul li a:visited {
	color:#CCC;
	font-size:11px;
	display: block;
	text-decoration:none;
	margin: 0 5px;
}
.twoColFixLtHdr #footer ul li a:hover {
	text-decoration:underline;
}
/* HEADER: NAVBAR
  -------------------------------------------------- */
  #navbar {
	clear: left;
	height: 30px;
	overflow: visible;
	border-top: 2px solid #062436;
}
#navbar li {
	float: right;
	height: 30px;
}
#navbar li a {
	display: block;
	height: 30px;
	text-decoration:none;
}
#navbar li a span {
	visibility: hidden;
}
#navbar li.homepage a {
	width: 90px;
	background: url(../images/navigation.gif) -700px 0 no-repeat;
}
#navbar li.homepage a:hover {
	background: url(../images/navigation.gif) -700px -30px no-repeat;
}
#page-home #navbar li.homepage a {
	background: url(../images/navigation.gif) -700px -60px no-repeat;
}
#navbar li.mtbTrip a {
	width: 121px;
	background: url(../images/navigation.gif) -579px 0 no-repeat;
}
#navbar li.mtbTrip a:hover {
	background: url(../images/navigation.gif) -579px -30px no-repeat;
}
#page-mtbTrip #navbar li.mtbTrip a {
	background: url(../images/navigation.gif) -579px -60px no-repeat;
}
#navbar li.tomcarTrip a {
	width: 178px;
	background: url(../images/navigation.gif) -401px 0 no-repeat;
}
#navbar li.tomcarTrip a:hover {
	background: url(../images/navigation.gif) -401px -30px no-repeat;
}
#page-tomcarTrip #navbar li.tomcarTrip a {
	background: url(../images/navigation.gif) -401px -60px no-repeat;
}
#navbar li.mtbRent a {
	width: 137px;
	background: url(../images/navigation.gif) -264px 0 no-repeat;
}
#navbar li.mtbRent a:hover {
	background: url(../images/navigation.gif) -264px -30px no-repeat;
}
#page-mtbRent #navbar li.mtbRent a {
	background: url(../images/navigation.gif) -264px -60px no-repeat;
}
#navbar li.mtbTracks a {
	width: 191px;
	background: url(../images/navigation.gif) -73px 0 no-repeat;
}
#navbar li.mtbTracks a:hover {
	background: url(../images/navigation.gif) -73px -30px no-repeat;
}
#page-mtbTracks #navbar li.mtbTracks a {
	background: url(../images/navigation.gif) -73px -60px no-repeat;
}
#navbar li.gallery a {
	width: 73px;
	background: url(../images/navigation.gif) 0px 0 no-repeat;
}
#navbar li.gallery a:hover {
	background: url(../images/navigation.gif) 0px -30px no-repeat;
}
#page-gallery #navbar li.gallery a {
	background: url(../images/navigation.gif) 0px -60px no-repeat;
}
#container #sidebar1 div#googleAd {
	width: 200px;
	margin: 10px auto;
}

