/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:1.75em; background:url(images/bg1.gif)}
html, input, textarea	{	font-family: Arial, Helvetica, sans-serif; 
		color:#000000;
		text-transform:uppercase	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}

.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}

div.container {	overflow:hidden; width: 100%;}

a img{ border:0px}
img{ vertical-align:top;  }


a{color:#6f2008; text-decoration:none} 
a:hover{
	text-decoration:underline;
	color: #00F;
}
.link{color:#b38f6f; background:#8a2c10; padding:1px 5px 1px 5px; margin-bottom:3px; text-decoration:none } 
.link:hover{color:#000; text-decoration:none } 

ul{
	margin:0;
	padding:0;
	display: inline;
	list-style-image: none;
	list-style-type: none;
}
ul li{
	background:url(images/marker.gif) top left no-repeat;
	background-position:0 8px;
	margin:0;
	padding-left:10px;
	clear: right;
	display: inline;
}
ul li a{
	color:#6f2008;
	text-decoration:none;
	line-height:1.77em;
	clear: right;
} 
ul li a:hover {
	text-decoration:underline;
	color: #F00;
	filter: Glow(Color=#F00, Strength=2);
}

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; font-weight:bold}
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ background:url(images/link_bg-1.gif) left top repeat-x;}
.link-1:hover em{ background:url(images/link_left-1.gif) no-repeat left top;}
.link-1:hover  b { background:url(images/link_right-1.gif) no-repeat right top; }


/*header*/
#header {
	font-size:xx-large;
	color:#933
}
#header .logo{ margin:34px 0 0 342px }
.enter{ margin:478px 0 -28px 431px; position:relative }
.bg{
	background:url(images/bg_cont1.jpg);
	width:579px;
	height:auto
}

/*content*/
#content{
	font-size:large;
	width:100%;
	text-align:center;
	background:url(images/water.jpg) no-repeat top left
}
#content .indent-main{padding:0 25px 0 376px}
#content .title{  margin-bottom:7px}
#content .img-left{ float:left; margin:0 14px 0 0}
#content .img-left1{ float:left; margin:0 14px 28px 0}
#content .img-indent{ margin:0 0 16px 0}
#content p{
	margin:0 0 13px 0;
	color: #F00;
}
#content .p{ margin:0 0 3px 0}
#content .p1{ margin:0 0 27px 0}
#content h4{color:#6f2008; font-size:1em; font-weight:normal; margin-bottom:13px;  }
.tail{ background:url(images/tail.gif) no-repeat bottom left;}
.txt{ line-height:1.44em}

#content .indent{padding:25px 30px 32px 30px}
#content .indent1{padding:6px 0 0 0}


#page1 .overflow{ overflow:auto; width:550px; height:400px}
#page1 .overflow1{ width:500px; height:570px}
#page3 .overflow{ overflow:auto; width:510px; height:390px}
#page3 .overflow1{ width:470px; height:670px}
#page4 .overflow{ overflow:auto; width:510px; height:170px}
#page4 .overflow1{ width:470px; height:570px}

/*footer*/
#footer { color:#ffffff; font-size:0.75em; }
#footer .indent-footer{ padding:61px 30px 0 359px;}
#footer a {color:#00cbfe; text-decoration:underline}  
#footer a:hover {  text-decoration:none}


.h{ height:36px}
.block-contact span{ float:right; margin-right:190px}
input{
   	border:1px solid #58442e; 
	background:none;
	width:232px; height:18px;
	font-size:1em;
	padding-left:5px;
	padding-top:4px
}
textarea{
   	border:1px solid #58442e; 
	background:none;
	width:252px; height:126px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	padding-top:4px;
	overflow:auto}
#navbar {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	background-color: #03C;
	display: inline;
	list-style-type: none;
	clear: right;
	cursor: default;
	filter: Light;
}

