 /*
  * Cascading Style Sheet (CSS 2.1) for Spruce Lake Tours (http://www.sprucelaketours.ca/)
  * Author: Evgueni Naverniouk, evgueni@wizard.ca, http://www.wizard.ca/
  * COPYRIGHT INFORMATION - DO NOT REMOVE
  * Copyright (c) 2008 Wizard IT Services. All Rights Reserved.
  *
  * All style attributes in alpha-numeric order starting from 0
  */

/*
 * ========================================
 * Global Elements and Template Styles
 * ========================================
 */

html,
body {
	background: #FFF;
	color: #000;
	font-family: Arial, Verdana, "Trebuchet MS", Tahoma, sans-serif, Georgia, Courier, "Times New Roman", serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;  /* Opera Fix */
	text-align: center; /* IE Fix */
	width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}

	a:hover {
		color: #444;
		cursor: pointer;
	}

#WrapperBorder {
	border: 1px solid #CECECE;
	border-top: 0;
	margin: 0 auto;
	padding: 0 1px 1px 1px;
	width: 800px;
}
	
#Wrapper {
	border-spacing:0;
	padding: 0;
	text-align: left; /* IE Fix */
}

	#Sidebar {
		background: #718FA3 url(../img/sidebar-bg.gif) repeat-x left 132px;
		width: 200px;
	}
	
		#Sidebar #SidebarHeader {
			background: transparent url(../img/sidebar-header.gif) no-repeat top left;
			height: 132px;
			width: 200px;
		}
	
		#Sidebar h2 {
			color: #FFF;
			font-size: 16px;
			font-weight: bold;
			margin: 15px 0 10px 0;
			padding: 0 0 0 10px;
		}
		
			#Sidebar h2 span {
				color: #C1B424;
				font-size: 14px;
			}
			
		#Sidebar ul {
			border-top: 1px solid #6F7575;
			list-style: none;
			margin: 0;
			padding: 0;
			width: 200px;
		}
		
			#Sidebar ul li {
				border: 1px solid #6F7575;
				border-top: 0;
				margin: 0;
				padding: 0;
			}
			
				#Sidebar ul li a {
					background: #FFF url(../img/sidebar-nav.gif) repeat-x top left;
					border-left: 1px solid #FFF;
					border-right: 1px solid #FFF;
					color: #363D52;
					display: block;
					font-size: 12px;
					height: 23px;
					line-height: 23px;
					padding: 0 0 0 25px;
					width: 171px;
				}
				
					#Sidebar ul li a:hover {
						background-position: bottom;
						color: #1D2A2D;
					}
					
					#Sidebar ul li.selected a {
						background: #EEF0F0 url(../img/sidebar-nav-selected.gif) repeat-x top left;
						font-weight: bold;
					}
					
		#Sidebar h3 {
			background: #3D524D;
			color: #FFF;
			font-size: 11px;
			margin: 10px 0 5px 0;
			padding: 3px 0;
			text-align: center;
		}

			#Sidebar #NewsletterBox {
				background: #55737D url(../img/sidebar-box.gif) repeat-x top left;
				margin: 0 auto;
				width: 193px;
			}
			
				#Sidebar #NewsletterBox  p {
					color: #FFF;
					font-size: 11px;
					margin: 0;
					padding: 8px;
					text-align: center;
				}
				
					#Sidebar #NewsletterBox p a {
						color: #E2D113;
						font-weight: bold;
						text-decoration: none;
					}
					
						#Sidebar #NewsletterBox p a:hover {
							border-bottom: 1px dotted #E2D113;
							color: #FFF;
						}
				
			#Sidebar #NewsletterBoxTop,
			#Sidebar #NewsletterBoxBottom {
				background: red;
				height: 1px;
				margin: 0 auto;
				width: 191px;
			}
			
				#Sidebar #NewsletterBoxTop {
					background: #556968;
					margin-top: 2px;
				}
				
				#Sidebar #NewsletterBoxBottom {
					background: #55737D;
					margin-bottom: 10px;
				}
	
	#Content {
		background: transparent url(../img/header-bg.gif) no-repeat top left;
		width: 600px;
	}
	
		#Logo {
			background: transparent url(../img/logo.png) no-repeat top left;
			height: 53px;
			margin: 35px 0 0 240px;
			width: 351px;
		}
		
			#Logo h1 {
				margin: 0;
			}
			
				#Logo h1 a {
					display: block;
					outline: none;
					text-indent: -9000px;
				}
				
		#Teaser {
			background: transparent url(../img/teaser-1.gif) no-repeat top left;
			height: 148px;
			width: 600px;
		}
		
		.PageHeader {
			background: #2B3E41 url(../img/pageheader-bg.gif) repeat-x top left;
			border: 1px solid #FFF;
			border-right: 0;
			color: #FFF;
			font-size: 14px;
			margin: 0;
			padding: 4px 20px;
		}
		
			.PageHeader span {
				color: #7FA1BA;
				display: block;
				float: left;
				margin: -1px 3px 0 0;
			}
			
		#PageContent {
			color: #2C3E42;
			font-size: 12px;
			margin: 0 0 10px 0;
			padding: 20px;
			text-align: justify;
		}
		
			#PageContent p a{
				text-decoration: underline;
			}
		
			#PageContent h4 {
				color: #305372;
				font-size: 14px;
				margin: 10px 0 0 0;
			}
			
			#PageContent #PhotoBlock {
				float: right;
				margin: 0 0 0 20px;
				width: 170px;
			}
			
				#PageContent #PhotoBlock img {
					border: 4px solid #CDCDCD;
					border-radius: 4px;
					margin: 25px 0 0 0;
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
				}
				
			#Gallery,
			#GiftShop {
				border-spacing: 0;
				font-size: 11px;
				margin: 0;
				padding: 0;
				text-align: center;
				width: 100%;
			}
			
				#Gallery td ,
				#GiftShop td{
					padding: 5px 10px !important;
				}
			
				#Gallery a,
				#GiftShop a{
					border: 1px solid #999;
					display: block;
					height: 100px;
					margin: 0 auto;
					padding: 2px;
					width: 100px;
				}
				
					#GiftShop a {
						height: inherit;
					}
					
					#Gallery a:hover,
					#GiftShop a:hover{
						cursor: pointer;
						filter: alpha(opacity=80);
						-moz-opacity: 0.6;
						opacity: 0.6;
						-webkit-opacity: 0.6;
					}
				
					#Gallery a img,
					#GiftShop a img{
						border: 0;
					}
					
		#Newsletters {
			font-weight: bold;
		}
		
		.NewsletterPage {
			text-align: center;
		}
		
			.NewsletterPage p {
				font-size: 12px;
				margin: 8px;
				text-align: left;
			}
				
#Footer  {
	color: #888;
	font-size: 11px;
	margin: 10px auto;
	padding: 0 0 20px 0;
	text-align: center;
	width: 800px;
}

	#Footer a {
		
	}
