/*
Theme Name: TTIS Corporate
Theme URI: http://no4design.com
Description: TTIS Corporate Theme
Version: 1.0
Author: no4design.com
Author URI: http://no4design.com/
Tags: ttis

*/

/* CORE ////////////////////////////////////////////////////////// */

body {
	background-color: #EEE;
	margin: 0;
	padding: 0;
	font-family:"Lucida Grande", Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333;
}

body, html {
	height: 100%;
}

a img {
	border: none;
}

*html img {
	display: block;
}

*html .png {
	behavior: url("/png/iepngfix.htc");
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

/* END CORE ////////////////////////////////////////////////////////// */

/* STRUCTURE ////////////////////////////////////////////////////////// */

#wrapper {
	width: 970px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 10px;
	background-image: url(images/wrapper.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}

div.container {
	position: relative;
}

div.content {
	width: 500px;
	min-height: 400px;
	margin: 0 0 0 20px;
	float: left;
	padding: 5px 0 50px;
	font-size: 14px;
	border: 1px solid transparent;
	border-top: 5px solid #EEE;
	text-align: left;
}

*html div.content {
	display: inline;
}

#news div.content, #date div.content {
	width: 600px;
}

#shop div.content, #advertise div.content {
	width: 610px;
}

div.content a {
	color: #333;
}

div.content small {
	padding: 10px 0;
	font-style: italic;
	color: #666;
}

div.content li {
	padding: 0 0 10px 0;
}

div.content h3 {
	font-size: 18px;
	color: #000;
	margin: 10px 0 10px;
	padding-left: 10px;
}

body.page-id-143 div.content h3 {
	padding-left: 0;
}

div.content h4 {
	font-size: 16px;
	color: #339999;
	padding-left: 10px;
}

div.content p {
	padding-left: 10px;
	margin-bottom: 25px;
}


div.content.wide {
	width: 930px;
	min-height: 400px;
}

div.sidebar {
	width: 380px;
	position: relative;
	z-index: 100;
	margin: -200px 0 0 565px;
	padding: 100px 0 50px;
}

#products div.sidebar {
	padding: 0px 0 50px;
}

*html div.sidebar {
	height: 200px;
}

#news div.sidebar, #date div.sidebar, #shop div.sidebar, #advertise div.sidebar {
	width: 300px;
	margin: -200px 0 0 650px;
}

div.sidebox {
	margin: 0 0 10px;
}

/* END STRUCTURE ////////////////////////////////////////////////////////// */

/* FOOTER ////////////////////////////////////////////////////////// */

#footer {
	width: 930px;
	margin: 0 auto;
	padding: 5px 0 10px;
}

#footer small {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #CCC;
	margin: 0 0 5px;
}

#footer div.partners {
	width: 930px;
	height: 56px;
	margin: 0 0 10px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#footer div.partners ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 621px;
	height: 56px;

}

#footer div.partners ul li {
	float: left;
}

#footer div.partners a {
	margin: 0;
	padding: 0;
}
#footer div.partners a img {
	display: inline;
}

#footer div.address {
	font-size: 11px;
	color: #333;
	text-align: center;
}

#footer div.copyright {
	font-size: 11px;
	color: #999;
	text-align: center;
}

#footer div.navigation {
	width: 930px;
	height: 30px;
	margin: 0 0 10px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	position: static;
}

#footer div.navigation li a {
	display: block;
	height: 25px;
	line-height: 20px;
	padding:  10px 0;
	color: #CCC;
	text-decoration: none;
	padding: 0 14px;
	background-image: url(images/navigation-breaker.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
}

#footer div.navigation ul {
	margin: 0 auto;
	padding: 0 0 0 1px;
	list-style: none;
	width: 689px;
	height: 30px;
	position: static;
	background-image: url(images/navigation-breaker.jpg);
	background-position: left top;
	background-repeat: no-repeat;

}

#footer div.navigation ul li {
	float: left;
}

/* END FOOTER ////////////////////////////////////////////////////////// */

/* HEADER ////////////////////////////////////////////////////////// */

div.header {
	width: 930px;
	height: 115px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-image: url(images/header-breaker.jpg);
	background-repeat: no-repeat;
	background-position: 0 99px;
}

a.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 445px;
	height: 90px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

div.search {
	position: absolute;
	top: 15px;
	right: 0;
	width: 290px;
}

div.search input.text {
	border: 1px solid #CCC;
	width: 225px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 1px;
}

