/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
	display: block;
}
mark, rp, rt, ruby, summary, time {
	display: inline
}
/* Global properties ======================================================== */
body {	
	font-family: 'PT Serif Caption', serif;
	font-size:14px;
	line-height:24px;
	color:#343434;
	
}
html, body {
	height:100%;
}
.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	padding:0;
	overflow:hidden
}
p {
	padding-bottom:18px;

}


a {
	color:#fff;
	text-decoration:none;
}
h1 {
	float:left;
	display:block;
	position:relative;
	z-index:10;
}

h1 a {
	display:block;
}

h2,h3,h4,h5,h6{
font-family: 'PT Serif Caption', serif;
font-weight:normal;
color:#343434} 
h3 {	
	font-size:35px;
	line-height:38px;	
	padding:33px 0 18px;
	text-shadow:0 1px 2px #c5c2a9;
	
}
h3 span {color:#D53827;
	display:block;
	margin-bottom:-9px;}
h3 strong{font-weight:normal;color:#d53827}	
h3 em{color:#999;
font-size:20px;
line-height:24px;
display:block;
font-style:normal}	
	
h4 {
	font-size:20px;
	line-height:28px;
	display:block;
	color:#d53827;}

h5 {
	color:#fff;
	font-size:15px;
	line-height:18px;
	padding:0 0 8px 0;
	font-weight:normal;
}
h6 {
	color:#2d2f38;
	font-size:20px;
	line-height:20px;
	padding:0 0 19px 0;
	font-weight:bold;
}

.padd-1{padding-top:11px}
.padd-2{padding-top:15px}
.inner-1{padding-right:35px}

.relative {
	position:relative
}

/* Global Structure ============================================================= */
.navigation {
	float:left;
	width:78%;
	text-align: center;
}

.main {
	margin: 0 auto;
	position: relative;
	width: 1020px;
}

.overflow {overflow:hidden;}

/* Header */


header {	
	padding:0;
	position: relative;
	z-index:99;
	background:url(/gmds/images/tail-header.gif);
}

.line-top{
	background:url(/gmds/images/line-top.gif) repeat-x  0 0;
    height:7px;
}

.row-top{padding:21px 0 14px}
/* Content */
#content {
	position:relative;
}

/* Left & Right alignment */

.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.overflow {
	overflow:hidden;
}
/*----- other -----*/
.img-indent {
	float:left;
	margin:1px 30px 0 0
}
.img-indent1 {	
	margin:4px 0 24px 0
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/*===== menu =====*/
nav {
	padding:18px 0 0 0;
	float:right;
	display:block;
	z-index:99;
	width: 1020px;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {font-weight:bold;
	position:relative;
}
.sf-menu > li {
	margin-left:7px;
	float:left;
	position:relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:4px;
	background:url(/gmds/images/point.png)
	
}

.sf-menu  a {
	color:#343434;
    font-size:14px;
    line-height:20px;
	text-decoration:none;
}

.sf-menu > li > a {
	display:block;
	padding:12px 14px;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			160px;
	display:none;
	background:url(/gmds/images/bg-body.gif);
	padding:11px 14px 14px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    box-shadow:inset 0 1px 3px #c5c2a9;
	-moz-box-shadow: inset 0 1px 3px #c5c2a9;
	-webkit-box-shadow: inset 0 1px 3px #c5c2a9;

}
.sf-menu > li.sfHover , .sf-menu > li:hover, .sf-menu li.active {
	background:url(/gmds/images/tail-item.gif);
	   box-shadow:inset 0 1px 3px #c5c2a9;
	-moz-box-shadow: inset 0 1px 3px #c5c2a9;
	-webkit-box-shadow: inset 0 1px 3px #c5c2a9;
	
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu li.active a {
	color:#d53827;

	
}


.sf-menu li li.sfHover > a, .sf-menu li li a:hover, .sf-menu li li a.active {
	color:#d53827;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0px;
	top:			47px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			256px; /* match ul width */
	top:			27px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0px;
}

/*===== content =====*/

#content {
	padding:0 0 44px;
	background:url(/gmds/images/tail-cont.gif)
}

.border-horiz{background:url(/gmds/images/border-horiz.gif) repeat-x 0  0;height:2px}
.border-horiz.extra{margin-top:40px}
.border-horiz.extra1{margin-top:24px}
.box-slogan{
	text-align:center;
	width:1020px;
	margin:0 auto;
	padding-bottom:15px
}
.box-slogan h3{padding-bottom:12px}

.thumbnail-1 figure{margin-bottom:18px}
.box-img{
	padding:10px;
	background:#fff;
    border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	 box-shadow:0 0 3px #c5c2a9;
	-moz-box-shadow: 0 0 3px #c5c2a9;
	-webkit-box-shadow:0 0 3px #c5c2a9;
	display:inline-block
	}
.box-img img{	
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;}
	
.row-1{padding-bottom:40px}	
.quote-1{
font-style:italic;
position:relative;
padding-left:30px}	
.quote-1:before{
width:27px;
height:21px;
position:absolute;content:"";
background:url(/gmds/images/quote-part.png) no-repeat 0 0;
left:0;
top:0}
.name-author{
text-align:right;
color:#D53827;
font-style:italic}

.list-popular.news{padding-right:22px}
.list-popular a{
font-size:20px;
color:#d53827;
line-height:24px;
margin-bottom:2px;
display:inline-block}
.list-popular a:hover{color:#343434}

.list-dropcap{overflow:hidden;margin-left:-25px;padding-top:25px}
.list-dropcap li{float:left;width:190px;margin-left:25px}
.list-dropcap a{
color:#343434;
font-size:20px;
line-height:24px}
.list-dropcap a:hover{color:#d53827;}

.dropcap{float:left;width:54px;
background:#d53827;
border-radius:26px;
-moz-border-radius:26px;
-webkit-border-radius:26px;
font-size:45px;
line-height:48px;
text-transform:uppercase;
color:#fff;
text-align:center;
padding:1px 0 5px;
margin:0 12px 18px 0
}
.list-dropcap1{padding-top:10px}
.list-dropcap1 .dropcap{background:#000;margin-bottom:8px}
.list-dropcap1 li{padding-bottom:32px}
.list-dropcap1 h4{color:#343434;line-height:24px}	
.side-bar{
width:1020px;
margin:0 auto;

background:#fff;
    border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:18px;
	 box-shadow:0 0 3px #c5c2a9;
	-moz-box-shadow: 0 0 3px #c5c2a9;
	-webkit-box-shadow:0 0 3px #c5c2a9;
}	

.pages{

width:90%;
padding:50px;
height:auto;
}
.pages ul li a{
color:#333333;
font-size:14px;
}
.thetime{

white-space: nowrap;  /*ǿ��span������*/
      display: inline-block;  /*��span�����鼶Ԫ�ضԴ�*/
      width: 88px;  /*���ƿ��*/
      overflow: hidden;  /*������Ȳ�������*/
     
	 float: right;  
		


}
.contitle{

text-align:center;
font-weight:bold;
font-size:18px;
}
.content-sp{ padding:5px 0 15px 0; text-align:center;}
.content-item{ padding:10px 0 20px 0; border-top:1px solid #ccc; text-align:center;}
.content-item a,.content-item span{ margin:0 15px;}
.content-item span a{ margin:0 5px;}
.content-text{ padding:5px 0px; }
.content-text p{ text-indent:0em; line-height:24px; font-size:14px;}
.content-text p.img{ text-align:center; padding:15px 0;max-width:938px}
.content-text p img{padding-bottom:5px;max-width:938px;}
.content-text p.img img{ padding-bottom:5px;}
.side-bar.extra{padding:18px 10px 0 40px}	
.side-bar.extra1{padding:0px 20px 27px 30px}		
.list-1 {padding:6px 0 23px}

.list-1 li {
	background:url(/gmds/images/marker-1.png) no-repeat 7px 10px;
	padding:0 0 0 20px;
	display:block;
	line-height:24px;
}
.list-1 li a {
	display:inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color:#d53827;
}
.list-1 li a:hover{color:#343434}

.list-teachers{}
.list-teachers li{padding-bottom:25px}
.list-teachers li figure{float:left;margin-right:30px}

.list-recipes{}
.list-recipes li figure{float:left;margin-right:30px}
.list-recipes li h4{padding-top:14px}
.list-recipes li{padding-bottom:30px}
.list-recipes.extra h4{padding-top:10px}

.privacy {
	width:750px;
	padding:0 0 0 0
}

/*----- lists -----*/


/*----- links -----*/
.link-1{color:#d53827}
.link-1:hover{text-decoration:none;
color:#343434}

/*----- btns -----*/

.btn {
	display:inline-block;
	color:#fff;
	padding:8px 16px;
	background:#db3222;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    box-shadow:0 1px 2px #c5c2a9;
	-moz-box-shadow: 0 1px 2px #c5c2a9;
	-webkit-box-shadow:0 1px 2px #c5c2a9;
}

/*----- forms -----*/

.box-contact{
	background:#eceadf;
	margin:0 auto;
width:1020px;

    border-radius:18px;
	-moz-border-radius:18px;
	-webkit-border-radius:8px;
	 box-shadow:0 0 3px #c5c2a9;
	-moz-box-shadow: 0 0 3px #c5c2a9;
	-webkit-box-shadow:0 0 3px #c5c2a9;
}

.coll-1,.coll-2{float:left;width:450px;}
.coll-2{float:right}


.box-contact .btn{margin-top:2px}
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
  padding: 0;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#contact-form label {
  min-height: 54px;
  position: relative;
  margin: 0;
  overflow: hidden;
  display: block;
  float: left;
  width: 100%;
}
#contact-form .message {
  min-height: 213px;
  display: block;
  width: 100%;
}
#contact-form input,
#contact-form textarea {
  font-family: 'PT Serif Caption', serif;
  padding: 4px 12px 5px;
  text-transform:uppercase;
  margin: 0;
  font-size:14px;
  display: block;
  line-height: 24px !important;
  color: #343434;
  background: #e8e7de;
  outline: none;
  width: 94%;
  border: 1px solid #d1cfbd;
  box-shadow: none;
  border-radius: 0px;
  float: left;
}
#contact-form input {
  height: 24px;
}
#contact-form textarea { 
  height: 184px;
  resize: none;
  overflow: auto;
}
#contact-form textarea:focus,
#contact-form input[type="text"]:focus {
  box-shadow: none;
  
}
#contact-form .area .error {
  float: none;
}
#contact-form .success {
  display: none;
  margin-bottom: 10px;
   background: #e8e7de;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  border: 1px solid #d1cfbd;
  padding: 10px;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px;
  float: left;
}

#contact-form a{cursor:pointer}


.form-txt{padding-bottom:2px}
.btns {overflow:hidden;
padding-left:370px}
.btns a{float:left;margin-right:40px}
/*----- map -----*/
.map {
	float:left;
	margin:0
}
iframe {
	height: 182px;
	overflow: hidden;
	width: 630px;

}
/*----- adress -----*/

.box-address {
float:left;
width:260px;
margin-right:30px;
padding-top:9px
}

dl {padding-top:2px
}
dt {
	padding-bottom:5px;
}
dd {
	display:inline-block;
}
dl dd span {
	display: inline-block;
	width: 94px;
	}
.mail-1{
	color:#d53827;
	text-decoration:none;
	
}
.mail-1:hover{
	text-decoration:underline
}

/*===== footer =====*/

footer {
	position:relative;
	padding:31px 0 20px;
	background:url(../images/tail-bg-footer.gif) repeat-x 0 0;
	
}
.policy {
	float:right;
	display:block;
	font-size:14px;
	color:#343434;
	line-height:16px;
	text-decoration:none;
	padding:8px 90px 0 0;
}

.policy a {
	color:#d53827;
	text-decoration:none;	
	
	
}
.policy a:hover {
	text-decoration:underline;
}

/*----- social -----*/
.soc-list {float:left;	
	display:block;
	padding-left:73px
}
.soc-list li {
	padding:0 5px 0 0;
	float:left;
}
.soc-list li a {
	display:block;
	opacity:1;
	background:url(/gmds/images/bg-body.gif);
}
.soc-list li a:hover{opacity:0.7}



/* 
	------- Content and Sidebar Section -------
*/

#main-content {
	width:1020px;
	margin:0 auto;
	padding:45px 0 0 0px;
}

.main-page-content {
	padding:30px 0 0 4px !important;
}

#content-left {
	float:left;
	width:645px;
	padding-right:29px;
	margin-left:5px;
}

#content-right {
	border-radius:5px;
	float:right;
	padding:30px 25px 60px 25px;
	background-image:url('/gmds/images/sidebar_bg.png');
	width:218px;
	margin:10px 10px 0 0;
	border:1px solid #d2e3ff;
}

.story-header-wrap {
	font-family:'Arial',sans-serif !important;
	font-size:1em;
	color:#313131;
	margin-bottom:65px;
}

.story-header-wrap p , .story-header-wrap div {
	line-height:23px;
	margin-bottom:10px;
}

.content-right-header {
	margin:30px 0 18px 20px;
	font-family:"Oleo Script", cursive;
	padding-bottom:3px;
	color:#BE3D3D;
	text-shadow: 1px 1px 0px #c9c9c9, 2px 2px 0px #c9c9c9;
	font-size:1.8em;
}

.content-right-header:first-child {
	margin-top:0px;
}

#content-right ul {
	list-style:none;
	margin:13px 0 30px 22px;
	font-size:1.1em;
	font-family:Arial;
	line-height:21px;
}

