*{
	margin:0;
	padding:0;
}

html {
background:#f0f0f0;
height:100%;
min-height:100%;
}



body{
	background-image:url(images/bg-border2.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-left:auto;
	margin-right:auto;
	font:12px/20px Tahoma,Arial,san-serif;
	color:#222;
	text-align: left;
	
	
}






/* Layout Styles Starts */

#wrapper{
background:#FFF;
	width:900px;
	margin:0 auto;
	position:relative;
	padding:0 0 0px 0;
	border-left: #ccc 4px solid;
	border-right: #ccc 4px solid;
	

}
	#top-top{
	background: url(images/top-top.jpg);
		height:25px;
		overflow:hidden;
		padding:20px 25px 0 5px;
	}
		#logo{
			float:left;
		}
			#logo h1{
				background:url(images/logo.jpg) no-repeat;
				width:509px;
			}
				#logo h1 a{
					display:block;
					height:72px;
				}
					#logo h1 a span{
						display:none;
					}
	#s3slider{
		position:relative;
		height:193px;
		overflow:hidden;
	}
		#s3sliderContent {
		   width: 465px; /* important to be same as image width or wider */
		   position: absolute; /* important */
		   top: 0; /* important */
		   margin-left: 0; /* important */
		}

		.s3sliderImage {
		   float: left; /* important */
		   position: relative; /* important */
		   display: none; /* important */
		}

		.s3sliderImage span {
		   position: absolute; /* important */
		   left: 0;
		   font: 10px/15px Tahoma,Arial,san-serif;
		   padding: 10px 13px 15px 13px;
		   width: 874px;
		   background-color: #000;
		   filter: alpha(opacity=50); /* here you can set the opacity of box with text */
		   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
		   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
		   opacity: 0.5; /* here you can set the opacity of box with text */
		   color: #fff;
		   display: none; /* important */
		   bottom: 0;

		   /*
			   if you put
			   top: 0; -> the box with text will be shown at the top of the image
			   if you put
			   bottom: 0; -> the box with text will be shown at the bottom of the image
		   */
		}
	

	#container{
		margin:0 0 10px 0;
		padding:5px 10px 0 10px;
		background:transparent url(images/container-divider.jpg) no-repeat 625px top;
		background-color:#fff;
	}	
		#mainarea{
			width:605px;
			float:left;
			
		}
		#sidearea{
			width:252px;
			float:right;
		}
		#sidearea h2{
		
		font-size:14px;
		background:#3B3B3B url(/images/h1-side.jpg) repeat-x scroll 0 0;
		background-repeat:repeat-x;
		font-family: Tahoma,Arial,san-serif;
		color:#000;
		
		padding:6px 6px 6px 10px;
		}
		.block1{
			width:286px;
			margin:0 10px 10px 0;
			display:block;
			float:left;
		}
			.block1 p{
				text-align:center;
			}
			.block1 img{
				border:1px solid #d9d9d9;
				padding:3px;
				background:#fff;
			}
	#footer{
		background:url(images/footer-bg2.jpg) no-repeat;
		height:44px;
		overflow:hidden;
		color:#000;
		padding:0 20px;
		line-height:44px;
		font-size:10px;

	}
		#footer a{
			color:#000;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}
	
/* Layout Styles Ends */

/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 40px;
  	
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #000;
}

.tab ul.login li a:hover {
	color: #D91717;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 220px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 14.px;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #bfbfbf;
}

#panel a:hover {
	color:#fff;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Links Styles Starts */

readmore{
	font-size:9px;
}
a.readmore{
	font-size:10px;
}
#container p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
#mainarea a{
	border-bottom:1px dotted;
}
#mainarea a:hover{
	text-decoration:none;
}
/* Links Styles Ends */

/* Form Styles */


#mainarea form{
	padding:0 5px;
}
#mainarea form p{
	margin:0 0 5px 0;
}
#mainarea form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background: transparent url(images/bt_register_black.png) no-repeat 0 0;
	width:94px;
	height:24px;
	line-height:20px;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
	padding-left: 5px;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
#container ul#works{list-style:none;margin:0;}
#container dt{
	font-weight:bold;
	margin:5px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#d91717;}
