/*Adventours - canoe styles*/

/*header */
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat: no-repeat;
	background-image: url(images/indexImages/logo.jpg);
	height: 106;
	padding-bottom:5px;
} 
.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;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* main navigation links */
#navigation td {
	border-bottom: 1px solid #F4FFE4;
}

#navigation a {
	color: #222E40;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	/*padding:0px 5px 5px 5px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
}

#navigation a:hover {
	background:#6699CC;
	color:#FFFFFF;
}

.navText {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

/*three main coloured body links */
.threeMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.threeMain, a:visited {
	color: D36920;
	text-decoration: none;
}
.threeMain, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.threeMain, a:hover {
	text-decoration: none;
	color: #D36920;
}


/*footer links */

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
} 
.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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr, #footer a:visited {
	color: #D36920;
	text-decoration: none;
}
.twoColFixRtHdr, #footer a:active {
	color: #D36920;
	text-decoration: none;
}
.twoColFixRtHdr, #footer a:hover {
	color: #D36920;
	text-decoration: none;
}


/*side column text and links */

.QuickLinks {
	font-family: Arial, Helvetica, sans-serif;
}

.QuickLinksBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #d3dcea;
	background-color: #FFFFFF;
}

.QuickLinksHeadings{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: 4b6285;
	font-weight: bold;
	background-position: center center;
}
.sideHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	line-height: 16px;
}

.customerFeedbackNewSFromRob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.customerFeedbackInside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4B5C78;
}

