html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#000000;
	padding:4px;
}
a, a:visited {
	color: #000000;
	/*text-decoration: underline;*/
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/*table td table td p, table td table td table td p {
	margin:0;
}*/

h4 {
	color:#028ee3;
}
/* LAYOUT */
#container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* HEADER */
#header {
	background: #dfad1e url(../image/bg-header.gif) top repeat-x;
	height:462px;
}

#header .logo {
	float: left;
	/*padding-top: 15px;
	padding-left: 15px;*/
}

/* MENU */
#menu {
	background: #038bdf url(../image/bg-menu.gif) top repeat-x;
	height:45px;
}

/*
	CSS Sprites Navigation Tutorial
	Original Tutorial Located at: http://buildinternet.com/2010/01/how-to-make-a-css-sprite-powered-menu/
	Made with love for Build Internet by Zach Dunn
*/
#wrapper{margin:0px auto; overflow:hidden; clear:both;}

/* Everything CSS Sprite Menu */
ul#menu{margin:0; padding:0; list-style:none; clear:both;}
#menu li{overflow:hidden; text-indent:-9999px; display:inline; float:left; margin-right:0px; margin-top:-3px;}
#menu li a{background:url('../image/menu-sprite.jpg') no-repeat; width:100%; height:100%; display:block;}

/* Home Button */
#menu li.menu01{width:131px; height:45px;}
#menu li.menu01 a{background-position:0px 0px;}
#menu li.menu01 a:hover{background-position:0px -45px;}
#menu li.menu01 a.selected{background-position:-0px -45px;}

/* Programs Button */
#menu li.menu02{width:133px; height:45px;}
#menu li.menu02 a{background-position:-131px 0px;}
#menu li.menu02 a:hover{background-position:-131px -45px;}
#menu li.menu02 a.selected{background-position:-131px -45px;}

/* Vacation Camps Button */
#menu li.menu03{width:133px; height:45px;}
#menu li.menu03 a{background-position:-264px -0px;}
#menu li.menu03 a:hover{background-position:-264px -45px;}
#menu li.menu03 a.selected{background-position:-264px -45px;}

/* Schedule and Tuition Button */
#menu li.menu04{width:133px; height:45px;}
#menu li.menu04 a{background-position:-397px -0px;}
#menu li.menu04 a:hover{background-position:-397px -45px;}
#menu li.menu04 a.selected{background-position:-397px -45px;}

/* Locations Button */
#menu li.menu05{width:133px; height:45px;}
#menu li.menu05 a{background-position:-530px -0px;}
#menu li.menu05 a:hover{background-position:-530px -45px;}
#menu li.menu05 a.selected{background-position:-530px -45px;}

/* Refer a Friend Button */
#menu li.menu06{width:133px; height:45px;}
#menu li.menu06 a{background-position:-663px -0px;}
#menu li.menu06 a:hover{background-position:-663px -45px;}
#menu li.menu06 a.selected{background-position:-663px -45px;}

/* Register Button */
#menu li.menu07{width:133px; height:45px;}
#menu li.menu07 a{background-position:-796px -0px;}
#menu li.menu07 a:hover{background-position:-796px -45px;}
#menu li.menu07 a.selected{background-position:-796px -45px;}

/* BODY */
#main {
	background-color:#FFFFFF;
	padding:10px 0px 0px 0px;
	min-height:559px;
}

table.list td {
	padding:0 11px 11px 0;
}

div.bg_product {
	background: #290511 url(../image/bg-product.gif) top repeat-x;
	min-height:203px;
	width:148px;
}

div.bg_product h2 {
	font-size:12px;
	padding:4px 0 4px 13px;
	text-align:left;
	text-decoration:underline;
	margin:0px;
}

div.bg_product span {
	color:#000000;
}

#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #000000;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #000000;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 265px;
	margin-left: 8px;
	clear: right;
}

#content_top {
	/*margin-left: 190px;*/
	margin-right: 0px;
	margin-bottom: 10px;
}

#content {
	/*margin-left: 190px;*/
	margin-right: 275px;
	margin-bottom: 10px;
}

#content .top .left, #content_top .top .left {
	background: url('../image/content_top_left.png') no-repeat;
	width: 5px;
	height: 32px;
	float: left;
}
#content .top .right, #content_top .top .right {
	background: url('../image/content_top_right.png') no-repeat;
	width: 5px;
	height: 32px;
	float: right;
}
#content .top .center, #content_top .top .center {
	background: url('../image/content_top_center.png') repeat-x;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1, #content_top .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading, #content_top h1, .heading {
	color:#0779c0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #8a1238;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle, #content_top .middle {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #efefef;
	color:#000000;
	padding: 10px 10px 1px 10px;
	/*min-height:559px;*/
	line-height:20px;
}

#content .welcome, #content_top .welcome{
	min-height:0px;
}
#content .bottom .left, #content_top .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right, #content_top .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center, #content_top .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin: 0 5px 10px 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	background: #efefef;
	color:#000000;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}

.title2 {
	color:#028EE3;
	font-weight:bold;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color:#000000;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color:#000000;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color: #000000;
}
.button span {
	color: #000000;
	display: block;
	padding: 4px 12px 5px 5px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #8A1238;
	border: 1px solid #8A1238;
	padding: 1px;
	margin-bottom: 20px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	/*background: #F7F7F7;*/
	border: 1px solid #8a1238;


	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #8a1238;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #8a1238;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #8a1238;
	border-bottom: 1px solid #8a1238;
	border-left: 1px solid #8a1238;
	border-right: 1px solid #8a1238;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #8A1238;
	/*background: #FFFFFF;*/
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}

/* FOOTER */
#footer {
	background: #00c6ff url(../image/bg-footer.gif) top repeat-x;
	height:26px;
	width: 100%;
	clear: both;
	color:#FFFFFF;
	padding:17px 0 17px 0;
	/*border-top: 1px solid #8a1238;*/
}

#footer a {
	color:#FFFFFF;
}

#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
	font-size:21px;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}

#sidebar_nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style:none;
}

#sidebar_nav li {
	background-color:#f8efef;
}

#sidebar_nav a {
	border-bottom: 3px solid #efefef;
	color: #000000;
	display: block;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
}

#sidebar_nav ul li ul li a {
	padding: 5px 29px;
}

#sidebar_nav ul li ul li ul li a {
	padding: 5px 49px;
}

#sidebar_nav a:hover {
	background-color:#FFFFFF;
}

#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #8a1238;
	margin-bottom: 10px;
}
.cart th {
	background: #8a1238;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
.tags, .tags a {
	font-style: italic;
	font-size: x-small;
}
#module_cart .middle {
	padding: 5px;
}
.cart_module_total {
	padding: 0 3px 0 3px;
	font-size: 0.9em; 
	/*color: #222;*/
}
.cart_remove {
	margin-top: 3px;
	background: url('../image/list_remove_btn.gif') no-repeat left center transparent;
	padding-right:10px;
	cursor:pointer;
}
.cart_remove_loading {
	margin-top: 3px;
	background: url('../image/ajax_load.gif') no-repeat transparent;
	padding-right:10px;
}
.button_add_small, a.button_add_small:visited {
	margin-top: 3px;
	background: url('../image/button_add_small.png') no-repeat left center transparent;
	padding:5px;
	text-decoration: none;
	cursor:pointer;
}
#content .middle .box {
	float: left;
	margin: 0 6px 10px 6px;
	min-height: 0px;
}
#content .middle .box .middle {
	width: 158px;
	min-height: 0px;
}
