/*--------------------------*/
/*          HEADER          */
/*--------------------------*/
body.home {
	background:#ffffff url("../images/bg_home.png") repeat-x;
}
body.inside {
	background:#ffffff url("../images/bg_inside.png") repeat-x;
}
div.navi {
	background:url("../images/bg_inside_navi.png") no-repeat;
	height:500px;
	padding-top:32px;
}
div.news {
	background:url("../images/bg_inside_news.png") no-repeat;
	height:500px;
	padding-top:32px;
}
img.yellow_teralink {
	margin-top:10px;
}
img.yellow_pt {
	margin-top:10px;
	margin-right:-10px;
	float:right;
}
.black_home {
	background:#ffffff url("../images/black_home.png") no-repeat;
	height:272px;
}
.black_inside {
	background:#ffffff url("../images/black_inside.png") no-repeat;
	height:30px;
}
.navi_home {
	line-height:24px;
	margin-top:15px;
}
.navi_inside {
	margin-top:6px;
	height:24px;
}
.navi_space {
	color:#cccccc;
	padding-left:10px;
	padding-right:10px;
}
/*--------------------------*/
/*           FORM           */
/*--------------------------*/
label {
	display:block;
	float:left;
	margin-right:10px;
	width:100px;
	text-align:right;
	margin-bottom:3px;
	clear:both;
}
input.btn_input {
	display:block;
	float:left;
	margin-right:10px;
	width:100px;
	margin-bottom:3px;
}
textarea.btn_area {
	display:block;
	float:left;
	margin-right:10px;
	width:300px;
	margin-bottom:3px;
}
/*--------------------------*/
/*          CONTENT         */
/*--------------------------*/
.no_margin {
	margin-top:0;
	margin-bottom:0;
}
.no_border {
	border:none;
}
.margin_1x {
	margin-top:10px;
}
.bottom_margin_1x {
	margin-bottom:10px;
	display:block;
}
.bottom_margin_05x {
	margin-bottom:5px;
	display:block;
}
.margin_2x {
	margin-top:20px;
}
.margin_3x {
	margin-top:30px;
}
.margin_4x {
	margin-top:40px;
}
.margin_-05x {
	margin-top:-5px;
}
.left_float {
	float:left;
}
.fixed_title {
	width:140px;
}

a img {
	margin-right:10px;
}
.home .hidehome{
display:none;
}

.inside .hideinside{
display:none;
}
/*--------------------------*/
/*            UL            */
/*--------------------------*/

ul.features li {
	background: url("../images/btn_check.png") no-repeat;
	padding-left:20px;
	line-height:22px;
	text-align:justify;
}
ul.navi {
}
ul.navi li {
	background:url("../images/btn_navi.png") no-repeat bottom;
	font-size:14px;
	color: #333333;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:-2px;
}

ul.navi li a{
display:block;
height:25px;
padding-top:7px;
text-decoration:none;
border-bottom:none;
}

ul.navi li.selected {
	background:url("../images/btn_navi_selected.png") no-repeat;
}
ul.navi li.selected a {
	padding-left:10px;
	color:#ffffff;
}

ul.navi li.selected ul {
	background:url("../images/btn_navi.png") no-repeat bottom;
	margin:0;
	padding: 5px 0;
	
}

ul.navi li.selected ul li {
	background:none;
	font-size:12px;
	text-transform:none;
}

ul.navi li.selected ul li a {
	display:block;
	height:19px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	border-bottom:none;
	color:#999999;
}

ul.navi li.selected ul li a:hover {
	color:#e3971e;
}

ul.navi li.selected ul li.selected {
	background:none;
	color:#333333;
}

ul.navi li.selected ul li.selected a{
	color:#333333;
}


ul.news li {
	background:url("../images/btn_news.png") no-repeat bottom;
	font-size:14px;
	color: #333333;
	text-transform:uppercase;
	font-weight:normal;
	margin-top:-2px;
}

ul.news li a{
display:block;
height:25px;
padding-top:7px;
text-decoration:none;
border-bottom:none;
padding-left:10px;
}

ul.news li.selected {
	background:url("../images/btn_news_selected.png") no-repeat;
}
ul.news li.selected a {
	padding-left:10px;
	color:#ffffff;
}

ul.news li.selected ul {
	background:url("../images/btn_news.png") no-repeat bottom;
	margin:0;
	padding: 5px 0;
	
}

ul.news li.selected ul li {
	background:none;
	font-size:12px;
	text-transform:none;
}

ul.news li.selected ul li a {
	display:block;
	height:19px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:20px;
	text-decoration:none;
	border-bottom:none;
	color:#999999;
}

ul.news li.selected ul li a:hover {
	color:#e3971e;
}

ul.news li.selected ul li.selected {
	background:none;
	color:#333333;
}

ul.news li.selected ul li.selected a{
	color:#333333;
}

/*--------------------------*/
/*          JQUERY          */
/*--------------------------*/
.bloc{
position:absolute;
}