/*-----------------------------------------------------------------------------
Keystreet

version:   1.0
author:    Clearscape
email:     info@clearscape.ie
website:   http://www.clearscape.ie/
date:	   May 2009		
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
@import url("sIFR-screen.css");


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Class for clearing floats */
.clear {
	clear:both;
}
.right {float:right;}
.left {float:left;}


/* Remove border around linked images */
img, a img {
	border: 0;
}

ul {list-style-type:none;}


/* =Body
-----------------------------------------------------------------------------*/

ul#mainNav {display:block;background-color:#b4b4b4; margin:0;padding:0; }
ul#mainNav li{list-style:none;text-indent:-5000px;}
ul#mainNav li a:hover, ul#mainNav  li a:active{background-position:right bottom;}
#active, #active_sub{background-position:bottom right;}
ul#mainNav li a{width:157px; height:40px; display:block}
ul#mainNav li ul{margin:0; padding:0;}
ul#mainNav li ul li a{height:21px}


.home {background-image:url(../images/layout/nav/home.gif); }
.props{background-image:url(../images/layout/nav/prop_list.gif); }
.prop_owners {background-image:url(../images/layout/nav/prop_own.gif);}
.tenant_info {background-image:url(../images/layout/nav/tenant.gif);}
.contact  {background-image:url(../images/layout/nav/contact.gif); } 
.ourservices{background-image:url(../images/layout/nav/ourservices.gif);}


.background_blue{background-color:#BCE6F6}
.background_nav{background:#F8F8F8}
a.nobackground:hover{background:none;}