div.search input.submit {
	border: 0;
	width: 55px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 0;
	line-height: 25px;
	text-decoration: none;
	border: 1px solid #DDD;
	background-color: #FFF;
	background-image: url(images/button-background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
}
div.search input:hover.submit {
	color: #333;
}



/* END HEADER ////////////////////////////////////////////////////////// */


/* NAVIGATION ////////////////////////////////////////////////////////// */

div.navigation ul {
	margin: 0;
	padding: 0 20px;
	list-style: none;
	background-image: url(images/navigation-bg.png);
	background-repeat: no-repeat;
	background-position: -2px 0;
	width: 930px;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial, 'Arial', 'Sans';
	z-index: 99;
}

*html div.navigation ul {
	background-image: none;
}

div.navigation ul li {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
}

div.navigation ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #CCC;
	text-decoration: none;
	padding: 0 14px;
	background-image: url(images/navigation-breaker.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border-bottom: 5px solid #FFF;
}

*html div.navigation ul li {
	height: 25px;
}

*html div.navigation ul li a {
	width: 10px;
}

div.navigation ul li.end a {
	background-image: none;
	
}

div.navigation ul li a:hover, div.navigation ul li.active a, div.header div.navigation ul li a:hover, div.header div.navigation ul li.active a, #footer div.navigation ul li a:hover, #footer div.navigation ul li.active a {
	color: #6E1617;
	border-bottom: 5px solid #6E1617;
}

div.header div.navigation ul li a:hover, div.header div.navigation ul li.active a {
	border-bottom: none;
}


div.header div.navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: auto;
	top: 60px;
	right: 0;
	width: auto;
	height: 25px;
	background: none;
}

div.header div.navigation ul li {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFF;
}

div.header div.navigation ul li a {
	display: block;
	height: 25px;
	line-height: 20px;
	color: #000;
}

*html div.header div.navigation ul li a {
	display: inline;
	
}

div.header div.navigation ul li.end a {
	padding: 0 0 0 14px;
}

/* END NAVIGATION ////////////////////////////////////////////////////////// */


/* HIGHTLIGHTS ////////////////////////////////////////////////////////// */

div.highlight {
	width: 970px;
	height: 425px;
	position: relative;
	background-image: url(images/highlight-bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 5px;
}

div.highlight-images {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 970px;
	height: 415px;
	background-color: #EEE;
}

div.highlight-images a {
	position: absolute;
	top: 0;
	left: 0;
}


/* END HIGHTLIGHTS ////////////////////////////////////////////////////////// */


/* NEWS SLIDES ////////////////////////////////////////////////////////// */


div.news-slides {
	width: 930px;
	height: 60px;
	background-color: #EEE;
	margin: 0 auto;
	padding: 10px 0 0;
	position: relative;
}

div.news-slides h2 {
	font-size: 18px;
	width: 210px;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	border-right: 1px dashed #CCC;
	float: left;
	text-align: left;
}

div.news-slides div.news-items {
	width: 640px;
	height: 50px;
	position: absolute;
	top: 10px;
	left: 250px;
	overflow: hidden;
}

div.news-slides div.news-items ul {
	position: absolute;
	top:0;
	left: 0;
	width: 5000px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.news-slides div.news-items li.news-item {
	width: 600px;
	height: 50px;
	margin: 0;
	padding: 0 20px;
	float: left;
}

div.news-slides div.news-items li.news-item div.date {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(images/news-date-bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	float: left;
}


div.news-slides div.news-items li.news-item div.date h3 {
	width: 48px;
	margin: 0;
	padding: 2px 0 0;
	height: 28px;
	font-family: Arial, 'Arial';
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}

div.news-slides div.news-items li.news-item div.date small {
	width: 50px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: center;
	display: block;
}

div.news-slides div.news-items li.news-item div.entry {
	margin: 0 0 0 60px;
	font-size: 13px;
	color: #666;
}

div.news-slides div.news-items li.news-item div.entry p {
	margin: 0;
	display: inline;
}

div.news-slides div.news-items li.news-item div.entry strong {
	font-size: 14;
	color: #333;
}

div.news-slides div.news-items li.news-item div.entry a {
	color: #666;
}

div.news-slides a.next {
	display: block;
	width: 40px;
	height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(images/news-next-slide.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

div.news-slides a:hover.next {
	background-image: url(images/news-next-over.jpg);
}


/* END NEWS SLIDES ////////////////////////////////////////////////////////// */


/* PAGE BANNER ////////////////////////////////////////////////////////// */

div.page-banner {
	width: 970px;
	height: 230px;
	position: relative;
	background-image: url(images/highlight-bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 0 5px;
}

div.page-banner-images {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 970px;
	height: 220px;
	background-color: #EEE;
}

div.page-banner-images img {
	position: absolute;
	top: 0;
	left: 0;
}

div.page-banner-content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	color: #FFF;
	padding: 0 25px 20px;
	width: 500px;
	font-size: 14px;
}

#news div.page-banner-content, #date div.page-banner-content, #advertise div.page-banner-content {
	width: 600px;
}

div.page-banner-content.wide {
	width: 930px;
}

div.page-banner-content h1 {
	font-size: 28px;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
	width: 920px;
}

div.page-banner-content h1 a {
	text-decoration: none;
	color: #FFF;
	text-align: left;
}


/* END PAGE BANNER ////////////////////////////////////////////////////////// */

#anniversary {
	position: relative;
	background-color: #000;
	padding: 220px 0 20px;
	background-position: 10px 220px;
	background-repeat: no-repeat;
	margin: 0 0 10px;
}

#anniversary img {
	margin: 10px 10px 0;
	position: absolute;
	top: 0;
	left: 0; 
}

#anniversary div.caption {
	background-color: #EEE;
	padding: 10px 15px;
	font-style: italic;
	color: #666;
}

#anniversary h2 {
	color: #FFF;
	padding: 0 10px;
	margin: 0;
	font-weight: normal;
}

