﻿html, body {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #414141;
	background:#060606;
}

#wrapper {
	background:url(/img/page-back.gif) repeat-x #ebe3da;
	padding-top:19px;
}

h1 {
	font-size:24px;
	margin:5px 0 15px 0;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

h4 {
}

strong, b {
	font-weight:bold;
}

i {
	font-style:italic;
}

a {
	outline:none;
	color:#c02c19;
	text-decoration:none;
}
	a:hover {
		color: red;
	}

.clear {
	clear: both;
}
	
#wrap {
	width:962px;
	margin:0 auto;
}

#nav {
	background:url(/img/menu-back.png);
	height:66px;
	/*z-index:5;*/
}

	#nav .infobox {
		float: right;
		min-width: 100px;
		color: #fff;
		padding: 5px 10px 0 0;
	}
		#nav .infobox  a{
			color: #fff;
		}
	
	#nav ul {
		border-right: 1px solid #c75b4d;
		height: 66px;
		float: left;
	}

	#nav ul li {
		float:left;
	}
	
		#nav ul li a {
			text-decoration:none;
			display:block;
			padding:24px 27px;
			font-size:15px;
			font-style:italic;
			color:#fff;
			border-right:1px solid #a43e32;
			border-left:1px solid #c75b4d;
		}
			#nav ul li a:hover {
				background-color: #BD3321;
			}
		
			#nav ul li:first-child a {
				border-left:none;
			}
			
	#subnav {
		z-index:4;
		height: 100%;
	}
		
		#subnav ul {
			background:#fff;
			border:#cfc8c0 1px solid;
			padding:10px 15px 10px 15px;
			height: 100%;
		}
		
			#subnav ul li {
				float:left;
				padding:7px 3px 7px 12px;
				background:url(/img/dot.png) no-repeat 0px center;
				margin:0 0 0 20px;
			}
			
				#subnav ul li a {
					display: block;
					color:#606060;
					font-size:13px;
				}
				
				#subnav ul li a.selected, #subnav ul li a:hover {
					text-decoration:underline;
				}
		
	#head {
		margin-top:20px;
		height:106px;
		position:relative;
	}
	
	.sub #head {
		margin-top:10px;
		height:86px;
	}
	
		#head .logo {
			display:block;
			text-indent:-9999px;
			width:235px;
			height:52px;
			position:absolute;
			top:18px;
			background:url(/img/fulltingi-logo.png);
		}
		
		#head .note {
			position:absolute;
			top:5px;
			right:0px;
			width:213px;
			height:83px;
			background:url(/img/red-note.png) no-repeat;
		}
	
	#banner {
		height:292px;
		background:#fff;
		border:#cfc8c0 1px solid;
		padding:9px;
		position:relative;
		margin: 10px 0 0 0;
	}
	
		#banner .contact {
			position:absolute;
			right:9px;
			top:9px;
			padding:10px;
			background:#f9f9f9;
			height:270px;
			width:264px;
			color:#606060;
		}
		
			#banner .contact .form .title {
				font-size:14px;
				font-style:italic;
				padding-bottom:5px;
				border-bottom:1px solid #c02c19;
				margin-bottom:10px;
			}
			
					#banner .contact .form.txt {
						margin-bottom:5px;
					}

						#banner .contact .form.txt span {
							float:right;
						}
			
			
				#banner .contact .form.txt input,
				#banner .contact .capthca input,
				#banner .contact .form.txt textarea {
					border:1px solid #dcdcdc;
					background:#fff;
					width:260px;
					padding:2px;
				}
		
				#banner .contact  .txt.email{
					float:left;
					width: 125px;
				
				}
				
				#banner .contact  .txt.tel{
					float:right;
					width: 125px;
					margin-right:5px;
					
				}
				
				#banner .contact  .txt.email input,
				#banner .contact  .txt.tel input{
					width:125px;
				}
				
				
				
				#banner .contact .form.txt textarea {
					height:53px;
					clear:both;
				}
				
				#banner .contact .form .capthca{
					margin:12px 0;
				}
				
				#banner .contact .form .capthca img{
					float:left;
				}
			
				
				#banner .contact .form .capthca  input{
					width:110px;
					float:right;
				}
				
				#banner .contact .form.txt label {
					display:block;
				}
				
				#banner .contact .form.btn{
					clear:both;
				}
				
				#banner .contact .form.btn input {
					background:#C02C19;
					border:1px solid #7B7B7B;
					color:#FFFFFF;
					font-size:14px;
					padding:4px 0;
					text-align:center;
					width:266px;
					cursor: pointer;
					margin-top:4px;
				}
					#banner .contact .form.btn input:hover {
						background: #D62C19; 
					}
			
	#content {
		font-size:14px;
		margin-top:10px;
		padding:26px;
		background:#fff;
		min-height:300px;
		border:#cfc8c0 1px solid;
	}
		
		#content .bread{
			margin: 15px 0 0 0;
			float: right;
			font-size: 11px;
			color: #aaa;
		}
			#content .bread a{
				color: #aaa;
				padding: 0 5px;
			}
				#content .bread a:hover{
					color: #606060;
				}
	
		#content .left {
			float:left;
			min-height:50px;
			margin-right:40px;
			width:583px;
		}
			#content .left .form.container {
				width:360px;
			}
		
		#content .right {
			float:left;
			width:285px;
			min-height:50px;
		}
		
		#content .row {
			min-height: 15px;
		}
			#content .row .cell{
				width: 49%;
				float: left;
				min-height: 15px;
			}
				#content .row .cell.first{
					margin-right: 2%;
				}
				#content .row .cell .indexbox{
					padding: 10px;
					border: 1px solid #e4e4e4;
					margin: 0 0 25px 0;
					text-align: justify;
					box-shadow:0px 0px 2px #E4E4E4;
					-moz-box-shadow:0px 0px 2px #E4E4E4;
					-webkit-box-shadow:0px 0px 2px #E4E4E4;
				}
					#content .row .cell .indexbox h1 {
						font-size: 20px;
						color: #c02c19;
						/*border-bottom:1px solid #c02c19;*/
						padding-bottom:5px;
						margin:0 0 5px 0;
					}
					#content .row .cell .indexbox .boximage{ 
						height: 100px;
						width: 130px;
						float: left;
						margin: 0 15px 0 0;
						background: #f6f6f6 center 15% no-repeat;
						border: 1px solid #e4e4e4;
						box-shadow:0px 0px 2px #E4E4E4;
						-moz-box-shadow:0px 0px 2px #E4E4E4;
						-webkit-box-shadow:0px 0px 2px #E4E4E4;
					}
	
		#content h1.title {
			border-bottom:1px solid #c02c19;
			padding-bottom:10px;
			margin:5px 0 25px 0;
		}


		#content .form-title {
			font-size:14px;
			font-style:italic;
			margin-bottom:10px;
		}

				#content .form.txt {
					margin-bottom:5px;
				}

					#content .form.txt span {
					/*	display:none;*/
					float:right;
					}

			#content .form.txt input, #content .form.txt textarea {
				border:1px solid #dcdcdc;
				background:#fff;
				width:360px;
				padding:2px;
			}			
				#content .right  .form.container input[type=text],
				#content .right .form.txt input, #content .right .form.txt textarea {
					border:1px solid #dcdcdc;
					background:#fff;
					width:98%;
					padding:2px;
				}

			#content .form.txt textarea {
				height:53px;
			}

			#content .form.txt label {
				display:block;
			}

			#content .form.btn {
				width:365px;
				height:30px;
			}
				#content .right .form.btn {
					width: 100%;
					margin: 10px 0 0 0;
					height:30px;
				}
			
			#content .form.btn input {
				background:#C02C19;
				border:1px solid #7B7B7B;
				color:#FFFFFF;
				font-size:14px;
				padding:4px 15px;
				text-align:center;
				float:right;
				cursor: pointer;
			}
				#content .form.btn input:hover {
					background: #D62C19; 
				}

	#content ul {
		margin:15px 0 15px 10px;
	}
	
		#content ul li {
			font-style:italic;
			padding:0 0 0 12px;
			background:url(/img/dot.png) no-repeat 0 6px;
			margin:3px 0;
		}
		
	#boxes {
		margin-top:8px;
	}
	
		#boxes .box {
			font-size:14px;
			padding:14px;
			min-height:200px;
			float:left;
			height:180px;
			margin-right:8px;
			width:285px;
			background:#fff;
			border:#cfc8c0 1px solid;
		}
		
			#boxes .box.last {
				width:286px;
				margin-right:0;
			}
			
		#boxes .box h3 {
			border-bottom:1px solid #c02c19;
			padding-bottom:5px;
			margin:0 0 20px 0;
		}
		
		#boxes ul{

		}
			#boxes ul li{
				background: url(/img/dot.png) no-repeat 2px center;
				padding: 0 0 0 15px;
				margin: 0 0 7px 0;
			}
		
