/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A1080D;
}

body, th, td, input, textarea {
	font-family: Simsun,MS PGothic;
	font-size: 12px;
	color: #666666;
}



h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
}


h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #2C5C89;
}
/*
a:hover {
	border: none;
	text-decoration: none;
}
*/

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #2C5C89;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #2C5C89;
}

hr {
	display: none;
}

#main
{
background: url(../images/back_all.gif) repeat-x;
}


/* Header */

#header {
	width: 758px;
	margin: 0 auto;
	height: 146px;
}

#menu {
	height: 31px;
	width: 718px;
	padding-left: 14px;
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
    text-align: center;
}
#menu a.selected {
	display: block;
	float: left;
	width: 115px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	height: 26px;
	color: #F5F3C1;
	background: url(../images/buttons_r.gif) repeat-x;
}

#menu a:hover {
    height: 26px;
	color: #F5F3C1;
	background: url(../images/buttons_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 300px;
	height: 115px;
	margin: 0 auto;
	float: left;
}
#logo-pic {
	width: 440px;
	height: 115px;
	margin: 0 auto;
	float: right;
}

#logo h1 {
	padding-top: 40px;
	color: #ffffff;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 14px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	border-top: none;
	padding-top: 10px;
}

#intro 
{
	padding: 20px;
	padding-left: 10px;
	color: #FFFFFF;
	width: 750px;
	font-size: 16px;
	overflow:auto;
}
#intro img{
	border:0px;	
	overflow:auto;
}
#header-pic
{
padding: 20px;
padding-left: 10px;
color: #FFFFFF;
width: 750px;
}

#intro H3
{
padding-bottom: 10px;
}

#intro H3 a
{
	font-size: 18px;
	color: #FFFFFF;
	font-family: Simsun,MS PGothic;
	text-transform: uppercase;
}
#intro H3 a:hover
{
	font-size: 18px;
	color: #FFFFFF;
	font-family: Simsun,MS PGothic;
	text-transform: uppercase;
	text-decoration:underline;
	color:#FEB4B4;
}


/* Content */

#content {
	float: left;
	width: 515px;
	padding-left: 10px;
	overflow:auto;
}

.back
{
	background: url(../images/table_back.gif) repeat-y;
	overflow: auto;
}

.top
{
background: url(../images/top.gif) no-repeat top;
height:30px;
padding-left:20px;
padding-top:10px;
}
.top a{
	font-size:14px;	
}

.top img{
	margin-left: 5px;
	margin-right: 5px;
}
.middle{
	width:500px;
	padding:0px;	
}
.middle img{
	border:0px;
}
.bottom
{
background: url(../images/bottom.gif) no-repeat bottom;
margin-top:10px;
padding: 30px;
padding-top:10px;
overflow:auto;
clear: both
}

#content H4 a
{
	text-transform: uppercase;
	color: #ffffff;
	font-family: Simsun,MS PGothic;
}

#content H4 a:hover
{
	text-transform: uppercase;
	color: #FEB4B4;
	font-family: Simsun,MS PGothic;
}

#content H2
{
	text-transform: uppercase;
	color: #830404;
	font-size: 20px;
	padding-bottom: 10px;
	font-family: Simsun,MS PGothic;
}

#content a
{
color: #830404;
text-decoration: none;
}

#content a:hover
{
color: #830404;
text-decoration: underline;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 229px;
	margin-left: 10px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	list-style: none;

}


#sidebar2 {
	width: 227px;
}

#sidebar2 h2 {
	height: 27px;
	color: #FFFFFF;
	padding-left: 20px;
}

.back_r
{
background: url(../images/table_back_r.gif) repeat-y
}

.top_r
{
background: url(../images/top_r.gif) no-repeat top
}

.bottom_r
{
background: url(../images/bottom_r.gif) no-repeat bottom;
padding: 10px;
padding-top: 10px;
overflow:auto;
}


#sidebar2 ul
{
padding-top: 10px;
padding-bottom: 10px;
}


#sidebar2 li a {
	border: none;
	background: url(../images/small.gif) no-repeat 4px 4px;
	padding-left: 20px;
	color: #830404;
}

#sidebar2 li a:hover {
	border: none;
	background: url(../images/small2.gif) no-repeat 4px 4px;
	padding-left: 20px;
	color: #FF8401;
}

#sidebar2 a {
	border: none;
	color: #830404;
}

#calendar1 {
	padding: 0 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #DDDAB2;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

/* Footer */
#footer
{
	height: 100px;
	background: url(../images/footer.gif) repeat-x;
	padding-top: 20px;
	width: 100%;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
}
#footer a
{
color: #FFFFFF
}
#footer a:hover
{
color: #FFFFFF;
text-decoration:underline;
}

#footer_all
{
	width: 770px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}

#footer_1, #footer_2
{
width: 250px;
float: left;
}

#footer_1 ul, #footer_2 ul, #footer_3 ul 
{
list-style: none;
margin: 0px;
padding: 0px
}

#footer_1 H3, #footer_2 H3, #footer_3 H3 
{
	text-transform: uppercase;
	text-decoration: underline;
	color: #ffffff;
	font-size: 16px;
	padding-bottom: 10px;
	font-family: Simsun,MS PGothic;
}

