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

body, html{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#717171;
	background-color:#b27749;
	text-align:center;
	height:100%;
	scrollbar-base-color: #f5e9df;
	scrollbar-arrow-color: #b27749;
	scrollbar-3dlight-color: #ffe5b2;
	scrollbar-darkshadow-color: #eae9e9;
}
#wrapper{
	height:100%;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat;
}

#top_bar{
	background-image:url(../images/balhas_pastry_top_bg.gif);
	background-repeat:repeat-x;
	height:101px;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
}

/*-----------------Page content -------------*/
#content_wrapper{
	width:774px;
	vertical-align:top;
}

#virtual_tour{
	width:506px;
	height:240px;
	border:5px solid #FFFFFF;
}


#main_menu{
	width:233px;
	height:240px;
	border:5px solid #FFFFFF;
	background-image:url(../images/main_menu_bg.gif);
	background-repeat:repeat-x;
	background-color:#b45118;
}

#main_content{
	width:496px;
	height:600px;
	border:5px solid #FFFFFF;
	overflow:auto;
	padding:5px;
	background-color:#f5e9df;
}

#main_content h1{
	color: #d64509;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 230%;
	padding:0px;
	margin:0 0 10px 0;
}

#main_content h2{
	font-size:13px;
	color:#717171;
	margin:0;
	padding:0;
}

#main_content a{
	color:#a61e1e;
}

#main_content a:hover{
	text-decoration:none;
}

#home_page_bot{
	background-color:#b27749;
	margin:10px;
	border:3px solid #FFFFFF;
}

.img_border{
	border:2px solid #FFFFFF;
}

#right_menu{
	width:223px; 
	height:600px;
	border:5px solid #FFFFFF;
	overflow:hidden;
	padding:5px;
	background-color:#e7e8e2;
}

#right_menu h2{
	font-size:12px;
	color:#717171;
	margin:0;
	padding:0;
}

#right_menu a{
	color:#a61e1e;
}

#right_menu a:hover{
	text-decoration:none;
}

/*-----------------End Page content -------------*/

/*-----------------other content -------------*/
.pagination{
	margin:15px 0 15px 0;
	background-color:#ffe5b2;
}

.pagination a{
	border:0px;
}
.next_prev{
	height:20px;
	border:1px solid #b27749;
	margin: 0px 2px 0px 2px;
	padding:2px 3px 2px 3px;
	color:#999999;
}
.next_prev a{
	height:20px;
	margin: 0px 2px 0px 2px;
	padding:2px 3px 2px 3px;
	color:#6f3a09;
}
.next_prev a:hover{
	height:20px;
	margin: 0px 2px 0px 2px;
	padding:2px 3px 2px 3px;
	color:#6f3a09;
}

.display_box{
	width:450px;
	height:140px;
	margin:10px 5px 10px 5px;
	text-align:center;
	padding:5px;
	border-bottom:1px dashed #FFFFFF;
}

.cat_display{
	width:205px;
	height:150px;
	float:left;
	margin:20px;
}

.text_box{
	width:200px;
	height:20px;
	color:#6c1e03;
	border-color:#e0986e;
	border-style:solid;
	border-width:1px;
	background-color:#fef2db;
}

.textarea{
	width:200px;
	color:#6c1e03;
	border-color:#e0986e;
	border-style:solid;
	border-width:1px;
	background-color:#fef2db;
}

.btn{
	width:200px;
	height:20px;
	color:#ffd9b8;
	font-weight:bold;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	background-color:#6c1e03;
}

/*-----------------End other content -------------*/

/*-------------------- Footer ---------*/

#footer{
	background-image:url(../images/balhas_pastry_bottom_bg.gif);
	background-repeat:repeat-x;
	height:101px;
	text-align:center;
	background-color:#FFFFFF;
	color:#FFFFFF;
}

#footer a, #footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#footer a:hover{
	color:#999999;
	text-decoration:none;
}

/*Gallery */
.gallery{
	width:100px;
	float:left;
	margin:5px 8px 5px 8px;
}
