﻿@charset "utf-8";
/*
VACUSOFT UX Team, Myung-Jik Lee  20121001 
*/

/* Layout */
body,#wrap{overflow:auto;width:100%;}
#header{height:150px;background:url("../images/lucene/bg_pattern.png") repeat 0 0;} 
#container{background-color:white}
#footer{height:95px} 

/* Header */
.top_wrap{position:relative;height:150px;}
.top_title{position:relative;left:70px;top:40px;width:193px;height:23px;background:url("../images/lucene/bg_lucenesolr.png") no-repeat 0 0;}
.top_menu{position:absolute; bottom:0;height:40px;width:100%; background-color:#0073bd;}
.top_menu li {display:block;float:left;}
.top_menu li a{display:block;width:150px;height:33px; margin:7px 7px}
#apache_menu{margin-left:40px; background:url("../images/lucene/btn_als2.png") no-repeat 0 0;}
#vacu_menu{background:url("../images/lucene/btn_vls2.png") no-repeat 0 0;}
#apache_menu:hover{background:url("../images/lucene/btn_als1.png") no-repeat 0 0;}
#vacu_menu:hover{background:url("../images/lucene/btn_vls1.png") no-repeat 0 0;}
#apache_menu.selected{background:url("../images/lucene/btn_als1.png") no-repeat 0 0;}
#vacu_menu.selected{background:url("../images/lucene/btn_vls1.png") no-repeat 0 0;}

/* content */
#content{margin:20px 20px;line-height:2}
#content h4 { padding: 20px 0 0}
#content ul { padding: 0 20px}
.seperate_line {height:10px; margin:70px 0 20px;width:670px;border-bottom: 1px dotted #aaa;}
#content img { padding: 20px 0}

/* footer */
.footer_wrap{float:right;margin-right:20px;width:102px;height:43px;background:url("../images/lucene/bg_vacu.png") repeat 0 0;} 

