/* CSS Document */


* {
	margin:0; 
	padding:0;
} 
html {
	height:100%;	
	scrollbar-base-color: #fff; 
	scrollbar-highlight-color: #ccc; 
	scrollbar-arrow-color: #ccc; 
	scrollbar-shadow-color: #ccc; 
	scrollbar-track-color: #fff; 
	scrollbar-darkshadow-color: #fff; 
	scrollbar-3dlight-color: #ggg;
}
body {
	height:100%;
	background-color: #fff;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;	
	text-align: center;
	scroll: auto;
}
img {
	border: 0; 	
}
h1, .style1 {
	font-weight: bold;
	font-size: 10px;
	color: #666666;
}
/*h2 {
	font-weight: bold;
	font-size: 11px;
	margin: 13px 0;
}*/

.distance {
    width:5px; 
    height: 50%;      
    margin-bottom: -300px;
    float: left; 
}
.space {
	width : 830px; 
	height: 620px; 	/**/
	clear: left;
	margin: 0 auto; 
    text-align: left;
	background-image: url(shadow_back.gif);
}
#shadowEdge_lt, #shadowEdge_rt, #shadowEdge_lb, #shadowEdge_rb {
	width: 15px;
	height: 15px;
	float: left;
}
#shadowEdge_lt {
	background-image: url('shadow_edge_lt.gif');
	float: left;
}
#shadowEdge_rt {
	background-image: url('shadow_edge_rt.gif');
	float: left;
}
#shadowEdge_lb {
	background-image: url('shadow_edge_lb.gif');
	float: left;
}
#shadowEdge_rb {
	background-image: url('shadow_edge_rb.gif');
	float: left;
}
#shadowTop, #shadowBottom {
	width: 800px;
	height: 15px;
	float: left;
	background-image: url('shadow_top.gif');
}
#shadowBottom {
	float: left;
	background-image: url('shadow_bottom.gif');
}
#shadowLeft, #shadowReight {
	width: 15px;
	float: left;
	background-image: url('shadow_left.gif');
}
#shadowReight {
	float: left;
	background-image: url('shadow_reight.gif');
}
.site {
	width: 793px;
	/*height: 600px;border: 1px solid #ccc;*/
	margin-left: 2px;
	padding: 5px 5px 5px 17px;	
	float: left;
	background-color: #fff;
	border: 1px solid #fff;
}
.header {
	width: 790px;
	height: 50px;
}
.navi .main {
	width: 773px;
	height: 20px;
	margin: 0 5px 5px 0;
	padding: 5px 5px 0px 10px;
	font-size: 12px;
	border: 1px solid #ccc;
}
.navi .main .topics {
	width: 670px;
	float: left;
}
.navi .main .contact {
	width: 70px;
	text-align: right;
	float: right;
}
.navi ul {	
	list-style-type: none;
}
.navi li {
	display: inline;
}
.navi .main .topics a, .navi .main .topics a:link, .navi .main .contact a, .navi .main .contact a:link{
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.navi .main .topics a:hover, .navi .main .contact a:hover {
	color: #3399cc;
}
.navi .main .topics a:active, .navi .main .topics a.active , .navi .main .contact a:active, .navi .main .contact a.active{
	font-weight: bold;
	color: #000;
}
.navi .sub {
	margin-bottom: 5px;
}
.navi .sub img {
	margin-right: 5px;
	border: 1px solid #ccc;
}
.navi .sub img.active {
	border: 1px solid #39c;
}

.contact .active {
	color: #39c;
}

.content_image {
	width: 790px;
	/*height: 335px;*/
	margin-bottom: 5px;
	float: left;
}
.content_text {
	width: 788px;	
	margin-bottom: 5px;
	border: 1px solid #ccc;
	float: left;
}
.content_text .left {
	width: 379px;
	padding: 5px;
	float: left;
}
.content_text .right {
	width: 379px;
	margin-left: 10px;
	padding: 5px;
	float: left;
}
.clients {
	width: 778px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
}
.footer {
	width: 788px;
	height: 10px;
	/*margin-bottom: 5px;*/
	padding: 5px 0;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}
.footer a, .footer a:link {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #3399cc;
}
.footer span.active {
	color: #39c;
}


