/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	margin: 0px;
	text-align:center;

}

.wrapper {
	background-color: #fbdbe8;
	background-image:url(images/bg-wrapper.jpg);
	background-position:top;
	background-repeat:repeat-x;	
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}

a:link {
	color: #38a1df;

}

a:visited {
	color: #38a1df;
}

a:hover {
	color: #e901f8;
}


a:active {
	color: #e901f8;
}

a.home {
	display: block;
	width:119px;
	height:28px;
	background-image:url(images/menu/home.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

a.home:hover {
	background-position:bottom;
}

a.home-b {
	display: block;
	width:119px;
	height:28px;
	background-image:url(images/menu/home.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

a.chart {
	display: block;
	width:136px;
	height:28px;
	background-image:url(images/menu/chart.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

a.chart:hover {
	background-position:bottom;
}

a.chart-b {
	display: block;
	width:136px;
	height:28px;
	background-image:url(images/menu/chart.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

a.instructions {
	display: block;
	width:148px;
	height:28px;
	background-image:url(images/menu/instructions.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

a.instructions:hover {
	background-position:bottom;
}

a.instructions-b {
	display: block;
	width:148px;
	height:28px;
	background-image:url(images/menu/instructions.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

a.faq {
	display: block;
	width:56px;
	height:28px;
	background-image:url(images/menu/faq.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

a.faq:hover {
	background-position:bottom;
}

a.faq-b {
	display: block;
	width:56px;
	height:28px;
	background-image:url(images/menu/faq.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

a.hollywood {
	display: block;
	width:141px;
	height:28px;
	background-image:url(images/menu/hollywood.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

a.hollywood:hover {
	background-position:bottom;
}

a.hollywood-b {
	display: block;
	width:141px;
	height:28px;
	background-image:url(images/menu/hollywood.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

a.review {
	display: block;
	width:113px;
	height:28px;
	background-image:url(images/menu/review.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

a.review:hover {
	background-position:bottom;
}

a.review-b {
	display: block;
	width:113px;
	height:28px;
	background-image:url(images/menu/review.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

a.aboutus {
	display: block;
	width:87px;
	height:28px;
	background-image:url(images/menu/aboutus.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

a.aboutus:hover {
	background-position:bottom;
}

a.aboutus-b {
	display: block;
	width:87px;
	height:28px;
	background-image:url(images/menu/aboutus.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

.bottom-nav {
	background-image:url(images/bottom-nav-about-bragel.jpg);
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #878787;
	padding-left:10px;
}

.bottom-nav a:link {
	font-size:12px;
	font-weight: bold;
	color: #38a1df;

}

.bottom-nav a:visited {
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color: #38a1df;
}

.bottom-nav a:hover {
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color: #e901f8;
}


.bottom-nav a:active {
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	color: #e901f8;
}

.frame1 {
	background-image:url(images/frame-top-bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #fffefe;
	}
	
.frame-shop {
	background-image:url(images/frame-shop1.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	height: 200px;
	vertical-align:top;
	background-color:#fffeff;
}

.price {
	color: #c9758d;
	font-size:14px;
	font-weight: bold;
}

.frameshop2 {
	background-image:url(images/frameshop2-bg.jpg);
	background-position:bottom;
	background-color: #fbdbe8;
	background-repeat: repeat-x;
}

.topfooter {
	background-image:url(images/bg-top-footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;

}

.footer {
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-x;
	height:26px;
	color: #007abc;
	text-align: center;
	}
.style4 {	color: #CCCCCC;
	font-weight: bold;
}

.style10 {color: #f3babc}
.style11 {color: #FFFFFF;}
.divblue {width:261px; height:2px; background-color:#b6d0eb;}

.link2 a:link{
	text-decoration:none;
	}

.link2 a:visited{
	text-decoration:none;
	}
	
.link2 a:hover{
	text-decoration:none;
	}

.link2 a:active{
	text-decoration:none;
	}

.errMsg { color: #C33; font-size:xx-small; font-family: Arial;} 


