 /*
Theme Name: Supannee Thaiairway
Theme URI: http://iso89.com
Description: Supannee Thaiairway Theme
Version: 1.0 for IE6 
Author: Parinya Na Ranong
Author URI: http://iso89.com
*/

body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #270039;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 20px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.iso89{
	font-family: "Century Gothic";
	font-size: 10px;
}
.iso89 a:link, .iso89 a:visited, .iso89 a:active{
	color: #666;
}
.iso89 a:hover{
	color:#FFF;
}
/* #Reset
================================================== */
	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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; 
	}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #ffcf0b;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #ffcf0b;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #FFFFFF;
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1024px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding: 0px 10px 0px 10px;
	background-image: url(images/bg_content.png);
	background-repeat: repeat;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	padding: 0px 10px 0px 10px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding: 10px 10px;
}
/*size of font*/
		.f12{
			font-size: 12px;
			font-weight: normal;			
		}
/*end of font*/		

	.detail{
	background-image: url(images/textmark.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 20px 0px 0px 0px;
	height: 187px;
	width: 100%;
	}
		.detail p{
	font-size: 20px;
	color: #FFF;
	line-height: 40px;
		}
	.hilightxt{
	background-image: url(images/hilight_text.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 149px;
	width: 1024px;
	padding-bottom: 10px;
	}
		.hilightxt p{
			padding-top: 10px;
			font-size: 20px;
			color: #FFF;
				line-height: 40px;
		}
.smallgreen{
	font-size: 18px !important;
	color: #0C0 !important;
}
	.aside{
	width: 258px;
	padding-right: 10px;
	float: left;
	}
		.aside img{
			padding: 0px;
			margin: 0px;
		}
	.aside h2{
	color: #ffcf0c;
	font-size: 20px;
	background-image: url(images/line_about.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*line-height: 80px;*/
		padding: 0px;
	height: 73px;
	/*margin-bottom: 10px;*/
	font-weight: bold;
			}
	.hilight{
		width: 692px;
		float: left;
	}
		.hilight h2{
			color: #ffcf0c;
			font-size: 20px;
		}
	.allproduct{
	/*background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: right center;*/
	}
		.allproduct h2{
	color: #ffcf0c;
	font-size: 20px;
	padding: 10px 0px;
		}
/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
}
.footer .fltlft a:link, .footer .fltlft a:visited{
	color: #FFF;
	text-decoration: none;
	padding-right: 5px;
}
.footer .fltlft a:hover{
	color: #F90;	
}

/* ~~ miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	/*margin-right: 8px;*/
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*main menu*/
menu{
	padding: 0px;
	margin: 0px;
	background-image: url(images/light_menu.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 44px;
}
.arrowunderline .onpage{
	color: #F9F !important;	
}
ul.arrowunderline{
list-style-type:none;
margin: 0;
padding:0;
text-align:center; /* enter "left", "right", or "center" to orient the menu accordingly */
font:16px Georgia;
padding-top: 10px;
}

ul.arrowunderline li{
display:inline;
margin-right:25px; /* spacing between each menu item */
}

ul.arrowunderline li a{
	position: relative;
	color: #FC0;
	padding-bottom: 8px; /*spacing between each menu item and arrow underline beneath it */
	text-decoration: none;
}

ul.arrowunderline li a:hover{
	border-bottom:3px solid purple; /* style of arrow underline */
	color: #FFF;
}

ul.arrowunderline li a:hover:after { /* use CSS generated content to add arrow to the menu */
content:'';
width:0;
height:0;
position:absolute;
left:50%;
margin-left:-5px; /* value should match border-width below */
bottom: 0;
border-width:5px; /* value should match margin-left above */
border-style:solid;
border-color: transparent transparent purple transparent; /* create up arrow */
}

/* product */
.product{
	float: left;
	width: 179px;
	margin: 8px;
}
.product1{
	float: left;
	width: 179px;
	margin: 8px;
}

.product ul li{
	list-style-type: none;
}
.areatext{
	height: 50px;	
}

.detailtb p{
	padding: 10px;
	font-size: 18px;
}