#credientials {
	background-color: #669900;
	color: #FFF;
	padding: 10px 15px 10px;
	position: relative;
}

#credientials h2 {
	margin: 0 0 10px;
	font-size: 24px;
}

#credientials a.button {
	height: 25px;
	line-height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #666;
}
#credientials a:hover.button {
	color: #333;
}

#credientials a:hover.download {
	background-image: url(images/tmp/about-crediential-download-over.jpg);
}

#management {
	padding: 10px 0;
}

#management h3 {
	font-size: 16px;
	margin: 0 0 3px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #CCC;
}

#management ul.list li {
	background-image: url(images/about-management-arrow.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

#management ul.list li a {
	display: block;
	width: 100%;
	height: 40px;
}

#management ul.list li a strong {
	color: #669900;
	display: block;
}

#management ul.list li a:hover strong {
	color: #336600;
}

#management ul.list li a:hover {
	display: block;
	width: 100%;
	height: 40px;
}

ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #CCC;
}

ul.list li {
	border-bottom: 1px dashed #CCC;
	height: 36px;
	padding: 4px 0 0;
}

ul.list a {
	text-decoration: none;
	color: #666;
}

ul.list li h4 {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 14px;
}

#human-resources {
	margin: 0 0 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #CCC;
}

#human-resources h3 {
	font-size: 16px;
	margin: 0 0 3px;
	padding: 0 0 10px;
	border-bottom: 1px dashed #CCC;
}

#human-resources a {
	text-decoration: none;
	color: #333;
}

#human-resources a strong {
	border-top: 1px dashed #CCC;
	padding: 10px 0 0;
	color: #669900;
	display: block;
	font-size: 14px;
}

#human-resources a:hover strong {
	color: #336600;
}

#human-resources small {
	font-size: 12px;
	color: #333;
}

#human-resources h4 {
	font-size: 12px;
	margin-bottom: 0;
}

#human-resources p {
	margin: 0;
}


div.products {
	width: 950px;
	min-height: 435px;
	overflow: hidden;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
}

*html div.products {
	width: 950px;
	margin: 0;
	padding: 0;
}

div.products a {
	text-decoration: none;
}

div.products a:hover {
	text-decoration: underline;
}

div.product-box {
	width: 300px;
	min-height: 435px;
	margin: 0 14px 0 0;
	padding: 10px 0 0;
	float: left;
}

div.product-box div.entry {
	border-top: 5px solid #CCC;
	margin: 5px 0 0;
}

div.product-box div.entry p {
	padding: 0;
}

div.product-box div.entry h2 {
	margin: 5px 0 10px;
	font-size: 18px;
	text-align: left;
}

div.product-box div.entry h2 a {
	color: #000;
	text-decoration: none;
	text-align: left;
}
div.product-box div.entry h2 a:hover {
	color: #6E1617;
}

div.product-box div.entry ul {
	padding: 0 0 0 20px;
}

a.more {
	display: block;
	width: 90px;
	height: 25px;
	background-image: url(images/more-detail.jpg);
	background-repeat: no-repeat;v
}

div.set {
	margin: 50px 0 0 0;
}

div.collapse {
	background-color: #EFF5E5;
	zoom: 1;
}

div.collapse div.collapse-title {
	height: 30px;
	background-color: #EEE;
	line-height: 30px;
	color: #669900;
	margin: 0;
	background-image: url(images/collapse-closed.jpg);
	background-position: 477px center;
	background-repeat: no-repeat;
	width: 500px;
	overflow: hidden;
}

div.collapse div.collapse-title a {
	color: #669900;
	text-decoration: none;
	display: block;
	width: 460px;
	height: 30px;
	padding: 0 30px 0 10px;
}


