@charset "utf-8";
/* CSS Document */

/*================================================
 Home
================================================*/

body#home div#header{
	margin-bottom:15px;
	}

body#home div#main{
	background:none;
	}

/* Products and Services
------------------------------------------------*/

body#home div#sidemenu{
	text-align:center;
	width:280px;
	}
	
body#home div#sidemenu div#product_list{
	padding-bottom:40px;
	background:
		url(/images/home/products_bg.gif)
		transparent repeat-y left top;
	width:280px;
	}

body#home div#sidemenu div#product_list div.product{
	position:relative;
	margin:0 auto;
	padding:15px 0;
	border-bottom:1px #eee solid;
	text-align:left;
	width:250px;
	height:140px;
	}
	
body#home div#sidemenu div#product_list div.product h3{
	float:right;
	}
	
body#home div#sidemenu div#product_list div.product ul{
	margin-top:8px;
	border:none;
	width:160px;
	float:right;
	}
	
body#home div#sidemenu div#product_list div.product ul li{
	color:#666;
	text-indent:8px;
	line-height:1.4em;
	width:160px;
	height:auto;
	}
	
body#home div#sidemenu div#product_list div.product img.product_icon{
	margin-top:5px;
	float:left;
	}
	
body#home div#sidemenu div#product_list div.product a.detail{
	position:absolute;
	left:8px;
	bottom:15px;
	}
	
body#home div#sidemenu div#product_list div.product a.register{
	position:absolute;
	right:8px;
	bottom:15px;
	}
	
body#home div#sidemenu div.product_bottom{
	background:
		url(/images/home/products_bottom.gif)
		transparent no-repeat left top;
	width:280px;
	height:8px;
	}
	
/* Contents
------------------------------------------------*/

body#home div#contents{
	width:480px;
	}

body#home div#contents object#flash{
	margin-bottom:10px;
	z-index:0;
	}
	
body#home div#contents div#information{
	background:
		url(/images/home/information_bg.gif)
		transparent repeat-y left top;
	width:285px;
	float:left;
	}
	
body#home div#contents div#information h2{
	margin:0;
	padding:0;
	}

body#home div#contents div#information_list{
	margin:0 15px;
	padding-bottom:15px;
	width:255px;
	}
	
body#home div#contents div#information h3{
	margin:8px 0 0;
	padding:0;
	border:none;
	font-size:12px;
	width:255px;
	}
	
body#home div#contents div#information p{
	margin:0;
	padding:0;
	color:#666;
	width:255px;
	}
	
body#home div#contents div#information_bottom{
	background:
		url(/images/home/information_bottom.gif)
		transparent no-repeat left top;
	width:285px;
	height:8px;
	}
	
body#home div#contents div#information div#news{
	margin:5px 0;
	border:1px solid #ff9933;
	background-color:#ffffe5;
	width:255px;
	float:left;
	}
	
body#home div#contents div#information div#news p{
	margin:5px;
	width:245px;
	}
	
body#home div#contents div#information div#news ul{
	padding-bottom:3px;
	border-top:1px #ccc solid;
	border-right:1px #ddd solid;
	border-bottom:1px #ddd solid;
	border-left:1px #ddd solid;
	width:283px;
	}

body#home div#contents div#information div#news ul li{
	padding:3px 0;
	text-indent:5px;
	border-bottom:1px dotted #ddd;
	}

body#home div#contents div#information div#news span{
	padding-right:5px;
	}
	
/* Contents
------------------------------------------------*/

body#home div#contents div#contact{
	background:
		url(/images/home/contact_bg.gif)
		transparent repeat-y left top;
	width:180px;
	float:right;
	}
	
body#home div#contents div#contact h2{
	margin:0;
	padding:0;
	}

body#home div#contents div#contact_contents{
	margin:0 15px;
	padding-bottom:10px;
	width:150px;
	}
	
body#home div#contents div#contact_contents img{
	margin:4px 0;
	}
	
body#home div#contents div#contact_contents p{
	margin-bottom:5px;
	color:#666;
	line-height:1.4em;
	}
	
body#home div#contents div#contact li{
	margin-bottom:5px;
	}
	
body#home div#contents div#contact_bottom{
	background:
		url(/images/home/contact_bottom.gif)
		transparent no-repeat left top;
	width:180px;
	height:8px;
	}

/*================================================
 END
================================================*/