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

@import "reset.css";
html{
	overflow:scroll;
	}
body{
	background: #000;
	color:#FFF;
	font-family:Gill Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 30px 60px;
}
a{
	color: #FFCCCC;
	text-decoration:underline;
}
#wrapper{
	width: 1024px;
	margin: 0 auto;
}
#header{
	margin: -30px 0 0 0 ;
	float:left;
}
#side_menu{
	width: 200px;
	float:left;
}
#side_menu ul{
	margin:20px 0 0 30px;
}
#side_menu ul li{
	font-size: 120%;
	padding: 10px 0;
	letter-spacing: 1px;
}
#side_menu ul li.menu_demo{
	font-size: 120%;
	height: 140px;
	letter-spacing: 1px;
}
#side_menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
}
#side_menu ul li a:hover{
	background-color: #222;
}
#onredpop{
	font-size:120%;
	word-spacing:1px;
	background: url("../images/menu_arrow.gif") bottom right no-repeat;
	margin-right: 50px;
}
#main_contents{
	width: 550px;
	float:left;
	margin:20px 0 0 20px;
	padding-bottom: 30px;
	background: url("../images/logobg.jpg") top right no-repeat;
}
#main_contents p.post_date{
	color:#ccc;
	font-size:90%;
}
#main_contents h1{
	color:#FFFFFF;
	font-size:140%;
	padding-bottom: 3px;
	margin: 0 0 15px 0;
	letter-spacing: 2px;
	border-bottom:#333 1px solid;
	width: 420px;
}
#main_contents h2{
	color:#FFCCCC;
	font-size:130%;
	padding: 5px 0 15px 0;
	letter-spacing: 2px;
}
#main_contents p.text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0;
	font-size: 95%;
	letter-spacing: 1px;
	line-height: 150%;
}
#main_contents ul.thumbs{
	margin-top:30px;
}
#main_contents ul.thumbs img{
	border: #333 1px solid;
	padding:3px;
}
#main_contents ul.thumbs a:hover img{
	border: #fff 1px solid;
	padding:3px;
}
#main_contents ul.thumbs li{
	float:left;
	padding-right: 3px;
}
#footer{
	margin-top:270px;
	color:#eee;
}
ul#price_menu{
	margin: 10px 0 10px 0;
}
ul#price_menu li{
	float:left;
	width: 120px;
	height: 15px;
	text-align:center;
	border-left: #222 solid 3px;
}
ul#price_menu li.last{
	float:left;
	width: 120px;
	height: 15px;
	text-align:center;
	border-left: #222 solid 3px;
	border-right: #222 solid 3px;
}
ul#price_menu li.selected:hover{
	background: #000;
}
ul#price_menu li a:hover{
	color:#fff;
	text-decoration:none;
}
table#price{
	margin: 30px 0;
	width: 540px;
}
table#price tr td{
	padding: 10px 15px;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}
table#price tr td.last{
	padding: 10px 15px;
	border: #333 1px solid;
}	
table#price tr td.no_pad{
	padding:0px;
	border: 0px
}
table#kizai{
	margin: 60px 0;
	width: 540px;
}
table#kizai tr td.section{
	padding: 5px 10px;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
	border-bottom: #333 4px solid;
}
table#kizai tr td{
	padding: 5px 10px;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}
table#kizai tr td.last{
	padding: 5px 10px;
	border: #333 1px solid;
}
table#company{
	margin: 30px 0;
	width: 540px;
}
table#company tr td{
	padding: 10px 15px;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}
table#company tr td.last{
	border: #333 1px solid;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: 1px;
	line-height: 150%;
}
#footer img{
	margin:15px 0;
}
#myForm{
	background: #111;
	border: #333 solid 1px;
	padding: 20px;
	margin: 30px 0;
	width: 494px;
}
#myForm table tr{
	height: 30px;
	vertical-align: top;
}
#myForm table tr.submit{
	text-align:center;
	vertical-align:bottom;
	height: 30px;
}
ul#links li{
	height: 30px;
	list-style:inside;
}
.grey{
	color: #999;
}
.orange{
	color:#FFCC33;
}
.large{
	font-size:130%;
}
.tx_center{
	text-align:center;
}
.bg_white{
	background-color:#cdcdcd;
	color:#333;
}
.hover_underline:hover{
	border-bottom: 1px #222 solid;
}
.fl_clear{
	clear:both;
}
.demo_thumb img{
	margin-top: 10px;
	border: #000 1px solid;
}
a.demo_thumb img:hover{
	margin-top: 10px;
	border: #ccc 1px solid;
}
.post{
	margin-bottom: 30px;
}
.post img{
	margin-bottom: 10px;
}
.post object{
	margin-bottom: 10px;
}
.post p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	letter-spacing: 1px;
	line-height: 150%;
}
.x-small{
	font-size:80%;
}
.menu_red:hover{
	background: url("../images/logo.png") 85% 50% no-repeat;
}
.uc{
	text-decoration:line-through;
	color:#999999;
}
.top_margin{
	margin-top:25px;
}