/*
====================
Stylesheet for gardensgalorescotland.co.uk
Created by Mark Riddell - http://www.ccssupport.co.uk
January 2007
====================
*/
body 
{
    /* Set default styles for skin */
    margin: 0;
    padding: 0;
    line-height: 1em;
    background-color: #ffffff;
    /* hack for IE 5.5 and below */
    font: 10px Tahoma, Verdana, Arial, Sans-Serif;
    color: #666;
    voice-family: "\"}\"";
    voice-family: inherit;
    /* for IE 6+ and all other browsers */
    font: 10px Tahoma, Verdana, Arial, Sans-Serif;
}
#pagemaster
{
}
#wrapper
{
    width: 850px;
    min-width: 500px;
    max-width: 1400px;
    padding: 0 0 0 0;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
}
#header
{
    width: 850px;
    height: 165px;
}
#subhead
{
    clear: both;
    width: 100%;
    height: 32px;
    background-image: url('images/subhead.jpg');
    background-repeat: no-repeat;
}
.clear
{
    clear: both;
}
/* ====================
Content area
======================= */
#menu 
{
    vertical-align: middle;
}
#main
{
    clear: both;
    width: 100%;
    padding: none;
    background-color: #fff;
    overflow: visible;
    background-image: url('images/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.borders
{
    border-left: dashed 1px #666;
    border-right: dashed 1px #666;
}
#footer
{
    clear: both;
    width: 100%;
    height: 41px;
    color: #000;
    background-color: #B8E75B;
    background-image: url('images/footer_bg.jpg');
    background-repeat: no-repeat;
}
#footer p
{
    font-size: 10px;
    color: #000;
}
#copyright
{
    height: 30px;
}
/*
====================
Set default font for modules
====================
*/
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
    line-height: 1em;
    font: 10px Tahoma, Verdana, Arial, Sans-Serif;
}
/*
====================
Style for module titles
====================
*/
.Head
{
    font-size: 120%;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #666;
}
/* 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%;
}
/*
====================
HTML tag styles
====================
*/
H1, H2, H3, H4, H5, DT, H6
{
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}
H1
{ font-size: 130%; color: #666; font-weight: bold; }
H2
{ font-size: 130%; color: #666; font-weight: bold; }
H3
{ font-size: 120%; font-weight: bold; }
H4
{ font-size: 110%; font-weight: normal; }
H5, DT
{ font-size: 90%; font-weight: normal; }
H6
{ font-size: 80%; font-weight: normal; }
/* ----------
Links format added for Opera browser and Safari
------------ */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    text-decoration: none;
    color: #666;
}
.Normal A:hover
{
    text-decoration: underline;
    color: #D70E27
}
/* ----------
Any SkinItems that are NOT links eg date
------------- */
.SkinItem
{
    text-decoration: none;
    color: #666;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
}
/* ----------
SkinItems that are links eg terms, privacy, login
------------- */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #D70E27;
    font-weight: bold;
}
/* Normal links */
A:link, A:visited, A:active
{
    text-decoration: none;
    color: #666;
    font-weight: bold;
}
A:hover
{
    text-decoration: underline;
    color: #D70E27;
    font-weight: bold;
}
/* [SOLPARTMENU] */
.MainMenu_MenuContainer {
	background-color : transparent;
}

.MainMenu_MenuBar {
	background-color : transparent;
}
/* Normal menu styling */
.MainMenu_MenuItem {
	font-family : Tahoma, Arial, Helvetica;
	color : #666;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	background-color: Transparent;
	border: none;
    vertical-align: top;
}
/* MouseOver */
.MainMenu_MenuItemSel {
	cursor: pointer; 
	color: #D70E27; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 10pt; 
	font-weight: normal; 
    text-decoration: none;
	background-color: Transparent;
	border: none;
    vertical-align: top;
}
.MainMenu_MenuIcon 
{
    background-color: transparent;
    padding: none;
    margin: none;
    border: none;
}

.MainMenu_SubMenu {
	border : solid 1px #666;
	background-color : #fff;
	filter: alpha(opacity=80, FinishOpacity=90, Style=1);
 	-moz-opacity: 0.90;
}

.MainMenu_MenuBreak {
	border: none;
}

.MainMenu_MenuArrow {
	border: none;
	display: none;
}

.MainMenu_RootMenuArrow {
}
/* Menu cell Normal */
.RootMenuItem TD
{
    background-color: Transparent;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color : #666;
	font-weight : bold;
	text-decoration : none;
	vertical-align: middle;
    background-image: url('images/nav_button.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 25px;
}
/* Menu cell MouseOver */
.RootMenuItemSelect TD {
	background-color: Transparent;
	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color : #D70E27;
	font-weight : bold;
	text-decoration : none;
    vertical-align: middle;
    background-image: url('images/nav_button.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 25px;
}
