@charset "utf-8";
body {
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

form input, form textarea {
	max-width: 80%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	margin-top: 0;	 
	font-family: Arial, Helvetica, sans-serif;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1200px;
	position: relative;
	background-color: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
	clear: both;
}
#mobile-header {
	display: none;
}
.logo {
	float: left;
	/*height: 280px;
	width: 820px;*/
	width: 68%;
	height: auto;
	text-align: center;	
}
.logo img {
	width: 48%;
	height: auto;
}
.logo h1, .header .tagline {
	text-align: center;
	margin: 5px 0 0;
	font-weight: bold;
	font-size: 28pt;
	font-family: Arial, Helvetica, sans-serif;
}
.logo h1 {
	font-size: 32pt;
}
.header .tagline {
	margin-top: 0;
}

.right-header {
	height: auto;
	padding-top: 50px;
	width: 30%;
	float: right;
	vertical-align: bottom;
	position: relative;
}
.right-header a:link, .right-header a:visited {
	display: block;
	float: right;
	width: auto;
	height: auto;
	position: relative;
	vertical-align: bottom;
	max-width: 46%;
	margin: auto 3% auto 1%;
}
.right-header a:hover, .right-header a:focus, .right-header a:active {
	opacity: .7;
}
.right-header a#rh-contact-us:link, .right-header a#rh-contact-us:visited {
	margin-top: 70px;
}
.right-header a img {
	max-width: 100%;
}

#hdr-free-shipping-disclaimer, #hdr-free-shipping-disclaimer-mobile {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	/*color: #060;*/
	color: #000;
}

.navigation {
	background-color: transparent;
	height: 50px;
	/*width: 1200px;*/
	width: 100%;
	clear: both;
	position: relative;
	font-size: 18pt;
	display: block;
	margin: auto auto 15px;
	text-align: center;
}
.navigation a:link, .navigation a:visited {
	background: transparent url(images/Navigation-Sprite.jpg) no-repeat 0 0;
	display: inline-block;
	margin: 0 1%;
	width: 250px;
	height: 50px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-family: "Times New Roman", Georgia, serif;
	background-size: 400% 300%;
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
	background-position: 0 50%;
}
.navigation a#nav-main-about:link, .navigation a#nav-main-about:visited {
	background-position: 33.3% 0;
}
.navigation a#nav-main-about:hover, .navigation a#nav-main-about:focus, .navigation a#nav-main-about:active {
	background-position: 33.3% 50%;
}
.navigation a#nav-main-product:link, .navigation a#nav-main-product:visited {
	background-position: 66.67% 0;
}
.navigation a#nav-main-product:hover, .navigation a#nav-main-product:focus, .navigation a#nav-main-product:active {
	background-position: 66.67% 50%;
}
.navigation a#nav-main-video:link, .navigation a#nav-main-video:visited {
	background-position: 100% 0;
}
.navigation a#nav-main-video:hover, .navigation a#nav-main-video:focus, .navigation a#nav-main-video:active {
	background-position: 100% 50%;
}


#mobile-nav {
	display: none;
}
#mobile-nav-dropdown {
	display: none;
}

#my-canoe-buddy-img {
	display: block;
}
#my-canoe-buddy-img-mobile {
	display: none;
}

#home-page-ctas {
	margin-top: 15px;
}
#home-page-ctas div {
	width: 30%;
	height: 250px;
	padding: 0 1%;
	margin-right: 1%;
	float: left;
	position: relative;
}
#home-page-ctas div.home-page-cta {
	background: #f2f2f2 url('images/red-banner-background-graphic.jpg') no-repeat 0 0;
	background-size: 100% 77px;
	font-size: 11pt;
}
#home-page-ctas div.home-page-cta h3 {
	text-align: center;
	color: #fff;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 14pt;
	margin: 25px;
}
#home-page-ctas div.home-page-cta a.see-more-link:link, #home-page-ctas div.home-page-cta a.see-more-link:visited {
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-decoration: none;
}
#home-page-ctas div.home-page-cta a.see-more-link:hover, #home-page-ctas div.home-page-cta a.see-more-link:focus, #home-page-ctas div.home-page-cta a.see-more-link:active {
	text-decoration: underline;
	color: #666;
}