#content-right li>a {
	font-family:'Droid Sans', sans-serif;
	color:#3363af;
	text-decoration:none;
}

#content-right li>a:hover {
	font-family:'Droid Sans', sans-serif;
	color:#22447b;
	text-decoration:underline;
}

#sidebar-popular li {
	margin-bottom:7px;
	border-bottom:1px dashed #a8a8a8;
	width:170px;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.right-category-image {
	width:10px;
	vertical-align:-1px;
	margin-right:9px;
	opacity:0.7;
}

.sidebar-popular-star {
	width:18px;
	vertical-align:-3px;
}

.sidebar-desc {
	color:#000 !important;
	font-size:0.6em !important;
	font-style:italic;
	line-height:16px;
	margin-bottom:3px;
} 

#page-change {
	font-family:"Arial", sans-serif;
	text-align:right;
	margin-top:80px;
}

#page-change span {
	padding:7px 1px 5px 1px;
	background-color:#00399a !important;
}

#page-change span a {
	color:#a0c2f4 !important;
}

#page-change a {
	padding:4px;
	font-size:1.2em; 
	color:#4b6ca3;
	text-decoration:none;
}

#page-change a:hover { 
	color:#345ea5;
	text-decoration:underline;
}
.three-column {
	width:280px;
	margin:0px 50px 20px 0px;
	float:left;
}

