@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	width:900px;
	text-align:left;
	min-height:700px;
}

img {
	border:none;
}

#test {
	width:900px;
	position:absolute;
	top:308px;
	right:auto;
	left:auto;
	/*margin-left:20px;*/
	z-index:9999;
	display:none;
}

#intro {
	width: 900px;
	height: 250px;
	border: none;
	z-index:10;
	overflow:hidden;
}

#main {
	width:900px;
	position:absolute;
	top:308px;
	right:auto;
	left:auto;
}

html, input, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight: normal;
	color:#333333;
	background-color: transparent;
}

#logo {
	margin-top:75px;
	margin-left:35px;
	background:url(../image/intro-logo.png) no-repeat;
	height:150px;
	width:200px;
}

#header {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	color:#333333;
	text-align:left;
	margin-left:45px;
	margin-top: 25px;
}

#bar {
	margin-top:5px;
	margin-left:0px;
	background:url(../image/bar.png) no-repeat;
	height:5px;
	width:250px;
}

#subject {
	font-family: 'EB Garamond', serif;
	font-size: 36px;
	line-height:30px;
	color:#FFFFFF;
}

#content {
	width:900px;
	height:250px;
	border:0;
	text-align:left;
	color:#FFFFFF;
	line-height:14px;
	z-index:10;
}

#footer {
	width:2000px;
	position:fixed;
	left:0;
	bottom:0px;
	background:url(../image/footer.jpg) repeat-x;
	height:50px;
	z-index:10000;
}

#bg {
	width:900px;
	height:176px;
	position:fixed;
	bottom:0px;
	background:url(../image/leaf.png) no-repeat;
	z-index:-5;
}

.bt {
	display: block;
	color: #FFFFFF !important;
	padding: 5px 10px;
	background: #999999;
	border:0;
	text-decoration:none !important;
	cursor:pointer;
}

.bt:hover {
	background: #333333;
}

a, a:hover, a:active {
	text-decoration:none;
}

.foot {
	color:#FFFFFF;
	text-decoration:underline;
}

.fleft {
	text-align:left;
}

ul.gallery {
	list-style:none;
}

.box {
	background: none;
	border: none;
	margin: 0px;
	padding: 1px 5px 5px 5px;
	width: 440px;
	height: 25px;
	background:url(../image/textbox.jpg) no-repeat;
}

.captcha {
	background: none;
	border: none;
	margin: 0px;
	padding: 1px 5px 5px 5px;
	width: 70px;
	height: 25px;
	background:url(../image/captbox.jpg) no-repeat;
}

.textbox {
	background: none;
	border: none;
	width: 440px;
	height: 95px;
	margin: 0px;
	padding: 7px 5px 5px 5px;
	min-height: 95px;
	min-width: 440px;
	background:url(../image/textarea.jpg) no-repeat;
	overflow:hidden;
	resize:none;
}

#subject {
	font-family: 'EB Garamond', serif;
	font-size: 20px;
	color:#333333;
	text-align:left;
}
#policyText {
	font-size: 10px;
	color: #CCC;
}
#policyText a {
	color: #CCC;
}

table.navigation a {
	font-family: 'EB Garamond', serif;
	color: #231F20;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
    padding: 3px 16px;
}

table.navigation a:hover, table.navigation a.active {
	text-decoration: none;
	color: #fff;
	background-color: #231F20;
	font-weight: normal;
}

.floatright{
    float: right;
	text-align: center;
	margin-top: -68px;
}

#cloud9logo {
	float: right;
}
#test .floatright,
#test .floatleftstamp {
    margin-top: -150px;
}

#stampduty{
	font-weight: bold;
    color: red;
    font-size: 14px;
    margin-top: 11px;
    line-height: 14px;
}

.floatleftstamp {
	float: left;
	margin-top: -68px;
	text-align: left;
	margin-left: 256px;
}