/* reset */	
caption,th { text-align: left; }
td, th { vertical-align: top; }
img { border: none; }
.center { text-align: center; }
.clear { clear: both; }

p, ul, ol { margin-bottom: 18px; }
ul { list-style-type: disc; margin-left: 2em; }
hr {
	border: none;
	border-bottom: 1px solid #bdc2c1;
	height: 0;
	margin: 1.5em 0;
}
a { text-decoration: underline; color: #006699; }
a:active { color: red; }
a:hover { color: #c74d1d;}
.nowrap {
	white-space: nowrap;
}

/* layout */
body {
	margin: 0;
	padding: 0;
	color: #111;
	font: normal 84%/1.65em Georgia, "Times New Roman", Times, serif;
	background: #00418a url(../images/bg1.jpg) repeat left top;
}
#all-wrap {
	background: url(../images/bg2.jpg) repeat-x left top;
}
#menu-wrap {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	height: 107px;
	background: url(../images/top2.png) no-repeat right top;
}
#header-logo {
	width: 527px;
	height: 107px;
	margin: 0;
	padding: 0;
}
#header-logo a {
	width: 527px;
	height: 107px;
	margin: 0;
	padding: 0;
	text-indent: -9898px;
	display: block;
	background: url(../images/top1.jpg) no-repeat left top;
}
#menu {
	width: 220px;
	height: 529px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/menu1.jpg) no-repeat left top;
}
#menu ul, #menu ul li {
	width: 220px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	background-image: url(../images/menu1.jpg);
	background-repeat: no-repeat;
	width: 220px;
	display: block;
	height: 50px;
	text-indent: -9898px;
}
#menu-home {
	background-position: 0 0;
	height: 69px !important;
}
#menu-philosophy {
	background-position: 0 -69px;
}
#menu-workshops {
	background-position: 0 -119px;
}
#menu-routines_for_cd {
	background-position: 0 -169px;
}
#menu-buy_cd {
	background-position: 0 -219px;
}
#menu-kids_corner {
	background-position: 0 -269px;
}
#menu-about_us {
	background-position: 0 -319px;
}
#menu-contact_us {
	background-position: 0 -369px;
}
#menu ul li a:hover {
	background-image: url(../images/menu2.jpg);
}
#content {
	background-color: #fff;
	border: 2px solid #0058aa;
	margin: 0 32px 24px 220px;
	padding: 24px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	min-height: 480px;
}
#footer {
	margin: 0 32px 24px 220px;
	color: #78b0e5;	
	text-align: right;
}
#footer a {
	color: #78b0e5;
}

.stars {
	background: url(../images/stars.png) repeat-x center center;
}


h2 {
	color: #1e587d;
	padding: 0;
	margin: 0 0 0.75em 0;
	text-shadow: #f4f0ec 0px 4px 0px;
	font: italic 1.75em/100% Cambria, "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
}
h3 {
	color: #1e587d;
	padding: 0;
	margin: 0 0 0.45em 0;
	text-shadow: #f4f0ec 0px 4px 0px;
	font: italic 1.45em/100% Cambria, "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
}
h4 {
	color: #1e587d;
	padding: 0;
	margin: 0 0 0.75em 0;
	text-shadow: #f4f0ec 0px 4px 0px;
	font: italic 1.25em/100% Cambria, "Trebuchet MS", "Myriad Pro", Arial, sans-serif;
}


.fancybox_thumb {
	width: 128px;
	height: 128px;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	margin: 2px;
	text-align: center;
	float: left;
	vertical-align: middle;
}

/* comments */
ul#comments {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#comments li.comment {
	padding: 4px 12px;
	margin: 0 0 12px 0;
	border-top: 1px solid #bdc2c1;
}
ul#comments li.comment .comment_author_info {
	float: left;
	width: 180px;
	line-height: 135%;
	font-style: italic;
}
ul#comments li.comment .comment_content {
	margin-left: 192px;
	background: url(../images/comment.png) no-repeat 0 4px;
	padding-left: 22px;
}
.comment_author_name {
	font-weight: bold;
}
.comment_author_email, .comment_author_website, .comment_time {
	font-size: 11px;
	color: #888;
}
#comment-form table, #contact_form table {
	width: 100%;
}
#comment-form table th, #contact_form table th {
	font-weight: normal;
	font-style: italic;
	width: 25%;
	padding: 4px;
}
#comment-form table td, #contact_form table td {
	padding: 4px;
}
.comment_submit_link {
	width: 144px;
	height: 32px;
	float: left;
	display: block;
	background: url(../images/b-comment.png) no-repeat 0 0;
	text-indent: -9898px;
}
.comment_submit_link:hover {
	background-position: 0 -50px;
}
.contact_form_submit_link {
	width: 144px;
	height: 32px;
	float: left;
	display: block;
	background: url(../images/b-sendmessage.png) no-repeat 0 0;
	text-indent: -9898px;
}
.contact_form_submit_link:hover {
	background-position: 0 -50px;
}
.text_field {
	background-color: #f7f3eb;
	border-bottom: 1px solid #b25022;
	border-right: 1px solid #dfded5;
	border-top: 1px solid #dfded5;
	border-left: 1px solid #dfded5;
	color: #b25022;
	font: normal 1em/1em "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	padding: 2px;
	margin: 2px;
	width: 99%;
}
label.error, .contact_form_error {
	color: #c00;
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 30px;
	background: url(../images/warning.png) no-repeat left center;
}


.sub_pages {
 padding: 0;
}
























