/*   
Global Stylesheet for The Palm Trees Website
Created by MBoosey Online: www.mboosey.com
*/


/* ------ MAIN CODE ------ */

html {
	height: 100%;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(http://www.thepalmtrees.co.uk/graphics/layout/background.gif) repeat-y;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #060;
	margin-top: 5px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #060;
	margin-top: 5px;
	margin-bottom: 3px;
	padding-bottom: 1px;
	border-bottom: 1px solid #060;		
}

iframe {
	height: 450px; 
	height:expression(73 + "%");
	width: 99%;
	border: none;
	margin: 0px;
}

/* ------ MAIN CODE: LINKS ------ */

a {  
	color: #00F;
	text-decoration: none;
}

a:hover {  
	color: #F00;
	text-decoration: none;
}

a:active {  
	color: #FF0000;
	text-decoration: underline;
}
	
a:visited {  
	color: #0099FF;
	text-decoration: none;
}

/* ------ HEADER ------ */

#header {
	height: 70px;
	background-color: #0B0;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 305px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#toplinks {
	padding: 4px;
	font-size: 11px;
	text-align: right;
	margin: 0px;
	margin-right: 2px;
   	float: right;
}

#toplinks td {
	padding-right: 2px;
}

#toplinks a {
	color: #FFF;
	text-decoration: none;
}

#toplinks a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* ------ LAYOUT TABLE ------ */

#content {
	margin-left: 200px;
	border-top: 6px solid #FF0;
	vertical-align: top;
	padding: 10px 10px;
}

#menu-bar {
	width: 200px;
	position: absolute;
    top: 80px;
    left: 0;
	text-align: center;
	vertical-align: top;
	background: url(http://www.thepalmtrees.co.uk/graphics/layout/green_curve.gif) no-repeat top right;
	padding-top: 10px;
}

#menu-bar a {
	color: #FFF;
	font-weight: bold;	
}

#menu-bar a:hover {
	text-decoration: underline;
}

/* ------ FEATURES ------ */

.bdr {
	border: 1px solid #000;
}

.dottedbox {
	border: 1px dashed #900;
	clear: both;
	margin: 20px;
	text-align: left;
}

.quotes1 {
	font-family: Sylfaen, Verdana, Arial;
	font-size: 18px;
	color: #000;
}

.quotes2 {
	font-family: Arial, Verdana;
	font-size: 18px;
	color: #999;
}

.quotes3 {
	font-family: Georgia, Verdana, Arial;
	font-size: 18px;
	color: #000;
}

.quotes4 {
	font-family: Rockwell, Verdana, Arial;
	font-size: 18px;
	color: #006;
}