@charset "utf-8";
/* CSS Document for Continental Water Hose*/
/* Dayle Designs */

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
} 
/* Start Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Make images fluid for all devices*/
img {max-width: 100%;} 


/* Mobile First Design */    /*Queries for larger devices must be below this code*/
body 	{	
	background-color: #FFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
/*** Main Site Wrapper necessary to retain div locations when using zoom with IE7 ***/
.pagewrapper {
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------------ Header Styles */
header {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.logo {
	width: 70%;
	height: auto;
	max-width: 600px;
	margin: 0 auto;
}
.phonebar {
	width: 100%;
	height: auto;
	color: #000;
	line-height: 1em;
	text-align: center;
	margin: 0.5em 0;
	background-color: #ffb300;
	-webkit-box-shadow: 0 .1em .2em #351718;
	-moz-box-shadow: 0 .1em .2em #351718;
	-ms-box-shadow: 0 .1em .2em #351718;
	-o-box-shadow: 0 .1em .2em #351718;
	box-shadow: 0 .1em .2em #351718;
}

/* ----------------------------------------------------------------- General Styles */
.left			{text-align: left;}
.center			{text-align: center;}
.right			{text-align: right;}
.italic 		{font-style: italic;}
.bold			{font-weight: bold;}
.boldcenter		{text-align: center; font-weight: bold;}
.boldblack		{font-weight: bold; color: #000}
.blueboldcenter	{text-align: center; font-weight: bold; color: #000;}
.blue			{font-weight: bold; color: #000398;}
.clear 			{clear: both;}
.clearleft		{clear: left;}
.clearright		{clear: right;}
.floatleft 		{float: left;}
.floatright 	{float: right;}
.redbold		{font-size: 1em; font-weight: bold; color:#e10000;}
.redblock		{background-color: #e10000; line-height: 1.4em; color: #FFFFFF; text-decoration: none;}
.redboldcenter	{font-weight: bold; text-align: center; color: #e10000;}
.blue			{color: #005bd3;}
.green			{color: #155428;}
.tightline		{margin-top: -5px;}
.tighterline	{margin-top: -10px;}
.margintop 		{margin-top: 20px;}
.smallertext	{font-size: 0.95em;}
.smallernormal	{font-size: 0.8em; font-weight: normal;}
.underline		{text-decoration: underline;}


/* Basic Text Styles */
h1 	{
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
}
h2 {
	color: #000; 
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	margin-bottom: 5px;
}
article h2 {
	margin-top: 1em;
}
h3 	{
	display: block;
	width: 100%;
	max-width: 1024px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	padding-left: 1em;
	text-align: left;
	background-color: #006B0F;
	-webkit-box-shadow: .1em .1em .2em #351718;
	-moz-box-shadow: .1em .1em .2em #351718;
	-ms-box-shadow: .1em .1em .2em #351718;
	-o-box-shadow: .1em .1em .2em #351718;
	box-shadow: .1em .1em .2em #351718;
}
p {	color: #000;
	font-size: 1em;
	margin-top: 5px;
	text-align: left;
}

/* Link Styles */
header a:link, a:visited {
	color: #542015;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em 1em;
}
header a:hover {
	text-decoration: none;
	background-color: #f7a61b;
	-webkit-box-shadow: .1em .1em .2em #351718;
	-moz-box-shadow: .1em .1em .2em #351718;
	-ms-box-shadow: .1em .1em .2em #351718;
	-o-box-shadow: .1em .1em .2em #351718;
	box-shadow: .1em .1em .2em #351718;
}
section a:link, a:visited {
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}
section a:hover {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}
article a:link, a:visited {
	color: #542015;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: underline;
}
article a:hover {
	color: #542015;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}
.shop a:link, a:visited {
	color: #542015;
	font-weight: bold;
	text-decoration: none;
	padding: 0.1em 1em;
}
.shop a:hover {
	text-decoration: none;
	background-color: #f7a61b;
	-webkit-box-shadow: .1em .1em .2em #351718;
	-moz-box-shadow: .1em .1em .2em #351718;
	-ms-box-shadow: .1em .1em .2em #351718;
	-o-box-shadow: .1em .1em .2em #351718;
	box-shadow: .1em .1em .2em #351718;
}
.email {
	font-size: 1.3em;
	font-weight: bold;
}
.email a:link {font-weight: bold;}
.email a:hover {font-weight: normal;}

/* Main Content Styles */
section {
	width: 100%;
	max-width: 1024px;
	height: auto;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 1em;
	clear: both;
}
article {
	width: 100%;
	max-width: 1024px;
	height: auto;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 1em;
	clear: both;
}
section img {
	width: 30%;
	height: auto;
	float: none;
	margin: 1em 1em 0 1em;
}

/* Table Styles */
table 	{
	width: 100%;
	color: #000;
	background-color: #E4E4E4;
	border: solid thin #000;
	margin-top: 1em;
	overflow: hidden;
}
td		{
	text-align: center;
	border: solid #000;
	border-width: .01em;
	font-size: 1em;
	padding: 0 .2em;		
}
td a:link {font-size: .9em}

/*Footer Styles*/
footer {
	width: 100%;
	height: auto;
	clear: both;
	text-align: center;
	padding: 1em;
}
footer img {
	width: 40%;
	max-width: 320px;
	margin: 0 auto;
}
nav {
	width: 99%;
	max-width: 800px;
	height: auto;
	text-align: center;
	margin: 0 auto 1em auto;
}
nav a:link, a:visited {
	color: #252525;
	font-size: .9em;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}	
nav a:hover {
	color: #000;
	font-weight: bold;
	background-color: #cdb87f;
}
nav a::before {content: "  • ";}

.design a:link, a:visited {
	color: #323232;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}	
.design a:hover {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}

/* Media Query and CSS for Tablet*/  /* Standard Code (min-width: 481px)*/
@media (min-width: 520px) and (max-width: 878px) {
	h1 	{
	font-size: 1.6em;
	line-height: 1.6em;
	}
	h2 	{
	font-size: 1.3em;
	line-height: 1em;
	}
	h3 	{
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	}
	p {
	font-size: 1.1em;
	margin-top: 7px;
	}
	.email {
	font-size: 1.6em;
	}
	.redbold {
	font-size: 1.1em;
	}
	section {
	text-align: center;
	}
	section img {
	width: 20%;
	max-width: 166px;
	float: left;
	}
	table {
	width: 73%;
	}
	td {
	border-width: 2px;
	font-size: 1em;
	padding: 2px 2px;
	}
}  
/* End Media Query and CSS for Tablet*/ 

/* Media Queries and CSS for Desktop*/  /* Standard Code (min-width: 769px)*/
@media (min-width: 878px) {
	h1 	{
	font-size: 2em;
	line-height: 2em;
	}
	h2 	{
	font-size: 1.4em;
	line-height: 1em;
	}
	h3 	{
	font-size: 1.2em;
	line-height: 1.3em;
	}
	p {
	font-size: 1.2em;
	margin-top: 10px;
	}
	.email {
	font-size: 2em;
	}
	.redbold {
	font-size: 1.2em;
	}
	section img {
	width: 20%;
	max-width: 186px;
	float: left;
	}
	table 	{
	width: 75%;
	}
	td		{
	border-width: 2px;
	font-size: 1.1em;
	padding: 2px 5px;
	}
}
/* End Media Queries and CSS for Desktop*/