div.collapse div.collapse-title a small {
	float: right;
	height: 30px;
	padding: 0;
}

div.collapse div.collapse-title a strong {
	float: left;
}

div.collapse.open div.collapse-title {
	background-color: #669900;
	color: #FFF;
	background-image: url(images/collapse-open.jpg);
}

div.collapse.open div.collapse-title a small {
	color: #FFF;
}

div.collapse.open div.collapse-title a strong {
	color: #FFF;
}

div.collapse div.collapse-content {
	font-size: 12px;
	/* padding: 15px; */
}

div.collapse div.collapse-wrapper {
	padding: 15px;
}

div.collapse div.collapse-content h4 {
	font-weight: bold;
	font-size: 14px;
	color: #669900;
	margin: 0 0 5px;
	padding: 0;
}

div.collapse div.collapse-content p {
	margin: 0 0 5px;
	/* padding: 0 0 0 10px; */
}

div.collapse div.collapse-content ul {
	margin: 0 0 10px;
	/* padding: 0 0 0 30px; */
}

div.collapse div.collapse-content small.date {
	color: #669900;
	font-size: 12px;
	font-style: italic;
	border-bottom: 1px dashed #CCC;
	padding: 0 0 5px;
	display: block;
}

div.apply-job {
	border-top: 1px dashed #CCC;
	margin: 2px 0 0;
	padding: 5px;
	height: 25px;
}

div.apply-job small {
	color: #996600;
	font-size: 11px;
	margin: 0 0 0 70px;
	padding: 0;
	display: block;
}

div.apply-job a.button {
	height: 25px;
	padding: 0 10px;
	line-height: 25px;
	float: left;
}

a.apply-button {
	display: block;
	width: 80px;
	height: 25px;
	float: left;
	background-image: url(images/apply-button.jpg);
	background-repeat: no-repeat;
}

div.description {
	margin: 0 0 20px;
}

div.description p {
	margin: 0;
}

#enquiry {
	margin: 0 0;
	background-color: #EEE;
	padding: 15px;
}

#faq #enquiry {
	margin: 10px 0 0;
}

#enquiry h3 {
	font-size: 18px;
	color: #333;
	margin: 0 0 5px;
	padding: 0;
}

#enquiry p {
	margin: 0;
	padding: 0;
}


#enquiry div.caption {
	color: #666;
	font-size: 12px;
	margin: 0 0 10px;
}


#enquiry label {
	width: 60px;
	height: 20px;
	line-height: 18px;
	display: block;
	float: left;
	text-align: right;
	padding: 0 10px;
}

#enquiry input.text {
	width: 250px;
	border: 1px solid #999;
	margin: 0 0 5px;
}

#enquiry input.text.error, #enquiry textarea.error {
	border: 1px solid #CC0000;
}

#enquiry textarea {
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0;
	border: 1px solid #999;
}

#enquiry div.error {
	width: 315px;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #CC0000;
	color: #CC0000;
	font-size: 10px;
}

#enquiry div.sent {
	width: 315px;
	padding: 10px;
	margin: 0 0 10px;
	border: 1px solid #009900;
	color: #009900;
	font-size: 10px;
}

#enquiry div.controls {
	margin: 5px 0 0 80px;
	position: relative;
	width: 250px;
}

#enquiry div.controls input {
	background: none;
	background-repeat: no-repeat;
	border: none;
	font-size: 12px;
	width: 60px;
	height: 25px;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #DDD;
	background-color: #FFF;
	background-image: url(images/button-background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
}

body.th #enquiry div.controls input {
	line-height: 10px;
}

#enquiry div.controls input.submit {
}

#enquiry div.controls input.reset {
	position: absolute;
	top: 0;
}

img.ajax-loader {
	position: absolute;
}


a.back {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 999;
}

a:hover.back {
	text-decoration: underline;
}

#product-description {
	padding: 80px 0 0;
	position: relative;
}

*html #product-description {
	border: 0;
	height: 200px;
}

*html #product-description.online-directory, *html #product-description.ttis-trade-buyers-guide, *html #product-description.trade-focus-e-newsletter, *html #product-description.trade-magazine {
}

*html #product-description.online-directory, *html #product-description.pantone {
	border: none;
}

#product-description.textile-product-management, #product-description.pantone {
}

#product-description img {
	position: absolute;
	margin: 0 0 10px;
}

#product-description.online-directory img {
	position: absolute;
	right: -26px;
}
*html #product-description.online-directory img {
	right: -23px;
}

#product-description.trade-focus-e-newsletter img, #product-description.textile-product-management img {
	position: absolute;
	right: -25px;
}

