/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logo{float:left; background-image:url(images/logo.jpg); width:274px; height:213px;}
#topheader{float:right; width:526px; height:97px; background-color:#F0F0F0; position:relative}
#toplinks{position:absolute; right:10px; top:10px;}
#menu{float:right; width:526px; height:32px; background-image:url(images/bg_menu.gif); background-repeat:repeat-x;}
#submenu{float:right; width:526px; height:32px; background-image:url(images/bg_submenu.gif); background-position:top; background-repeat:repeat-x;}
#smallcontenttext{text-align:left; width:526px;}
#contenttext{float:right; width:800px;}
#leftpanel{float:left; width:274px;}
#footer{float:left; width:800px; background-color:#F0F0F0; padding:10px;}

/*rob*/
#star{background-image:url(images/star.png); background-repeat:no-repeat; width:800px; height:200px; position:absolute; z-index:1 !important; top:140px; background-position:right; margin: 0px 0px 0px 0px; padding:0px 0px 0px 0px;}
#starLink{float:right; display:block; height:200px; width:200px; margin-top:0px; margin-bottom:0px; padding-top:0px; z-index:2;}
/*GRAY PANEL*/
.graypanel{
	border:solid 1px #666666; background-color:#F7F7F7; padding:10px; margin:10px;
}

/*TEXT STYLES*/
.bodytext {
	font: 1em Tahoma, sans-serif;
	font-weight: normal;
	color: #666666;
}
.smallerbodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}

.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#CC0000;
}
.whitetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#FFFFFF;
}
.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#CC0000;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.smallredtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
}
.smallredtext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CC0000;
	text-decoration:none;
}
.smallredtext a:hover{
	text-decoration:underline;
}
/*Gift certificates*/
.gift {
	display:block;
	/*background-image:url(Logo/gift.png);*/
	background-repeat:no-repeat;
	height:275px;
	width:700px;
	visibility: visible;
	border: 3px black solid;
}
.amount {
	/*text-align:right; */
	margin-left:12px;
	margin-top:3px;
	width:660px;
	height:50px;
	font-size:26pt;
	font:Arial, Helvetica, sans-serif;
}
.spacer {
	display:block;
	height:3px;
	width:700px;
}
.spacer2 {
	display:block;
	height:150px;
	width:500px;
	margin-left: 10px;
	margin-top: 5px;
	border: 2px red solid;
	float:left;
	font-family: Arial;
	font-size: 18pt;
}
.wglogo {
	display: block;
	width: 182px;
	float:right;
	margin-top: 35px;
}
.info {
	display: block;
	width: 700px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	color: #888888;
	font-family: Arial;
	clear:both;
}

.confirm {
	text-align:right;
	width:660px;
	font-size:14px;
	clear: both;
}
.liIntro  {
	text-align: left;
	margin-left:50px;
	font-weight: bold;
	color:red;
	
}
.pack {
	font: 1em Tahoma, sans-serif;
}
.pack ul {
	text-align: left;
	margin-left:50px;
}
.pack li {
	text-align: left;
	font: 1em Tahoma, sans-serif;
	font-weight: normal;
	color: #666666;
}
.liIntro li {
	text-align: left;
}
.mainPrice {
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	color:blue;
}
.subPrice {
	text-align: center;
}
.button {
	text-align: center;
}
