/* CSS Document */


/*********************/
/* GIRA VARIOUS      */
/*********************/

p.gira { margin-left:0; }
.w700 { width:700px; }


/*********************/
/* SUBNAV        */
/*********************/

#subnav {
	border-top:2px solid red;
	border-bottom:2px solid red;
	line-height:45px;	
}
#subnav_left {
	/*border:1px solid blue;*/
	float:left; 
	width:260px; 
}
#subnav_left table, #subnav_left td {
	padding:0;
	margin:0;
}
#subnav_right {
	/*border:1px solid blue;*/
	float:right; 
	width:400px; 
	text-align:right;
}


/*********************/
/* CITY MENU         */
/*********************/
.menularge {	
	font-size:16px;
	padding:5px;
}



/*********************/
/* SIDE NAVG         */
/*********************/

#navlist {
	/*border: solid blue 1px;*/
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	width:400px;
	padding:0;
	margin:20px 0 0 0;
}
#navlist ul {
	/*border: solid blue 1px;*/
	width: 400px;	
	margin: 0px;
	padding:0;
	list-style-type: none;
}
#navlist ul li {
	/*display: inline;*/
	padding:3px 0 3px 0; /*-- IE6 --*/
	
}
html>body #navlist ul li { padding:3px 0 3px 0; } /*-- all browsers --*/

#navlist ul li a {
	/*border: solid blue 1px;*/
	display: block;
	width:400px; /*extends mouse-over beyond text*/
	padding: 0 10px 0 10px;
	color:#333333;
	font-size:16px;
	line-height:32px;
	cursor:pointer;
	text-decoration: none;
	background: url(../images/navlist_off.png) top left no-repeat;
}
#navlist ul li a:hover {
	background: url(../images/navlist_over.png) top left no-repeat;
}
#navlist ul li a:hover .dateblock {
	color:#FFF;
}
.dateblock {
	/*border: solid blue 1px;*/
	float:left;
	width:180px;
	font-weight:bold;
}
.cityblock {}



/*********************/
/* AMIGOS (IMAGE GALLERY)   */
/*********************/

#thumbnails { 
	width:100%; 
	height:126px;
	overflow:auto;
	padding:0; margin:0;
	}
#thumbnails table, #thumbnails tr, #thumbnails td, #thumbnails a, #thumbnails img { 
	padding:0; margin:0;
	}
#pic {
	text-align:center;
	width:100%;
	padding:20px;
	}

