/*
 * XHTML CSS Coder by Apisit Asavatappitak
 *
 *
 * Copyright 2010, Apisit Asavatappitak
 *
 */

@import url('header.css');
@import url('sidebar.css');
@import url('footer.css');
@import url('typography.css');

/* reload all browser */
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 {
	
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration:none;
	color:rgb(150, 150, 150);
}

/* start structure */
body {
	color:rgb(102, 102, 102);
	font:12px/1 Tahoma, Thonburi;
}
#container {
	margin:0 auto;
	width:960px;
	
}
#screen {
	float:left;
	width:960px;
}
#visual {
	float:left;
	width:960px;
}
#content {
	float:right;
	width:690px;
	padding-bottom:10px;
}
ul.ListCircle {
	float:left;
	margin-bottom:5px;
	/*padding-left:25px;*/
	padding-left:65px;
	width:600px;
}
ul.ListCircle li {
	line-height:150%;
	list-style:disc outside;
	margin-bottom:5px;
}
ul.ListCircle li.noneList {
	line-height:150%;
	list-style:none;
	margin-bottom:5px;
	
}

ul.ListCircle li.liTab {
	line-height:150%;	 
	 padding-left:15px;
		list-style:inside;
	
}


ul.ListCircle_about {
	margin-bottom:5px;
	padding-left:25px;
	/*padding-left:65px;*/
	width:600px;
}
ul.ListCircle_about li {
	line-height:150%;
	list-style:disc outside;
	margin-bottom:5px;
}
ul.ListCircle_about li.noneList {
	line-height:150%;
	list-style:none;
	margin-bottom:10px;
	margin-top:5px;
	
}

ul.ListCircle_about li.liTab {
	line-height:150%;	 
	 padding-left:15px;
		list-style:inside;
	
}

#content h3 {
	border-bottom:1px dotted rgb(200, 200, 200);
	color:rgb(0, 185, 242);
	display:none;
	float:left;
	font-size:30px;
	margin:-10px 0 10px;
	padding-bottom:5px;
	width:690px;
}
#content p {
	line-height:1.4em;
	margin-bottom:5px;
}
#content table {
	float:left;
	line-height:1.4em;
	text-align:justify;
	width:600px;
}
#content span.space{
	line-height:1.6em;
}

#content table td {
	padding:3px 0;
}
#banner-bottom {
	float:left;
	width:960px;
}
#banner-bottom div {
	float:left;
	margin:0 0px;
	/*_margin-left:8px; /* ie6 */
	/*_margin-right:8px; /* ie6 */
	width:240px;
}
#breadcrumbs {
	color:rgb(150, 150, 150);
	float:left;
	font-size:11px;
	margin-bottom:20px;
	width:960px;
	line-height:12px;
}
#breadcrumbs li {
	background:url(../images/together/bullet-breadcrumbs.jpg) no-repeat 0 5px;
	float:right;
	margin-left:10px;
	padding-left:7px;
}
#breadcrumbs li:first-child {
	color:rgb(255, 0, 0);
}
#breadcrumbs li:last-child {
	background:none;
}
#breadcrumbs li a {
	color:rgb(150, 150, 150);
}
#breadcrumbs li a:hover {
	color:rgb(55, 55, 55);
}

/* investment zone */
#MapContinent {
	float:left;
	margin-bottom:20px;
	width:690px;
}