*html #product-description.trade-focus-e-newsletter img, *html #product-description.textile-product-management img {
	right: -23px;
}

#product-description.pantone img {
	position: absolute;
	right: -26px;
}

*html #product-description.pantone img {
	right: -22px;
}

#product-description div.caption {
	position: relative;
	padding: 0 0 20px;
	font-style: italic;
	color: #666;
	text-align: center;
}

*html #product-description div.caption {
	height: 20px;
}
/*
#product-description.online-directory div.caption {
	padding-top: 460px;
}

#product-description.trade-focus-e-newsletter div.caption {
	padding-top: 560px;
}

#product-description.textile-product-management div.caption {
	padding-top: 560px;
}
*/
#related {
	border-top: 1px dashed #CCC;
	padding: 2px 0 0;
}

#related h3 {
	border-top: 1px dashed #CCC;
	margin: 0;
	padding: 10px 15px;
}

*html #related h3 {
	width: 270px;
}

*html #services #related h3 {
	width: 350px;
}

ul.related {
	margin: 0;
	padding: 0 0 0 30px;
}

ul.related li {
	font-size: 14px;
}

*html ul.related li {
	background-image: none;
	padding: 0;
}

ul.related li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

ul.related li a:hover {
	text-decoration: underline;
}

div.product {
	padding: 10px 0 20px;
}
div.product h3 {
	margin: 0;
}
div.product small {
	padding-left: 10px;
}

div.product div.caption {
	padding-left: 10px;
	font-style: italic;
	font-size: 12px;
	color: #666;
}

div.product img.logo {
	float: right;
	margin: 0 0 10px;
}

a.button {
	font-size: 12px;
	height: 25px;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #DDD;
	background-color: #FFF;
	background-image: url(images/button-background.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666;
}

div.content a.button, div.services-content a.button {
	color: #666;
}

div.content a:hover.button, div.services-content a:hover.button {
	color: #333;
}

div.hr {
	width: 100%;
	height: 5px;
	background-color: #EEE;
}

*html div.hr {
	height: 1px;
	padding: 0;
	margin: -10px 0 0;
	background-color: transparent;
	border-bottom: 5px solid #EEE;
}

div.hr span {
	display: none;
}



div.button-description {
	width: 500px;
	padding: 20px 0;
	position: relative;
}

*html div.button-description {
	width: 500px;
	padding: 20px 0;
	position: static;
}

div.button-description div.caption {
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 150px;
}

*html div.button-description div.caption {
	position: static;
	float: left;
	margin: -25px 0 0 140px;
	display: inline;
}

/* NEWS /////////////////////////////////////////////////////////////////////////////*/

div.post {
	border-bottom: 1px dashed #CCC;
	margin: 0 0 10px;
	padding: 0 0 20px;
}

div.post h2 {
	margin: 0 0 10px;
	color: #333;
	font-size: 24px;
	text-align: left;
}

div.post h3 {
	margin: 0 0 0 50px;
	color: #333;
	font-size: 18px;
	text-align: left;
}

div.post h3 a {
	text-decoration: none;
	text-align: left;
}

div.post small {
	margin: 0 0 0 60px;
	padding: 0;
	color: #669900;
	display: block;
	height: 20px;
}

div.post div.entry {
	padding: 10px 0 0;
}

div.post div.entry h2 {
	margin: 0;
	text-align: left;
}

div.post div.entry div.grey {
	color: #999;
}

div.post div.entry p {
	margin: 0 0 30px;
	padding: 0;
}

div.post div.entry p a.button {
	margin: 20px 0;
}

div.post div.entry ul {
	list-style-position: inside;
}

div.post div.entry ul li {
	padding: 0 0 2px;
}


div.entry img.alignleft {
	float: left;
	margin: 0 10px 0 0;
} 

div.post div.date, div.page div.date {
	width: 50px;
	height: 50px;
	margin: 0 0 0 -2px;
	float: left;
	background-image: url(images/date-background.jpg);
	background-repeat: no-repeat;
}

div.post div.date h3, div.page div.date h3 {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 28px;
	text-align: center;
	height: 33px;
	line-height: 38px;
}

*html div.post div.date h3, *html div.page div.date h3 {
	height: 30px;
	line-height: 34px;
}

div.post div.date small, div.page div.date small {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 10px;
}

div.content div.navigation {
	position: static;
	width: 100%;
	font-size: 12px;
}


*html div.content div.navigation {
	width: 600px;
}

div.content div.navigation a {
	text-decoration: none;
	height: 20px;
	color: #666;
	display: block;
	background-repeat: no-repeat;
}

*html div.content div.navigation a {
	width: 10px;
}

div.content div.navigation a:hover {
	text-decoration: underline;
}

div.content div.navigation div.alignleft {
	float: left;
}
div.content div.navigation div.alignright {
	float: right;
}

div.content div.navigation div.alignleft a {
	padding: 0 0 0 20px;
	background-image: url(images/news-prev.jpg);
}
div.content div.navigation div.alignright a {
	padding: 0 20px 0 0;
	background-image: url(images/news-next.jpg);
	background-position-x: right;
}

div.related-media h3 {
	margin: 0 0 5px;
	padding: 0;
}
div.related-media ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.related-media ul li {
	padding: 0;
}
div.related-media ul li a {
	font-size: 12px;
	text-decoration: none;
}
div.related-media ul li a:hover {
	text-decoration: underline;
}

#news-controls {
	width: 260px;
	min-height: 100px;
	background-color: #000;
	margin: 0 0 10px;
	padding: 15px 20px;
}