#footer_3
{
width: 270px;
float: left;
}

.sidebar-title-noshade {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	border-top: solid 1px rgb(0,0,215);
	color: #69F;
	font-weight: bold;
	font-size: 12px;
}
.sidebar-txtbox-noshade {
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	font-size: 14px;
}
.content_subtitle {
	width:490px;
	font-size: 24px;
	margin-top: 2px;
	color: #F60;
	font-weight: bolder;
	padding-left: 10px;
	padding-top:6px;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
	float:left;
	overflow:auto;
}
.content_description {
	padding-left: 8px;
	float:left;
	overflow: hidden;
	padding-top: 8px;
	display: block;
	width:490px;
}
.content_description img{
	margin-left:6px;
	margin-right:6px;
	margin-bottom:6px;
	overflow:auto;
}
.summary_shop {
	float: inherit;
	width: 500px;
	margin-top: 4px;
	padding: 4px;
	overflow: auto;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
}

.shop_description {
	padding: 2px;
	float: left;
	width: 230px;
}
.shop_description {
	float: left;
	width: 240px;
	padding-left: 4px;
}


.shop_title {
	font-family: Simsun,MS PGothic;
	font-size: 14px;
	color: #69F;
	text-align: center;
	padding: 3px;
	font-weight: bold;
}

.shop_pic{
	overflow: auto;
	margin: 0px;
	text-align:center;
	padding:0;
}
.shop_pic img{
	width:200px;
}
.shop_comment{
	overflow: auto;
	margin: 3px;
	text-align: left;
}

.shop_content_part2 {
	width:490px;
	float:left;
	overflow: auto;
	padding-left: 8px;
	overflow: auto;
	padding-top: 8px;
	text-align:center;
}
.shop_content_part1 {
	float:left;
	overflow: auto;
	margin-top: 2px;
	padding-left: 10px;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
}
.shop_content_title {
	width:490px;
	float:left;
	overflow: auto;
	font-size: 20px;
	color: #F60;
	font-weight: 800;
	margin: 3px;

}
.shop_content_subtitle {
	width:490px;
	float:left;
	overflow: auto;
	font-size: 12px;
	color: #b77a7a;
	font-weight: 600;
	margin: 3px;
}
.shop_content_part3 {
	width:490px;
	float:left;
	overflow: auto;
	overflow: auto;
	padding: 10px;
	font-size:14px;
	font-weight:bold;
	color:#F60
}
.shop_content_part4 {
	width:490px;
	float:left;
	overflow: auto;
	padding: 10px;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
}
.shop_content_part4 img{

	padding: 4px;
}
.shop_content_part5 {
	width:490px;
	float:left;
	overflow: hidden;
	padding: 10px;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
	text-align: center;
}
.shop_content_part6 {
	width:490px;
	float:left;
	overflow: hidden;
	padding: 10px;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #F60;

}
.shop_content_part6_title{
	color: #F60;
}
.shop_cell_r{
	margin-top:4px;
	overflow:auto;
	margin-bottom:10px;
}
.shop_cell_r_title{
	color:#F60;
}
.shop_cell_r img{
	width:100px;
	float:left;
	overflow:hidden;
	margin:3px;
	margin-top:7px;
	border:0;
}

.big-picture{
	width:100%;
	margin-left:6px;	
}
.image_list{
	width:100%;
	margin-left:6px;
	overflow:hidden;	
	float:left;
}
.image_list img{
	width:32%;
	float:left;
	overflow:hidden;
	margin:3px;	
	border:0px;
}
.content_img_two{
	width:100%;
	overflow:auto;
	float:left;
	text-align:center;
	margin-left:6px;
	
}
.content_img_two img{
	width:220px;
	height:165px;
	margin:4px;
	overflow:auto;
	border:3px solid #FFF;
}
.content_img_one{
	width:100%;
	overflow:auto;
	float:left;
	text-align:center;
	margin-left:6px;
	
}
.content_img_one img{
	width:280px;
	height:210px;
	margin:4px;
	overflow:auto;
	border:3px solid #FFF;
}
.info_subtitle{
	width:20%;
	font-weight:bold;
	color:#F66;
	float:left;
	overflow:auto;
}
.info_subtitle img{
	width:20px;
	border:0px;	
	vertical-align:middle;
}
.info_description{
	margin-top:5px;
	width:75%;
	font-size:12px;
	float:left;
	overflow:auto;
	color:#77F;
	font-weight:bold;
	vertical-align:middle;
}
#content_info{
	width:100%;
	float:left;
	overflow:auto;
}
.font_subtitle{
	color:#f60;	
}
.company_info_title{
	width:25%;
	text-align:left;
	color:#F60;
	font-weight:bold;	
	float:left;
	overflow:auto;	
	margin-top:8px;
}
.company_info_description{
	width:75%;
	float:left;
	overflow:auto;	
	margin-top:8px;
}
.group-area{
	width:100%;
	float:left;
	overflow:auto;	
}
.group-area-title{
	width:490px;
	float:left;
	overflow:auto;
	padding:5px;
}
.group-area-description{
	float:left;
	overflow:auto;
}
.img-arrow{
	margin-left:5px;
	vertical-align:middle;	
}
td img {
	display: block;
}
td a{
	outline-width:0px;
}
