﻿@import url(../ContentStyles.css);

/* Text Sizing (Do Not Edit!)
========================================================================================== */
html { font-size: 100%; } 
html>body { font-size: 16px; } 

/* Common HTML elements
========================================================================================== */
body{
    background-color: #80807F;    
}
body.white{
    background-color: #FFF;   
}
body, 
textarea
{
    font-family: Trebuchet MS,Verdana, Arial, Helvetica, Sans-Serif;
    color: #000;
    text-align: center;    
}
form 
{
	text-align: left;
}
p, h1, h2, h3, h4, h5, h6, li, ul, td, form
{
    margin: 0;
	padding: 0;
}
td 
{
	vertical-align: top;
	border: none;
}
img 
{
	border: none;
	margin: 0;
	padding: 0;
}

/* Common Classes
========================================================================================== */

.Wrapper
{
    width: 731px;
    margin: 0 auto;
    background: #fff url(../../Images/greenPixel.gif) repeat-y 200px 0;
    text-align: left;        
}

/* Product Search */
#Search
{
	float: left;
	background-color: #78AB7E;
    padding: 15px 29px;
	width: 142px;
}
#Search h3
{
	color: #FFF;
	font-size: 0.8em;
	margin-bottom: 4px;
}
#Search input.txt
{
	border: solid 1px #000;
	border-right: 0;
	float: left;
	font-size: 0.687em;
	height: 14px;
	width: 115px;
}
#Search input.btn
{
	float: left;
	height: 18px;
	width: 23px;
}
#Search div
{
	font-size: 1px;
}

/* Left Handside
========================================================================================== */

.Menu
{
    float:left;
    width: 200px;   
    background: #fff;
    border-right: solid 1px #78ab7e;    
}

.Menu ul
{
	clear: left;
    padding: 10px 0 0 45px;        
}

.Menu ul li
{    
    list-style-type:square;
    font-size: 0.75em;
    font-weight: bold;
    list-style-position:outside;
}

.Menu ul li.selected
{
    color: #358841;
}

.Menu ul li a
{
    color:#353536;   
    text-decoration:none;    
}

.Menu ul li.selected a
{
    color: #358841;
    text-decoration:none;    
}

.Menu .Brochure
{
    border-top: solid 1px #78ab7e;
    width: 180px;   
    margin:  10px;
    padding: 10px 0 0;
    text-align:right;
    position:relative;        
    height:6em;
}

.Menu .Brochure img
{    
    top:10px;
    left:-10px;
    position:absolute;
    z-index: 1;
}

.Menu .Brochure h3
{
    color: #358841;
    font-size: 0.9375em;
    position: relative;
    z-index: 2;
}

.Menu .Brochure p
{
    font-size: 0.687em;
    font-weight:bold;
    margin-bottom:7px;
    position: relative;
    z-index: 2;
}

.Menu .Brochure a
{
    float:right;
    position: relative;   
    z-index: 2;
    margin-bottom: 10px;
}

.Menu .Clearance
{
    border-top: solid 1px #78ab7e;
    width: 180px;   
    margin: 40px 10px 5px;
    padding: 10px 0;
    position:relative;        
    height:6em;
}

.Menu .Clearance img
{    
    top:10px;
    right:-10px;
    position:absolute;
    z-index: 1;
}

.Menu .Clearance h3
{
    color: #ad1d11;
    font-size: 0.9375em;
    position: relative;
    z-index: 2;
}

.Menu .Clearance p
{
    font-size: 0.687em;
    font-weight:bold;
    margin-bottom:7px;
    position: relative;
    z-index: 2;
    padding:4px 0;
}

.Menu .Clearance a
{
    float:left;
    position: relative;   
    z-index: 2;
    margin-bottom: 10px;
}

.NewsletterWrap
{
    border-top: solid 1px #78ab7e;
    margin: 40px 15px 0;
    padding: 15px 14px 10px;
}
.NewsletterWrap p
{
    font-size: 0.687em;
    font-weight:bold;
    margin-bottom: 10px;
}
.NewsletterWrap input
{
    border: solid 1px #000;    
    border-right:0;
    float: left;
    height: 14px;
    width: 114px;
}
input.NewsletterBox 
{
	font-size: 10px;
}
.NewsletterWrap input.Go
{
	float: left;
	height: 18px;
	width: 23px;
}
.NewsletterWrap div
{
	font-size: 1px;
}

.Menu .Info
{
    border-top: solid 1px #78ab7e;    
    border-bottom: solid 1px #78ab7e;    
    margin: 0 10px;
    padding: 20px 14px 20px 14px;
}

.Menu .Info p
{
    color: #358841;
    font-size: 0.9375em;    
    font-weight:bold;
}
.Menu .Info p span
{
    display:block;    
    font-size: 1.063em;
}

/* Content
========================================================================================== */
.ContentWrapper
{
    float:left;
    width: 530px;        
    background-color:#fff;
    margin:0;
    padding:0;        
}

#BasketStatus
{
    padding:0;
    margin:0;
}

#BasketStatus a
{
    text-decoration:none;
    font-size: 0.675em;
    color: #000;
    font-weight:bold;   
    height: 35px;
    display: block;    
    padding-top: 10px;
    padding-right: 50px;
    float: right;
    background: url(../../Images/BasketIcon.gif) no-repeat top right;
}

.ContentWrapper .Content
{
    text-align:left;
    width:480px;
    margin: 20px  auto;     
    background-color:#fff;  
}

/* Footer
========================================================================================== */

.Footer
{
    clear:left;
    float:left;
    width: 731px;
    background-color: #80807F;            
}

.Footer ul
{
    float:right;
    margin-top: 5px;
}

.Footer ul li
{
    float:left;    
    list-style:none;
    color: #fff;
    margin-right: 5px;
    font-size: 0.675em;
}

.Footer a
{	
	color: #FFF;
	text-decoration: none;	
}
.Footer a:link,
.Footer a:visited,
.Footer a:hover,
.Footer a:active
{
	color: #FFF;	
}



/* Home Category Navigation */
#HomeNav
{
	padding-top: 10px;
	width: 480px;
}
#HomeNav a
{
	color: #FFF;
	background: #5C5D5C url(../../Images/ArrowGrey.gif) no-repeat 213px 17px;
	float: left;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 12px 5px 12px 15px;
	text-decoration: none;
	width: 218px;
}
#HomeNav a:link,
#HomeNav a:visited,
#HomeNav a:hover,
#HomeNav a:active
{
	color: #FFF;	
	text-decoration: none;
}
#HomeNav a.l
{
	margin-right: 4px;
}

.Form label{
    font-size: 0.687em;
    font-weight: bold;
}
.Form input,
.Form select,
.Form textarea{
    font-size: 0.687em;
}

/* Brochure
========================================================================================== */
fieldset.brochure {
	border: 0;
	margin: 0;
	padding: 0;
}
fieldset.brochure div {
	overflow: hidden;
	margin: 5px 0;
}
fieldset.brochure label {
	width: 200px;
	float: left;
	padding-right: 10px;
	text-align: right;
}
fieldset.brochure input,
fieldset.brochure select {
	float: left;
	width: 200px;
}
fieldset.brochure .chk input {
	width: auto;
}
fieldset.brochure input.btn {
	float: right;
	width: auto;
}