/*
====================
Stylesheet for amfsproperties.com
Created by Mark Riddell - http://www.ccssupport.co.uk
April 2008
====================
*/
body 
{
    /* Set default styles for skin */
    margin: 0;
    padding: 0;
    line-height: 2em;
    background-color: #333366;
    color: #3F4151;
    /* hack for IE 5.5 and below */
    font: 11px Tahoma, Verdana, Arial, Sans-Serif;
    voice-family: "\"}\"";
    voice-family: inherit;
    /* for IE 6+ and all other browsers */
    font: 11px Tahoma, Arial, Sans-Serif;
    padding-top: 0px;
}
table, tr, td, p, ul, li, div {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #3F4151;
	line-height: 1.5em;
}
/*  FIREFOX HACK */
html, body
{ 
    height: 100%; 
}
#wrapper
{
    width: 100%;
}
#header
{
    width: 100%;
    height: 150px;
    padding: none;
}
#header_right
{
    background-image:url('images/header_bg.jpg');
    background-position:right top;
    background-repeat:no-repeat;
    height: 150px;
    width: 679px;
}
#menu
{
    height: 40px; width: 900px;
    background-image:url('images/menu_bg.jpg');
    background-repeat:no-repeat;
}
/* ====================
Content area
======================= */
#main
{
    clear: both;
    width: 100%;
    margin: none;
    padding: none;
    overflow: visible;
}
/* ===== Footer ===== */
#footer
{
    width: 100%;
    height: 50px;
    background-color: #BDB5B0;
    color: #333;
}
/*
====================
Set default font for modules
====================
*/
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font: 100% Tahoma, Verdana, Arial, Sans-Serif;
}
/*
====================
Style for module titles
====================
*/
.Head
{
    font-size: 110%;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #333366;
}
/* style for item titles on edit and admin pages */
.SubHead
{
    font-size: 85%;
}
/* module title style used instead of Head for compact rendering of Quicklinks and Signin */
.SubSubHead
{
    font-size: 85%;
}
/*
====================
Button style for standard HTML buttons
====================
*/
.StandardButton
{
    font-size: 75%;
}
/* ----------
Links format added for Opera browser and Safari
------------ */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: underline;
    color: #333;
}
.Normal A:hover
{
    text-decoration: none;
    color: #333;
}
/* ----------
Any SkinItems that are NOT links eg date
------------- */
.SkinItem
{
    text-decoration: none;
    color: #ccc;
    font-size: 85%;
}
/* ----------
SkinItems that are links eg terms, privacy
------------- */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #ccc;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #ccc;
}
/* ===== Footer links ===== */
.FooterLink
{
    color: #666;
    font-size: 12px;
}
A.FooterLink:link, A.FooterLink:visited, A.FooterLink:active
{
    text-decoration: none;
    color: #666;
}
A.FooterLink:hover
{
    text-decoration: underline;
    color: #333;
}
/* [SOLPARTMENU] */
.MainMenu_MenuContainer {
	background-color : transparent;
	font-size: 12px;
}
.MainMenu_MenuBar {
	background-color : transparent;
}
/* Normal menu styling */
.MainMenu_MenuItem {
	font-family : Tahoma, Arial, Helvetica;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	background-color: transparent;
	border: none;
	line-height: 1.5em;
	color: #666;
}
/* MouseOver */
.MainMenu_MenuItemSel {
	cursor: pointer; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
    text-decoration: none;
	background-color: #333;
	border: none;
	color: #fff;
	line-height: 1.5em;
}
.MainMenu_MenuIcon 
{
    background-color: Transparent;
    padding: none;
    margin: none;
    border: none;
    display: none;
}
.MainMenu_SubMenu {
	border : 1px solid #666;
	margin-top: 2px;
	margin-left: 0px;
	background-color : #ebebeb;
	color : #666;
	height: auto;
	filter: alpha(opacity=85, FinishOpacity=85, Style=1);
 	-moz-opacity: 0.90;
 	line-height: 1.5em;
}
.MainMenu_MenuBreak {
	border: none;
}
.MainMenu_MenuArrow {
	border: none;
}
.MainMenu_RootMenuArrow {
}
/* Menu cell Normal */
.RootMenuItem TD
{
    background-color: transparent;
	font-family : Arial, Geneva, Helvetica, sans-serif;
	color : #fff;
	font-weight : normal;
	text-decoration : none;
	font-size : 12pt;
	text-align: center;
	width: 128px;
	height: 40px;
}
/* Menu cell MouseOver */
.RootMenuItemSelect TD{
	background-color: #666;
	font-family : Arial, Arial, Helvetica, sans-serif;
	color : #fff;
	font-weight : normal;
	text-decoration : none;
    height: 40px;
    background-image: none;
}
