@charset "utf-8";
/* Main DOM Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575553;
	background: #000 url(images/bg-main.jpg) top no-repeat;
	background-attachment: fixed;
}
a{
	font-weight: bold;
}
/* Main Webcard Body */
.wc-body{
	margin-top: 40px;
}
	.wc-body .wc-banner{
		position: relative;
		background: url(images/top-banner.png) no-repeat;
		width: 949px;
		height: 162px;
		left: 13px;
	}
	.wc-body .wc-top{
		height: 0px;
	}
	.wc-body .wc-middle{
		margin-top: 20px;
	}
	.wc-body .wc-bottom{
	}
	.wc-body .col-left{
			margin-right: 50px;
			padding: 0px;
	}
		.col-left .col-left-top{
			background: url(images/sb-top.jpg) no-repeat;
			width: 266px;
			height: 6px;
		}
		.col-left .col-left-mid{
			background: url(images/sb-mid.jpg) repeat-y;
			padding: 15px;
			width: 266px;
		}
		.col-left .col-left-bot{
			background: url(images/sb-bot.jpg) no-repeat;
			width: 266px;
			height: 6px;
		}
	.wc-body .col-right{
	}
		.col-right .col-right-top{
			background: url(images/con-top.png) no-repeat;
			width: 665px;
			height: 8px;
		}
		.col-right .col-right-mid{
			width: 665px;
		}
		.col-right .col-right-bot{
			background: url(images/con-bot.png) no-repeat;
			height: 11px;
		}
/* Module Styles */
.mod-contact{
	background: url(images/tel-bg.png) no-repeat;
	color: #363636;
	width: 336px;
	height: 37px;
	left: 630px;
    top: -81px;
}
	.mod-contact div{
		position: relative;
		top: 10px;
	}
.mod-social{
	background: url(images/soc-bg.png) repeat;
	top: 109px;
	left: 16px;
}
	.mod-social img{
	}
.mod-logo{
}
	.mod-logo .ml-top{
		background: url(images/logo-top.png) no-repeat;
		width: 226px;
		height: 5px;
	}
	.mod-logo .ml-mid{
		background: url(images/logo-mid.png) repeat-y;
		width: 226px;
		padding: 5px;
	}
	.mod-logo .ml-bot{
		background: url(images/logo-bot.png) no-repeat;
		width: 226px;
		height: 4px;
	}
/*Main Menu Styling*/
.mod-menu{
	margin-top: 30px;
	margin-bottom: 30px;
}
	.mod-menu .main{
	}
	.mod-menu .main >li{
		background: url(images/btn-cold.jpg) no-repeat;
		width: 224px;
		height: 41px;
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
		margin-left: 5px;
	}
	.mod-menu .main >li a{
		display: block;
		width: 223px;
		height: 27px;
		text-align: center;
		color: #727b50;
		text-shadow: -1px 1px #212121;
		border-radius: 0px;
	}
	.mod-menu .main >li a:hover{
		color: #fcfcfc;
		background: url(images/btn-hot.jpg) no-repeat;
	}
	.mod-menu .main >li .hot{
		color: #fcfcfc;
		background: url(images/btn-hot.jpg) no-repeat;
	}
		.mod-menu .main >li a span{
			position: relative;
			top: 7px;
		}
	/*Sub Menu Styling*/
	.mod-menu .sub{
		width: 222px;
		border: 1px solid #4A5130;
		background: #383D27;
		margin: 0 0 5px 5px;
		padding: 10px 0 5px 0;
	}
		.mod-menu .sub li{
			margin: 0 0 7px 0;
		}
		.mod-menu .sub li a{
			padding: 0px;
		}
		.mod-menu .sub li a >span{
			display: block;
			color: #727b50;
			font-size: 13px;
			padding: 0 0 5px 0;
			margin: 0 20px 5px 20px;
			border-bottom: 1px solid #4A5130;
		}
			.mod-menu .sub li:last-child a >span{
				border: none;
				margin-bottom: 0px;
				padding-bottom: 0px;
			}
		.mod-menu .sub li span:hover{
			color: #ffffff;
		}
		.mod-menu .sub li span.hot{
			color: #ffffff;
		}
		.mod-menu .sub li span >.arrow{
		}
.mod-box{
	border: 0;
	text-shadow: -1px 1px #212121;
	color: #95a169;
}
	.mod-box .mb-top{
		background: url(images/mod-top.png) no-repeat;
		width: 235px;
		height: 12px;
	}
	.mod-box .mb-mid{
		background: url(images/mod-mid.png) repeat-y;
		width: 235px;
		padding: 5px;
	}
	.mod-box .mb-bot{
		background: url(images/mod-bot.png) no-repeat;
		width: 235px;
		height: 20px;
	}
	.mod-box .title{
		padding: 0px;
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: bold;
		height: 29px;
	}
	.mod-box .title div{
		position: relative;
		top: 5px;
		left: 10px;
	}
	.mod-box .main{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mod-box .col01{
		width: 80px;
	}
	.mod-box .col02{
	}
	.mod-box .list-item{
	}
.mod-page{
	background: url(images/con-mid.png) repeat-y;
	z-index: 0;
}