h1{font-size:14px;}
h2{font-size:14px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; color:#222222;font-family:Tahoma,Arial,san-serif;font-weight:normal; font-size:14px}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}

/* Genric Styles Ends */

/*Contact Us*/

#contactus ul li{
list-style: none;
list-style-type: none;
margin: 0;
font-size:15px;
}
#contactus ul {
list-style: none;
list-style-type: none;
padding: 0;
margin: 10px 0 10px 0;
}

#page {
	background-color:#efefef;
	width:600px;
	margin:50px auto;
	padding:20px 150px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

/* menu */

/*----------------------header----------------------*/
#header{
	width:1005px;
	display:table-header-group;
	background-image: url(images/menu-bg2.jpg);
	background-repeat: no-repeat;
	color: #fff;
	height: 68px;
}


#header h2{
	float:left;
	display:inline;
	margin:0px 0 0 14px;
	overflow:hidden;
}
#header h2 a {
	background:transparent url(../images/bg-logo.gif) no-repeat scroll 100% 0;
	display:block;
	height:75px;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:200px;
}
#header-top {
	display:block;
	clear:both;
	height: 75px;
}
.header-holder{
	float:left;
	width:1005px;
}

.no-button {
background:none;
margin:0;
padding:0;
}

/*--header-info--*/
.header-info{
	float:right;
	width:135px;
	padding:9px 13px 0 0;
}
.header-info strong{
	display:block;
	color:#fff;
	font:bold 11px/14px Tahoma,Arial,san-serif;
}
.header-info span{
	display:block;
	color:#fff;
	font:10px/11px Tahoma,Arial,san-serif;
}
.header-info a{
	float:right;
	clear:both;
	width:85px;
	height:19px;
	color:#fff;
	margin:8px 0 0;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	font:bold 9px/17px Tahoma,Arial,san-serif;
	background:url(../images/bg-buy-now.gif) no-repeat;
}
.nav-holder {
	clear:both;
}
input#headerSearch {
	margin-top:26px;
	border: 1px solid #fff;
	width: 250px;
	font-size:16px;
	font-weight:bold;
}


/*--nav-holder--*/
.nav-holder{

	clear:both;
	width:900px;
	height: 72px;
	
	position:relative;
	overflow: hidden;
}
.nav-holder label{
	float:left;
	width:136px;
	height:15px;
	display:inline;
	margin:3px 0 0 5px;
	padding:4px 12px 6px 8px;
	background:url(../images/bg-input-search.gif) no-repeat;
}
.nav-holder .text{
	float:left;
	width:136px;
	background:none;
	border:none;
	color:#000;
	font:10px Tahoma,Arial,san-serif;
}
ul#navigation{
	float:left;
	margin:0;
	width:900px;
	height: 30px;
	padding:4px 0 0 3px;

}
ul#navigation li.last{background:none; margin:0; padding:0;}
ul#navigation li{
	float:left;
	padding:0;
	
	padding:0 11px 0 7px;
	list-style:none;
	background:url(images/nav-end3.jpg) no-repeat right; 
}
ul#navigation li.gap {
	margin-right: 40px;
	background:url(../images/nav-end2.jpg) no-repeat right; 
}
ul#navigation li.first {
	margin-left: 10px;
}
ul#navigation li a{
	float:left;

}

ul#navigation li a:hover {
	text-decoration:underline;
	color:#d91717;
}
/*--sub-navigation--*/
ul#navigation .sub-navigation {
	display:none;
	overflow:hidden;
	width:985px;
	height: 30px;
	position:absolute;
	top:32px;
	left:0;
	z-index:999;
	margin-top: -1px;
}



/*NAVIGATION ACTIVE*/
body#home a#nav-home{
color:#d91717;}


body#beginners-info a#nav-beginners-info{
color:#d91717;}

body#guestbook a#nav-guestbook{
color:#d91717;}

body#syllabus a#nav-syllabus{
color:#d91717;}

body#links a#nav-links{
color:#d91717;}

body#downloads a#nav-downloads{
color:#d91717;}

body#venues a#nav-venues{
color:#d91717;}

body#kids-classes a#nav-kids-classes{
color:#d91717;}

