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

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #000033;
	background-image: url(../images/bg-page.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
a:link{
	color: #5E8DBB;
	text-decoration: none;
}
a:visited{
	color: #5E8DBB;
	text-decoration: none;
}
a:hover{
	color: #3A638B;
	text-decoration: underline;
}
a:active{
	color: #5E8DBB;
	text-decoration: underline;
}
ul.sample {
	list-style-type: disc;
	list-style-image: url(../images/bullet.png);
	list-style-position: outside;
}
ol.sample {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.sample ol {
	list-style-type: decimal;
}
ul.sample li { font-style: italic; }
ol.sample li { font-style: italic; }
ol.sample ol { font-style: normal; }

.maincl{
	background-image: url(../images/page-middle_04.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
}
.menu{
	padding-right: 65px;
}
.texttop{
	background-image: url(../images/bk-bot.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 500px;
}
.texttop1{
	padding: 5px;
}

h1{
	font-size: 24px;
	font-weight: normal;
}
h2{
	font-size: 18px;
	font-weight: normal;
}
h3{
	font-size: 12px;
	font-weight: bold;
}
h4{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
	padding: 7px;
}
h5{
	font-family: "Edwardian Script ITC";
	font-size: 48px;
	color: #5F8EBB;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.frm {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.specials {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../images/bg-specials.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 90px;
	background-color: #7DA5CA;
	text-align: left;
}
.specialprice{
	font-size: 30px;
	color: #E0EBF8;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
	text-align: left;
	text-decoration: underline;
}
.spheading {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
	width: 300px;
	text-align: left;
}
.spshort {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
}
.more {
	margin: 0px;
	padding: 0px;
}
.more a:link{
	color: #000033;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.more a:visited{
	color: #000033;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
.more a:hover{
	color: #000033;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}
.more a:active{
	color: #000033;
	text-decoration: underline;
	font-size: 18px;
	font-weight: bold;
}
