html {
	margin: 0 0 1px;
	min-height: 100%;
	}
body {
	margin: 0;
	padding: 10px 0 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #555555;
	background: #ffffff;
	}
	
	
/* Links
------------------------------------------ */
	
a {
	margin: 0;
	padding: 0;
	color: #003EFF;
	text-decoration: none;
	}
a:hover {
	color:#999999;
	text-decoration: underline;
	}
a img { 
	border-width: 0;
}

/* Form 
------------------------------------------ */
form {
	text-align: left;
	font-size: 11px;
	height: 170px;
	margin: 0 0 4px 0;
	padding: 30px 0 0 8px;
	background: transparent url(images/form_bg.gif) no-repeat 0 0; 
}

form.book {
	text-align: left;
	font-size: 11px;
	height: auto;
	margin: 0;
	padding: 30px 0 0 8px;
	background: #E7E7E7 url(images/book_form_top.gif) no-repeat 0 0; 
}

div.book_bottom {
	clear: both;
	height: 100px;
	margin: 0 0 6px 0;
	background: transparent url(images/book_form_bottom.gif) no-repeat 0 100%; 
}

input, select {
	font-size: 11px;
}
	
/* Common
------------------------------------------ */

p {
	margin: 1em 0;
	padding: 0;
}

h1 {
	display: block;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 26px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(images/h1_bg.gif) no-repeat 0 0;
}

h2, h3, span {
	font-size: 12px;
	color: #00A193;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
}

ul {
	margin: 1em 0;
	padding: 0;
}

ul li {
	margin: 0 0 0 14px;
	padding: 0;
}

dl {
	margin: 1em 0;
	padding: 0;
	}
dt {
	margin: 1em 0 0.5em;
	font-weight: bold;
	}
dd {
	margin-left: 0;
	}
dd p {
	/*margin: 0 0 0.5em;*/
	margin: 0;
	}


	
/* Layout
------------------------------------------ */
	
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1010px;
	text-align: left;
	}

#holder {
	position: absolute;
	top: 154px;
	background-color: #FFFFFF;
}

#left {
	float: left;
	width: 210px;
	}
#content {
	float: right;
	width: 800px;
	}
#main {
	float: left;
	width: 580px;
	}
#right {
	float: right;
	width: 210px;
	}

/* Hor Menu & Bottom Menu */

#hor_menu {
	position: absolute;
	margin: 0 0 0 220px;
	padding: 0;
	top: 0;
	width: 790px;
	background: #FFFFFF url(images/hor_menu_bg.gif) no-repeat 0 0;
	height: 26px;

}

#bottom_menu {
	position: relative;
	width: 1010px;
	clear: both;
	background: #FFFFFF url(images/bottom_menu_bg.gif) no-repeat 0 0;
	height: 26px;
}

#hor_menu ul, #bottom_menu ul {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
	text-align: left;
}
#hor_menu li, #bottom_menu li {
	display: block; 
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
	line-height: 26px;
	list-style: none;
}

#hor_menu li a, #bottom_menu li a { 
	display: block; 
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	color: #FFFFFF; 
	text-decoration: none;
	background: transparent;
}
#hor_menu li a:hover, #bottom_menu li a:hover {
	color: #FFFFFF;
	background: #0E5E57;
}
#hor_menu li a.first:hover, #bottom_menu li a.first:hover {
	color: #FFFFFF;
	background: #0E5E57 url(images/menu_hov_left.gif) no-repeat 0 0;
}
#hor_menu li a.last:hover, #bottom_menu li a.last:hover {
	color: #FFFFFF;
	background: #0E5E57 url(images/menu_hov_right.gif) no-repeat 100% 0;
}
	
/* Header
------------------------------------------ */

#logo {
	position: absolute;
	text-align: center;
	width: 220px;
	height: 150px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

#pic {
	position: absolute;
	margin: 30px 0 0 220px;
	padding: 0;
	width: 790px;
	height: 120px;
	background: transparent url(images/pic_2.jpg) no-repeat 0 0;
}

	
/* Footer
------------------------------------------ */

