/*
$HeadURL: svn+secure://svn.comminternet.com/main/websites/colomboscafe.com/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 6939 $
$LastChangedDate: 2010-01-13 12:13:28 -0500 (Wed, 13 Jan 2010) $
*/

@import url(general.css);

/* GLOBAL. */

*
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

p, div, table
{
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 1;
	line-height: 1.5em;
	color: #201C1D;
}

html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
	background: url(../images/fauxwallpapertext.jpg);
}

a
{
	color:#7F5020;
	text-decoration:underline;
}

a:hover
{
	color:#C07934;
}

.clear
{
	clear: both;
}

.space
{
	padding: 0 10px 0 10px;
}

embed
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.right
{
	float: right;
}

.imgLeft
{
	float: left;
	margin:  10px 10px 0 10px;
}

.imgRight
{
	float: right;
	margin: 10px 0 10px 10px;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
    position: relative;
    min-height: 100%;
    margin: 0 auto;
	width: 900px;
	background: url(../images/containerbk.jpg);
	border-right: 2px solid #231F20;
	border-left: 2px solid #231F20;
}

h1, h2, h3, h4
{
	color: #889542;
}

h1
{
	font-size: 1.3em;
}

h3
{
	color: #800000;
	margin-top: 10px;
}

/* Page top. */

#pageTop
{
}

.dropdown .dot
{
	font-size: .75em;
	font-weight: bold;
	padding: 0 20px;
	color: #fff;
	_display: none;
}

#pageTop #logoLink
{
	display: block;
	width: 688px;
	height: 211px;
	background: url(../images/header.jpg);
	float: left;
}

#pageTop #logoLink p
{
	font-weight: bold;
}

#pageTop #logoLink a
{
	font-weight: bold;
	color: #7F5020;
	text-decoration: underline;
}

#pageTop #logoLink a:hover
{
	color: #C07934;
}

#pageTop #logoLink .link
{
	display: block;
	width: 689px;
	height: 130px;
	_width: 688px;
}

#pageTop #logoLink .headerText
{
	font-size: .7em;
	text-align: right;
	display: block;
	margin: 22px 10px 0 0;
}

#pageTop #logoLink .dot
{
	padding: 0 5px;
}

#pageTop #rotator
{
	display: block;
	width: 211px;
	height: 211px;
	background: url(../images/rotator/rotator.php);
	float: right;
	border-left: 1px solid #231F20;
}

/* DROPDOWNS */

.dropdown
{
	background: url(../images/navbar.jpg) top repeat-x;
	height:24px;
	position:relative;
	z-index:2;
	padding: 0 0 0 25px;
	_padding: 0;
}

.dropdown ul
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* hack to correct IE5.5 faulty box model */
* html .dropdown {width: 901px; w\idth:900px;}