#site-section-wrap {
	font-family:Arial, sans-serif;
	font-size:1em;
	line-height:23px;
	color:#444;
	margin:20px 0px 20px 21px;
	width:1020px;
	margin:0 auto;
	text-align:center;
}


.site-section-img {
	margin:20px 0 10px 0;
}
.last-column {
	clear:right !important;
	margin-right:0 !important;
}



.col {
  display: inline;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
}
.col_1_3 {
	width: 225px;
}

.header-title-content.text-left h1 {
float:inherit;
font-size:24px;

}
.title-corner-orange, .title-corner-white {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 30px;
  z-index: 1300;
}

.title-corner-white {
  background: transparent url(/gmds/images/corner_white_bottom.png) no-repeat;
}

.title-corner-orange {
  background: transparent url(/gmds/images/sprite.png) no-repeat -104px -1px;
}
.header-title {
  width: 100%;
  padding: 25px 0;
  position: relative;
  z-index: 15;
}
.box_orange {
  background: #d53827 !important;
  text-align:center;
}


.text-white {
  color: #fff !important;
}
.services-item .services-img img {
  display: block;
  width:224px;
}



.services-item {
  margin-bottom: 15px;
}

.work-item .work-title,
.services-item .services-title {
  padding: 20px 15px;
  position: relative;
  background: #d53827;
}
.work-item:hover .corner-orange-top, .services-item:hover .corner-orange-top {
  background: transparent url(images/corner_gray.png) no-repeat 0 0;
}




