﻿/***
Filename:		base.css
Author:			Andrei Vais
Date:			23/04/2008
Description:	Base styling for Pownall site

Colours:  Green - Pantone 5545 - #4F6D5E
		  Gray - Pantone Cool Gray 5 - #BAB7AF
		  Gray - Pantone Cool Gray 11 - #686663


***/

/***
Reset styles version 2 (http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/)
***/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img
{
	border: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul
{
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after
{
	content: "";
}

html, body
{ 
	background: #FFFFFF;
	color: #686663;
	font: 95% Arial,sans-serif;
	line-height: 1.5;
	text-align: center;
}

a
{
	color: #686663;
}

#Pownall
{
	margin: 0 auto;
    width: 976px;
}

/*	Navigation style rules	*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
#SampleBagSummary
{
	color: #4F6D5E;
	display: inline;
	float: left;
	font-size: 80%;
	left: auto;
	margin: 8px 0 0 0;
	position: relative;
	top: 0;
	text-align: right;
	width: 948px;
	z-index: 20;
}

#PageBGImage p.emptycart
{
	visibility: hidden;
}

#SampleBagSummary a
{
	color: #4F6D5E;
	float: right;
	width: auto;
}

#Header
{
	background: #BAB7AF;
	float: left;
	left: auto;
	margin-top: 10px;
	position: relative;
	top: 0;
	width: 976px;
	z-index: 20;
}

#Header img
{
    background: #4F6D5E;
    color: #FFFFFF;
    float: left;
    height: 35px;
    width: 218px;
}

#Header ul
{
    list-style: none;
}

#Header ul li
{
	float: left;
    font-family: Arial, sans-serif;
    font-size: 100%;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

#Header ul li a,
#Header ul li a:visited
{
    display: block;
    color: #FFFFFF;
    overflow: hidden;
    padding: 11px 0 10px 0;
    text-align: center;
    text-decoration: none;
    width: 151px;
}
    
#Header ul li ul
{
    display: none;
    font-size: 80%;
}

#Header ul li:hover a,
#Header ul li a:hover,
#PageBGImage #Header ul li.currentpage
{
    background: #686663;
}

#Header ul li:hover ul,
#Header ul li a:hover ul
{
    border-bottom: 7px solid #FFFFFF;
    display: block;
    left: 0;
    position: absolute;
    top: 35px !important;
    top: 36px;
    width: 151px;
}

#Header ul li ul li a,
#Header ul li ul li a:visited
{
    padding: 6px 0 1px 14px;
    text-align: left;
    width: 137px;
}

#Header ul li:hover ul li a,
#Header ul li a:hover ul li a
{
    background: #FFFFFF;
    color: #717174;
    display: block;
    font-weight: normal;
}

#Header ul li:hover ul li a:hover,
#Header ul li a:hover ul li a:hover,
#Header ul li ul li.currentpage a
{
    text-decoration: underline;
}
/*	Navigation style rules	*/

#Footer
{
	background: #FFFFFF url('../images/footerbgimage.gif') repeat-x left top;
	float: left;
	font-size: 90%;
	padding: 9px 0;
	width: 100%;
}

#Footer ul
{
	float: left;
	margin-left: 5px;
}

#Footer ul li
{
	border-left: 1px solid #686663;
	float: left;
	padding: 0 8px;
}

#Footer ul li.first
{
	border: 0;
	padding-left: 0;
}

#Footer ul li a
{
	padding-bottom: 5px;
	text-decoration: none;
}

#Footer ul li a:hover, #Footer ul li.currentpage a
{
	text-decoration: underline;
}

#Footer p
{
	float: right;
	margin-right: 5px;
	padding-bottom: 5px;
}