@charset "utf-8";
/* CSS Document */


body {
	background-image: url(bgwc.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: auto;
}
h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-indent: 0;
	/* [disabled]text-decoration: none;
*/
	text-align: left;
	color: #cc0000;
}
ol, ul, li {
	list-style: none;
	font-weight: bold;
}
img {
	max-width: 100%;
}
/* Global */

/* Headings */

h1, h2, h3, h4 {
	color: #cc0000;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 20px;
	text-align:center;
	font-weight:bold;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #cc0000;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
}
a:link {
	color: #cc0000;
}
a:visited {
	color: #cc0000;
}
a:active {
	color: #cc0000;
}
a:focus {
	color: #cc0000;
}
a:hover {
	color: #cc0000;
}
blockquote {
	color: #cc0000;
	font-size: 13px;
}
strong {
}
em {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* Text Elements */

p, li, a {
	font-family: Verdana, Geneva, sans-serif;
	display: inline;
}
p {
	color: #cc0000;
	font-size: 13px;
	line-height: 130%;
	text-align: left;
}
.image-noborder {
	border: none;
}
.image-border {
	border: 2px solid #cc0000;
	margin: 4px 0;
}
.imagefloatleft {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #cc0000;
	width: 98%;
}
.imagefloatright {
	float: right;
	margin: 0 0 0 10px;
	border: 1px solid #cc0000;
}
.quote {
	font-style: italic;
	text-align: left;
}
.bold-inline {
	font-weight: bold;
}
.inline-bold {
	font-weight: bold;
}
.inline-bold-black {
	font-weight: bold;
color:#000000;
}
.centre-inline {
	font-weight: 100;
	text-align: center;
	display: block;
}
.center-inline-bold {
	font-weight: 700;
	text-align: center;
	display: block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

/* Paypal */
.paypal-button {
	width: 180px;
	height: 134px;
}
.paypal580 {
	width: 100%;
}
#pricelist {
	width: 100%;
	border: 1px solid #ffffff;
	padding: 4px 4px;
}
.paypal15067 {
	width: 150px;
	height: 67px;
}
#paypaldiv {
	width: 100%;
	margin: auto;
}
input, textarea, select {
	display: block;
	width: 220px;
	color: #c00;
	padding: 4px;
}
input {
}
input:focus {
	background-color: #ffffcc;
	color: #cc0000;
}
input:active {
	background-color: #7E9DD1;
	color: #cc0000;
}
textarea {
	height: 120px;
}
textarea:focus {
	background-color: #ffffcc;
	color: #cc0000;
}
textarea:active {
	background-color: #ffffcc;
	color: #cc0000;
}
.paypal-button17147 {
	height: 47px;
}
.paypal-button18030 {
	width: 180px;
	height: 30px;
}
table {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	/* [disabled]border-spacing: 0; */
}
table tr {
	padding: 4px 4px;
}
table th, table td {
	padding: 4px 4px;
	text-align: center;
}
table th {
	font-size: 13px;
}
 @media screen and (max-width: 600px) {
table {
	border: 0;
}
table thead {
	display: none;
}
table tr {
	margin-bottom: 0px;
	display: block;
}
table td {
	display: block;
	font-size: 13px;
}
table td:last-child {
	border-bottom: 0;
}
table td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
}
}
