/**************************************************
 * style for Thai-Tour Index
 * style.css (mainstyle)
 *
 * author: K Vorapol
 * 
 *
 *************************************************/
 
 /* import css */
	@import url(class-home.css);
	@import url(index.css);
	
 
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	input, select, option {
		font: normal normal normal 11px/1em Tahoma, sans-serif;
		color: #666;
	}
	
/* Type
-----------------------------------------*/

	h1 { font-size: 16px; }
	h2 { font-size: 14px; }
	h3 { font-size: 13px; }
	h4 { font-size: 12px; }
	h5 { font-size: 11px; }
	
	p { line-height: 1.5em; }

/* Links
-----------------------------------------*/
	
	a:link, a:visited {
		color: #353535;
		font-size:100%;
		text-decoration: none;
	}
	
	a:hover, a:focus {
		color: #353535;
		font-size:100%;
		text-decoration: none;
	}
	
/* List Style
-----------------------------------------*/

	ul li {
		list-style: square;
		line-height: 1.5em;
		margin-left: 20px;
		font-size: 10px;
	}
	
		ul li a {
			font-size: 11px;
		}

	
/* Layout
-----------------------------------------*/
 
	body {
		font: normal normal normal 12px/1em Tahoma, sans-serif;
		color: #333;
		text-align: center;
		background: url(../images/head-bg.jpg) no-repeat center top;
	}
	
	#wrapper {
		text-align: left;
		margin: 0 auto;
		
	}
	
	#container {
		width: 970px; /* 970px */
		margin: 0 auto;
		padding: 0;
		/*border: 1px solid red;*/
	}
	
	#header {
		overflow: hidden;
		/*height: 138px; /* 198px */
		padding: 20px 0 10px 0;
	}
	
	#pagewrapper {
		width: 970px; /* 970px; */
		padding: 12px 10px;
		clear: both;
		margin: 0;
		background: transparent url(../images/pagecontainer-bg.png) no-repeat center top;
		/*border: 1px solid orange;*/
	}
	
	.aside, .bside {
		float: left;
		width: 190px; /* 190px */
		margin: 0 10px;
		/*background: lightgreen;*/
	}
	
	.maincontent {
		float: left;
		width: 550px; /* 550px */
		/*background: lightblue;*/
	}
	
	.bottom-content {
		width: 950px; /* 950px */
		clear: both;
		margin: 10px auto;
		padding: 0;
		/*background: #eee;*/
	}
	
	#footer {
		clear: both;
		height: 73px; /* 93px */
		padding: 10px 6px;
		text-align: center;
		background: url(../images/footer-bg.png) repeat-x left top;
	}
	
		#footer-inner {
			width: 970px;
			margin: 10px auto;
			text-align: left;
			overflow: hidden;
			color: #fff;
		}
	
	/* ie6 */
	* html #container {
		width: 990px;
	}
	
	* html .aside {
		float: left;
		width: 190px;
		margin: 0 4px;
	}
	
	* html .bside {
		float: left;
		width: 190px;
		margin: 0 4px;
	}
	
