/***********************************************/
/* kin001_css.css                              */
/* Use with template kin001.dwt           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
 
 


body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.18;
	margin: 0px;
	text-align: left;
	background-color: #993333;
	/*	background-image: url(images/bg001.jpg);*/
	background-repeat: repeat-x;
}



h1{
	font-family: Verdana,Arial,sans-serif;
	/*font-size: 120%;*/
	margin: 0px;
	padding: 0px;
	color: #954135;
	font-size: 130%;
	font-weight: bold;
}

h2{
	font-family: Arial,sans-serif;
	font-size: 115%;
	color: #954135;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color:#AD4A3D; /* #334d55;*/
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: lighter;
 color: #AD4A3D;
 margin: 0px;
 padding: 0px;
}

h5{
	font-family: Verdana,Arial,sans-serif;
	font-size: 85%;
	color: #D47F55;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


ul{
	list-style-type: square;
	font-size: 90%;
	color: #557F00;
}


ul ul{
	list-style-type: disc;
	font-size: 85%;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
		color:/*#A95731;*/ #006699;
	text-decoration: none;
}

a:visited{
	color: #E93A96;
	text-decoration: none;
}

a:hover{
	color: #4A6C56;
	text-decoration: underline;
}



#globalNav a:link{
/*	color: #FFFFFF;*/
	text-decoration: none;
}
 #globalNav1 a:link{
	/*color: #FFFFFF;*/
	text-decoration: none;
}




/***********************************************/
/* Layout Divs                                 */
/***********************************************/





.thrColFixHdr #container {
	background: #FBF7DB; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	width: 965px;
	margin: 0 auto;
	color: #FFFFFF;

} 
.thrColFixHdr #header {
	margin:0px;
	background-image:url(images/thailand_header.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #fff;
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	width: 935px;
	border-top-width: 2px;
	border-top-color: #29221A;
	border-top-style: solid;
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FBF7DB;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 5px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FBF7DB;
	font-size: 80%;
	color: #000000;
}
.thrColFixHdr #mainContent {
	margin: 0 200px 0px 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 40px 20px 0px 20px;
	background-repeat: no-repeat;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #333333;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer {
	background:#DDDDDD;
	font-size: 12px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
	

	
	.navBar{margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 80%;
	border: 1px solid #cccccc;
	background-color: #C5E1A6;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	padding: 5px 0px 2px 5px;
	background-color: #E4E9CF;
	border-top: 1px solid #cccccc;
	
}

#sectionLinks a:hover{
	background-color: #F1F3C5;
	text-decoration: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px 0px 0 px 0px;
	padding: 10px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}
/************** #advert styles **************/

#advert{
	padding: 0px 0px 5 px 00px;
}

#advert img{
	display: block;
}

/***********************************************/
/* Components                                  */
/***********************************************/

/************* #siteInfo styles ***************/


.thrColFixHdr #mainContent p{
	font-size: 80%;
}
/************* #globalNav styles **************/
/*
#globalNav{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 80px;
	/*background-color:#FDE7CD;*/
/*	background:url(images/home_r4_c11.gif) repeat-x;*/*/
}
#globalNav{
	/*	border-bottom: 1px solid #CCC;*/
/*	color: #cccccc;*/
	background-color: #FF5F00;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 100px;
	margin: 20 px 0px 0px 0px;
	/*background-color:#FDE7CD;*/
/*	background:url(images/home_r4_c11.gif) repeat-x;*/
}
#globalNav1{
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	/*background-color: #A95731;*/
	padding-top: 5px;
	margin-left: 470px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 0px;
/*	background:url(images/home_r4_c11.gif) repeat-x;*/
}

#globalNav2{
	color: #cccccc;
	/*background-color: #A95731;*/
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 470px;
/*	background:url(images/home_r4_c11.gif) repeat-x;*/
}




#globalNav img{
 display: block;
}
#globalNav1 img{
 display: block;
}
#globalNav2 img{
 display: block;
}

#globalNav a{
	font-size: 90%;
	/*padding: 0px 4px 0px 10px;*/
}
#globalNav1 a{
	font-size: 70%;
/*	padding: 0px 4px 0px 10px;*/
}
#globalNav2 a{
	font-size: 70%;
/*	padding: 0px 4px 0px 10px;*/
}

#siteInfo{
	clear: both;
	font-size: 75%;



	color: #680000;
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: #000000;
	padding-top: 3px;
}
#siteInfoImg {
	clear: both;
	font-size: 75%;
	padding: 5px;
	text-align: center;
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
 
#siteName{
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	width: 450px;
	float: left;
	height: 90px;
	margin: 0px;
 /*margin:70px 0px 0px 0px;*/
}





/*.thrColFixHdr #container #globalNav {
	width: 300px;
	float: left;
	color: #FFFFFF;
	padding-left: 20px;
	background-color: #6C2C27;
	padding-top: 10px;
	height: 40px;
}*/

.thrColFixHdr #container #bar {
	background-color: #340E04;
	height: 15px;
	clear: both;
	width: 965px;
	float: left;
}
.thrColFixHdr #container #wrapper #siteName a:link, .thrColFixHdr #container #wrapper #siteName a:hover, .thrColFixHdr #container #wrapper #siteName a:visited {
	text-decoration: none;
	background-color:none;
	color: #FFFFFF;
	
	
}

.thrColFixHdr #container #wrapper {
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.thrColFixHdr #container #mainContent .imgRight {
	text-align: right;
	margin: 5px;
	float: right;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2A3F00;
	border-right-color: #2A3F00;
	border-bottom-color: #2A3F00;
	border-left-color: #2A3F00;
	border-width: 1px;
	padding: 3px;
}
.grey {
	color: #A0A0A4;
}
h6 {

	font-family: Verdana,Arial,sans-serif;
	font-size: 80%;
	color: #D1784E;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
}
p.quote1{
	color:#557F00;
	font-style: italic;
}
.cleardiv {
	clear: both;
}
.thrColFixHdr #container #mainContent .review_links {
	width: auto;
}
.thrColFixHdr #container #sitemeter {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.video {
	float: right;
}
.thrColFixHdr #container #mainContent .promotion {
	float: right;
}
.thrColFixHdr #container #mainContent .product_box {
	border: 0.3px solid #CCCCCC;
}
.thrColFixHdr #container #mainContent {

}
.thrColFixHdr #container #mainContent {
}
.font_table {
	font-size: 12px;
}
.thrColFixHdr #container #mainContent #special_offers {
	background-image: url(images/Massage_Deals_Massage_Special_Offers.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 560px;
}
.thrColFixHdr #container #mainContent #massage_special_offers {
	height: 335px;
	width: 570px;
}