#home-page-ctas div#myka-network-cta {
	position: relative;
	margin-right: 0;
	padding: 0;
	width: 34%;
	background: transparent url('images/myka-network-background.jpg') no-repeat 0 0;
	background-size: 100% 100%;
	padding-top: 130px;
	height: 120px;
}
#myka-network-cta a {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	text-decoration: none;
	clear: both;
}
#myka-network-cta a span {
	float: left;
}
#myka-network-cta a:link span.cta-sm-sprite, #myka-network-cta a:visited span.cta-sm-sprite {
	margin-top: 10px;
	margin-left: 10px;
	display: block;
	width: 44px;
	height: 45px;
	background: transparent url('images/social-media-facebook-you-tube-sprite.fw.png') no-repeat 0 0;
}
#myka-network-cta a:hover span.cta-sm-sprite, #myka-network-cta a:focus span.cta-sm-sprite, #myka-network-cta a:active span.cta-sm-sprite {
	background-position: 0 -90px;
}
#myka-network-cta a#youtube-cta:link span.cta-sm-sprite, #myka-network-cta a#youtube-cta:visited span.cta-sm-sprite {
	background-position: 0 -45px;
}
#myka-network-cta a#youtube-cta:hover span.cta-sm-sprite, #myka-network-cta a#youtube-cta:focus span.cta-sm-sprite, #myka-network-cta a#youtube-cta:active span.cta-sm-sprite {
	background-position: 0 -135px;
}
#myka-network-cta span.cta-sm-desc {
	font-style: italic;
	margin-top: 20px;
	margin-left: 10px;
	display: block;
}




/********************* HOME PAGE SLIDESHOW STYLES **********************/

#homepage-slideshow {
	width: 96%;
	height: 428px;
	position: relative;
	margin: auto 2%;
	overflow: hidden;
}
#homepage-slideshow img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	z-index: 2;
}
#homepage-slideshow img:last-child {
	z-index: 1;
}
#homepage-slideshow img:first-child {
	z-index: 3;
}



/********************* END HOME PAGE SLIDESHOW STYLES **********************/






/******************** PRODUCTS PAGE STYLES *************************/
#product-canoe-loaders, #product-accessories, #product-combinations, #product-kayak-frame, #product-hitch-mount {
	width: 100%;
	margin: 15px 0;
	position: relative;
}
#product-canoe-loaders div {
	position: relative;
}
.products-page-div a:link, .products-page-div a:visited {
	/*font-family: 'Bubblegum Sans', cursive;
	color: #6c3;
	font-size: 17pt;*/
	text-decoration: none;
	/*text-shadow: 2px 2px #ff0;*/
	/*font-weight: bold;*/
}
.products-page-div a:focus, .products-page-div a:hover, .products-page-div a:active {
	text-decoration: underline;
	/*text-shadow: 2px 2px #0ff;*/
}
#product-canoe-loaders ul {
	padding-left: 30px;
}
#product-canoe-loaders .float-left {
	width: 700px;
	max-width: 67.5%;
	margin-right: 2.5%;
}
#product-canoe-loaders img {
	width: 300px;
	max-width: 30%;
	float: right;
	display: inline;
}
#product-accessories h2, #product-accessories p, #product-accessories ul {
	width: 800px;
	max-width: 70%;
	margin-right: 2%;
	float: left;
}
#product-accessories img {
	float: left;
	width: 200px;
	max-width: 25%;
}
#product-combinations p.float-left {
	width: 600px;
	float: left;
	max-width: 50%;
	margin-right: 5%;
}
#product-combinations img, #product-kayak-frame img, #product-hitch-mount img {
	width: 350px;
	max-width: 40%;
	float: left;
}

.more-in-cart a:link, .more-in-cart a:visited {
	color: red;
	font-size: 14pt;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}
.more-in-cart a:hover, .more-in-cart a:active, .more-in-cart a:focus {
	color: #000;
	text-decoration: underline;
}
.funtext {
	font-family: 'Bubblegum Sans', cursive;
	color: #6c3;
	font-size: 17pt;
	text-decoration: none;
	text-shadow: 2px 2px #ff0;
	font-weight: bold;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
/******************** END PRODUCTS PAGE STYLES *************************/





/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	min-height: 300px;
}
.content a:link, .content a:visited {
	color: #000;
	text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active {
	color: #bababa;
}


.content .sizing-content-sidebars {
	width: 48%;
	margin: inherit 1%;
	position: relative;
	float: left;
}
.sizing-content-sidebars#sizing-right-sidebar {	
}
.sizing-content-sidebars#sizing-right-sidebar * {
	max-width: 95%;
	/*margin: auto;*/
	display: block;
	margin: 20px 0 0 5%;
}

