@charset "UTF-8";

/**************************************************
	structure
***************************************************/

/* -----------------------------------------------
	1. Body
-------------------------------------------------- */
body{
	background: url(../images/bg-container.gif) repeat-x;
}


/* -----------------------------------------------
	2. Header
-------------------------------------------------- */
.site-header{
	width: 1080px;
	height: 77px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	overflow: hidden;
}
.site-header .logo{
	float: left;
	width: 214px;
	margin-right: 45px;
	margin-bottom: 0;
}
.site-header .global-nav{
	float: left;
	width: 820px;
}
.site-header .global-nav li{
	float: left;
}
.site-header .global-nav li a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
.site-header .global-nav .contact{
	margin: 19px 0 0 18px;
}


/* -----------------------------------------------
	3. Footer
-------------------------------------------------- */
.site-footer{
	clear: both;
/*	float: left;
	width: 100%;*/
	position: relative;
	background: #85a800;
	zoom: 1;
}
.site-footer .pagetop{
	position: absolute;
	width: 100%;
	top: -31px;
	left: 0;
	text-align: center;
}
.site-footer .copyright{
	color: #FFFFFF;
	background: #486a00;
	padding: 0.5em 0;
	margin-bottom: 0;
	font-size: 80%;
	text-align: center;
}
.site-footer-inner{
	color: #FFFFFF;
	width: 960px;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.site-footer-inner a{
	color: #FFFFFF;
}
.site-footer-inner .company-info{
	float: left;
	border: 1px dotted #bdce6a;
	border-width: 0 1px;
	width: 164px;
	padding: 0 28px;
}
.site-footer-inner .company-info .name{
	font-weight: bold;
	margin-top: 16px;
}
.site-footer-inner .company-info .address,
.site-footer-inner .company-info .tel{
	font-size: 80%;
	margin-top: 10px;
}
.site-footer-inner .sitemap li{
	font-weight: bold;
	margin-bottom: 10px;
}
.site-footer-inner .sitemap li.last{
	margin-bottom: 0;
}
.site-footer-inner .sitemap li li{
	font-weight: normal;
	font-size: 86%;
	margin-bottom: 0;
	padding: 0.2em 0 0.2em 10px;
	background: url(../images/ico-footer-sitemap.gif) no-repeat 0 50%;
}
.site-footer-inner .first,
.site-footer-inner .second,
.site-footer-inner .third,
.site-footer-inner .fourth{
	float: left;
	width: 154px;
	margin-left: 30px;
}


/* -----------------------------------------------
	4. Content
-------------------------------------------------- */
.site-content{
	width: 1080px;
	margin: 0 auto;
	background: #FFF;
	height: auto;
}
.site-content .category-image{
	margin-bottom: 30px;
}
.site-content-inner{
	width: 960px;
	margin: 0 auto;
	padding-bottom: 80px;
	float: none;
}
.site-content-inner .primary{
	float: right;
	width: 690px;
}
.site-content-inner .secondary{
	float: left;
	width: 230px;
}
.site-content-inner{ zoom:1; }
.site-content-inner:after{ content: ""; display: block; clear: both; }
