/*
 Blue Samui - Website Stylesheet
*/
body {
	height:100%;
	background:#f2efdc;
}
body, img, form, p, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	border:0;
	color:#006b96;
	font:normal 12px "Geneva",Arial,"Helvetica",sans-serif;
}
form {
	font-weight:normal;
}
a{cursor:pointer}
a:visited, a:link {
	text-decoration:none;
	font-weight:bold;
	color:#006b96;
}
a:active, a:hover {text-decoration:underline}

#page {
	padding:10px;
	padding-top:18px;
	padding-bottom:18px;
}
#container  {
	margin:auto;
	width:960px;
	border-left:3px solid #006b96;
	border-right:3px solid #006b96;
	background:#FFF;
}

#top {
	height:22px;
	background:url(../media/top.jpg) center bottom repeat-x #f2efdc;
}
#header, #header1, #header2, #header3, #header4, #header5, #header6 {
	height:299px;
	background:url(../media/header.jpg) center top no-repeat #0a2546;
	border-top:3px solid #006b96;
	border-bottom:3px solid #006b96;
}
#header1 {
	background-image:url(../media/header1.jpg);
}
#header2 {
	background-image:url(../media/header2.jpg);
}
#header3 {
	background-image:url(../media/header3.jpg);
}
#header4 {
	background-image:url(../media/header4.jpg);
}
#header5 {
	background-image:url(../media/header5.jpg);
}
#header6 {
	background-image:url(../media/header6.jpg);
}
#header object {
	float:right;
	margin-right:30px;
	margin-top:15px;
}

#content {
	background:url(../media/bottom1.jpg) center top repeat-x #FFF;
	min-height:235px;
}

#left-content {
	float:left;
	width:380px;
}

#menu {
	position:absolute;
	top:333px;
	margin-left:38px;
	width:250px;
	font-size:12px;
	line-height:30px;
	
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	border-bottom:1px solid #006b96;
	background:#0a2546;
}
#menu a {
	padding:0 10px;
	padding-left:15px;
	color:#FFF;
	display:block;
	text-decoration:none;
}
#menu a:hover, #menu .active {
	color:#FFF;
	background:#0d386b;
}
#menu #end {
	background:url(../media/menu.jpg) center top no-repeat;
	border:0;
}

#right-content {
	float:left;
	width:505px;
	padding-top:25px;
}

.text-box {
	padding-top:5px;
	padding-bottom:15px;
}
.text-box ul{
	margin:0;
	padding:0;
	list-style:square;
	border-top:0;
	margin-left:20px;
}
.text-box ol {
	margin:0;
	padding:0;
	list-style:1;
	border-top:0;
	margin-left:24px;
}
.text-box li {
	padding-top:5px;
}
.text-box h2 {
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding-bottom:10px;
}
.text-box h3 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
.text-box p {
	margin-bottom:10px;
	padding-left:5px;
}

/* Contact Form */
.text-box form {
	height:143px;
	font-weight:normal;
	line-height:20px;
}
.text-box input {
	border:1px solid #bbe0ef;
	background:#f6f6f6;
	font:normal 12px "Geneva",Arial,"Helvetica",sans-serif;
	color:#444;
}
.text-box .error {color:#cc0000}
.text-box .field {width:175px}
.text-box .faded {color:#CCC}
.text-box .subject {width:300px}
.text-box .submit:hover {border-color:#006b96}
.text-box .code {
	width:65px;
	float:left;
}
.text-box .captcha {
	position:absolute;
	z-index:10;
	margin-top:-31px;
	margin-left:73px;
	height:30px;
	/*border:2px inset #999;*/
}
.text-box textarea {
	width:269px;
	height:78px;
	float:left;
	margin:0;
	padding:0;
	border:1px solid #bbe0ef;
	border-right:0;
	background:#f6f6f6;
	font:normal 12px "Geneva",Arial,"Helvetica",sans-serif;
	color:#444;
}
.text-box #gallery {
	width:410px;
	padding-left:5px;
}
.text-box #gallery img {
	border:2px solid #999;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.text-box #gallery img:hover {
	border:2px solid #006b96;
}
.text-box .thumb-index {
	border:0;
	margin:5px;
}

#bottom {
	clear:both;
	height:22px;
	background:url(../media/top1.jpg) center top repeat-x;
}
#footer {
	clear:both;
	border-top:3px solid #006b96;
	line-height:22px;
	text-align:center;
	padding-right:7px;
	font-weight:bold;
	background:url(../media/bottom.jpg) center top repeat-x #f2efdc;
}
