/*
Holiday Homes portugal
global.css
*/

/* general styles */

body {
	height:100%;
    margin:0;
    /*font-family:"Century Gothic", Tahoma, Verdana, Helvetica, Arial, Sans-serif;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;*/
	font-family:Tahoma, Verdana, Helvetica, Arial, Sans-serif; 
    font-size:1.0em;
    line-height:1.2em;
    color:#000;
    background:#fff;
}

img {
    border:0;
    vertical-align:bottom;
}

h2 {
	color:#0099ff;
	background:transparent;
    font-size:110%;
    margin:0;
    font-weight:bold;
}

h4 {
	color:#ff0099;
	background:transparent;
    font-size:110%;
    margin:0;
    font-weight:bold;
}

p {
	margin-top:0;
	font-size:86%;
}

a {
    color:#f09;
    background:transparent;
    text-decoration: none;
}

a:hover {
    color:#09f;
    background:transparent;
    text-decoration: underline;
}

a:active {
    color:#09f;
    background:transparent;
    text-decoration: underline;
}

#container {
    margin:0 auto;
    text-align:left;
    width:855px;
    clear:both;
}

#logo {
    margin:0;
    width:855px;
	float:left;
    clear:both;
	color:#000;
	background-color:#fff;
}

#logoleft {
    margin:0;
    width:425px;
	float:left;
}

#logoright {
    margin:0;
    width:425px;
	float:right;
}

#nav {
    margin:0;
	height:25px;
    width:855px;
	float:left;
    clear:both;
	color:#000;
	background:#fff url("../img/navbg.png") repeat-x bottom;
}

.navitem {
	float:left;
}

#intro {
    margin:0;
    width:855px;
	float:left;
    clear:both;
	color:#000;
	background-color:#fff;
}

#introleft {
    margin:5px 5px 5px 0;
    width:425px;
	float:left;
}

#introright {
    margin:5px 0 5px 0;
    width:425px;
	float:right;
}

#text {
    margin:0;
	float:left;
    clear:both;
	color:#555;
	background-color:#dbdbdb;
	padding:0 0 20px 0;	width:855px;
}

#textleft {
	margin:20px 0 0 20px;
	float:left;
	width:400px;
}

#textright {
	margin:20px 20px 0 15px;
	float:right;
	width:400px;
}

.imagetitleleftpink {
	width:170px;
	color:#fff;
	background:transparent url("../img/title-bgs-pink-bottom-right.png") no-repeat bottom right;
}

.imagetitleleftblue {
	width:170px;
	color:#fff;
	background:transparent url("../img/title-bgs-blue-bottom-right.png") no-repeat bottom right;
}

.rightholder {
	float:right;
	clear:both;
	width:250px;
}

.imagetitlerightpink {
	margin:0 0 5px 0;
	width:170px;
	color:#fff;
	float:right;
	background:transparent url("../img/title-bgs-pink-bottom-left.png") no-repeat bottom left;
}

.imagetitlerightblue {
	margin:0 0 5px 0;
	width:170px;
	color:#fff;
	float:right;
	background:transparent url("../img/title-bgs-blue-bottom-left.png") no-repeat bottom left;
}

.imagetitleleftpink h3, .imagetitleleftblue h3 {
	margin:0px;
	padding:4px 0 7px 9px;
	font-weight:normal;
	font-size:110%;
}

.imagetitlerightpink h3, .imagetitlerightblue h3 {
	margin:0px;
	padding:4px 9px 7px 0;
	font-weight:normal;
	font-size:110%;
	text-align:right;
}

.imagetextleft {
	width:250px;
	color:#555;
	background:transparent url("../img/trans-bottom-right.png") no-repeat bottom right;
}

.imagetextright {
	float:right;
	text-align:right;
	width:250px;
	color:#555;
	background:transparent url("../img/trans-bottom-left.png") no-repeat bottom left;
}

.imagetextleft p {
	margin:0px;
	padding:5px 20px 10px 9px;
	font-size:76%;
	line-height:120%;
}

.imagetextright p {
	margin:0px;
	padding:10px 9px 10px 20px;
	font-size:76%;
	line-height:120%;
}


/* debug */

.bgg {
    background-color:#333;
}

.bgy {
    background:yellow;
}

.bgr {
    background:red;
}

.bgb {
    background:blue;
}

#bottom
	{
	float:left;
	clear:both;
	width:855px;
	margin:20px 0 0 0;	padding:0 0 20px 0;
	font-size:120%;
	}