@charset "utf-8";
/* CSS Document
Theme Name: ChiroMed
Theme URL: http://www.chiromedbangkok.com
Description: ChiroMed Premium Theme
Version: 1.0
Author: Nu
Author URL:http://www.avantmachine.com
 */

/* 
   General 
------------------------------------------------------------------- */
*{
 margin:0;
 padding:0;
}
html{
 height:100%;
}

body{
	font-family:Tahoma, Arial, Helvetica;
	font-size:14px;
	line-height:16px;
	color:#666;
	margin: 0;
	padding:1px 0 0 0; 
	background:#BDE7F9; 
	background-image:url(../images/bg_full.jpg); 
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	background-attachment:fixed;
}

a img{
 border:0;
}



/*********** Navigation ********/


.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

	
/********* Header *************/

#header {
	background: url(../images/header_bg.jpg) no-repeat center top;
	padding-top: 120px;
}

#header img {
	margin: 20px 0 10px;
}

#header .member { 
	padding: 8px 7px 7px 0;
	text-align: center;
	display: block;
	position: absolute;
	font-size:12px;
	top: 0; right: 0;
	width:130px; height:33px; 
	background-image:url(../images/btn_member.gif); background-repeat:no-repeat; background-position:right; background-position:top;}
	
#header .member a { color:#FFF; font-size:13px;}
#header .member a:hover { color:#FFF; font-size:13px; text-decoration:underline; }

#header .disclaimer {
	color: #999;
	padding: 8px 15px 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	font-size:12px;
	top: 0; right: 0;
}

#header .disclaimer a {	color: #FFF; font-size:13px;}
#header .disclaimer a:hover { color: #FFF; font-size:13px; text-decoration:underline;}

#header .flag {
	color: #999;
	padding: 80px 13px 7px 0;
	text-align: right;
	display: block;
	position: absolute;
	top: 0; right: 0;
}

	
ul.topnav {
	list-style: none;
	padding: 0 20px;	
	margin: 0;
	float: left;
	width: 920px;
	background: #68C7F0;
	font-size: 1.2em;
	background: url(../images/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../images/topnav_hover.gif) repeat-x center top;
	color: #fff;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../images/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
/**	background: #25AD4D; **/
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	font-size:smaller;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
/**	border: 1px solid #111; **/
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #6BC9F2; /*--Create bevel effect--*/
	border-bottom: 1px solid #6BC9F2; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #6BC9F2 url(../images/dropdown_linkbg.gif) no-repeat 1px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #25AD4D url(../images/dropdown_linkbg_over.gif) no-repeat 1px center; 
}


/**** T E X T **************/


h1 {font-size: 2.0em; font-weight: bold; color:#6BC9F2; line-height: 1; margin-bottom: 0.3em;}
h2 {font-size: 1.5em; font-weight: bold; color:#25AD4D; line-height: 1; margin-bottom: 0.3em;}
h3 {font-size: 1em; font-weight: bold; color:#25AD4D; line-height: 1; margin-bottom: 0.3em; padding-left:5px;}
h4 {font-size: 1em; font-weight: bold; color:#035E7F; line-height: 1; margin-bottom: 0.1em; padding-left:5px;}
h5 {font-size: 1em; font-weight: bold; color:#25AD4D; line-height: 1; margin-bottom: 0.3em; padding-left:5px;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */
img,a img{border:0;}

a{
  color: #0000FF;
  text-decoration: none;
}

a:hover{ text-decoration:none;}



/**************** F A D E  Gallery *****************/

#fade_photo {
	float:none;
	width: 960px;
	margin-top: 20px;
/**	margin-bottom:20px; **/
/**	margin:0 auto; **/

}

#photos {
	width: 960px;

}

#photos img{
	padding: 0px; /** ori = 5px **/
	border: 0px solid #ccc; /** ori =  1px solid #ccc **/
	background-color: #fcfcfc;
/** 	position:absolute; **/

}


/**** C O N T E N T ****************/

#wrapper{
	width: 960px;
	top: 40px;	
	margin: 0 auto;
	position: relative;
	background-color:#fff;
}


#wrapperInner{
	width: 960px;
/**	top: 40px;	 **/
	margin: 0 auto;
	position: relative;
	background-color:#fff;
}



