@import url('//fonts.googleapis.com/css?family=Capriola|Sintony');

body {
	margin: 0;
	padding: 0;
	background: #008FBC url(../images/tile-bg.jpg) top center repeat;
	font: 14px/1.5 "Sintony", Arial, Helvetica, sans-serif;
	color: #24434D;
}



/* ============================================== various template-specific elements that need hiding ============================================== */

#nav, .HideForMobile {
	display: none;
}


/* ============================================== nav ============================================== */

#header table {
	width: 100%;
	background: url(../images/stone-bg.jpg) top center repeat;
	background-size: 180px auto;
	line-height: 1.2;
	text-align: center;
}
#header td {
	padding: 15px 10px;
}
#header img {
	border: none;
	width: 100%;
	max-width: 300px;
}
#logo {
	display: block;
	font-size: 32px;
	line-height: 1.0;
	color: #0D7C9E;
	text-decoration: none;
}
#header td#tagline {
	display: none;
}

#pool-edge {
	background: url(../images/edge.png) top center repeat-x;
	background-size: 180px auto;
	padding-top: 22px;
}



/* ============================================== nav ============================================== */

.ShowForMobile {
	display: block;
}
.mobileNavToggle {
	padding: 10px;
	font: normal 16px/1.0 "Capriola", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.0;
	color: #FFFFFF;
}
.mobileNavToggle span {
	display: inline-block;
	border: 1px solid #C6EDF4;
	background: url(../images/nav-bg.png) center repeat-y;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
}



/* ============================================== general ============================================== */

#content {
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
}

h1, h2, h3 {
	line-height: 1.2;
}

h1 {
	margin: 12px 0 20px;
	padding: 0 0 7px;
	font: normal 26px "Capriola", Verdana, Arial, Helvetica, sans-serif;
	color: #10A4CA;
	background: url(../images/h1-bg.gif) bottom left repeat-x;
}
h2 {
	margin: 30px 0 14px;
	padding: 0;
	font: normal 20px "Capriola", Verdana, Arial, Helvetica, sans-serif;
	color: #005D79;
}
h3 {
	margin: 20px 0 -10px;
	padding: 0;
	font-size: 16px;
	color: #10A4CA;
}
p {
	margin: 14px 0;
}
a {
	color: #10A4CA;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0;
	padding: 0 0 7px 35px;
	background: url(../images/bullet.gif) 20px 9px no-repeat;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #B8E5EF;
	background-color: #B8E5EF;
	border: none;
}
small {
	font-size: 11px;
	line-height: 14px;
	text-transform: none;
	font-weight: normal;
	color: #999999;
}
small a {
	color: #999999;
}
#content img {
	max-width: 100%;
	height: auto;
	background-color: #FFFFFF;
	border: none;
}
#content td img {
	max-width: none;
}

form {
	margin: 0;
}
input, select, textarea {
	font: 14px "Sintony", Arial, Helvetica, sans-serif;
	color: #24434D;
	width: 100%;
}
.button {
	width: auto;
	font-size: 16px;
	font-weight: bold;
	color: #005D79;
	padding: 5px;
}
form table {
	margin: 14px 0;
}
form th {
	text-align: left;
	font-weight: normal;
	line-height: 1.2;
	width: 40%;
	padding: 5px 10px 0 0;
}
form td {
	line-height: 1.2;
	padding: 5px 0;
}
form small {
	display: block;
}



/* ============================================== footer ============================================== */

#footer {
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #CFE8EF;
	background: url(../images/footer-bg.png) -31px bottom no-repeat;
	padding: 0 0 40px;
}
#footer p {
	margin: 0;
	padding: 15px 10px 5px;
	background: url(../images/footer-shadow.png) top left repeat-x;
}

#credit {
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	color: #002E3B;
	padding: 10px;
}
#credit a {
	color: #002E3B;
}



/* ============================================== plug-in overwrites ============================================== */

/* SHOP */

#prodlist {
	margin: 0 -30px 0 0;
	overflow: auto;
}
#prodlist h2, #prodlist hr {
	margin-left: 0;
	margin-right: 0;
}
#prodlist table {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
#update_qty {
	display: block;
	margin: 5px 0;
}
#basket img {
	max-width: 80px;
}
#basket input#update_qty, #basket input#contShop, #basket input#checkout  {
	width: 160px;
}
#discountCode #code {
	width: 150px;
}
#checkout th  {
	width: 120px;
}
#payment-types td {
	vertical-align: top;
}
#payment-types img {
	display: none;
}
#payment-types span {
	display: block;
	position: relative;
	margin: 40px 0 0 -190px;
}

