@charset "UTF-8";

/* DEBUG ONLY 
div {
        border:red 1px solid;
}*/

body {
	font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;
	font-size: 12px;
	line-height: 130%;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background: url(http://www.rentanapartmentinspain.com/images/interface/bodybg.jpg) repeat-x fixed;
}

h1 {
	font-family: Georgia, Palatino, serif;
	font-size: 16px;
font-weight: lighter;
	line-height: 100%;
	padding: 10px 0px 10px 10px;
	text-align: left;
	color: #D11317;
/*#990000;*/
}


h2, h2 a:link {
	font-family: Georgia, Palatino, serif;
       font-weight: lighter;
	font-size: 17px;
	/*font-style: italic;*/       
    color: #152BAF;	/*#5A8B84;*/
	line-height: 125%;
	padding: 0px 10px 0px 0px;
                margin-top:10px;
}

h2 {
	color: #D11317;
}

h4 {
	padding: 0px 10px 0px 0px;
	/* margin: 0px 0px 10px 0px;*/
    color: #E30202;
	font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;
       font-size: 14px;
}

h6 {
      font-size:9px;
      line-height:100%
      padding:0px;
      margin:0px;
}


a:link {
	font-weight: bold;
	border: 0px;
	color: #152BAF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	border: 0px;
	color: #152BAF;
	text-decoration: none;
}

.more, .back {
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #152BAF;
}

.more:after {
	content: " »";
}

.back:before {
	content: "« ";
}

.btn {
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/btn_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #fbac1b;
	color: #152BAF;
	font-weight: bold;
	font-size: 12px;
	line-height: 150%;
}

.infotext {
	font-size: 10px;
	color: #414086;
	background-color: #e5e5e5;
	padding: 15px;
	border-top: 3px solid #414086;
	border-bottom: 3px solid #414086;
	margin-right: 30px;
}

span.subtext,.subtext {
	font-size: 10px;
	font-weight: bold;
	line-height: 120%;
	color: #000033;
	text-align: left;
}

.comment {
        padding: 20px 15px 0px 0px;
margin:0px;
	font-size: 18px;
	line-height: 120%;
	color: #218EFF;
}
 
.attrib {
        padding: 0px 15px 0px 0px;
        text-align:right;
      	font-size: 11px;
	line-height: 100%;
	color: #000066;
}

.clearfloat {
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

hr {
	color: #e5e5e5;
}

a.sun_btn {
	color: #330033;
	font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;

}

a.sun_btn:before {
	content: url("http://www.rentanapartmentinspain.com/images/interface/sun_btn.png");
}

.reqd:after {
       content: "*";
       color:#FF0033;
}

.advisory {
	padding: 0px 50px 0px 0px;
}

.upper {text-transform:uppercase;}


#country {
	width: 210px;
}

#book {
	float: right;
	padding: 0px;
	margin: 10px;
	text-align: right;
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/reg_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#book a {
/*  margin:5px;
    padding:5px;
    height:25px;
    min-width: 120px;*/
    font-size: 12px;
	color: #330033;
}

#header {
	height: 20px;
	margin-bottom: 5px;
}

#loginout {
	float: right;
	padding: 0px;
	margin: 0px;
}

#navbar {
	float: left;
	margin: 0px;
	font-size: 12px;
	width: 100%;
	text-align: left;
	padding: 3px 0px 0px 0px;
}

#navbar ul {
	margin: 5px 0 0 0;
	padding: 0px;
}

#navbar ul li {
	float: left;
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 0;
	font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;
	text-align: left;
}

#navbar a {
	color: #152BAF;
	text-decoration: none;
	display: block;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	font-weight: bold;
}

#navbar li#active {
	color: #152BAF;
}

#navbar a:hover {
	color: #FFFFFF;
	background: #152BAF;
}

#navbar a .selected {
	color: #152BAF;
	text-decoration: none;
}

#container {
	width: 800px;
	/* using 204x less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: blue;*/
	margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */
/*border: 1px solid #000000;*/
	text-align: left;/* this overrides the text-align: center on the body element. */
}

#sidebar_left {
	position: relative;
	left: 0px;
	top: 0px;
	/*float: left;  since this element is floated, a width must be given */
	width: 200px;
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 20px 15px 0px;
}

#sidebar_left a:link img, #sidebar_left a:hover img, #sidebar_left a:visited img {
	border: 0px;
}

