/* 
-------------------------------------------------------
Start of Easy Limo UK Ltd Stylesheet
-------------------------------------------------------
*/

BODY { 
  background: black url("");
  background-repeat: repeat;
  background-attachment: fixed;
}

/* ~~~~~~~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~~~~~~~ */

a:link {
	color: #E49849;
	text-decoration: underline;
	font-weight: bold
}

a:visited {
	color: #E49849;
	text-decoration: underline;
	font-weight: bold
}

a:active {
	color: #99212C;
	text-decoration: none;
	font-weight: bold	
}

a:hover {
	color: #99212C;
	text-decoration: none;
	font-weight: bold
}

/* ~~~~~~~~~~~~~~~~~~~~ MAIN NAVIGATION ~~~~~~~~~~~~~~~~~~~~ */

#divStayTopLeft a {
    color: #000000; 
    font-size: 10px; 
    font-family: arial; 
    font-weight: bold;
    text-decoration: none;
    border-width: 1px;
    border-style: outset;
    border-color: #BA7C41;  
    background-color: #E49849;
    width: 180px;
    height: 15px;
    padding: 2px;
    margin: 1px;
}

#divStayTopLeft a:hover {
    color:#FFFFFF;
    background-color: #BA7C41;
    border-style: inset;
}

table.navbar td a {
	text-decoration: none;
	height: 27px;
	line-height: 27px;
	display: block;
	background-color: #E49849
}

table.navbar td a:link, table.navbar td a:visited {
	color: #000000;
	background-color: #E49849;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none
}
table.navbar td a:hover, table.navbar td a:active {
	color: #FFFFFF;
	background-color: #BA7C41;
	font-family: arial;
	font-size: 12px;
	font-weight: bold
}

td.nav_spacer {
	height: 15px
}

/* ~~~~~~~~~~~~~~~~~~~~ DATE ~~~~~~~~~~~~~~~~~~~~ */

td.date {
	background-color: #BA7C41;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold
}

/* ~~~~~~~~~~~~~~~~~~~~ MAIN AREA TEXT ~~~~~~~~~~~~~~~~~~~~ */

.mainarea {
	background-color: #FFFFFF;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	text-align: left
}

table.mainarea {
	background-color: #FFFFFF;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	text-align: left
}

td.mainarea {
	background-color: #FFFFFF;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

/* ~~~~~~~~~~~~~~~~~~~~ FOOTERS ~~~~~~~~~~~~~~~~~~~~ */

td.footer_left {
	background-color: #BA7C41;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	line-height: 80px;
	text-align: center;

}

td.footer_links {
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	line-height: 35px;
	text-align: center;
}

td.footer_quicklinks {
	background-color: #EEEDE3;
	font-family: arial;
	font-size: 11px;
	line-height: 25px;
	text-align: center;
}

td.footer_right {
	background-color: #BA7C41;
	text-align: right;
	color: #FFFFFF;
	font-family: arial;
	font-size: 11px;
	width: 549px
}

a.footer_link {
	color: #E49849;
	font-family: arial;
	font-size: 11px;
	text-decoration: none
}

a.footer_link:visited {
	color: #E49849;
	font-family: arial;
	font-size: 11px;
	text-decoration: none
}


a.footer_link:hover {
	color: #99212C;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline
}

/* ~~~~~~~~~~~~~~~~~~~~ LEFT NAVIGATION ~~~~~~~~~~~~~~~~~~~~ */

td.nav_left {
	background-color: #EEEDE3;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}

td.left_mainarea {
	background-color: #EEEDE3;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight:bold;
	text-align: left
}

td.left_mainarea_header {
	background-color: #DBCB2C;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 30px
}

td.featured_header {
	background-color: #DBCB2C;
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 30px
}

/* ~~~~~~~~~~~~~~~~~~~~ HEADERS ~~~~~~~~~~~~~~~~~~~~ */

h1 {
	color: #99612C;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	vertical-align: top;
}

h2 {
	color: #99612C;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	vertical-align: top;
}

h3 {
	color: #99612C;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 1px;
	vertical-align: middle;
	text-align: center
}

td.top_header {
	background-color: #BA7C41;
	line-height: 35px;
	vertical-align: middle;
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 16pt;
	text-align: center
}

/* ~~~~~~~~~~~~~~~~~~~~ BULLETED LISTS ~~~~~~~~~~~~~~~~~~~~ */

ul.list {
	list-style: circle outside;
	color: #BA7C41;
	line-height: 10pt;
} 

li.list {
	color: #BA7C41;
	line-height: 12pt;

}

/* 
-------------------------------------------------------
End of Easy Limo UK Ltd Stylesheet
-------------------------------------------------------
*/