/* === HTML TAG === */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: url(../images/rattan.png);
}

h1 {
	margin-top: 0;
	color: #01692a;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #014A99;
}

a:visited {
	color: #B8101F;
}

/* === ID === */
#container {
	margin: 0 auto;
	margin-top: 0.5em;
	text-align: justify;
	width: 974px;
}

#header {
	background-image:url(../images/banner.jpg);
	width: 972px;
	height: 132px;
	border: solid 1px;
}

#navbarhor {
	height: 2.9em;
	/* background-color:#C1DAC2; */
	background-image: url(../images/navbarBack.png);
	border:solid 1px;
	border-top:none;
	border-bottom:none;
	position: relative;
	z-index:2;
	padding-left: 16em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}

#content {
	border:solid 1px #000;
	border-top:none;
	padding-top: 0.1em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
	position:relative;
	z-index:1;
	min-height: 400px;
	background-color: #dfdfdf;
	background-image: url(../images/contentBack3.png);
	background-repeat: repeat;
	/*color: #b1ff5d;*/
	/*color: #fdfdfd;*/
	/*font-family: Georgia, "Times New Roman", Times, serif;*/	
}

#content a {
	/*  text-decoration: none; */
}

#content a img{
	border: none;	
}

#contentText {
	margin: 0;
	vertical-align: top;
	line-height: 1.7em;
	font-size: 1.1em;
}

#footer {
	/*background-image:url(../images/foot3.png);
	height: 33px;
	width: 100%;
	padding-bottom:0.5em;
	background-repeat: no-repeat;
	background-position: center center;*/
	color: #FDFDFD;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.15em;
	text-align: center;
	padding-top:5px;
	/*border:solid thin;
	border-top:none;*/
}

#productInfo {
	/*position:absolute;
	top: 15px;
	left: 350px;*/
	min-height: 100px;
	min-width: 50px;
	border: 2px solid #000;
	padding: 10px;
	padding-right: 0px;
	background-image:url(../images/d.png);
	background-color: #FDFDFD;
	background-repeat: no-repeat;
	background-position: center center;
}

#flash {
	/* text-align:center;*/
	position: absolute;
	top: 68px;
	left: 450px; 
	margin: 0px;
	padding: 0px;
}

#map1 {
	width: 400px;
	height: 350px;
	/*position: absolute;
	left: 470px;
	top: 10px; */
}

#map2 {
	width: 400px;
	height: 350px;
	/* position: absolute;
	left: 470px;
	top: 470px; */
}

#productText {
	margin-top: 10px;
}

/* === CLASS === */
.indexText1 {
	width: 390px;
	left: 20px;
	position: relative;
	line-height: 1.7em;
	font-size: 1.1em;
}

.indexText2 {
	width: 400px;
	height: 450px;
	left: 500px;
	position: relative;	
	padding-top: 90px;
	line-height: 1.7em;
	font-size: 1.1em;
}

.indexBanner {
	color: #014A99;
	width: 390px;
	left: 10px;
	position: relative;
	padding: 10px;
	border: 3px solid #01692a;
	border-left: none;
	border-right: none
}

.signout {
	position:absolute;
	left: 8.7em;
	top: 11.5em;
	font-weight: bold;
}

a.signout:link {
	color: #000;
}

a.signout:visited {
	color: #000;
}
