@charset "utf-8";
/* CSS Document */

/* standard*/
body, p{
	margin:0;
	padding:0;
}
.clr{
	clear:both;
}
img{
	border:0;
}
a{
	color:inherit;
	text-decoration:none;
}
*{
	font-family:Verdana, Geneva, sans-serif;
}

/* fonts */

/* site */

/*-----top-----*/
body{
	background-color:#4a4a4a;
}
#top{
	height:162px;
	border-bottom:10px solid #dc135c;
	width:100%;
	background-color:#FFFFFF;
}
#top #top_content{
	width:940px;
	margin:0 auto;
}
#top #top_content div{
	margin-top:33px;
}
#top #top_content #logo{
	float:left;
}
#top #top_content #menu{
	float:right;
}
#top #top_content #menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#top #top_content #menu ul li{
	position:relative;
	border-right:2px solid #FFF;
	border-left:3px solid #FFF;
	border-top:2px solid #FFF;
	margin:0;
	float:left;
	border-right:1px solid #4a4a4a;
}
#top #top_content #menu ul li.last{
	border-color:#FFF;
}
#top #top_content #menu ul li:hover , #top #top_content #menu ul li.active{
	background-color:#4a4a4a;
	color:#FFFFFF;
	border:2px solid #dc135c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#top #top_content #menu ul li a{
	display:block;
	padding:1px 17px;
}
#top #top_content #menu ul li ul{
	display:none;
	position:absolute;
	top:20px;
	left:0;
	list-style:none;
	margin:0;
	padding:10px;
	background-color:#4a4a4a;
	z-index:100;
}
#top #top_content #menu ul li:hover ul{
	display:block;
}
#top #top_content #menu ul li ul li{
	color:#FFF;
	border:0;
	border-bottom:1px dashed #FFF;
	text-align:left;
	float:left;
	clear:right;
	width:100%;
}
#top #top_content #menu ul li ul li.last{
	border:0;
	padding-bottom:1px;
}
#top #top_content #menu ul li ul li a{
	padding-left:2px;
}
#top #top_content #menu ul li ul li:hover{
	border:0;
	padding-bottom:1px;
}
#top #top_content #menu ul li ul li:hover a{
	color:#dc135c;
	background-color:#FFF;
}
/*-----slider-----*/
#slider{
	position:relative;
	width:940px;
	margin:0 auto;
}
#slider #accordion{
	width:940px;
	position:absolute;
	top:-55px;
	height:350px;
	z-index:0;
	/*border:10px solid #cccccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
 	-moz-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
 	box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);*/
}
	
/*-----content-----*/
#main{
	min-height:400px;
	border-top:10px solid #dc135c;
	border-bottom:10px solid #dc135c;
	width:100%;
	background-color:#FFFFFF;
}
#main #main_content{
	width:940px;
	padding:20px 0 55px 0;
	margin:0 auto;
	text-align:justify;
	font-size:12px;
}
#main #main_content h1, #main #main_content h2,#main #main_content h3, #main #main_content h4,#main #main_content h5,#main #main_content h6{
	color:#dc135c;
	font-size:22px;
	padding-top:10px;
}
#main #main_content input, #main #main_content textarea{
	border:1px solid #dc135c;
	padding:3px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #main_content a{
	color:#dc135c;
	text-decoration:underline;
}
#main #main_content a:hover{
	color:#9c001c;
}
#main #main_content table{
	border:0px solid #dc135c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main #main_content table tr td{
	border:0px solid #dc135c;
	padding:3px 5px;
}
#main #main_content table tr th{
	background-color:#4a4a4a;
	color:#FFFFFF;
	border:0px solid #4a4a4a;
}
	
/*-----footer-----*/
#footer{
	width:100%;
}
#footer #footer_content{
	margin:0 auto;
	position:relative;
	width:940px;
	height:200px;
}
#footer #footer_content .footer_menu{
	float:left;
}
#footer #footer_content .footer_menu ul{
	list-style:none;
	color:#FFF;
	font-size:16px;
	margin:10px 50px 0 0;
	padding:0;
}
#footer #footer_content .footer_menu ul li ul{
	margin:0;
	padding-left:10px;
}
#footer #footer_content .footer_menu ul li a:hover{
	text-decoration:underline;
}
#footer #footer_content #footer_info{
	position:absolute;
	top:0;
	right:0;
}
#footer #footer_content #footer_shops{
	position:absolute;
	color:#4a4a4a;
	top:-10px;
	right:0px;
	background-color:#FFF;
	border:5px solid #dc135c;
	border-top:0;
	padding:10px 10px 25px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}