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

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

html, body {
height: 100%;
background:#fff url(images/common/bodybg.png) top repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
text-align:center;	
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

#container {
width:860px;
margin:0 auto;
padding:0 0 20px;
height:100%;
}

#head {
height:120px;
width:860px;		
text-align:center;
margin:0 auto;
border-bottom:2px solid #000;
background:url(images/common/banner.png) top no-repeat;
} 
/*====================menu======*/
.menu {display:inline-block;}
.menu {display:inline;}
.holder {display:table;}

.menu {
  display:table-row;
  padding:0;
  margin:0;
  list-style-type:none;
  white-space:nowrap; 
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float:left;
  padding:4px 16px;
  color:#000;
  font-size:1.3em;
  font-weight:bold; 
  text-decoration:none;
  }
.menu a:hover {
  color:#000; 
  background:#0cf;
  }

#menurow {
text-align:left;
padding:5px 0 10px;
}

#menurow .holder {margin:0;}

/*==================*/
/*=====================*/
.teaser {
		width:828px;
		padding:0 0 14px 0;
		margin:10px auto;
		background-image:url(images/common/tsr.png);
		background-position:bottom;	
		background-repeat:no-repeat;
	}
	.teaser h2 {
		margin:0;
		padding:7px 10px 3px 10px;
		background-image:url(images/common/tsr.png);
		background-position:top;
		background-repeat:no-repeat;
	}
	.teaser p {
		margin:0;
		padding:10px 10px 3px;
		border:1px solid #ccc;
		border-width:0 1px;
		background-color:#fff;

	}
	
	.thumbs {
padding-top:10px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background-color:#fff;
}

/*==================*/

.clear {
height:1px;
clear:both;
}

h1 {
font-size:1.3em;
font-weight:bold;
text-align:left;
color:#000;
padding-bottom:5px;
}

h2 {
font-size:0.9em;
font-weight:bold;
text-align:left;
padding:5px 0;
}

h3 {
font-size:0.8em;
font-weight:bold ;
text-align:justify;
padding:5px 0;
}

p {
font-size:0.8em;
font-weight:normal ;
text-align:justify;
padding:5px 0;
}

.inviz {
position: absolute;
left:-200000px;
font-size:0.1em;
margin:0;
padding:0;
}

.pagetitle {
height:30px;
padding-left:16px;
}

/* =========================the footer=============================== */
/* the wrapper bottom margin must be the negative value of the footer's height */
.push {
height: 120px; /* .push must be the same height as .footer */
}

.footer {
height: 120px; /* .footer must be the same height as .push */
background-color:#0cf;
}

#footerinfo{ 
width:828px;
margin:0 auto;
padding:10px 16px 0;
background:url(images/common/footer.png) bottom no-repeat;
}

.address {
width:350px;
float:right;
text-align:left;
color:#fff;
font-size:0.8em;
line-height:1em;
font-weight:normal ;
text-align:justify;
}


#footerinfo h1 {font-size:1.1em;}
#footerinfo h1,#footerinfo p {color:#fff;}

.footer a:link,.footer a:visited,.footer a:active {color:#fff; text-decoration:none; }

.footer a:hover {color:#0cf; text-decoration:none;}