#testimonial {
	padding: 0px 0px 15px 35px;
	width: 100%;
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/testi_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#signup {
	padding: 15px;
	font-size: 11px;
	color: #333333;
	/*	background: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	border-bottom: #999999 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #ffffff 1px solid;
	width: 100%;
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/panel_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#register {
	padding: 15px;
	font-size: 11px;
	color: #333333;
	border-bottom: #FFB400 1px solid;
	border-right: #FFB400 1px solid;
	border-left: #FFEA00 1px solid;
	width: 100%;
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/reg_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}





#related {
	float: left;
	padding: 15px 15px 15px 0px;
}

#related ul li {
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	margin: 0px;
	text-align: left;
}

#related {
	font-size: 11px;
	color: #414086;
}

#related ul {
	margin: 0px;
	padding: 0px;
}

#related a:link, #menu a:link {
	color: #414086;
	text-decoration: none;
}

#related a:hover, #menu a:hover {
	color: #990000;
}

#related a:visited, #menu a:visited {
	color: #414086;
}

#mainContent {
	position: relative;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#sect_title {
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/title_bar.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 800px;
	padding-left: 0px;
	height: 40px;
}

#flashcontent-main-movie {
	border-top: 1px #e3f7ff solid;
	border-left: 1px #e3f7ff solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #666666 solid;
	height: 241px;
	width: 800px;
}

#flashcontent-photo-gallery, #photos {
	float: left;
	height: 800px;
	width: 800px;
}

#flashcontent-availability {
	float: left;
	height: 250px;
	width: 520px;
}

#flashcontent-location {
	border-top: 1px #e3f7ff solid;
	border-left: 1px #e3f7ff solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #666666 solid;
	height: 240px;
	width: 800px;
}

#photos {margin-top:20px;}

.thumb_row {
        padding:0px;
        margin: 10px 0px 10px 0px;
       height: 80px;
       width: 100%;
}

.thumb_img {
	float: left;
        width:auto;
        padding: 10px;
        margin: 0px 10px 10px 0px;
      background: #FFFFFF;
}


#breadcrumb {
	float: left;
	color: #414086;
	padding: 0px;
	margin: 5px 0px 5px 5px;
       font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;
       font-size:10px;
}

#breadcrumb a:link {
	color: #414086;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#breadcrumb a:visited {
	color: #414086;
}

#content_img {
	float: left;
	margin-right: 10px;
}

#blogdiv {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 800px;
	background-image: url(http://www.rentanapartmentinspain.com/images/interface/content_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-left: #e9e9e9 1px solid;
}

#sect_leader {
	float: left;
	top: 0px;
	width: 400px;
}

.vid_summary {
       float:left;
       width:40%;
       font-weight: bold;
	color: #D11317 !important;
}

.video {
      float:left;
      width:50%;
      padding:10px;
}

#vid_container {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

#col_container {
	float: right;
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
/* background-color: #ff0099;    
border: 1px solid yellow;*/
}

#col_holder {
	float: left;
	width: 520px;
	margin:0px;
/*border: 1px solid blue;*/
}

#body1 {
	padding: 0px 30px 0px 0px;
}

.col_full {
	float: left;
	margin: 0px 25px 50px 0px;
	width: 520px;
}

.col1 {
	float: left;
	margin: 0px 5px 20px 0px;
	width: 230px;
}

.col2 {
	float: right;
	/*position:relative;
top:0px;*/
    margin: 0px 30px 20px 0px;
	width: 230px;
}

#bookmarks {
	float: left;
	margin: 10px 0px 15px 0px;
	width: 100%;
	text-align: left;
	padding: 0px;
}

#bookmarks ul {
	margin: 0px;
	padding: 0px;
}

#bookmarks ul li {
	float: left;
	list-style-type: none;
	padding: 0 5px 0 5px;
	margin: 0;
	text-align: left;
}

#bookmarks a img {
	border: 0px;
}

#submenu {
	position: relative;
	bottom: 0px;
	right: 0px;
	margin: 0px 30px 0px 0px;
	font-size: 11px;
	width: 100%;
	text-align: center;
}

#submenu ul {
	margin: 0px 20px 0px 0px;
}

#submenu ul li {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;
	text-align: right;
}

#submenu a {
	font-weight: normal;
	color: #E5E5E5;
	text-decoration: none;
	display: block;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #a2a2a2;
	font-size: 11px;
}

#submenu li#active {
	color: #660066;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu a .selected {
	color: #660066;
	text-decoration: underline;
}

#footer {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 20px;
	padding: 0px;
	text-align: center;
	font-size: 9px;
	color: silver;
}

#footer a:hover {
	text-decoration: underline;
}

p {
	color: #191919;
	font-family: Trebuchet, Geneva, Verdana, Helvetica, Arial;
}