/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

img.bradia{
	padding:6px;
}
.title {
	font-size:30px;
	margin-left:20px;
	line-height:60px;
	font-weight:bold;
}
.titlesmall {
	font-size:26px;
	margin-left:20px;
	line-height:60px;
	font-weight:bold;
}
.titlebrabeia {
	font-size:26px;
	line-height:50px;
	font-weight:bold;
	color:#d5b700;
}
.titlerestaurant {
	font-size:26px;
	line-height:30px;
	font-weight:bold;
}

.intro {
	font-size: 14px;
	font-weight:bold;
}
.points {
	font-size: 15px;
	color: #FF0000;
	font-weight: bold;
	}
.quotes {
	color: #CC9900;
	font-size: 13px;
}

a.menu{
	font-size:12px;
	color:#202020;
	text-decoration:none;
	font-weight:bold;
	line-height:22px;
	background:url('../images/link-arrow_grey.gif') no-repeat scroll 100% 60%;
	padding-right:1em;
}
a.menu:hover{
	color:#d5b700;
	background:url('../images/link-arrow.gif') no-repeat scroll 100% 60%;
}

#container
{
	margin: 0 auto;
	width: 990px;
}

#content-container
{
	float: left;
	width: 990px;
}
#content
{
	clear: left;
	float: left;
	width: 300px;
	padding: 6px;
	display: inline;
}

			
.holder {
	float: right;
	width: 656px;
	height: 500px;
	padding: 0px 6px 0px 6px;
	border: 1px solid #d5b700;
	display: inline;
	background:#FFF;
}


.scroll-pane {
	width: 630px;
	height: 450px;
	overflow: auto;
	padding:10px;
}

#footer
{
	clear: right;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
}
