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

* {
	padding: 0px;
	margin: 0px;
}

html {overflow-y: scroll;}

h1 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}

h2 {
	font: bold 12pt Arial, Helvetica, sans-serif;
}

h3 {
	font: bold 11pt Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#369;
	text-decoration: underline;
}
	

p {
	font: 10pt Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 1.5em;
}

p.gallery_text {
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

p.gallery_text a {
	font-size: 9px;
	color: #060;
}

p a {
	color: #000;
	text-decoration: none;
}

img { border: 0 }

/* Layout */

body {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color: #02370b;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	}

#pagesurround {
	width:890px;
	margin:0 auto;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:0px;
	overflow:hidden;
	}

#header {
	width:890px;
	height:120px;
	position: relative;
	background-image: url(bg1.png);
	background-repeat: no-repeat;
}

#menu {
	width:840px;
	height: 30px;
	position: relative;
	background-image: url(m.png);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

#maincontent {
	width:890px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(bg2.png);
	background-repeat: repeat-y;
	padding: 20px;
	padding-bottom: 200px;
}

#inner_mc {
	/* border: 1px solid #f1a; */
	margin-top: 20px;
	width: 845px;
}

#footer {
	width:890px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom:0px;
	clear: both;
	height: 120px;
	background-image: url(bg3.png);
	background-repeat: no-repeat;
	padding: 20px;
}

ul.tl_ul {
	list-style-type: none;
	height: 30px;
	width: 860px;
	margin: auto;
}

li.tl_li, li.tl_li_active {
	display:inline;
	float: left;
}

li.tl_li a {
	float: left;
	border-right: 1px solid #FFF;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}

li.tl_li_active a {
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	color: #02370b;
	line-height: 30px;
	border-right: 1px solid #FFF;
	}

li.tl_li a:hover {
	color: #006600;
}

.container { width:500px; height:280px; overflow:hidden; position:relative; border: 1px solid #000; background-color: #F9F9F9; background-color: #333;}
.slides { position:absolute; top:0; left:0; }
.slides > div { position:absolute; top:0; width:500px; display:none; }
#loopedSlider { margin:0px; width:510px; position:relative; clear:both; }
ul.pagination { list-style:none; padding:0; margin:0; }
ul.pagination li  { float:left; }
ul.pagination li a, .previous, .next {
	padding: 7px;
	padding-bottom: 3px;
	border: 1px solid #000;
	margin-left: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #06F;
	font-size: 12px;
	line-height: 18px;
	background-color: #DDD;
	}
ul.pagination li a:hover, .previous:hover, .next:hover {
	background-color: #111;
	color: #FFF;
}

.ls_1 {
	float: left;
}
.ls_2 {
	float: left;
}

.ls_txt {
	font-size: 15px;
	margin-top: 7px;
	margin-left: 5px;
	color: #FFF;
}

.ls_txt a {
	text-decoration: none;
	color: #000;
}

.ls_txt a:hover{
	text-decoration: underline;
	color: #333;
}


ul.pagination li.active a {
	background-color: #999;
	color: #FFF;
	}
	
.home1 {
	/*border: 1px solid #1fa;*/
	width: 520px;
	height: 400px;
	float: left;
	margin-top: 20px;
}

.home2 {
	/* border: 1px solid #201; */
	width: 310px;
	height: 500px;
	float: right;
	margin-top: 20px;
}

ul.hm {
	list-style-type: none;
	width: 300px;
	margin: auto;
}

li.hm {
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color:#033;
}

li.hm a {
	color:#033;
	background: url(li_hm.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
}

li.hm a:hover {
	background: url(li_hm_h.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: underline;
}

.fleft {
	width: 500px;
	font-size: 10px;
	float: left;
}

.fright {
	width: 300px;
	font-size: 10px;
	float: right;
	text-align: right;
	margin-top: 28px;
	margin-right: 50px;
}

.fright a {
	color: #063;
	text-decoration: none;
}

.service_left {
	width: 400px;
	margin-top: 20px;
	padding-left: 15px;
	line-height: 18px;
	float: left;
}

.service_right {
	width: 400px;
	margin-top: 20px;
	padding-left: 25px;
	float: right;
}

ul.gallery {
	list-style: none;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 50px;
}

ul.gallery li {
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	width: 116px;
	height: 90px;
	overflow: hidden;
}

ul.gallery a {
/* padding: 2px; */
padding: 0px;
display: block;
border: 2px #999 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
line-height: 0;
}

ul.gallery a:hover { border: 2px #006633 solid; }

.gallery a {
	background: none !important;
	border: 1px #006633 solid;
	display: block;
	height: 75px;
	padding: 2px !important;
	width: 100px;
}

.contact_left {
	width: 260px;
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}

.contact_right {
	width: 550px;
	float: right;
	border: 1px solid #000;
	margin-top: 20px;
}

	