#footer {
	margin-top:20px;
	height:67px;
	background:url(/img/footer-back.png);
}

	#footer .content {
		padding:14px 0 0 0;
		width:968px;
		height:53px;
		background:url(/img/footer-content.png);
		margin:0 auto;
		color:#fff;
		text-align:center;
		font-style:italic;
	}

.shadow-box {
	border:1px solid #e4e4e4;
	padding:10px;
	font-size:12px;
	font-style:italic;
	margin: 0 0 20px 0;
	box-shadow:0px 0px 2px #E4E4E4;
	-moz-box-shadow:0px 0px 2px #E4E4E4;
	-webkit-box-shadow:0px 0px 2px #E4E4E4;
}

.faq {
}

	.faq .item .question {
		font-size:15px;
		font-weight:bold;
		margin:5px 0 10px 0;
		cursor:pointer;
	}
	
		.faq .item .question .symbol {
			width:18px;
			height:18px;
			display:block;
			text-align:center;
			border:1px solid #CFC8C0;
			line-height:18px;
			margin-right:10px;
			color:#CFC8C0;
			float:left;
		}
	
		.faq .item .question.selected .symbol {
			color:#C02C19;
		}
		
	.faq .item .answer {
		margin-left:30px;
	}

.article-index .item {
	margin-bottom:8px;
}
	
	.article-index .date, .article-item .date {
		/*background:url("/img/dot.png") no-repeat 0 5px;*/
		font-style:italic;
		font-size: 13px;
		color: #606060;
		margin: 0 0 3px 0;

		/*padding:0 0 0 12px;*/
	}
	
	.article-item .date {
		margin:5px 0 15px 0;
		color:#666;
		
	}
