.breaker
{
	height: 1px;
	clear:both;
	font-size:1%;
	overflow: hidden;
}

body
{
	background-image: url(/graphics/background-lines.gif);
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	voice-family: "\"}\""; voice-family:inherit;
	font-size: 0.8em;
	} html>body {font-size:small;}

form
{
	margin: 0px;
	padding: 0px;
}

#Page
{
    text-align: left;
	width: 740px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #ffffff; */
}

#Page .col
{
    float: left;
    background-color: #ffffff;
}

#Page .page_bottom
{
    font-size: 1%;
    width: 740px;
    height: 10px;
    background-image: url("/graphics/page_bottom.gif");
    margin-bottom: 10px;
}

#siteLogo
{
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 38px;
	background-image: url(../graphics/long-header.gif);
	background-repeat: no-repeat;
}

#topBar
{
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 39px;
	background-color: #6D910B;
	background-image: url(../graphics/logo-middle.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#topBar ul
{

	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 6px;
	margin-right: 30px;
}

#topBar ul li
{

	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	display:inline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10px;
	padding-left: 20px;
}

#topBar ul li a
{
	text-decoration: none;
	color: white;
}

#topBar ul li a:hover
{
	text-decoration: underline;
}

#secondBar
{
	height: 50px;
	background-color: #3D5106;
	background-image: url(../graphics/logo-bottom.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#mainNavHolder
{
	width: 500px;
	height: 50px;
	padding-top: 10px;
	margin-left: 220px;
}

#mainNavHolder ul
{
	height: 27px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;	
}

#mainNavHolder ul li
{
	display: inline;
	height: 27px;

	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	line-height: 27px;
	text-align: center;
}

#mainNavHolder ul li a
{
	background-image: url(../graphics/nav-button-bg-light.gif);
	display: block;
	float: left;
	height: 27px;
	line-height: 27px;
	border-left: 1px solid gray;
	border-right: 1px solid #D5D8D2;
	text-decoration: none;
	color: black;
	padding-left: 10px;
	padding-right: 10px;
}

#mainNavHolder ul li a:hover
{
	background-image: url(../graphics/nav-button-bg-dark.gif);
	color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#topPanel
{
	padding-left: 444px;
	padding-right: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 176px;
	background-color: #696E66;
	background-image: url(../graphics/panel-mini.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#searchPanel
{
	padding-left: 220px;
	padding-right: 50px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	height: 45px;
	background-color: #696E66;
	background-image: url(../graphics/logo-search-panel.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#searchPanelContent
{
	
}

#searchPanelContent h1
{
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;	
}


#searchField
{
	height: 19px;
	float: right;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 10px;	
	margin-right: 40px;
	font-size: 10px;
}




#topPanel h1
{
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: white;
}

#topPanel h2
{
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}

#bottomPanel
{
	height: 260px;
	background-color: white;
}

#welcome
{
	float: left;
	font-size: 12px;
	padding-left: 20px;
	padding-top: 20px;
}

#welcome strong, #welcome p
{
	display: block;
	width: 360px;
}

#boxOutArea
{
	width: 330px;
	float: right;
	margin-top: 20px;
}

.frontPageBox
{
	width: 155px;
	float: right; /* this should be set to left when offer box added*/
	background-color: #2C3C00;
	margin-right: 10px;
	padding-top: 10px;
	background-image: url(../graphics/boxHeader.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.frontPageBox h2
{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;	
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.box img
{
	clear: both;
}

.box
{
	width: 140px;
	background-color: white;
	margin: 7px;
	font-size: 12px;
}

.box a
{
	display: block;
	color: #669900;
	text-decoration: none;
	margin-top: 5px;
	margin-left: 5px;
}

.box a:hover
{
	text-decoration: underline;
}

.box p
{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 5px;	
	color: #666666;
}

/* Product List stuff*/

#ProductList
{
    background-color: #ffffff;
}
    #ProductList .productTable
    {
        font-size: 1em;
    }

        #ProductList .productTable th
        {
            font-weight: bold;
            text-align: left;
        }

    #ProductList .col
    {
        padding: 10px 10px 10px 10px;
    }
    #ProductList .lineHiLite
    {
        background: #F4F4F4;
        border-top: 1px solid #ddd;
        margin: 10px 0px 0px 0px;
    }

    #ProductList .pageSelector
    {
        border: none;
        border-top: 1px solid #6D910B;
        border-bottom: 1px solid #6D910B;
        padding: 5px 0 5px 0;
        font-weight: bold;
    }
        #ProductList .pageSelector span
        {
            padding-right: 30px
        }
    #ProductList .basketTable
    {
        margin-top: 5px;
        border-top: 1px solid #6D910B;
        border-bottom: 1px solid #6D910B;
        padding-bottom: 5px;
    }

/* Special Offers */

    #ProductList h4
    {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 1.3em;
        color: #6D910B;
    }

    #ProductList .noResults
    {
        margin-top: 5px;
        border-top: 1px solid #6D910B;
        font-style: italic;
        padding-top 5px;
    }

    #ProductList .specialOffer
    {
        margin-top: 5px;
        padding-top 5px;
        border-top: 1px solid #6D910B;
    }

        #ProductList .specialOffer .imageWrapper
        {
            margin-top: 15px;
            float: left;
            width: 188px;
            height: auto;
            border: 1px solid #6D910B;
            text-align: center;
            padding: 5px;
            background-color: #CCCCCC;
        }
            #ProductList .specialOffer .imageWrapper img
            {
                border: none;
                padding: none;
                maegin: none;
                width: 188px;
            }

        #ProductList .specialOffer .textWrapper
        {
            margin-left: 210px;
        }

p.address
{
    margin-left: 20px;
}

/* Footer styles */
#Footer
{
    text-align: center;
}

hr.footSeparator
{
    margin: 0 10px 0 10px;
}

div.warnings
{
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	background-color: #E6CFCF;
	border-color: #BF3030;
	margin-bottom: 10px;
}

div.formRow
{
    padding: 2px 2px 2px 2px;
    clear: both;
}

	div.formRow div.rowLabel
	{
		float: left;
		width: 150px;
		text-align: right;
		padding-right: 5px;
	}

	div.formRow div.rowValue
	{
		margin-left:150px;
	}

div.buttons
{
    margin-top: 10px;
    text-align: center;
}

div.textInlinePicLeft
{
    float:left; display:inline; padding:5px;
}
div.textInlinePicRight
{
    float:right; display:inline; padding:5px;
}