@charset "utf-8";
/* CSS Document */
body {
	background:#b34097 url(images/background.jpg) repeat-x;
}
.wrap{
	margin:auto;
	width:810px;
	text-align: right;
	margin-top: 0px;
}
.header {
	float:left;
	background:url(images/wraphead.png) no-repeat;
	height:135px;
	width:802px;
	padding-left:0px;
}
.content{
	background:url(images/wrapmid.png);
	text-align: left;
	float: left;
	font-size: 12px;
	width:760px;
	padding-right: 15px;
	padding-left:10px;
	}
.left {
	width:400px;
	margin-top:0px;
}
.left table {
	text-align: center;
	border: 1px solid #936;
	margin-top:-50px;
}
.para {
	background:#FFF;
	border: 1px solid #939;
	font-size: 12px;
	text-align: justify;
	position: relative;
	height: auto;
	width: 350px;
	left: 15px;
	bottom: auto;
	padding: 5px;
}
.right{
	float:right;
	width: 325px;
}
.menu {
	clear:both;
	padding-right: 20px;
	margin-top:-10px;
	padding-top:15px;
	height:35px;
	background:url(images/wrapmid.png) repeat-y;
}
.menu ul li {
	background-image: url(images/buttonup.png);
	background-repeat: no-repeat;
	list-style-type: none;
	display: block;
	text-align: center;
	float: left;
	width: 90px;
	height: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.menu ul {
	display: inline;
	font-size: 14px;
}
.menu ul li a {
	text-decoration:none;
	color:#000;
}
.menu ul li a:hover {
	background:url(images/buttondown.png) no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
}
.menu h3 {
	margin-top: -20px;
	text-align: right;
	padding-right: 20px;
}
.right .order{
	background-image: url(images/order.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 205px;
	font-size: 24px;
	margin-left: 50px;
	text-align: center;
}
.right a{
	color:#fff;
	text-align: center;
	text-decoration:none;
}
.right a:hover {
	background-image: url(images/orderroll.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 205px;
	display: block;
	color:#606;
	text-align: center;
}
.video {
	background:transparent;
	border:1px solid blue;
	text-align: center;
}
.bottomleft{
	width:400px;
	text-align: left;
	list-style-type: square;
	margin-top: 20px;
}
.bottomleft ul {
	list-style-type: square;
}
.bottomleft h5 {
	text-align: center;
}
.bottomright {
	clear:both;
	float:right;
	width:325px;
	text-align: left;
	background:#FFF;
	border:1px solid #936;
	padding:0 10px 10px 10px;
}
.bottomright h3 {
	text-align: center;
}
.footer {
	clear:both;
	background:url(images/wrapbottom.png) no-repeat;
	height:50px;
}
h2 {
	text-align:center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}