body{
	font-family: Segoe UI, Arial, Helvetica, Sans;
	font-size: small;
	line-height: 1.5;
	font-weight: normal;
	padding:0px;
	margin:0px;
	text-align:left;
	background-color: #f3f3f3;
	color: #424242;
}
img, a{
	margin: 0px;
	padding: 0px;
	border: none;
}
.full_width_container{
	width:100%;
}
.menu_holder{
	background-color: #212121;
	width:100%;
	position : fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.footer_holder{
	background-color: #ebebeb;
	width:100%;
	height: 75px;
	border-top: 1px dashed #b3b3b3;
}
.menu
,.contents
,.footer_content{
	color: #ffffff;
	min-width: 980px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.footer_content{
	color: #b3b3b3;
	padding: 25px;
	text-align: center;
	font-weight: bold;
}
.contents{
	color: #424242;
	background-color: #fafafa;
	padding: 10px;
}
.menu{
	height: 68px;
}
.menu img.logo{
	height: 68px;
}
.menu .menu_item,
.menu .menu_item_logo{
	float: left;
}
.menu .menu_item_logo{
	padding: 0px;
	height: 68px;
}
.menu .menu_item a,
.menu .menu_item_logo a{
	border: none;
	margin: 0px;
	padding: 0px;
	display: block;
	vertical-align: middle;
}
.menu .menu_item_logo a{
	padding: 0px 30px 0px 0px;
}
.menu .menu_item a{
	padding: 10px 30px;
	height: 48px;
	text-decoration: none;
	color: #ffffff;
	font-size: larger;
	line-height: 43px;
}
.menu .menu_item a:hover{
	border-bottom: 5px solid #ff6600;
	height: 43px;
}
.full_slider{
	margin-top: 67px;
	height: 400px !important;
	display: block;
}