#news-controls h3{
	color: #FFF;
	margin: 0 0 10px;
	font-size: 16px;
	border-bottom: 1px dashed #666;
	padding: 0 0 5px;
}

#news-controls ul {
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	font-size: 14px;
}

#news-controls ul li {
	padding: 0 0 2px;
}

#news-controls ul li a {
	color: #666;
	text-decoration: none;
}

#news-controls ul li a:hover, #news-controls ul li.active a, #news-controls ul li.current-cat a {
	color: #FFF;
}

#news-controls ul li ul {
	list-style: none;
	margin: 0;
	padding: 2px 0 2px 10px;
}

/* END NEWS /////////////////////////////////////////////////////////////////////////*/

/* ///////////////////////////////// SERVICES */

div.content.wide.services-content {
	min-height: 535px;
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
	border: 0;
}

div.services-background {
	width: 405px;
	height: 535px;
	margin: 0;
	padding: 0;
	background: url(images/services.png) no-repeat top left;
	position: absolute;
	top: -15px;
	left: 0;
}

div.services-details {
	width: 545px;
	margin: 0 20px 0 405px;
	padding: 0;
}

div.services-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.services-details ul li {
	margin: 5px 0 0;
	padding: 15px 0 15px 65px;
	min-height: 75px;
	border-bottom: 1px dashed #CCC;
	font-size: 14px;
	color: #333;
	width: 480px;
}

div.services-details ul li h2 {
	font-size: 18px;
	margin: 0;
	text-align: left;
}
/* delete */
div.services-details ul li p {
	margin: 5px 0 10px 0;
}

div.services-details ul li div.excerpt {
	margin: 5px 0 20px 0;
}

#services-number-1 {
	background: url(images/service-number1.jpg) no-repeat 10px left;
}

#services-number-2 {
	background: url(images/service-number2.jpg) no-repeat 10px left;
}

#services-number-3 {
	background: url(images/service-number3.jpg) no-repeat 10px left;
}

#services-number-4 {
	background: url(images/service-number4.jpg) no-repeat 10px left;
}

#services {
	min-height: 100px;
}

#databse-directory {
	position: relative;
	background-color: #000;
	padding: 275px 0 0;
	margin: 0 0 10px;
}

#databse-directory div.gallery {
	margin: 10px 10px 0;
	position: absolute;
	top: 0;
	left: 0; 
}


#databse-directory div.gallery a {
	position: absolute;
	top: 0;
	left: 0; 
}

#databse-directory h3 {
	margin: 220px 10px 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0; 
	font-size: 18px;
	color: #FFF;
}

#databse-directory div.caption {
	background-color: #EEE;
	padding: 10px;
	font-style: italic;
	color: #666;
}

/* //////////////////////////////////////////////// CONTACT */

body.contact div.content h2 {
	font-size: 21px;
	color: #333;
	padding: 0 0 0 10px;
	margin: 15px 0;
	text-align: left;
}

body.contact div.content h5 {
	font-size: 14px;
	color: #333;
	padding: 0 0 0 10px;
	margin: 15px 0;
}

body.contact div.content ul {
	margin: 0 0 10px;
	padding: 0 0 0 10px;
	list-style: none;
}

body.contact div.content ul li {
	margin: 0;
	padding: 0;
}

*html body.contact div.content ul li {
	height: 20px;
}

body.contact div.content ul li label {
	width: 90px;
	text-align: right;
	float: left;
	margin: 0;
	padding: 0;
}

body.contact div.content ul li div {
	margin: 0 0 0 95px;
	text-align: left;
	padding: 0;
	border: 1px solid #FFF;
}

body.contact div.content ul li p a {
	text-decoration: none;
}

body.contact div.content ul li p a:hover {
	text-decoration: underline;
}

