* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	background-color: #ffffff;
	color: #85859c;
	font-family: calibri, arial;
	font-size: 12px;
	text-align: center;
}

a {
	color: #85859c;
	text-decoration: underline;
}

a:hover {
	color: #69699c;
}

span {
	display: none;
}

img {
	border: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#container {
	margin: 0px auto;
	width: 1024px;
	border-color: #F5F5F5;
	border-width: 0px 1px 1px;
	border-style: solid;
}

input {
	padding-left: 2px;
	background-color: #fff;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}


a.rollover {     
	display: block;     
	width: 150px;     
	height: 44px;     
	text-decoration: none;     
	background: url("webvamp.jpg");     
	} 

a.rollover:hover {     
	background-position: -150px 0;     
	} 

.displace {     
	position: absolute;     
	left: -5000px;     
	} 


/* Page Header */

#page_header {
	width: 1024px;
	height: 125px;
	color: #fff;
	background: url('images/bg_header02.gif') 0px 0px;
	overflow: hidden;
}

#page_header a {
	color: #fff;
	text-decoration: none;
}

#page_header a:hover {
	color: #8E1C3A;
}

#page_headerlinks {
	padding-right: 150px;
	padding-top: 100px;
	font-size: 12px;
	font-style: bold;
	text-align: center;
	width: 160px;
	float: right;
	color: #8E1C3A;
	word-spacing: -1px;
}


/* Navigation Menu */

ul.cssmenu {     
	list-style: none;     
	padding: 0px;     
} 

.displace {     
	position: absolute;     
	left: -5000px;     
	} 

ul.cssmenu li {     
	float: left;     
	} 

ul.cssmenu li a {     
	display: block;     
	width: 160px;     
	height: 40px;     
	background: url('images/menumenu.gif');
	} 

ul.cssmenu li.aboutus a {    
	background-position: 0 0;     
	} 

ul.cssmenu li.schedule a {    
	background-position: 0 -40px;     
	} 

ul.cssmenu li.groups a {     
	background-position: 0 -80px;
	}

ul.cssmenu li.kindergarten a {    
	background-position: 0 -120px;     
	} 

ul.cssmenu li.members a {     
	background-position: 0 -160px;     
	} 

ul.cssmenu li.contactus a {    
	background-position: 0 -200px;     
	} 


ul.cssmenu li.aboutus a:hover {     
	background-position: -160px 0;     
	} 

ul.cssmenu li.schedule a:hover {     
	background-position: -160px -40px;     
	} 

ul.cssmenu li.groups a:hover {     
	background-position: -160px -80px;     
	} 

ul.cssmenu li.kindergarten a:hover {     
	background-position: -160px -120px;     
	} 

ul.cssmenu li.members a:hover {     
	background-position: -160px -160px;     
	} 

ul.cssmenu li.contactus a:hover {     
	background-position: -160px -200px;     
	} 

ul.cssmenu li.aboutus a.selected {     
	background-position: -320px 0;     
	} 

ul.cssmenu li.schedule a.selected {     
	background-position: -320px -40px;     
} 

ul.cssmenu li.groups a.selected {     
	background-position: -320px -80px;     
} 

ul.cssmenu li.kindergarten a.selected {     
	background-position: -320px -120px;     
} 

ul.cssmenu li.members a.selected {     
	background-position: -320px -160px;     
	} 

ul.cssmenu li.contactus a.selected {     
	background-position: -320px -200px;     
} 

/* Main Content Area */

#main_content {
	margin-right: 2px;
	width: 644px;
	text-align: center;
	float: right;
}

#main_content .h_divider {
	margin-bottom: 2px;
	height: 1px;
	background-color: #c2c2cd;
	overflow: hidden;
}


/* New Item Description */

#new_item {
	margin: 0px auto 2px;
	padding: 5px 10px;
	width: 600px;
	text-align: justify;
}

#new_item_header {
	margin-top: 10px;
	float: left;
	width: 348px;
}

#new_item_header h1 {
	color: #434367;
	font-size: 18px;
	font-weight: normal;
}

#new_item_header h2 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;

}

#new_item_image {
	width: 245px;
	float: right;
	overflow: hidden;
	text-align: right;
}

#new_item_text {
	float: left;
	clear: left;
	width: 348px;
}

#new_item_link {
	float: left;
	clear: left;
	width: 348px;
	font-weight: bold;
	text-align: right;
}

#new_item_link a {
	text-decoration: none;
}


/* Sub Items Descriptions */

.sub_items {
	margin-bottom: 2px;
	margin-top: 5px;
	width: 644px;
	background: url('images/item_sub_background.gif') repeat-y 0px 0px;
	text-align: justify;
}

.sub_left {
	padding-left: 5px;
	width: 300px;
	float: left;
}

.sub_right {
	padding-right: 15px;
	width: 315px;
	float: right;
}

.sub_items_header {
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	width: 110px;
}

.sub_items_header h1 {
	color: #434367;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_header h2 {
	color: #434367;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, tahoma, sans-serif;
}

.sub_items_image {
	margin-top: 15px;
	float: right;
	text-align: right;
}

.sub_items_text {
	padding-left: 20px;
	float: left;
	clear: left;
	width: 110px;
}

.sub_items_cartinfo {
	padding-top: 12px;
	padding-left: 20px;
	color: #820721;
	font-family: arial, tahoma, sans-serif;
	float: none;
	clear: both;
}

.sub_items_cartinfo h2 {
	font-size: 14px;
	font-weight: bold;
}

.sub_items_cartinfo .price {
	float: left;
	text-align: left;
}

.sub_items_cartinfo .addtocart {
	margin-top: 2px;
	float: right;
	width: 100px;
	height: 12px;
	text-align: left;
	background: url('images/button_addtocart.gif') no-repeat 0% 0%;
}


/* Page Footer */

#page_footer {
	width: 780px;
}

