/* GLOBAL RESET FOR ALL BROWSERS */
html, body{margin: 0;padding: 0;}
h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}
h6{font-size:10px;}
/* GLOBAL RESET FOR ALL BROWSERS */

html{
	height:100.5%;
}

body{
	background: #F8C301 url("../images/background-page.jpg") repeat-x scroll left top;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
}

#layout-container{
	float:left;
	width:100%;
	text-align:center;
}

#layout-body{
	width:778px;
	margin:0 auto;
}

#fix-layout-header{float:left;width:100%;}
#layout-header{background:transparent url("../images/background-header.jpg") no-repeat scroll left top;height:172px;}

#fix-layout-content{float:left;width:100%;}
#layout-content{float:left;background:transparent url("../images/background-content.jpg") repeat-y scroll left top;}

#loading{background:transparent url("../images/ajax-loader.gif") no-repeat scroll center center;height:300px;z-index:2;}

#content{float:right;width:778px;min-height:400px;text-align:left;margin:0;/*background-color: #ff0000;*/}
#content > div{padding:5px;}
#content h1{background:transparent url("../images/background-h1.jpg") no-repeat scroll left bottom;text-align:left;text-indent:10px;color:#B3831D;}

#menu{float:left;width:100%;clear:both;height:39px;margin:0;background:transparent url("../images/background-menu.jpg") no-repeat scroll left top;/*background-color: #696969;*/}
#menu ul{margin:0 15px;padding:0;text-indent:0;height:30px;line-height:30px;vertical-align:middle;list-style:none;float:right;}
#menu ul li{
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
	float:left;
}
#menu ul li a{
	padding:0 3px;
	display:block;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	margin:0 7px;
}
#menu ul li a:hover{
	background:transparent url("../images/background-menu-selected.jpg") repeat-x scroll left top;
}
#menu ul li a.menu-selected{
	background:transparent url("../images/background-menu-selected.jpg") repeat-x scroll left top;
	color:#ffffff;
}

#fix-layout-footer{float:left;width:100%;}
#layout-footer{background:transparent url("../images/background-footer.jpg") no-repeat scroll left bottom;height:45px;padding:0 5px 0 5px;font-size:10px;color:#fff;}

.topo{
	font-size:10px;
	color:#0000ff;
	text-decoration:none;
}
.aLeft{text-align:left;}
.aRight{text-align:right;}
.gallery{
	clear:both;
	text-align:center;
	height:150px;
	margin:0 auto;
	width:660px;
}

/* #################### jQuery Tooltip Plugin ################# */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }
/* #################### jQuery Tooltip Plugin ################# */
