<style type="text/css" media="all">

html, body, div, span, applet, object, ul, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(http://images.gaybarcelona4u.com/background.png);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	line-height: 14px;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	width: 960px;
	height: auto;
	scrollbar-base-color: #666666;
}


#about_barcelona {
   position: relative;
   left: 50px;
  top: 50px;
}

/* Commonly used to style page titles. */
h1 {
	color: #FFFFFF;
	font: normal small-caps bold 14px Arial, Helvetica, sans-serif; /* Sets the font properties for an element using shorthand notation */
	line-height: 14px;
	margin-top: 7px;
}
/* Commonly used to style section titles. */
h2 {
	color: #FFFFFF;
	font: normal small-caps bold 14px Arial, Helvetica, sans-serif;
	margin-top: 9px;
}
/* Sets the style for the h3 header. */
h3 {
	color: #FFFFFF;
	font: normal small-caps bold 14px Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
}
/* Sets the style for the h4 header. */
h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-variant: small-caps;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #FFFFFF;
  outline: none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #006600;
  outline: none;
}

#top_menu a{
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

#top_menu a:hover {
  color: #006600;
  text-decoration: none;
 }


#menu {
  list-style: none;
  margin: 0;
  padding:0;
}
#menu li {
  list-style: none;
  margin:0;
  clear: both;
  text-align: left;
}
#menu li a{
  display: block;
  width: 149px;
	height: 29px;
  line-height:29px;
  padding: 0px 0px 0px 20px;
	background: #151515 url(http://images.gaybarcelona4u.com/bg_menu.jpg) repeat-x top left;
	border-left: 1px solid #000000;
	font-family: Arial;
	font-size: 12px;
cursor: pointer;
	text-decoration: none;
	color: #ffffff;
}

#menu li a:hover{
	color: #81B77F;
	background: #151515 url(http://images.gaybarcelona4u.com/bg_mailing_list.jpg) repeat-x top left;
}

#logo{
	width: 301px;
	height: 73px;
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	}
	
#top_menu{
	width: 250px;
	height: 60px;
	padding-top: 20px;
	margin-left: 690px;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	}
.searchbox{
	background-image:url(http://images.gaybarcelona4u.com/search_box.gif);
	background-repeat: no-repeat;
	border: none;
	}
	
.promobox {
	width: 205px;
	height: 95px;
	border: 2px solid #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	}
	
.newsletterbox {
	width: 205px;
	height: 95px;
	border: 2px solid #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image:url(http://images.gaybarcelona4u.com/newsletter-background.png);
	background-repeat:repeat-x;
	}

.newsinputbox{
	margin-left: 4px;
	padding-top: 3px;
	}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #000000;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 960px;
	background-image: url(http://images.gaybarcelona4u.com/body-background.png);
	background-repeat: repeat-y;
	height: 1100px;
}
#outerWrapper #header {
	background-color: #000000;
	border-bottom: solid 1px #81B77F; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	line-height: 15px;
	padding: 0px;
	background-image: url(http://images.gaybarcelona4u.com/header-background.jpg);
	background-repeat: repeat-x;
	height: 106px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #000000;
	border-right: solid 1px #81B77F; /* Sets the right border properties for an element using shorthand notation */
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 170px;
}
	
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #000000;
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 150px;
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 170px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #81B77F;
	background-color: #000000;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #000000;
  border-top: solid 1px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
	
#panel_container{
	width: 540px;
	margin-top: 5px;
	float: left;
	}
	
.internal_panel{
	width: 510px;
	height: 197px;
	float: inherit;
	padding: 10px 10px 0px 10px;
	}
	
#magic_container{
	width: 510px;
	padding-top: 10px;
	}

#links ul {
        list-style-type: none;
        width: 200px;
		margin: 0px;
		padding: 0px;
} 

#links li {
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #81B77F;
        display: block;
        font: bold Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 199px;
	margin: 0px;
}

#side_news_styling2 {
	height: 250px;
	margin-top: 0px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 190px;
	background-image: url(http://images.gaybarcelona4u.com/bar-intro-news-background.png);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#hotel_listing {
	height: 388px;
	margin-top: 33px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 190px;
	background-image: url(http://images.gaybarcelona4u.com/hotel-background.png);
	background-repeat: repeat-x;
}

#map_bar_listing {
	height: 170px;
	margin-right: 10px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 190px;
}

#map_different_listing {
	height: 480px;
	margin-right: 10px;
	margin-top: 43px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 190px;
}

#map_hotel_listing {
	height: 170px;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 190px;
}


#map_bar_listing a {
  color: #006600;
  font-weight: bold;
  text-decoration: none;
}

#map_bar_listing a:hover {
  color: #000000;
  text-decoration: none;
}


#map_news_styling {
	height: 65px;
	margin-top: 10px;
	margin-right: 10px;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #CCCCCC;
	float: right;
	width: 190px;
	background-image: url(http://images.gaybarcelona4u.com/map-background.png);
}

.smallnewscontent {
	float: left;
	width: 120px;
	}

.smallnewscontent2 {
	float: left;
	width: 184px;
	margin-bottom: 7px;
	padding-left: 7px;
	}

.smallnewscontent3 {
	float: left;
	width: 184px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;	
	}
	
.smallnewscontent4 {
	float: left;
	width: 184px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;	
	}


	
.apartmentdesc {
	width: 137px;
	height: 40px;
	float: left;
	}

.gobuttom {
	width: 20px;
	height: 40px;
	float: left;
	padding-top: 3px;
	padding-left: 5px;
	}
	
