﻿@charset "utf-8";
/* 
Main CSS Document for Steuart Padwick
Phil Stunell Nov 07
Aid Memoirs:
	# - this denotes a specific instance of an element
	. - this denotes a class of elements
	table - this denotes the whole group of html elements (eg all tables, or would apply to all H1 headings etc if it were called H1)
*/
body {

text-align: center;
padding:0px;
margin:0px;
min-width: 780px;

}

#mainFrame{
    /*This is the main bounding box within which all content sits*/
	/*height:auto;*/
	top: 2px;
    width: 780px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
    left: 0px;
}

td{
	padding:10px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #75563F;
	text-align: left;
	}
	.navSubcats{
	/*This is the class that will be applied to all subcat navigation elements*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 700;
	left: 10px;
}
.buyNow{
	/*This is the class that will be applied to the Buy Now button*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 700;
	left: 10px;
	width:85px;
	height:20px;
	bgcolor:#B1A394;
	background-color:#B1A394;
}
.footer{
	padding:10px;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 550;
	color: #FFFFFF;
	text-align: left;
	}
#contentContainer{
    /*This is the container for the main site content*/
	border: 0px #B1A394 solid;
    position: absolute;
    top: 75px;
    padding-left: 152px;
    position: relative;
	/*width: 628px;*/
}
#address{
	/*This is the address container within the contentcontainer*/
	position: absolute;
	bottom: 10px;
	left: 20px;
	padding: 0px;
}
#navContainer{
	/*This is the brownish box that contains all the navigation elements*/
	position: absolute;
	top:73px;
	width: 142px;
	height: 615px;
	/*left: 0px;*/
	background-color: #B1A394;
	z-index:0;
}
#navLinks{
/*This is a layout box to position the nav divs within the navContainer element*/
	position:absolute;
	top:50px;
	left:20px;
	/*border: 1px black solid;*/
}
.noBorder{
	border:none;
}
a{
border:0px;
text-decoration:none;
	color:white;
}
.nav{
/*This is the class that will be applied to all navigation elements*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	text-align:left;
	vertical-align:middle;
	padding-top:5px;
	font-size:18px;
	font-weight:700;
	}
.nav:hover{
/*pseudo-class that turns the nav text brown when the mouse goes over it*/
	color:#75563F;
}
a:hover{
	/*pseudo-class that turns the nav text brown when the mouse goes over it*/
	color:#2E2218;
}
.navProducts{
/*This is the class that will be applied to all main Product navigation elements*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A02062;
	text-align:left;
	vertical-align:middle;
	padding-top:5px;
	font-size:18px;
	font-weight:700;
	}
.navLocation{
/*This is an additional class to specify the class that sets the brown colour to the given element*/
	color:#75563F;
	}
	.navBrown{
/*This is an additional class to specify the class that sets the brown colour to the given element*/
	color:#75563F;
	font-weight:800;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#A02062;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
}
.tableBorder {
	border-width: thin;
	border-color: #B1A494;
}
#buyNowBorder{
	/*This is the container for the main site content*/
	border: 1px #B1A494 solid;
	width:145px;
}
#layer1 {
    position: absolute;
    z-index: 1;
    top: 25px;
}
	.newProduct{
/*This is an additional class to specify the class that sets the brown colour to the given element*/
	color:#A02062; b4c297
}
.bottom{
	/*This is the class that will place images at the bottom of the page*/
	vertical-align: bottom;
	margin-left: 5px;
}
	

/*
<style type="text/css">
.style2 {
	border-width: 0px;
}
.style3 {
	/*This is the class that will be applied to all navigation elements*/
/*	.style3 {
	/*This is the class that will be applied to all navigation elements*/
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
</style>*/
