/*
-----------------------------------------------
equinebladesdirect.com
Stylesheet: structure.css
Author:   Finn Beales
Version:  23 February 2006

Modified by Rosie Threfall January 09
----------------------------------------------- */

.clear
{
clear: both;
}

.offScreen 
{
	position: absolute;
	left: -5000px;
	padding: 0;
	margin: 0;
}

 a
{
	color: #437740;
}

img
{
	border: none !important;

}


#container
{
    width: 992px;
    height: 100%;
    text-align: left;
    position: relative;
}

#diary
{
	width: 210px;
	position: absolute;
	top: 150px;
	*top: 175px;
	left: 810px;
	color: #3c3a3a;
}

#diary h2
{
	margin: 15px 0 2px 0;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}

#diary p
{
margin: 0;
}

hr
{
border: 1px solid #c3d0c2;
margin: 15px 0 0 0;
padding: 0;
}

#diary hr
{
border: 1px solid #c3d0c2;
margin: 15px 0 0 0;
padding: 0;
}

#diary a
{
	color: #437740;
}


#menu
{
    clear: left;
    width: 992px;
    height: 150px;
    background-image: url(../images/test/header.jpg);
    background-repeat: no-repeat;
    text-align: left;
	margin: 10px 0 0 10px;
}

#menu ul
{

	margin: 120px 10px 20px 0;
	float: right;
	font-size: 140%;
	font-weight: bold;
}

#menu ul li
{
	list-style-type: none;
	float: left;
	border-right: 2px solid #999;
	padding: 0 0 0 5px;

}

#menu ul .last
{
	border: 0;
}

#menu ul li a
{
	color: #376e34;
	padding: 0 5px 0 0;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #6f816e;
	text-decoration: underline;
}

#menu-text
{
    padding-top: 83px;
    margin-left: 200px;
}

#left-column
{
    width: 240px;
    float: left;
    padding: 0 0 0 14px;

}

#menu #flags
{
	width: 300px;
	position: absolute;
	top: 115px;
	left: 10px;
	*top: 133px;
	_top: 133px;
}


.productBlock
{
	border: 1px solid #cccccc;
	width: 164px;
	float: left;
	margin: 15px 10px 0 0;
	
}

.productBlock h2
{
	background: #aec0ad;
	color: #000;
	margin: 0;
	padding: 5px;
	font-size: 120%;
}

.productBlock .links
{
	/*background: #bfcdbf;*/
	padding: 7px;
	font-size: 14px;
}

.productBlock .links a
{
	color: #5a5959 !important;
	text-decoration: none;
}

.productBlock .links a:hover
{
	color: #000 !important;
	text-decoration: underline;
	
}

.productBlock .viewMore
{
	background: #c3d0c2;
}

#shopping-trolley
{
    background: url("../images/test/trolley.gif") no-repeat bottom right;
    width: 180px;
    border: 1px solid #c3d0c2;
    padding: 10px;

}

#shopping-trolley h1
{
margin: 0;
}

#product-menu
{
    width: 220px;
    background-color: #bfcdbf;
    background-color: #fff;
    margin-top: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: -14px;
    padding-left: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#product-menu a {
	padding-right: 10px;
    background: url("../images/test/arrow.gif") no-repeat 5px 100px;
}

#brochure
{
    margin-bottom: 10px;
}

#content
{
    width: 540px;
    padding: 0 10px 0 2px;
    float: left;

}

#footer
{
    clear: both;
    background-image: none;
    width: 711px;
    height: 55px;
    position: relative;
    
}


#footer-credit
{
    position: absolute;
    bottom: 20px;
    left: 15px;
}

/* HOMEPAGE
---------------------------------------------*/

#focus
{
    width: 220px;
    margin-left: 15px;
}

/* PRODUCT PAGES
---------------------------------------------*/

#product
{
    width: 490px;
    margin-bottom: 40px;
}

#product-description
{
    width: 230px;
    float: left;
    margin-right: 15px;
}

#product-pic
{
    width: 240px;
    float: left;
}

#cart
{
    width: 480px;
    clear: both;
}

.currencyconverter
{
    margin-top: 10px;
    background-color: #E0DFE3;
}