/*-- team --*/
.team-header {
background: #d53827;
border-left: 8px solid #d53827;
}
.team-header h2{
margin: 0;
color: #ffffff;
font-size: 20px;
font-weight: 700;
padding: 15px;
}
.team {
background: #efefef;
width:1020px;
margin:0 auto;
}

/*--flexisel--*/
.work-bottom{
	
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	width:90%;
	margin: 50px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}

/*-- about --*/
.about {
background: #efefef;
}
.about a {
color:#bf3611;

}
.about-header{
background:#D34346;
border-left:8px solid #C62F31;
}
.about-header h2{
margin: 0;
color: #ffffff;
font-size: 20px;
font-weight: 700;
padding: 15px;
float:left;
}
.about-header img{
float:right;
margin: 11px 15px 0 0px;
}
.about-grid h3{
margin: 0 0 25px 0;
font-size: 23px;
color: #46586A;
font-weight: 800;
}
.about-grid p {
margin: 0;
font-size: 14px;
color: #212121;
line-height: 1.8em;
}
.about-grid p:nth-child(1) {
background: #f7f7f7;
font-style: italic;
padding: 25px 25px;
}
.about-grids {
padding: 50px 0;
}
.slider-info h4{
margin: 24px 0 0 40px;
font-size: 16px;
color: #BD2C30;
font-weight:700;
}
.slider-info{
position:relative;
}
.slider-info img{
position:absolute;
width: 8%;
left: 10%;
}
.list ul li:hover {
color: #D34346;
padding-left:32px;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.list ul{
		padding:0;
		margin:0;
		list-style-type:none;
		}

.list ul li{
		background:url("/gmds/images/img.png") no-repeat 0px 3px;
		padding-left:27px;
		line-height: 1.8em;
		font-size:14px;
		}

.xwad{
	width:1000px;
	height:120px;
	background-color: #FFFFFF;
	
}
.xw{
width:1020px;
height:210px;
}

.xwlistleft{
	width:600px;
	height:200px;
	border: 2px double #d53827; 
float:left;

}

.xwlistmiddle{
	width:320px;
	height:300px;
	border: 2px double #d53827; 
float:left;
margin-left:25px;

}
.xwlistright{
	width:400px;
	height:200px;
	border: 2px double #d53827; 
float:right;

}
.xwlistpl
{
	width:550px;
	margin:30px 0px 20px 20px;
	height:170px;
}

.xwlistpl ul {

padding:0;
		margin: -15px 0 0 0;
		list-style-type:none;

}

.xwlistpl ul li{
background: url("/gmds/images/marker-1.png") no-repeat left center; 
line-height:30px;
		color:#212121;
		padding-left:15px;
		text-align:left;
		
}

.xwlistpl ul li a{
line-height:30px;
		color:#000000;
		text-align:left;
		
	
		
}


.xwlistpl ul li span{
white-space: nowrap;  /*ǿ��span������*/
      display: inline-block;  /*��span�����鼶Ԫ�ضԴ�*/
      width: 88px;  /*���ƿ��*/
      overflow: hidden;  /*������Ȳ�������*/
     
	 float: right;  
		
}




.xwlistp
{
	width:377px;
	margin:30px 0px 20px 20px;
	height:210px;
}

.xwlistp ul {

padding:0;
		margin: -15px 0 0 0;
		list-style-type:none;

}

.xwlistp ul li{
background: url("/gmds/images/marker-1.png") no-repeat left center; 
line-height:30px;
		color:#212121;
		padding-left:15px;
text-align:left;
		
}
.about{height:35px;font-size:14px; font-weight:bold;color:#C60000;padding:8px 8px 8px 28px;border-width: 0 0 1px 0;
border-style: solid;
border-color: black;}

.footer{ background:url(../images/14.jpg) repeat-x left bottom; height:120px; border-top:4px #831323 solid; text-align:center; line-height:20px; color:#000; padding-top:34px;}
.md{
width:940px;
padding:50px;

}
.md ul{
padding:0;
		margin: 0 0 0 30px;
		list-style-type:none;

}
.md ul li{

width: 140px;
line-height:50px;
   display: inline-block;
}










.main_part{width:1020px;
margin: 0 auto;}


#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 .5em 0 0;
}
#tabs a {
	position: relative;
	background: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	padding: .7em 3.5em;
	float: left;
	text-decoration: none;
	color: #444;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
}
 #tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
 background: #fff;
}
#tabs a:focus {
	outline: 0;
}
 #tabs a::after {
 content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;
 width: 1em;
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 background-image: -webkit-linear-gradient(top, #fff, #ddd);
 background-image: -moz-linear-gradient(top, #fff, #ddd);
 background-image: -ms-linear-gradient(top, #fff, #ddd);
 background-image: -o-linear-gradient(top, #fff, #ddd);
 background-image: linear-gradient(to bottom, #fff, #ddd);
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-transform: skew(10deg);
 -moz-transform: skew(10deg);
 -ms-transform: skew(10deg);
 -o-transform: skew(10deg);
 transform: skew(10deg);
 -webkit-border-radius: 0 5px 0 0;
 -moz-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0;
}
 #tabs #current a, #tabs #current a::after {
 background: #fff;
 z-index: 3;
}
/* ------------------------------------------------- */

#content {
	background: #fff;
	padding: 2em;
	height:auto;
	position: relative;
	z-index: 2;
	-moz-border-radius: 0 5px 5px 5px;
	-webkit-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	-moz-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
	box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
#content h2, #content h3, #content p {
	margin: 0 0 15px 0;
}
/* ------------------------------------------------- */

#about {
	color: #999;
}
#about a {
	color: #eee;
}
.fjlj a{
        color:#000000;
}
