@charset "UTF-8";
/* CSS Document */

html, body {
	margin : 0;
	padding : 0;
	height : 100%;
	border : 0;
	background-color : #000;
}

a { color : #dc0000; }

.main_hp {
	font : 12px Helvetica, Arial, sans-serif;
	color : #fff;
	width : 1000px;
	margin : 0 auto;
	padding : 0;
	height : 380px; 
	padding-top:230px;
	background : #000 url(images/bg_hp.jpg) no-repeat top left;
}

.content_hp {
	background-color : #000; 
	height : 230px;
}

.content {
	color : #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.logo_hp {
	margin : 10px 60px;
	float : left;
}


.header {
	font-size : 30px;
	font-weight: bold;
}

.sub_header {
	font-size : 18px;
	font-weight : bold;
	color : #e8ca00;
}

.main {
	font : 12px/18px Helvetica, Arial, sans-serif;
	color : #fff;
	width : 1000px;
	height : 800px;
	margin : 0 auto;
	padding : 0;
}

.products {
	width : 620px;
}

.products td {
	vertical-align : top; 
	border-left : 1px dotted #999; 
	padding-left : 5px;
}

.menu {
	width:150px;
	padding : 0;
}

.menu ul {
	font: 14px Helvetica, Arial, sans-serif;
	margin: 30px 0 0 0;
	text-align: right;
	list-style: none;
	line-height: 20px;
	padding : 0;
}

.menu li a {
	text-decoration:none;
	color: #fff;
}

.menu li a:hover {
	color: #dc0000;
}

#selected a {
	font-weight: bold;
	color: #dc0000;
}

.footer {
	width : 620px;
	margin : 40px 0 20px 0;
	font : 12px/14px Helvetica, Arial, sans-serif;
}

.footer ul {
	padding : 0;
	margin : 0;
	list-style: none;
}

.footer li {
	float : left;  
	margin : 0 8px 10px 0;
	position : relative;
}

.footer_hp {
	width : 500px;
	margin : 30px 0 20px 0;
	font : 14px/18px Helvetica, Arial, sans-serif;
}

.footer_hp ul {
	padding : 0;
	margin : 0;
	list-style: none;
}

.footer_hp li {
	float : left;  
	margin : 0 8px 20px 0;
	position : relative;
}

.copyright {
	font-size : 9px;
	color : #808080;
}

.tb_tech {
	border-collapse : collapse;
}

.tb_tech td {
	border-bottom : 1px solid #404040;
	padding : 3px 10px 3px 0;
}

.tech_info {
	padding : 0 10px; 
	width : 310px; 
	border-left : 1px dotted #404040;
}