body#news a#nav-news{
color:#d91717;}

body#photos a#nav-photos{
color:#d91717;}

body#calendar-nav a#nav-calendar-nav{
color:#d91717;}
/*END NAVIGATION ACTIVE*/

ul#navigation li.current .sub-navigation,
ul#navigation li.hover .sub-navigation,
ul#navigation li:hover .sub-navigation{
	display:block;
	background: url(../images/bg-graygradient.png);
	
}
ul#navigation li.current .sub-navigation{
	z-index:1;
}
#header .sub-navigation ul{
	margin:0;
	padding:9px 0 0 10px;
	display:block;
	width:auto;
	overflow:hidden;
}
#header .sub-navigation ul li{
	float:left;
	list-style:none;
	display:inline;
	margin:0 11px 0 0;
	padding:0 12px 0 0;
	background:url(images/nav-end2.jpg) no-repeat 100% 2px !important;
}
#header .sub-navigation ul li.last{background:none !important;}
#header .sub-navigation ul a{
	float:none;
	color:#000;
	padding:0;
	text-decoration:none;
	text-transform: capitalize;
	font:12px Tahoma,Arial,san-serif;
	font-weight:bold;
	background:none !important;
}
#header .sub-navigation ul a:hover{text-decoration:underline; background:none;}
/*---------------------lavalamp----------------------*/
.lavaLamp li.back {
    background: url("../images/top-lava-bg.gif") no-repeat right -30px;
    width: 9px; height: 30px;
    z-index: -1;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("../images/top-lava-bg.gif") no-repeat top left;
    height: 30px;
    margin-right: 9px;
}



/*Slideshow*/
#slideshow{
padding-bottom:20px;
}

.slideshow {  margin: auto }
.slideshow img { height:380px; width:570px; padding: 15px; border: 1px solid #ccc; background-color: #eee; }

#slideshow-port{
padding-bottom:20px;
}
.slideshow-port {  margin: auto }
.slideshow-port img { height:422px; width:317px; padding: 15px; border: 1px solid #ccc; background-color: #eee; }

/*Page Content*/

#page-content{
clear:both;
padding:0px 0px 20px 0px;

}

#page-content p {
	padding-left:5px;
}

#page-content h2 {
padding-left:20px;
}

#page-content h1 {
font-size:14px;
background:#3B3B3B url(/images/h1.jpg) repeat-x scroll 0 0;
background-repeat:repeat-x;
font-family: Tahoma,Arial,san-serif;
color:#FFFFFF;

padding:6px 6px 6px 10px;
}

#page-content .title {
font-size:19px;
background:#3B3B3B url(/images/h1-side.jpg) repeat-x scroll 0 0;
background-repeat:repeat-x;
font-family: Tahoma,Arial,san-serif;
color:#000;

padding:6px 6px 6px 10px;
}


#page-content-break {
height:10px;

}

#page-content ul {
margin-left:50px;
padding-bottom:10px;


}



#page-content img {
padding: 15px;
border: 1px solid #ccc;
background-color: #eee;
text-align:center;
}

#page-content .no-border {
padding: 0px;
border: 0px none;
background-color: #eee;
text-align:center;
}


table, td {
text-align:center;
}

#page-content .news-snippet-img {
padding: 8px;
border: 1px solid #ccc;
background-color: #eee;
float:left;
margin-bottom:20px;
margin-right:20px;
}

#page-content .news-wrapper {
padding:0x;
margin:0x;
clear:both;


}

#page-content .news-img {
padding-bottom:20px;
text-align:center;
}

#/*Syllabus-photos*/
#syllabus-photos{
padding-bottom:20px; width:200px; text-align:center;

}

.syllabus-photos {
	margin: 5px;
	width: 190px;
	float: left;
	height: 400px;
	text-align:left;

}
.syllabus-photos img { padding-bottom: 15px; border: 1px solid #ccc; background-color: #eee; text-align:center; }

#syllabus-table { 
	width: 100%;
	border: 1px;
	cellpadding: 5px;
	background-color:#FFF
} 
#syllabus-table tr {
	height:auto;
	vertical-align:top;
}


#syllabus-table td {
	width: 33%;
	height: auto;
	text-align:center;
}

