/* @override http://www.lantathaidee.com/ThaiDee.css */

* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p { text-align: left; margin: 15px 0 }

p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #39c; text-decoration: none }

p.logo { padding: 20px 0 30px 0; text-align: left;
background: url(images/logo-2-refl.png) no-repeat 50%;
text-indent: -9999px;
margin: 25px auto 10px;
height: 205px;
width: 447px;
}

html {
background: url(images/background-3.png) repeat-x;
min-height: 100%;
}

p#cross-links { text-align: center }

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

img { border: 0 }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

body {
	font-family: 'Lucida Grande', 'Bitstream Vera Sans', Verdana, sans-serif;
	font-size:80%;
	color: #000;
	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

em {	
	text-decoration: underline;	
	font-style: normal;	
	font-weight: normal;	
}

.question {
	text-align: left;
	direction: ltr;
	font-size: 12px;
	font-weight: bold;
}

.answer {
	font-size: 12px;
	text-align: left;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 320px;
	clear: both;
	margin: auto;
	background-color: #eee;
	background-image: url(images/bkg.png);
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 700px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 40px;
}

.stripNav {
	margin: auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	text-align: center;
}

.stripNav ul li {
	float: left;
}

.stripNav a { /* The nav links */
	background: url(images/navigation-button.png) 0 -30px;
	color:#aaa;
	text-decoration: none;
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stripNav li.current {
position:relative;
z-index:-100;
border-bottom:1px solid #eee;
}
 
.stripNav li a.current {
background: url(images/navigation-button.png);
padding-top: 5px;
color:#000;
}
 
.stripNav li:hover a {
background: url(images/navigation-button.png) no-repeat 0 -60px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 160px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left-white.png") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right-white.png") no-repeat center;
}

#services-list {
	height: 240px;
	width: 50%;
	margin: 10px 0;
	float: left;
	list-style-image: url(images/thaidee-list-button.png);
}

#services-list li {
	list-style-position: outside;
	font-size: 1.3em;
	margin: 20px;
}