/* set basic styles */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

body {
	background-image: url(images/bkg-yellow.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
	color: #FF6600;
	margin-top: 10px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #0469b3;
	margin: 0;
}

a {
	color: #0469b2;
	text-decoration: underline;
}

a:hover {
	color: #02497D;
}

form {
	margin:0;
	padding:0;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
	border-color: #666666;
}
li {
	margin-bottom: 5px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 2px;
	border-color: #666666;
}

/* header and top navigation */

table.header {
	background-image: url(images/torn-edge.png);
	background-repeat: no-repeat;
}
table.navtop {
	margin-bottom: 5px;
}
table.navtop a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-right: 12px;
	text-decoration: none;
}
table.navtop a:hover{
	color: #CB0022;
}
table.navtop2 {
	margin-top: 50px;
}
table.navtop2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #999999;
	margin-right: 12px;
	text-decoration: none;
}
table.navtop2 a:hover{
	color: #666666;
}
.navtop3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 12px;
	padding-top: 28px;
}
a.red:hover{
	color: #CB0022;
	background-image: url(images/splat-red.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	}
a.blue:hover{
	color: #0569B4;
	background-image: url(images/splat-blue.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	}
a.green:hover{
	color: #008E27;
	background-image: url(images/splat-green.png);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	}
	
/* left nav */

td.navleft1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CE0220;
	text-decoration: none;
	margin-left: 20px;
	line-height:28px;
	background-image: url(images/arrow-red.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	display: block;
	padding-left: 10px;
}

td.navleft1 a:hover {
	color: #B20019;
	text-decoration:underline;
	background-image: url(images/arrow-darkred.jpg);
}

td.navleft2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0469B3;
	text-decoration: none;
	margin-left: 20px;
	line-height:26px;
}

td.navleft2 a:hover {
	color: #0469B2;
	text-decoration:underline;
}
td.navleft1 hr{
	margin-top:16px; 
	margin-bottom:16px;
	 color:#CCCCCC
}

	
/* category navigation */

td.category a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE0220;
	margin-right: 16px;
	text-decoration: none;
}
td.category a:hover{
	text-decoration: underline;
}

/* copyright and bottom nav */

td.navbottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin-left: 30px;
}
td.copyright a {
	color: #666666;
	text-decoration: none;
}
td.navbottom a:hover {
	color: #333333;	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	line-height: 14px;
}

/* subnavigation */

table.subnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	background-color: #7DB0DC;
	display: block;
	text-decoration: none;
	text-align: center;
}
table.subnav a.highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #3586C1;
	display: block;
	text-decoration: none;
	text-align: center;
}
table.subnav {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.subnav td {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}
table.subnav a:hover{
	color: #FFFFFF;
	background-color: #3586C1;
}	

/* text styling */

.redbold {
	font-weight: bold;
	color: #CE0220;
}
.red2 {
	color: #CE0220;
}
.yellowbold {
	font-weight: bold;
	color: #FFC20E;
}
.bluebold {
	font-weight: bold;
	color: #0469b3;
}
.greenbold {
	font-weight: bold;
	color: #329F48;
}
.white {
	color: #FFFFFF;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #0469b3;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #0569B4;
	text-decoration: none;
	line-height: 24px;
}
.subhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
}

/* contact and other forms */

.submitstyle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	border-width: 1px;
	background-color: #999999;
	padding: 2px;
	border-color: #666666;
	}

.checkoutbtn {
	font-family: Arial, Helvetica, sans-serif;
	color: #0469B3;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none;
	background-color: #FFF3D1;
	padding: 2px;
	border: solid 1px #0469B3;
	}
	
table.form {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 14px;
	border:1px solid #ffffff;
	border-collapse: collapse;
}
table.form td {
	border: none;
}
table.form td.header {
	border: none;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	color: #0469b2;
}
table.form td.header2 {
	border: 1px solid;
    border-color: #fff;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	color: #0469b2;
}

/* home page */

table.membership {
	background-image: url(images/bkg-membership.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 35px;
}

/* pricing page */

table.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #3586C1;
	border-collapse: collapse;

}
table.pricing td {
	border-width: 1px;
	border-style: solid;
	border-color: #B3D5E8;
}
table.pricing td.pricingheader {
	background-color: #3586C1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	border-top-color: #3586C1;
	border-left-color: #3586C1;
	border-right-color: #3586C1;
}
table.pricing td.pricingsubhead {
	background-color: #B3D5E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}
table.pricing td.pricingheader2 {
	background-color: #FFC20E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 3px;
	border-top-color: #FFC20E;
	border-left-color: #FFC20E;
	border-right-color: #FFC20E;
}
table.pricing td.pricingsubhead2 {
	background-color: #FFEBB1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
}

/* items page */

table.items {
	border-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	border-collapse: collapse;
}
table.items td {
	border-width: 1px;
	border-style: inset;
	border-color: #e7e7e7;
}
.itemname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #0469b2;
	}
.itemdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0.5px;
	}	
	
.textlg {
	font-size: 16px;
	line-height: 18px;
}
.norepeat {
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
.italic {
	font-size: 18px;
	line-height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.orange {
	color: #F04E23;
}

.kidareabox {
	float: left;
	margin-left: 20px; 
	width: 45%; 
	height: 80px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 40px;
}

.kidareaboxhover {
	float: left;
	margin-left: 20px; 
	width: 45%; 
	height: 80px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 40px;
	background-color: #EBEBFF;
	color: #FFF;
}
