*{
  	border: 0px;
}
body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFE8;
}
#bodypanel{
		margin: 16px 8px 0px;
}
#menupanel{
		float: right;
		width: 18%;
		background-color: #FFFFCC;
		padding: 16px 8px 0px;
}
.menuitem{
		font-size: 13px;
		margin: 16px 8px;
}
.menucaption{
		font-weight: bold;
}
.menucaption a{
		color: #242424;
		font-weight: bold;
}
#contentpanel{
		margin: 0px 38px 16px;
		width: 72%;
}
#productpanel{
		height: 13px;
		padding: 15px 0;
		line-height: 13px;
		font-size: 13px;
		font-weight: bold;
		color: #0000FF;
		margin-bottom: 16px;
}
#sloganpanel{
		height: 13px;
		padding: 15px 0px;
		line-height: 13px;
		border-top: 1.5px solid #9A9A9A;
		border-bottom: 1.5px solid #9A9A9A;
		font-size: 13px;
		font-weight: bold;
		color: #660000;
}
#sloganpanel a{
		font-weight: normal;
}
.sloganmain {
	border-top: 1.5px solid #9A9A9A;
	color: #660000;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
}
.slogansub {
	border-bottom: 1.5px solid #9A9A9A;
	color: #660000;
	font-size: 20px;
	line-height: 40px;
}
.textcenter{
		text-align: center;
}
.halfwidth{
		width: 50%;
}
.bigvmargin{
		margin-top: 32px;
		margin-bottom: 32px;
}
.grayfont{
		color: #424542;
}
.redfont{
		color: #FF0000;
}
.delfont{
	text-decoration: line-through;
}
.pricetable{
	border-collapse: collapse;
}
.pricetable td{
	border: 1px solid #BBBBBB;
	text-align: center;
	height: 70px;
	width: 160px;
}
.pricetable .name{
	width: 300px;
}
.pricetable .picrow{
	height: 300px;
}
.pictable td{
	border: 1px solid #BBBBBB;
	text-align: center;
	height: 70px;
	width: 160px;
}
.faq{
	display: block;
	margin: 16px;
	width: auto;
}
.sitetitle
{
    background-color: #449AD4;
    padding: 7px;
    height: 36px;
    color: #FFFFFF;
    line-height: 36px;
    font-size: 36px;
}
.copyright
{
    font-size: 13px;
    color: #CCCCCC;
    font-weight: bold;
}
.smallfont
{
    font-size: 13px;
}
.bigfont{
		font-size: 30px;
}
.bluefont
{
    color: #0000FF;
}
.brownfont
{
    color: #660000;
}
.blackfont
{
    color: #000000;
}
.boldfont
{
    font-weight: bold;
}