#contact-map {
	position: relative;
	background-color: #000;
	padding: 280px 0 0;
	background-image: url(images/contact-map-text.jpg);
	background-position: 10px 210px;
	background-repeat: no-repeat;
	margin: 0;
}

#contact-map iframe {
	margin: 10px 10px 0;
	position: absolute;
	top: 0;
	left: 0; 
}

#enquiry-contact {
	margin: 0;
}

/* ////////////////////////// ADVERTISING */

div.advertising {
	margin: 0;
	padding: 0;
	width: 610px; 
}

div.advertising h2 {
	font-size: 24px;
	color: #333;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
	text-align: left;
}

div.advertising h3 {
	font-size: 16px;
	color: #CCC;
	padding: 5px 0 10px 10px;
	margin: 0;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}

div.advertising div.magazines {
	margin: 0;
	padding: 0;
	width: 610px; 
}

div.advertising div.magazines ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	width: 600px;
}

div.advertising div.magazines ul li {
	margin-bottom: 10px;
	padding: 0;
	width: 150px;
	min-height: 220px;
	float: left;
	background: url(images/advertising-mag-background.jpg) no-repeat top center;
}

div.advertising div.magazines ul li a img {
	margin: 3px 3px 10px 7px;
	padding: 0;
	width: 140px;
	height: 180px;
}

div.advertising p {	
	margin: 0;
	padding: 0 6px 0 4px;
	text-align: center;
	font-size: 12px;
	width: 140px;
}

div.advertising p a {
	text-decoration: none;	
}

div.advertising p a:hover {
	text-decoration: underline;	
}

div.advertising div.magazines ul li h4  {
	margin: 0;
	padding: 190px 0 0;
	text-align: center;
	font-size: 14px;
	min-height: 0;
	font-weight: bold;
	
}

div.advertising div.magazines ul li h4 a {
	text-decoration: none;
}
div.advertising div.magazines ul li h4 a:hover {
	text-decoration: underline;
}

div.advertising div.magazines ul li small {
	text-align: center;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

div.advertising div.column-1 {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

div.online-magazines {
	margin: 0;
	padding: 0;
	width: 450px; 
}

div.online-magazines ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	width: 450px;
	overflow: hidden;
}

div.online-magazines ul li {
	margin-bottom: 10px;
	padding: 0;
	min-width: 120px;
	min-height: 380px;
	float: left;
}

div.online-magazines ul li a {
	display: block;
	text-align: center;
}

div.online-magazines ul li a img {
	margin: 3px 3px 10px 7px;
	padding: 0;
	/*
	width: 140px;
	min-height: 180px;
	*/
}

div.advertising div.column-2 {
	margin-left: 470px;
	padding: 0;
	width: 140px;
}

*html div.advertising div.column-2 {
	margin-left: 460px;
}

div.advertising div.column-2 ul {
	margin: 10px 0;
	padding: 10px;
	width: 120px;
	background-color: #EEE;
	list-style: none;
}

div.advertising div.column-2 ul li {
	margin-bottom: 10px
	padding: 0;
	width: 120px;
}

div.advertising div.column-2 ul li p {
	width: 110px;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

div.advertising div.column-2 ul li p a {
	text-decoration: none;	
}

div.advertising div.column-2 ul li p a:hover {
	text-decoration: underline;	
}

div.advertising div.events ul li {
	background: none;
}

div.digital-media {
	margin: 0;
	padding: 0;
	width: 610px; 
}

div.digital-media div.column-1 {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

div.digital-media div.column-1 ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
	width: 450px;
	overflow: hidden;
}

div.digital-media div.column-1 ul li {
	margin-bottom: 10px;
	padding: 0;
	width: 150px;
	min-height: 380px;
	float: left;
}

div.digital-media div.column-1 ul li a img {
	margin: 3px 3px 10px 7px;
	padding: 0;
	width: 140px;
	min-height: 180px;
}

div.digital-media div.column-2 {
	margin-left: 460px;
	padding: 0;
	width: 140px;
}

div.digital-media div.column-2 ul {
	margin: 10px 0;
	padding: 10px;
	width: 120px;
	background-color: #EEE;
	list-style: none;
}

div.digital-media div.column-2 ul li {
	margin-bottom: 10px
	padding: 0;
	width: 120px;
}

div.digital-media  div.column-2 ul li p {
	width: 110px;
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: 12px;
}

div.digital-media  div.column-2 ul li p a {
	text-decoration: none;	
}

div.digital-media  div.column-2 ul li p a:hover {
	text-decoration: underline;	
}

#advertise-contact h3 {
	border-bottom: 1px dashed #CCC;
	margin: 0 0 2px 0;
	padding: 10px 0;
	font-size: 16px;
	color: #000;
}

#advertise-contact h5 {
	margin: 0;
	padding: 10px 0 0;
	border-top: 1px dashed #CCC;
	font-size: 14px;
	color: #333;
}