/* Navigation
-----------------------------------------*/
	
    /** nav tab style **/
	
	/*#navbar {
		clear: both;
		height: 31px;
		width: 950px;*/ /* real width = 970px */
		/*padding: 0 10px;
		margin: 5px auto 0 auto;
		overflow: visible;
		background: transparent url(../images/nav-bg.png) no-repeat center top;
	}	*/

	 #navigation {
		clear: both;
		height: 31px;
		width: 930px; /* real width = 950px */
		padding: 0 10px;
		margin: 0 auto 0 auto;
		overflow: visible;
		background: transparent url(../images/nav-bg.png) no-repeat center top;
    }

    ul#nav {
      	height: 20px;
		width: 100%;
		/*border-top: 4px solid #1373b9;*/
      	margin: 3px auto !important;
    }
	
	ul#nav a, ul#nav li {
	    font-size: 12px;
		padding: 6px 6px;
	}

	/***** Drop Down Menu ******/

	#navigation ul.dropdown,
	#navigation ul.dropdown li,
	#navigation ul.dropdown ul {
 	    list-style: none;
 	    margin: 0;
 	    padding: 0;
	}

	#navigation ul.dropdown {
 	    position: relative;
 	    z-index: 597;
 	    float: left;
	}

	#navigation ul.dropdown li {
 	    float: left;
 	    line-height: 1.3em;
 	    vertical-align: middle;
 	    zoom: 1;
 	    text-align: left;
	}

	#navigation ul.dropdown li.hover,
	#navigation ul.dropdown li:hover {
 	    position: relative;
 	    z-index: 599;
 	    cursor: default;
 	    color: #fff;
	}

	#navigation ul.dropdown ul {
 	    visibility: hidden;
 	    position: absolute;
 	    top: 100%;
 	    left: 0;
 	    z-index: 598;
 	    width: 100%;
 	    border-top: none;
 	    /*border-left: 1px solid #666;
 	    border-right: 1px solid #666;
 	    border-bottom: 1px solid #666;*/
	}

	#navigation ul.dropdown ul li {
 	    float: none;
	}

	#navigation ul.dropdown ul ul {
 	    top: 1px;
 	    left: 99%;
	}

	#navigation ul.dropdown li:hover > ul {
 	    visibility: visible;
	}
	
	/****** Drop Down Theme ******/

	
	#navigation ul.dropdown {
 	    font-weight: normal;
	    font-size: 11px;
	}

	#navigation ul.dropdown li {
	    padding: 5px;
	    /*border-style: solid;*/
	    /*border-width: 1px 1px 1px 0;
	    border-color: #fff #d9d9d9 #d9d9d9;
	    background-color: #f6f6f6;*/
	    /*background: #fff;*/
		/*background: #186abc;*/
		background: #186abc;
	    /*color: #666;*/
		color: #fff;		
	}

	#navigation ul.dropdown li.hover,
	#navigation ul.dropdown li:hover {
	    /*background-color: #eee;*/
	    /*background: #6dafe8;*/
		background: #7db3e1;
		background-image: none !important;
	}

	#navigation ul.dropdown a:link,
	#navigation ul.dropdown a:visited { 
	    /*color: #666;*/
		color: #fff;
	    text-decoration: none;
		text-align: left !important;
		padding-left: 0 !important;
	}
	
	#navigation ul.dropdown a:hover	{ 
	    color: #fff;
	}
	
	#navigation ul.dropdown a:active {
	    color: #ffa500; 
	}


	/* -- level mark -- */

	#navigation ul.dropdown ul {
	    width: 150px;
	    /*margin-top: 1px;*/
	}

		#navigation ul.dropdown ul li {
		    font-weight: normal;
		}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


	#navigation ul.dropdown *.dir {
 	    /*padding-right: 20px;*/
 	    /*background-image: url(../hotel-bg/nav-arrow-down.gif);*/
 	    background-position: 100% 50%;
 	    background-repeat: no-repeat;
	}


/* -- Components override -- */

	#navigation ul.dropdown-horizontal ul *.dir {
 	    padding-right: 15px;
 	    /*background-image: url(../hotel-bg/nav-arrow-right.gif);*/
 	    background-position: 100% 50%;
        background-repeat: no-repeat;
	}

	#navigation ul.dropdown-upward *.dir {
 	    /*background-image: url(../hotel-bg/nav-arrow-top.gif);*/
	}

	#navigation ul.dropdown-vertical *.dir,
	#navigation ul.dropdown-upward ul *.dir {
 	    /*background-image: url(../hotel-bg/nav-arrow-right.gif);*/
	}

	#navigation ul.dropdown-vertical-rtl *.dir {
 	    padding-right: 10px;
 	    padding-left: 15px;
 	    /*background-image: url(../hotel-bg/nav-arrow-left.gif);*/
 	    background-position: 0 50%;
	}
	

/* Searchbox
-----------------------------------------*/

	.searchbox {
		clear: both;
		/*float: right;*/
		margin: 0 auto 4px auto;
		text-align: center;
		/*border: 1px solid orange;*/
	}
	
		.searchbox .input {
			width: 480px;
			margin-left: 20px;
			height: 16px; /* 20px */
			padding: 4px;
			padding-top: 4px \9;
			height: 18px \9;
			border: 2px solid #ccc;
			-moz-border-radius: 2px;
			-webkit-border-radius: 2px;
		}
		
		.searchbox .input:hover, .searchbox .input:focus, .searchbox .input:active {
			border-color: #f7c94d;
		}
		
		.searchbox .btn {
			position: relative;
			left: -26px;
			top: 4px \9; /* ie8 */
			width: 18px;
			height: 18px;
			background: transparent url(../images/searchbtn.png) no-repeat center center;
			border: none;
		}
		
		.searchbox .btn:hover {
			cursor: pointer;
		}
		
		/* ie7 */
		* + html .searchbox .btn {
			top: -6px;
		}
		
		/* ie6 */
		* html .searchbox .btn {
			top: -6px;
		}
	
	