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

body {
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background:url(../images/bg.jpg) repeat fixed;
}

p {
	text-align:justify;
	line-height:22px;
}

.tr2 {background-color:#cce6ff;height:25px;}
.tr1 {background-color:#FFF;height:25px;}
.link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#600;
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;
}


#wrapper {
	width:100%;
	margin:0 auto;
}

#header-bg {
	width:100%;
	margin:0 auto;
}

#header {
	width:800px;
	height:60px;
	margin:0 auto;
	padding:90px 0 0 200px;
	background:url(../images/logo.png) no-repeat; position:relative;
}

#banner {
	width:1000px;
	margin:0 auto;
}

#content-bg {
	width:100%;
	margin:0 auto;
}

#content {
	width:980px;
	margin:0 auto;
	padding:10px;
}

#box {
	margin:10px 0;
	padding:10px;
	background-color:#f1f1f1;
}

#box p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}

.heading {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#000;
	line-height:30px;
}

.heading1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20px;
	text-transform:uppercase;
	color:#FFF;
	padding:5px;
	background-color:#666;
}

.heading2 {
	font-family: Century Gothic,Verdana,Arial;
	padding: 0px 0px 20px;
	line-height: 1.7em;
	font-size: 120%;
}

.heading3 {
	font-family: Century Gothic,Verdana,Arial;
	font-size:20px;
	text-transform:uppercase;
	color:#000;
	padding:5px;
	background-color:#ccc;
}

#tab-box {
	width:300px;
	padding:5px 10px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
}

.view {
   width: 300px;
   height: 200px;
   margin: 8px;
   float: left;
   border: 5px solid #FFFFFF;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.clear {
	clear:both;
}

#footer-bg {
	width:100%;
	margin:0 auto;
}

#footer {
	width:960px;
	margin:0 auto;
	padding:20px;
	color:#FFF;
	background:url(../images/footer-bg.jpg) repeat-x bottom #FFF;
}

.footerlink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:0 20px;
	text-decoration:none;
}

.footerlink:hover {
	text-decoration:underline;
}

.frm {
width:400px;
height:25px;
background-color:#2d2d2d;
border:1px solid #000000;
color:#CCCCCC;
}

.frm1 {
width:400px;
height:100px;
background-color:#2d2d2d;
border:1px solid #000000;
color:#CCCCCC;
}

.form_send {
width:60px;
height:30px;
font-size:16px;
background-color:#fc6000;
border:0;
color:#FFFFFF
}

.gPlusImg {
	position:absolute; right:8px; top:67px;
}

a:focus {
	outline:none;
}