.apartmentsidebar {
	float: left;
	width: 190px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	}

.smallimage {
	margin-left: 4px;
	border: 1px solid #009900;
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	}

.smallimagenoborder {
	margin-left: 4px;
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	}

.property-header{
	color: #009900;
	font: normal small-caps bold 14px Arial, Helvetica, sans-serif;
	margin-top: 9px;
	padding-top: 4px;
	margin-bottom: 4px;
}

#links a em {
	color: #FFFFFF;
	display: block;
	font: Verdana, Helvetica, sans-serif;
	line-height: 125%;
	font-style: normal;
}

#links a span {
        color: #125F15;
        font:Verdana, Helvetica, sans-serif;
        line-height: 150%;
}

.homeimagesmall{
		float:	right;
		padding-right: 3px;
		border: none;
		}
/*small pics*/

.imagediv{
width: 70px;
height: 60px;
}

.search_div{ text-align:right;
margin-left: 60px;
}
/*Search Button*/

.button { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #6FA16E; 
 color: #FFFFFF; 
 margin-right: 6px;
 padding-bottom: 2px; 
}

.button2 { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 background-color: #006600; 
 color: #FFFFFF; 
 margin-right: 6px;
 padding-bottom: 2px; 
}

.about_barcelona_photo {
	float: left;
	width: 200;
	height: 240;
	margin: 0;
	padding: 0;
	}
	
.about_barcelona_content {
	float: left;
	width: 305px;
	height: 240px;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	}

.panel_barcelona_photo {
	float: left;
	width: 190px;
	height: 145px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
	}

.barcelona_bar_pic_right {
	margin-left: 10px;
	float: right;
	}
	
.panel_barcelona_content {
	float: left;
	width: 140px;
	height: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin-left: 55px;
	padding-top: 15px;
	background-image: url(http://images.gaybarcelona4u.com/star-background.png);
	background-repeat: no-repeat;
	}

.scrollArea {
width: 305px; 
height: 230px;
padding-left: 5px;
padding-right: 5px; 
border-color: #000000;
border-width: 1px; 
border-style: solid;
float: left; 
overflow: auto;
}

.header_bottom {
	width: 759px;
	height: 20px;
	float: left;
	margin-bottom: 5px;
	}
	
.map_bottom {
	width: 739px;
	height: 150px;
	float: left;
	margin-bottom: 5px;
	padding: 10px;
	}
	
#bar_night_out {
	width: 520px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	}

/*Controls height of the panels*/
.panel_box_div{
	height: 175px;
	}
	
#leftpanel{
	width: 150px;
	height: 120px;
	border-right: 1px solid #006600;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 7px;
	}

#middlepanel{
	width: 150px;
	height: 120px;
	border-right: 1px solid #006600;
	margin-left: 7px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 10px;
	float: left;
	}

#rightpanel{
	width: 140px;
	height: 120px;
	float: left;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#listing_panel_header {
	float: left;
	width: 172px;
	height: 12px;
	padding: 10px;
	background-color:#1E3925;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
}

#listing_panel_body {
	float: left;
	width: 167px;
	height: 70px;
	background-color:#FFFFFF;
	background-image:url(http://images.gaybarcelona4u.com/p7ap_light_gray_bevel2.png);
	background-repeat:repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
	


.style-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A7EBB4;
	margin-bottom: 5px;
	background-color: #333333;
}

.content_trio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	width: 80px;
	float: left;
	margin-top: 10px;
	}

.photo_trio {
	width: 55px;
	height: 45px;
	float: left;
	margin-top: 10px;
	}
.button_trio{
	width: 83px;
	height: 24px;
	float: left;
	margin-top: 10px;
	}

.newsletter_content  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	float: left;
	padding-top: 3px;
	padding-left: 4px;
}

.content_button {
margin-top: 10px;
float: left;
}

.content_image{
padding-right: 3px;
float: right;
}

.anchor{
}

.borderless_links{
	border: none;
	}

.footer_background{
	height: 15px;
	width: 960px;
	background-color: #000000;
	border-top: solid 1px #81B77F;
	}
	
/*Start of Bars Listing CSS*/

.breadcrumbs {
	height: 20px;
	width: 520px;
	margin-top: 4px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	}

</style>

<style type="text/css" media="print">

/* It is common to set printer friendly styles such as a white background with black text. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
  color: #000;
}
#Layer1 {
	position: absolute;
	top: 800px;
	left: 300px;
	width:200px;
	height:115px;
	clear: both;
}

/*Barcelona Internal Pages CSS Starts Here*/

.imageheader{
	width: 760px;
	height: 227px;
	margin-top: 10px;
	}

.accordian_container {
	width: 540px;
	float: left;
	margin-left: 10px;
	}

.top_accordian_menu{
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
.barcelona_bar_pic {
	margin-right: 10px;
	float: left;
	}

.addordian_height{
	height: 290px;
	}


.googlemap {
	float: inherit;
	padding-bottom: 5px;
	color:#000000;
	}
	
.background-header{
	width:190px;
	height: 35px;
	background-image:url(http://images.gaybarcelona4u.com/background-header.png);
	background-repeat:no-repeat;
	}
	
.scene-header{
	margin-bottom: 5px;
	}

</style>

[if IE 5]>
<style type="text/css"> 
/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #leftColumn1 {
  width: 170px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	width: 210px;
	padding-top: 0px;
	height: 0px;
}
</style>

<![endif]


[if IE]>
<style type="text/css"> 
/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper #content {
  zoom: 1;
}
</style>

<![endif]
#

