@charset "utf-8";
/* CSS Document */

#header {
	height: 50px;
	width: 950px;
	margin:auto;
}
#banner {
	height: 200px;
	width: 950px;
	margin:auto;
	background-image: url(images/qi_02-banner-bg.jpg);
	text-align: center;
}

#menu {
	height: 50px;
	width: 950px;
	margin:auto;
}
#menushadow {
	height: 33px;
	width: 950px;
	margin:auto;
}
body {
	background-color: #fafafa;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/qi-body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 0px;
	margin-left: 0px;
}


#content {
	width: 920px;
	margin:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#topfooter {
	height: 170px;
	width: 920px;
	margin:auto;
	background-image: url(images/qi_06-footer2bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #83592F;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}
#topfooter-bg{
	height: 170px;
	width: 100%;
	background-image: url(images/qi_06-footer2bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomfooter {
	height: 35px;
	width: 950px;
	margin:auto;
	background-image: url(images/qi_06-footer2.jpg);
	text-align: center;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#bottomfooter-bg {
	height: 50px;
	width: 100%;
	background-image: url(images/qi_06-footer2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topfooter1 {
	height: 170px;
	width: 920px;
	margin:auto;
	background-image: url(images/qi_06-footer2bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #83592F;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}
#bottomfooter1 {
	height: 35px;
	width: 950px;
	margin:auto;
	background-image: url(images/qi_06-footer2.jpg);
	text-align: center;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #CC0000;
	text-decoration: underline;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#leftcontent {
	padding-right:60px;
}
.img {
	float: right;
	padding-left: 15px;
}
#topfooter  a {
	color: #FFFF00;
}
.oldprice {
	color: #FF0000;
	text-decoration: line-through;
}

