@charset "utf-8";
@import url("slider.css");


/*formatting style 
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: sans-serif;
	font-size: 14px;
	position: relative;
	background-color: #FFF;
	background-image: url(../images/bg_top.png);
	background-repeat: repeat-x;
	overflow-x: hidden;
}



/* link styles
------------------------------*/
a img {
	border-style: none;

}

a:link {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}


/* basic layout
------------------------------*/
#wrapper {
	/* for IE6 */
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}

#header {
	width: 1050px;
	position: relative;
	margin-bottom: 30px;
	height: 100px;
	zoom: 1;
}


#header h1 a img {
	margin-top: 30px;
	margin-left: 30px;
}

#header p img {
	float: right;
	margin-right: 30px;
	margin-top: -80px;
}

#header ul li a {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: block;
	border-left: thin solid #999;
	text-shadow: 0 1 px 0 #fff;
	color: #009BFF;
	font-weight: bold;
	height: 100%;
	width: 100%;
}




#contents {
	float: left;
	width: 800px;
}

#contents #menu {
	clear: both;
	line-height: 25px;
}

#contents #menu ul {
	position: relative;
	width: 800;
}

#contents #menu ul li{
	text-decoration: none;
	float: left;
	width: 240px;
	margin-left: 24px;
	list-style: url(../images/triangle_main.fw.png) inside;
}

#contents #original {
	padding-top: 50px;
	clear: both;
}

#contents #original ul li {
	float: left;
	width: 165px;
	margin-left: 29px;
	list-style: url(../images/triangle_original.fw.png) inside;
}

#contents #sale {
	clear: both;
	padding-top: 50px;
}

#contents #sale ul li {
	float: left;
	width: 165px;
	margin-left: 29px;
	list-style: url(../images/triangle_sale.fw.png) inside;
}

#contents #news {
	clear: both;
	padding-top: 50px;
	margin-bottom: 10px;
}

#contents #news .news_box {
	height: 150px;
	width: 752px;
	margin-top: 10px;
	list-style: url(../images/square_0.fw.png) inside;
	overflow: auto;
	padding-left: 23px;
	margin-left: 23px;
	border: 1px solid #CCC;
}

#contents #news .news_box dl dt {
	clear: left;
	float: left;
	width: 7em;
	background-image: url(../images/square_0.fw.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#calendar {
	margin-bottom: 30px;
}
#calendar p {
	margin-top: 5px;
}





#PegeTop {
	clear: both;
	width: 210px;
	float: right;
	margin-top: 50px;
}
#rightblock {
	float: right;
	width: 210px;
	margin-bottom: 30px;
}
#rightblock .link   {
	margin-top: 30px;
}
#rightblock .banner  {
	margin-bottom: 15px;
	margin-left: 10px;
}



#sitemap {
	clear: both;
	width: 1000px;
	padding-top: 10px;
	padding-left: 500%;
	padding-bottom: 25px;
	margin-left: -500%;
	background-color: #EBF5FF;
	margin-right: -500%;
	padding-right: 500%;
}

#sitemap ul {
}

#sitemap ul li {
	list-style: none;
	float: left;
	margin-left: 29px;
	display: block;
}
#sitemap ul li a {
}


#footer {
	color: #FFF;
	font-size: small;
	line-height: 20px;
	background-repeat: repeat-x;




	background-size:cover
	padding-top: 20px;
	height: 160px;
	padding-top: 15px;
	background-color: #009BFF;
	margin-right: -500%;
	margin-left: -500%;
	padding-right: 500%;
	padding-left: 500%;
}

#footer p .logo {
	padding-top: 30px;
	padding-bottom: 10px;
}

#footer p .buil {
	margin-top: -70px;
	float: right;
}

#footer address {
	font-style: italic;
	background-color: #009BFF;
	padding-left: 405px;
	margin-top: -23px;
	padding-bottom: 10px;
	font-size: x-small;
	float: right;
	margin-right: 10px;
}