/*-------------- Content LEFT-----------------*/

#content_left{
	float:left; 	
	width:650px;
	background-color:#fff; 	
	padding-top: 10px;
	padding-left: 2px;
	
}	
	 





/************* Article & tips **************/

.content_int_literature_top{	 
	background-image:url(../images/article_bg_int_literature_top.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:40px;
	display:block;
}

.content_article_top{	 
	background-image:url(../images/article_bg_top.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:40px;
	display:block;
}

.content_article_bottom{	 
	background-image:url(../images/article_bg_bottom.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:17px;
	display:block;
	float:left;
	padding-bottom:50px;
}

.article_content{
	width:930px;
	background-image:url(../images/article_bg_mid.jpg);
	background-repeat:repeat-y;
	float:left;
	padding-left:30px;
	padding-top: 10px;
	padding-bottom:10px;
}

.article_block{
width:450px;
float:left;
padding:20px 10px 0 0;
}

.icon_left{
float:left;
width:75px;
border:2px solid #25AD4D;
}

.article_details{
float:left;
width:350px;
padding:0 0 0 10px;
}

.icon_left140{
float:left;
width:140px;
border:2px solid #CCCCCC;
}


.article_details .readmore a{
font-size:12px;
color:#555;
padding-top:20px;
font-weight:bold;
text-align:right;
}

.article_details .readmore a:hover{
color:#25AD4D;
font-weight:bold;
text-decoration:none;
}
.article_details h2{
font-size:14px;
color:#25AD4D;
font-weight:bold;
padding:0 0 2px 0;
margin:0;
border-bottom:1px dotted #25AD4D;
}

.article_details h2 a{
font-size:14px;
color:#25AD4D;
font-weight:bold;
padding:0 0 2px 0;
margin:0;
}

.article_details h2 a:hover{
	color:#6BC9F2;
	text-decoration:none;
}

/****************/


#content_left .content_left_content{	 
	background-image:url(../images/left_bg_content.jpg);
	background-repeat:repeat-y;
	width:645px;
	display:block;
	font-size:14px;
	line-height:20px;
	padding-top: 15px;
	padding-bottom:15px;
	padding-left:10px;
}

#content_left .content_left_content p{
	padding-top:3px;
	padding-bottom: 20px;
	padding-left:20px;
	padding-right:20px;

}

#content_left .content_left_content a{	 
	color:#6BC9F2;
}

#content_left .content_left_content h2 a{	 
	color:#25AD4D;
}
#content_left .content_left_content h2 a:hover{	 
	color:#6BC9F2;
	text-decoration:none;
}

#content_left .content_left_readmore a{	 
	background-image:url(../images/readmore.gif);
	width:450px;
	height:15px;
	color:#000066;
	text-align:right;
	padding-right:20px;
	display:block;
}

#content_left .content_left_readmore a:hover{	 
	background-image:url(../images/readmore_over.gif);
}

#content_left .content_left_bg_bottom{
	background-image:url(../images/left_bg_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:645px;
	height:20px;
	padding-top: 1px;
}
	 
