/*CSS FOR THAI EDGE*/

 body{
	font-size:67.5%;
	background: #fff url(../images/flowerBg.png) top right no-repeat;
	width:100%;
	height:100%;
	text-align:center;
	padding:0;
	margin:0;
	color: #262626;
	font-family:helvetica, arial, sans-serif;
}

h1, h2, h3, h4{
	font-size:2.0em;
	margin:0;
	padding:0 0 0.6em 0;
}

h2{
	font-size:1.5em;
	
}
h3{
	font-size:1.5em;
}

h4{
	font-size:1.3em;
}


p{
	font-size:1.0em;
	color:#6c615c;
	margin:0em 0 1.3em 0;
	line-height:1.4em;
}


a:link, a:visited{
	
	color:#d22156;
	text-decoration:underline;
}
a:hover{
	color:#e41d94;
}





#menu {
	width:200px;
	border:1px solid #252525;
	height:30px;
	line-height:31px;

	background:#fafafa;
	position:relative;
	margin:10px 0 20px 0px;
	text-align:right;
	font-size:1.2em;
}
#menu a{
	display:block;
		padding-right:20px;
}

#menu a img {
	border:0;
	position:absolute;
	left:5px;
	top:-5px;	
}

#menu a, #menu a:hover{
	color:#000;
	text-decoration:none;
}
#menu a:hover{
	color:#E30264;
}



#contact-info p{
	color:#6c615c;
	font-size:1em;
}


#contact-info p.small{
	font-size:0.9em;
	margin:0;
}


#container{
	text-align:left;
	width:840px;
	margin:30px auto 20px auto;
	border:0px solid #000;
}

#logo-column{
	width:118px;
	float:left;
}

#content-column{
	width:702px;

	margin:0 0 0 12px;
	float:left;
}

#contact-info{
	margin:30px 0 0 0;
	width:118px;
	
}

#nav{
	width:700px;
	border:1px solid #bfbfbf;
	margin:20px 0 0 0;
	font-size:1.0em;
	background: url(../images/whiteBg.png) repeat;
	float:left;
}

#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;

}
#nav li{
	display:inline;
	
	
}

#nav li a{
	
	padding:11px 0px 10px 0px;
	width:105px;
	text-align:center;
	float:left;
	border-right:1px solid #bfbfbf;

	
	color:#000;
	text-decoration:none;
}
#nav li a.home{
	
}
#nav li a.about{

}
#nav li a.menu{

}
#nav li a.masterclass{
width:160px;
}
#nav li a.events{
	
}
#nav li a.gallery{
width:115px;
	border:0;
}


#nav li a.active, #nav li a:hover.active {
	background:#E30264;
	color:#fff;
}



#nav li a.active{
	color:#fff;
}

#nav li a:hover{
	background:#ffc5df;
}




#large-video{
	width: 700px;
	height: 254px;
	border:1px solid #bfbfbf;
	margin: 6px 0 0 0;
}

#small-video{
	width:470px;
	height:264px;
	border:1px solid #000;
	margin-bottom:15px;
	margin-top:4px;
}

#page-content{
	float:left;
	width:470px;
	margin:22px 0 0 0;

}

#sidebar{
	border:0px solid #000;
	margin:15px 0 0 0;
	float:right;
	width:210px;
}


#reservation a, #reservation a:hover{
	display:block;
	margin-top:11px;
	width:183px;

	border:1px solid #1d1918;
	padding:14px 0  14px 25px;
	background:#39322f url(../images/pointer.png) no-repeat 170px center ;
	text-decoration:none;
	font-size:1.1em;
	color: #fff;
}

#reservation a:hover{
		background:#f5f5f5 url(../images/pointer.png) no-repeat 170px center ;
		border:1px solid #a29c98;
		color:#E30264;
}


#rightbox{
	width:188px;
	
	border:1px solid #000;
	margin:10px 0 0 0;
	background:#fff;
	padding:10px;
}

#footer{
	border:1px solid #000;
	width:600px;
	color:#9c9c9c;
	border:0px solid #000;
	margin:30px auto 20px auto;


}

#footer a{
	color:#9c9c9c;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:underline;
}

label{
	display:block;
	width:150px;
	float:left;
	padding:5px 0 0 0;
}

input{
	width:192px;
	height: 20px;
	border:1px solid #b7b7b7;
	margin:0 0 10px 0;
	display:block;
	padding:4px 3px 0px 3px;
}
select {
	margin:0 0 15px 0;
}

.submit{
	width:200px;
	height:35px;
	display:block;
	margin:0 0 0 150px;
	background:#39322f url(../images/pointer.png) no-repeat 170px center ;
	padding:8px 0  10px 0px;
	color:#fff;
	font-size:1.1em;
	cursor:pointer;
	border:1px solid #1d1918;
	
}

.cform input.sendbutton	{ 
	width:208px;
	height:35px;
	display:block;
	margin:0 0 0 100px;
	background:#39322f url(../images/pointer.png) no-repeat 170px center ;
	padding:8px 0  10px 0px;
	color:#fff;
	font-size:1.1em;
	cursor:pointer;
	border:1px solid #1d1918;
	clear:both;
}
.cform input.sendbutton:hover	{ 
		background:#f5f5f5 url(../images/pointer.png) no-repeat 170px center ;
		border:1px solid #a29c98;
		color:#E30264;
}

.submit:hover{
		background:#f5f5f5 url(../images/pointer.png) no-repeat 170px center ;
		border:1px solid #a29c98;
		color:#E30264;
		
}



#cf_field_4{
	float:left;
	margin-right:5px;
	
}



#li--5{
	clear:both;
}


a img{
	border:0;
}


/*--------------
	Clear Floats
------------------*/
.clear{
	clear:both;
}
