﻿/* site header */

.site_header_container 
{
}

/* body */

.body_container 
{
	background-image: url('../image/site/site_map_background.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	height: 400px;
	padding-left: 50px;
	padding-right: 0px;
}

.site_container_01 
{
	float: left;
	padding-bottom: 20px;
	width: 270px;
}

.site_container_02 
{
	float: left;
	width: 270px;
}

/* site logos */

.site_home_logo 
{
	background-image: url('../image/site/home_25_30.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 30px;
}

.site_product_logo 
{
	background-image: url('../image/site/product_30_25.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 30px;
}

.site_order_form_logo 
{
	background-image: url('../image/site/order_form_30_25.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 75px;
}

.site_service_logo 
{
	background-image: url('../image/site/services_30_25.gif');
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 30px;
}

.site_training_logo 
{
	background-image: url('../image/site/training_30_25.gif');
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 30px;
}

.site_contact_logo 
{
	background-image: url('../image/site/contact_30_25.gif');
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 30px;
}

.site_menu_logo 
{
	background-image: url('../image/site/folder_30_25.gif');
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 75px;
}

/* site menu */

.site_menu 
{
}

.site_menu a 
{
	color: #000000;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	text-decoration: none;
	vertical-align: middle;
	width: 150px;	
}

.site_menu a:hover 
{
	color: #444444;
	text-decoration: underline;
}

.site_sub_menu 
{
	width: 150px;
}

.site_sub_menu a 
{
	color: #000000;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	text-decoration: none;
	vertical-align: middle;
	width: 150px;	
}

.site_sub_menu a:hover 
{
	color: #999999;
	text-decoration: underline;
}