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

body{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	 margin: 0px 0px 0px 0px;}

p{
	font-family:Arial, "Helvetica", sans-serif;
	color:#999999;
	font-size:12px;
	line-height:18px;
	padding-left:10px;}

a{
	color:#FFFFFF}


h4{
	color:#339933;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:16px;
	font-weight:100;
	margin-left:10px;
	line-height:16px;}
	
.gall_title{
color:#339933;
margin-left:10px;}
	h2{
	color:#339933;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:13px;
	font-weight:100;
	margin-left:10px;}

h5{
	font-family:Arial, "Helvetica", sans-serif;
	color:#999999;
	font-size:12px;
	line-height:18px;}

h6{
	font-size:15px;
	color:#999999;
	font-weight:100;
	padding-left:15px;}

#head{
	width:925px;
	height:80px;
	padding-top:30px;
	margin: 0 auto;}

#address{
	width:200px;
	height:80px;
	float:right;
	text-align:right;
	color:#999999;
	font-size:13px;}

#contact_form{
	width:310px;
	height:360px;
	float:left;}



#main{
	width:100%;
	height:316px;
	background-image:url(images/mid_bg.jpg);
	background-repeat:repeat-x;}

#menu{
	width:925px;
	height:40px;
	margin:auto;
	background-image:url(images/menu_bg1.jpg);
	background-repeat:repeat-x;}

#menu2{
	width:925px;
	height:60px;
	margin:auto;
	font-size:12px;}


.underlinemenu{
	font-weight: 100;
	width: 100%;
	font-family:Arial, "Helvetica", sans-serif}

.underlinemenu ul{
	padding: 10px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0;
	text-align: left; //set value to "left", "center", or "right"*/}

.underlinemenu ul li{
	display: inline;}

.underlinemenu ul li a{
	color:#999999;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
	color:#339933;}



#main_img{
	width:100%;
	height:243px;
	margin: 0 auto;
	padding-top:5px;}


#hover{
	width:288px;
	height:20px;
	float:right;
	padding-top:10px;
	color:#339933;
	font-family:Arial, "Helvetica", sans-serif;
	font-size:16px;
	font-weight:100;
	text-align:right;
	padding-right:5px;}




.title_lower{
	width:240px;
	height:30px;
	float:left;
	padding-left:10px;
	margin-top:30px;}

#text_wrap{
	width:925px;
	height:380px;
	margin: 0 auto;}
	
	#text_wrap_index{
	width:925px;
	height:320px;
	margin: 0 auto;}


#text_wrap_gallery{
	width:925px;;
	height:800px;
	margin: 0 auto;}

#left_text{
	width:280px;
	height:280px;
	float:left;}

.left{
	width:125px;
	height:125px;
	float:left;
	margin-bottom:3px;}
	
	.smallimg{
	width:123px;
	height:144px;
	float:right;
	padding-top:40px;}

.right{
	width:130px;
	height:125px;
	float:right;
	margin-bottom:3px;
	padding-right:10px;}

.row{
	width:310px;
	height:140px;
	margin:0 auto;
	margin-bottom:10px;}

#mid_text{
	width:280px;
	height:280px;
	float:left;
	margin-left:40px;}
	
	
#mid_text_contact{
	width:240px;
	height:280px;
	float:left;
	margin-left:40px;}

#right_text{
	width:280px;
	height:280px;
	float:right;}

#mytag{
	width:214px;
	height:60px;
	float:right;
	margin-top:40px;}


.rowgallery{
width:100%;
height:135px;
margin: 0 auto;}



#footer{
	width:100%;
	height:114px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;}




#s3slider {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */}

#s3sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */}

.clear {
   clear: both;} 