@charset "utf-8";
/* CSS Document */
body  {
	font: 100% "Century Gothic", Verdana, Arial;
	background: #d7d7d7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;
	font-size:16px;
}
td {
	margin: 0;
}
a:link,
a:visited {
	color: #666666;
}	
a:hover {
	color:#999999;
	font-size: 16px;
}

#container { 
	width: 700px;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: #999999;
	padding: 0; 
} 

#header h1 a:link, #header h1 a:visited {
	margin-left: 10px; 
	padding: 10px 0;
	font-size: 24px;
	display:block;
	height: 25px;
	text-decoration: none;
}
#header h1 a:hover {
	color:#666666;
	font-weight: bold;
}
#sidebar1 {
	float: left; 
	width: 170px; 
	background: #e6e6e6;
	padding: 15px 10px 15px 20px;
	margin-top:5px;
}
#mainContent {
	margin: 20px 0 0 200px;
	padding: 0 20px; 
} 
.fltrt {
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slide_show {
	background-color:#E6E6E6;
	padding-top:20px;
	padding-bottom:15px;
}
#pictures {
	width: 400px;
	margin:0 auto;
}
#phuket {
	text-align:right;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #999999;
	padding: 0 10px 10px 0;
}
.nav a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 10px;
	text-decoration: none;
	}
.nav a:hover {
	font-weight: bold;
}
#LeftPicture {
	border: 2px solid #FFFFFF;
	width:275px;
	height:150px;
	float:left;
}
#RightPicture {
	border: 2px solid #FFFFFF;
	border-left:none;
	width:110px;
	height:150px;
}

.imageInContentLEFT,
.imageInContentRIGHT, {
	border:solid;
	border-width:1px;
	border-color:#666666;
	margin: 5px;
}
.imageInContentLEFT {
	margin: 5px 5px 5px 0px;
	float: left;
}
.imageInContentRIGHT {
margin: 5px 0px 5px 5px;
float:right;
}
#spacer {
	background: #d7d7d7;
	height: 10px;
}
h1 {
	font-size: 10px;
	font-weight: normal;
}
h2 {
	font-size: 145%;
	font-weight: normal;
	color: #999999;
}
.imagine {
	font-size: 145%;
	color: #999999;
}
.imagineDark {
	font-size: 145%;
	color: #999999;
	}

#InteriorFinishings th {
	color: #CCCCCC;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	font-size: 22px;
}
#InteriorFinishings td {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
hr.TextBar {
	width: 250px;
	text-align:center;
	margin: 0 auto;
}
#subPageLinks a:link, 
#subPageLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 20px;
	color: #666666;
	text-align:left;
}

#subPageLinks a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}
#slideShowHeader {
font-size: 24px;
padding-bottom:10px;
}
#slideShowFooter {
	text-align: right;
	padding: 20px 75px 35px 0px;
	font-size: 12px;
}
#popup {
	width:200px;
	padding:10px;
}
#popup p{
	font-size:85%;
}
#nav {
	clear: both;
	margin: 0 0 0 0;
	padding: 6px 0 0 0px;
	width:170px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	margin-right: 2px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	text-decoration: none;
}

#nav li a {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	text-align:left;
	color: #666666;
	font-size: 75%;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }  

#nav li a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	color:#333333;
	font-weight: bold;
	cursor: pointer; /* For IE6 */
}
/* ---------- Two Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_2 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
}