/* ~~ The footer ~~ */
.footer {
	background-color: #FFFFFF;
	/*width: 1200px;*/
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	height: 400px;
	position: relative;
}

#mobile-footer {
	display: none;
}

.footer #back-to-top-link {
	width: 94%;
	margin: 10px 3%;
}
.footer #back-to-top-link a {
	text-decoration: none;
}
.footer #back-to-top-link a:hover img, .footer #back-to-top-link a:focus img, .footer #back-to-top-link a:active img {
	opacity: .7;
}
.footer #back-to-top-link a img {
	height: 80px;
	width: auto;
	float: left;
}
.footer #back-to-top-link a#ftr-full-youtube img {
	float: right;
}

.top-footer {
	background-color: #FFFFFF;
	/*background-image: url(images/footer-background.fw.png);*/
	/*width: 1200px;*/
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	height: auto;
	position: relative;
}
.top-left-footer, .top-footer-mobile {
	float: none;
	clear: both;
	height: auto;
	/*width: 735px;
	padding-left: 5px;*/
	width: 100%;
	position: relative;
	color: #b56a6a;
	font-size: 12pt;
}
.top-footer-mobile {
	font-size: 8pt;
	width: 92%;
	margin: auto 4%;
	text-align: justify;
}
#myka-footer-logo-full {
	display: block;
}
#copyright-blurb {
	text-align: center;
	font-size: 10pt;
}
.small-footer-div {
	float: left;
	height: 165px;
	width: 218px;
	padding-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
}
.small-footer-div ul {
	list-style-position: inside;
	list-style-type: disc;
	line-height: normal;
	
}

.small-footer-div li {	
}

.small-footer-div a {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}
.small-footer-div a:hover {
	color:#CC0000;
	font-weight: normal;
	text-decoration: underline;
}
.small-footer-div a:visited {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}


#ftr-sm-links {
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 60%;
}
#ftr-sm-links a:link, #ftr-sm-links a:visited {
	display: block;
	width: 107px;
	height: 45px;
	float: left;
	background: transparent url('images/footer-contact-social-media-sprite.fw.png') no-repeat 0 0;
}
#ftr-sm-links a:hover, #ftr-sm-links a:focus, #ftr-sm-links a:active {
	background-position: 0 100%;
}
#ftr-sm-links a#ftr-sm-email:link, #ftr-sm-links a#ftr-sm-email:visited {
	background-position: 33% 0;
}
#ftr-sm-links a#ftr-sm-email:hover, #ftr-sm-links a#ftr-sm-email:focus, #ftr-sm-links a#ftr-sm-email:active {
	background-position: 33% 100%;
}
#ftr-sm-links a#ftr-sm-facebook:link, #ftr-sm-links a#ftr-sm-facebook:visited {
	background-position: 66% 0;
	margin-right: 2%;
}
#ftr-sm-links a#ftr-sm-facebook:hover, #ftr-sm-links a#ftr-sm-facebook:focus, #ftr-sm-links a#ftr-sm-facebook:active {
	background-position: 66% 100%;
}
#ftr-sm-links a#ftr-sm-youtube:link, #ftr-sm-links a#ftr-sm-youtube:visited {
	background-position: 100% 0;
}
#ftr-sm-links a#ftr-sm-youtube:hover, #ftr-sm-links a#ftr-sm-youtube:focus, #ftr-sm-links a#ftr-sm-youtube:active {
	background-position: 100% 100%;
}


.left-bottom-footer {
	float: left;
	height: 65px;
	/*width: 555px;*/
	padding-top: 10px;
	/*padding-left: 5px;*/
	width: 46%;
	padding-left: .5%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.left-bottom-footer a:visited, .left-bottom-footer a:link {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}
.left-bottom-footer a:hover, .left-bottom-footer a:focus, .left-bottom-footer a:active {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
.right-bottom-footer {
	float: right;
	height: 65px;
	/*width: 555px;*/
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	/*padding-right: 5px;*/
	width: 46%;
	padding-right: .5%;
}
.right-bottom-footer a {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}
.right-bottom-footer a:hover {
	color: #999999;
	font-weight: normal;
	text-decoration: underline;
}
.right-bottom-footer a:visited {
	color:#000;
	font-weight: normal;
	text-decoration: none;
}

.far-bottom-footer {
	width: 100%;
	margin: 0;
	padding: 0;
}
.far-bottom-footer img {
	display: block;
	margin: auto;
	max-width: 100%;
}


/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