#footer {
	clear: both;
	margin: 0 auto;
	width: 1010px;
	background: #FFFFFF;
	}
#footer p {
	margin: 0;
	padding: 1em 0;
	font-size: 11px;
	text-align: center;
	color: #888888;
	}
#footer a {
	color: #888888;
	}
#footer a:hover {
	color: #CCCCCC;
	}
	
	
/* Navigation
------------------------------------------ */	

ul.menu {
	margin: 0;
	padding: 0;
	line-height: 1.18em;
	list-style: none;
	}

ul.menu ul {
	margin: 0;
}

ul.menu li {
	position: relative;
	float: left;
	width: 210px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
ul.menu li a {
	display: block;
	width: 190px;
	margin: 0;
	line-height: 26px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: transparent url(images/menu_bg.gif) no-repeat 0 0;
}
/* heading without the link */
ul.menu li span.heading {
	display: block;
	width: 190px;
	margin: 0;
	line-height: 26px;
	padding: 0 10px 0 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: transparent url(images/menu_bg.gif) no-repeat 0 0;
}
/* ------- */

ul.menu li a:hover {
	color: #BBBBBB;
	text-decoration: none;
}

ul.menu li li {
	background: transparent;
}

ul.menu li li a {
	display: block;
	color: #444444;
	font-size: 11px;
	width: 196px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 26px;
	font-weight: normal;
	border-bottom: 1px dotted #CCCCCC;
	background: transparent url(images/dots.gif) no-repeat 98% 50%;
}

ul.menu li li a.last {
	border: none;
}

ul.menu li li a:hover {
	color: #999999;
	background: transparent url(images/dots_grey.gif) no-repeat 98% 50%;
}

/* sidebar image */

#left img {
	margin: 10px;
}

#left img.special {
	margin: 10px 0 4px 0;
}

/* right menu */

#right ul.menu li a {
	margin: 0;
}

#right p {
	font-size: 11px;
	margin: 0;
	padding: 10px;
}
	

/* Navigation Bar */
#main .nav {
	color: #777777;
	font-size: 11px;
	margin: 6px 0 10px 14px;
	padding: 0;
	background: #FFFFFF; 
}

#main .nav a {
	margin: 0 10px 0 0;
	padding: 0;
	text-decoration: none;
}

/* Content
------------------------------------------ */


#main h2, #main h3, #main h4, 
#main p, #main ul, #main dl, #main ol,
#main #message, #main #help {
	margin-left: 14px;
	margin-right: 14px;
	}

#content p.head {
	line-height: 1.6;
	text-align: center;
	font-size : 18px; 
	color : #666666;
} 

#content p.price {
	line-height: 31px; 
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	margin: 10px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/price_bg.gif) no-repeat 50% 0;
} 

	
/* sidebar */


/* Category page */

.product_preview {
	width: 170px;
	float: left;
	text-align: center;
	font-size: 11px;
	margin: 0 0 10px 10px;
	padding: 6px;
	border: 1px solid #BBBBBB;
}

span.save {
	font-weight: bold;
	color: #D08502;
}

span.cross {
	color: #666666;
	text-decoration: line-through;
}

span.price {
	font-size: 18px;
	font-weight: bold;
	color: #6A5A15;
}

/*--- Course Styles --*/

table.dates {
	width: 100%;
	margin: 10px 14px 10px 14px;
	margin: 0;
	padding:0;
	background-color : #666666;
	font-size: 12px;
}

table.dates td {
	margin: 0;
	padding: 2px 0 2px 10px;
	background-color : #FFFFFF;
}

#main h3.course, #main h2.course, #main span.course {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 8px 0 0 10px;
	padding: 0 0 0 10px;
	line-height: 26px;
	font-size: 12px;
	background: transparent url(images/h3_bg.gif) no-repeat 0 0;
}

.course_bg {
	margin: 0 0 6px 10px;
	padding: 6px;
	background: #F9F9F9 url(images/course_bg.gif) no-repeat 0 100%;
}

table.moreinfo {
	width: 570px;
	margin: 10px 0 6px 10px; 
	text-align: center;
}
