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

body{
	margin:0px auto;
	background-color:#edeecf;
	padding-top:35px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
}

table{
	
	width:1024px;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
	li{
		
		padding-right:3px;
	}

a.menu{
	color:#000;
	text-decoration:none;
}

a.menu:hover{
background-color:#a7ab16;
}

hr{
	color:#a7ab16;
}


.pagetitletext{
	color:#a7ab16;
	font-size:1.3em;
	padding:10px;
}
.pagetitletextbubble{
	color:#a7ab16;
	font-size:1.3em;
	padding:10px;
	font-weight:bold;
}

.titletext{
	color:#000;
	font-size:1.1em;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:2px;
	vertical-align:bottom;
}

.header{
	background-image:url(images/headerbg.jpg);
	background-repeat:no-repeat;
	width:1012px;
	height:129px;
}

.price{
	font-size:1.2em;
}

.bubble{
	width:250px;
	height:459px;
	background-image:url(images/bubble.png);
	background-repeat:no-repeat;
}