* {
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: none;
}
body {
	text-align: center;
	background: #a6c1ff url('images/bg.jpg') repeat-x left top;
	font: normal 14px/16px sans-serif;
	color: #505050;
}
#header {
	height: 220px;
	overflow: hidden;
	clear: both;
}
#company_name{
	margin:20px 0 0 20px;
}
#company_name p{
	font: normal 18px/20px tahoma;
}
#company_name a, a:hover, a:visited{
	text-decoration: none;
	color: #3c3c3c;
}
#wrap {
	margin: 0 auto;
	text-align: left;
}
h1 a, h1 a:visited {
	display: block;
	position: relative;
}
#tit {
	position:absolute;
	top:15px;
	right:50px;
	display: block;
	width: 323px;
	height: 216px;
	background: url('images/bolt.jpg') no-repeat left top;
}

#home:hover{background-position: 0px -16px; cursor:pointer;}
#home{
	background:transparent url('images/icons.png') no-repeat scroll 0 0;
	background-position: 0px 0px;
	height:16px;
	width:16px;
            position:absolute;
	top:20px;
	right:20px;
}
#map:hover{background-position: -16px -16px; cursor:pointer;}
#map{
	background:transparent url('images/icons.png') no-repeat scroll 0 0;
	background-position: -16px 0px;
	height:16px;
	width:16px;
            position:absolute;
	top:50px;
	right:20px;
}
#mail:hover{background-position: -32px -16px; cursor:pointer;}
#mail{
	background:transparent url('images/icons.png') no-repeat scroll 0 0;
	background-position: -32px 0px;
	height:16px;
	width:16px;	
            position:absolute;
	top:80px;
	right:20px;
}
ul {
	list-style: none outside;
}
#main_top{
	background: url('images/main_top.png') no-repeat; 
	width:960px; 
	height:25px;
}
#main_bottom{
	background: url('images/main_bottom.png') no-repeat; 
	width:960px; 
	height:25px;
}
#main {
	clear: both;
	width: 960px;
	padding: 0 0 20px;
	background-color:white;
}
.apost {
	display: inline;
	width: 100%;
	margin: 0 0 10px 10px;
}
.apost a, a:visited {
	text-decoration: none;
	color: #990000;
}
.apost a:hover {
	text-decoration: underline;
	color: #990000;
	cursor:pointer;
}
.apost h2 {
	padding: 10px 0 10px 0px;
	font: normal 20px/22px verdana;
	color:#990000;
}
.apost h1 {
	padding: 10px 0 10px 0px;
	font: normal 20px/22px verdana;
	color:#990000;
}
.apost p {
	clear: both;
	padding: 5px 20px;
	text-indent: 0px;
	font: normal 15px/20px tahoma;
	text-align: justify;
}
.apost ul {
	padding-left: 30px;
        text-align:left;
}
#sidebar-one {
	float: right;
	width: 220px;
	padding-left:20px;
}
#sidebar-one h2 {
	font-size: 18px;
	margin: 0 0 5px;
}
#sidebar-one ul li {
	font-size: 12px;
	margin:6px 0;
}
#sidebar-one ul li a {
	display: block;
	color: #3c3c3c;	
	padding:4px 0 4px 30px;
	background: url('images/point.png') no-repeat;
	background-position:5px 2px;
        text-decoration: none;
}
* html #sidebar-one ul li a {
	height: 28px;
}
#sidebar-one ul li:hover {
	background: url('images/but_over.png') no-repeat;
	cursor:pointer;
}
#sidebar-one ul li a:active {
	color: #990000;
}
#sidebar-one ul li:active {
	background: url('images/but_down.png') no-repeat;
	cursor:pointer;
}
.none {
	display: none;
}
#footer {
	clear: both;
	margin:20px 50px 10px 0px;
	text-align: right;
	font-size: 12px;
}

#footer a:hover{
        text-decoration:underline;
}

.price td, .price th {height:20px;text-align:center;}
.sitemap li{padding-top:5px;}
.sitemap ul ul li{list-style-type:disc;}
.sitemap ul{font-size:14px;font-weight:bold;}
.sitemap ul ul{font-size:13px;font-weight:normal;}
.validator{
	display:inline;
	margin-left:25px;
}