.dropdown ul ul
{
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown positon */

.dropdown li
{
	float:left;
	position:relative;
	_display: inline;
}

/* style the links for the top level */

.dropdown a, .dropdown a:visited
{
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	height:24px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdown a, * html .dropdown a:visited {width:117px; text-align:center; w\idth:118px;}


/* hide the sub levels and give them a positon absolute so that they take up no room */

.dropdown ul ul
{
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0;
	_top: 23px;
}

/* another hack for IE5.5 */
* html .dropdown ul ul {top:23px;t\op:24px;}

/* style the table so that it takes no part in the layout - required for IE to work */

.dropdown table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */

.dropdown ul ul a, .dropdown ul ul a:visited
{
	background: #DBE4A9;
	color:#221E1F;
	height:auto;
	line-height:1em;
	width:125px;
	border: 1px solid #221E1F;
	border-top: none;
	padding: 3px;
	_line-height: 14px;
}

/* style the top level hover */
.dropdown a:hover
{
	color:#86943C;
	background:transparent;
}

.dropdown ul ul a:hover
{
	background:#B8CD58;
}

.dropdown :hover > a
{
	color:#B8CD58;
}

.dropdown ul ul :hover > a
{
	color: #fff;
	background:#B8CD58;
}

/* make the second level visible when hover on first level list OR link */
.dropdown ul li:hover ul, .dropdown ul a:hover ul
{
	visibility:visible;
}

/* Page content. */

#pageContent
{
	background: #fff url(../images/rightnavbk.jpg) repeat-y right;
	_background: #fff url(../images/rightnavbk.jpg) right;
}

#pageContent p
{
	margin: 5px 0 5px 0;
	font-size: 9.5pt;
	text-align: justify;
}

#pageContent blockquote
{
	margin:0 0 0 20px;
}

#pageContent #leftContent ol
{
	margin-left: 20px;
	font-size: 9.5pt;
}

#pageContent #leftContent ul
{
	margin-left: 20px;
	font-size: 9.5pt;
}

#pageContent #leftContent .tinyText
{
	font-size: .70em;
	text-align: center;
}

#pageContent #leftContent .coupon
{
	clear: left;
	margin-top: 40px; 
}

#pageContent #leftContent .coupon .imgLeft
{
	margin-top: 0px; 
}

#pageContent #flash
{
	display: block
	width:378px;
	height:292px;
	float: left;
	margin: 0 0 0 0;
	position: relative;
	z-index: 1;
	border-right: 1px solid #231F20;
}

.home #pageContent #homepageWrapper #leftContent
{
	padding: 10px;
	display: block
	float: right;
	background: #fff url(../images/navbarshadow.jpg) repeat-x top;
	min-height: 272px !important;
	width: 501px;
	float: right;
	border: none;
}

#pageContent #leftContent
{
	padding: 10px;
	display: block
	float: left;
	background: #fff url(../images/navbarshadow.jpg) repeat-x top;
	display: block;
	width: 668px;
	min-height: 442px;
	border-right: 1px solid #231F20;
	_width: 665px;
	_height: 442px;
}

.home #pageContent #leftContent
{
	_height: 272px;
}

.menu #pageContent #leftContent
{
	min-height: 274px;
	_padding: 0 0 0 10px;
	_width: 675px;
	_height: 294px;
}

.customerService_reciprocalLinks #pageContent #leftContent
{
	min-height: 825px;
	_width: 664px;
}

#pageContent #defaultRightNavigation a
{
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

#pageContent #defaultRightNavigation
{
	padding: 0 0 0 0;
	text-align: center;
	float: right;
	width: 211px;
	min-height: 100%;
}

#pageContent #defaultRightNavigation .firstImageLink
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	height: 128px;
	border-top: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
}

#pageContent #defaultRightNavigation .imageLink
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-top: 1px solid #201C1D;
	border-bottom: 1px solid #fff;
	display: block;
	height: 128px;
	border-left: none;
	border-right: none;
}

#pageContent #defaultRightNavigation .link
{
	text-decoration: none;
	display: block;
	width: 211px;
	height: 24px;
	font-weight: bold;
}

.menu #pageContent #rightNavigation
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
	width: 211px;
	min-height: 100%;
	font-variant: small-caps;
	border-bottom: 1px solid #000;
}

.menu #pageContent #rightNavigation .first
{
	border: none;
}

.menu #pageContent #rightNavigation ul
{
	list-style: none;
}

.menu #pageContent #rightNavigation ul li
{
	padding: 0 0 0 10px;
	border-top: 1px solid #231F20;
}

.menu #pageContent #rightNavigation ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #5E672E;
}

.menu #pageContent #rightNavigation ul li a:hover
{
	color: #889542;
}

.menu #pageContent #rightNavigation ul ul li
{
	margin: 0 0 0 10px;
	*margin: 0;
	font-size: .85em;
	line-height: 1.25em;
	border: none;
}

.menu #pageContent #rightNavigation ul ul li a
{
	color: #7F5020;
}

.menu #pageContent #rightNavigation ul ul li a:hover
{
	color: #C07934;
}

/* Page bottom. */

#pageBottom
{
	display: block;
	width: 900px;
	height: 123px;
	background: url(../images/footer.jpg);
	font-size: 0.7em;
	text-align: center;
	padding: 5px 0 0 0;
	border-top: 1px solid #231F20;
}

#pageBottom p
{
	font-size: 1em;
	text-align: center;
	line-height: 1.2em;
}

#pageBottom .dot
{
	margin: 0 10px;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{
	font-size: 14px;
    width: 125px;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
    background-color: #FFCFCE;
    list-style: none;
    padding: 4px;
    margin-top: 0;
}

form ul.errors li
{
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
    margin: 0 0 0 0;
    padding: 0 0 0 0;
	font-size: .8em;
	font-variant: small-caps;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
    padding: 0 3px 4px 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.httpError
{
    color: black;
}

/* Search */

#pageContainer #pageContent .propertySearch {}

#pageContainer #pageContent .propertySearch .features,
#pageContainer #pageContent .propertySearch .features td {}

#pageContainer #pageContent .propertySearch .features td.caption {}

#pageContainer #pageContent .propertySearch .towns,
#pageContainer #pageContent .propertySearch .amenities {}

/* INDIVIDUAL PAGES. */

.column
{
    float: left;
}

#pageContainer.sitemap .column
{
    width: 32%;
}

/* SPAM PREVENTION */

#emailAddress1 // This is a 'honeypot' field to attact spammers. If this field is filled out, the only explanation is that a spambot saw it and filled it out.
{
    display: none;
}