#content_left .content_left_th_chiromed{
	background-image:url(../images/left_th_chiromed.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_th_chiropractic{
	background-image:url(../images/left_th_chiropractic.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_chiropractic{
	background-image:url(../images/left_en_chiropractic.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_about{
	background-image:url(../images/left_en_about.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_service{
	background-image:url(../images/left_en_service.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_article{
	background-image:url(../images/left_en_article.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_int_literature{
	background-image:url(../images/left_en_int_literature.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_career{
	background-image:url(../images/left_en_career.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_contactus{
	background-image:url(../images/left_en_contactus.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_faq{
	background-image:url(../images/left_en_faq.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_left_en_news{
	background-image:url(../images/left_en_news.jpg);
	background-position:center;
	width:645px;
	height:40px;
}


#content_left .content_left_en_promotion{
	background-image:url(../images/left_en_promotion.jpg);
	background-position:center;
	width:645px;
	height:40px;
}




#content_left .content_left_th_service{
	background-image:url(../images/left_th_service.jpg);
	background-position:center;
	width:645px;
	height:40px;
}


#content_left .content_left_en_success{
	background-image:url(../images/left_en_success.jpg);
	background-position:center;
	width:645px;
	height:40px;
}


#content_left .content_left_en_member{
	background-image:url(../images/left_en_member.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_th_specialist{
	background-image:url(../images/left_th_specialist.jpg);
	background-position:center;
	width:645px;
	height:40px;
}

#content_left .content_en_specialist{
	background-image:url(../images/left_en_specialist.jpg);
	background-position:center;
	width:645px;
	height:40px;
}




/*-------------- Member RIGHT-----------------*/
#content_right .content_right_member{	 
	background-image:url(../images/member_promotion_notext.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:105px;
	float:right; 
	display:block;
	padding-top: 18px;
	padding-bottom:1px;
	padding-left:5px;

}

#content_right .content_right_member a{
		font-size: 16px; font-weight: bold; color:#090; line-height: 1.2em; margin-bottom: 0.3em; 
}

#content_right .content_right_member a:hover{	 
	color:#25AD4D;
	text-decoration:none;
}
/*-------------- Content RIGHT-----------------*/

#content_right{
	background-color:#fff;
	width:300px;
	float:right;
	padding-top: 10px;
	padding-right:2px;
}

	 
#content_right .content_right_bg_top{
	background-image:url(../images/right_bg_top.jpg);
	width:300px;
	height:17px;
	float:right; 
	display:block;
}

#content_right .content_right_content{	 
	background-image:url(../images/right_bg_center.jpg);
	background-repeat:repeat-y;
	color:#666;
	width:300px;
	float:right; 
	display:block;
	padding-top: 10px;
	padding-bottom:1px;
}

#content_right .content_right_content a{	 
	color:#999;
}

#content_right .content_right_content a:hover{	 
	color:#25AD4D;
	text-decoration:none;
}

#content_right .content_right_bg_bottom{
	background-image:url(../images/right_bg_bottom.jpg);	
	width:300px;
	height:17px;
	float:right; 
	display:block;
}

#content_right .content_right_int_literature{
	background-image:url(../images/right_int_literature.jpg);
	width:300px;
	height:30px;
	float:right; 
	display:block;
	padding-top:0px; 
	
}	

#content_right .content_right_article{
	background-image:url(../images/right_articles.jpg);
	width:300px;
	height:30px;
	float:right; 
	display:block;
	padding-top:0px; 
	
}

#content_right .content_right_success{
	background-image:url(../images/right_success.jpg);
	width:300px;
	height:26px;
	float:right; 
	display:block;
	padding-top:1px; 
}

#content_right .content_right_news{
	background-image:url(../images/right_news.jpg);
	width:300px;
	height:26px;
	float:right; 
	display:block;
	padding-top:1px; 
}

#content_right  .content_right_content p{
font-size:13px;
padding-top: 5px;
padding-left:10px;
padding-right:5px;
padding-bottom:10px;
}

/*--------------- contact_form ------------------*/



/*-------------------- F O O T E R-------------*/

#footer{
	width:100%;
	height:80px;
	clear:both;

/**	padding:24px 0 0 0; */
	background:url(../images/footer_bg.gif) repeat-x;
/**	margin:0 auto; */
	text-align:center;
	line-height:1.3;

}


#footer .top{padding:30px 0 10px 0; color:#828282;}

#footer a {
	color:#666666;
}

#footer a:hover {
	color:#25AD4D;
	text-decoration:none;
}

#Copyright {
width:960px;
height:70px;
top:50px;
text-align:center;
margin:0 auto;
position: relative;
}

#Copyright a {
	color:#666666;
}

#Copyright a:hover {
	color:#25AD4D;
	text-decoration:none;
}



/*********************************** INNER ****************************/

#wrapperInner #footer{
	width:100%;
	height:80px;
	clear:both;

/**	padding:24px 0 0 0; */
	background:url(../images/footer_bg.gif) repeat-x;
/**	margin:0 auto; */
	text-align:center;
	line-height:1.3;

}

#wrapperInner #footer .top{padding:20px 0 3px 0; color:#828282;}

#wrapperInner #footer a {
	color:#666666;
}

#wrapperInner #footer a:hover {
	color:#25AD4D;
	text-decoration:none;
}