#advertise-contact p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

#advertise-contact ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	border-bottom: 1px dashed #CCC;
}

#advertise-contact ul li {
	margin: 0;
	padding: 0;
}

*html #advertise-contact ul li {
	height: 10px;
}

#advertise-contact ul li label {
	width: 60px;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

#advertise-contact ul li p {
	margin: 0 0 0 65px;
	text-align: left;
	padding: 0;
}

#advertise-contact ul li p a {
	text-decoration: none;
	color: #333;
}

#advertise-contact ul li p a:hover {
	text-decoration: underline;
}

/* SHOP //////////////////////////////////////////////*/

#shop div.advertising div.magazines ul  {
	padding-top: 10px;
}

#shop div.advertising div.magazines ul li {
	width: 160px;
	padding: 0 20px;
	position: relative;
}

#shop div.advertising div.magazines ul li a img {
	position: absolute;
	top: 3px;
	left: 50%;
	margin: 0 0 0 -68px;
	/*
	height: 180px;
	*/
}

div.promotions  {
	margin: 10px 0 0 0;
	padding: 0;
	width: 610px;
	overflow: hidden;
}

div.promotions ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 620px;
}

div.promotions ul li {
	float: left;
	width: 300px;
	height: 90px;
	border: 0;
	margin: 0 10px 10px 0;
	padding: 0;
}

#shop div.content div.navigation {
	position: static;
	width: 100%;
	font-size: 12px;
	border-top: 1px dashed #CCC;
	margin-top: 20px;
	padding: 5px 0 0;
}

#shop div.content div.navigation div.navigation-pages {
	float: right;
	height: 20px;
	overflow: hidden;
	position: relative;
	padding: 0;
}

#shop div.content div.navigation div.navigation-pages ul {
	position: static;
	background-image: none;
	margin: 0;
	width: inherit;
	height: auto;
	border-left: 1px solid #CCC;
}

#shop div.content div.navigation div.navigation-pages ul li {
	width: 21px;
	height: 20px;
	overflow: hidden;
	border: none;
}

#shop div.content div.navigation div.navigation-pages ul li a {
	width: 20px;
	height: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	border: 0;
	background-image: none;
	line-height: 16px;
	border-right: 1px solid #CCC;
	display: block;
}

#shop div.content div.navigation div.navigation-pages div.alignright {
	position: absolute;
	top: 0;
	right: 2px;
	background-color: #FFF;
}

a.post-edit-link {
	position: fixed;
	top: 10px;
	right: 10px;
	background-color: #990000;
	color: #FFF;
	display: block;
	padding: 5px;
	z-index: 99999;
	text-decoration: none;
}

*html a.post-edit-link {
	width: 60px;
	display: none;
}

div.management {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #CCC;
}
div.management h3 {
	color: #669900;
	margin: 0;
	padding: 0 0 0 130px;
	font-size: 16px;
}
div.management h4 {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 130px;
}

div.management p {
	padding: 0 0 0 130px;
}

div.management br {
	margin: 0;
	padding: 0;
	display: none;
}

img.alignleft {
	float: left;
}

div.content div.management img.alignleft {
	margin-right: 10px;
	float: left;
}

div.timeline  {
	padding: 10px 0 0;
	display: inline;
}

div.timeline p {
	margin: 0;
	padding: 0 0 10px 100px;
	text-indent: 0;
}

div.timeline div.year {
	margin: 0 0 0 10px;
	width: 60px;
	float: left;
}

div.content table {
	width: 480px;
	margin: 0 0 0 10px;
}

div.content table td.year {
	vertical-align: text-top;
	width: 80px;
	padding: 0 0 
}

div.content table td {
	padding: 0 0 10px;
}

div.content table td ul {
	margin: 0;
	padding-left: 20px;
	padding-top: 0;
}

div.content table td ul li {
	margin: 0;
	padding: 0;
}

#qtranslate-chooser {
	position: absolute;
	bottom: 18px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
#qtranslate-chooser li {
	float: left;
	margin: 0 0 0 5px;
}

#header .qtrans_flag {
	width: 18px;
	height: 14px;
}

a.qtrans_flag_en {
	background-image: url(images/flag-en.png);
}

li.active a.qtrans_flag_en {
	background-image: url(images/flag-en-active.png);
}

a.qtrans_flag_th {
	background-image: url(images/flag-th.png);
}

li.active a.qtrans_flag_th {
	background-image: url(images/flag-th-active.png);
}
