BODY {
    background-color: #8f9c6d;
    color: #decd87;
    font-size: small;
}

/**
 * Generic Selectors
 * ******************************
 */

A:link,
A:visited {
	color: #d45500;
	text-decoration: none;
}
A:hover,
A.active {
    color: #ff6701;
}

.alft-hide {
	display: none;
}

/**
 * Generic Form Selectors
 * ******************************
 */
 
FORM {
	color: #0A0A0A;
}

INPUT {
	height: 1.5em;
	background-color: #FFFFFF;
	border: 1px solid #165044;
}

INPUT[type="button"],
INPUT[type="submit"] {
	padding: 0 1em 0 1em;
	
	border-radius: 0.6em; /* future proofing */
	-moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-khtml-border-radius: 0.6em; /* for old Konqueror browsers */
}


/**
 * Outer Containers
 * ******************************
 */

DIV#alft-header-and-content-container {
    background: #165044 url(../img/alft-content-bkgnd-watermark.png) top left repeat;
}

/**
 * Header
 * ******************************
 */

HEADER#alft-header-main {
	background-image: url(../img/alft-header-bkgnd-watermark.png), url(../img/alft-header-bkgnd-main.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	padding-bottom: 30px;
}

#alft-header-content-container {
    position: relative;
    width: 960px;
    min-height: 200px;
    margin: 0 auto;
    color: #000000;
}

#alft-header-content-container UL {
	list-style-type: none;
}

#alft-header-content-container LI {
	padding: 0.5em;
}

IMG#alft-header-payment-icons {
	position: absolute;
	left: 200px;
	top: 5px;
	width: 256px;
	height: 30px;
}

IMG#alft-header-logo {
    position: absolute;
    left: -5px;
    top: 5px;
    width: 150px;
    height: 97px;
}

/** Main Nav **/
NAV#alft-nav-main {
	position: absolute;
	left: 0;
	bottom: 10%;
	
    font-size: 1.5em;
    line-height: 1.5em;
    
    border-top-left-radius: 0.7em;
    border-bottom-left-radius: 0.7em;
    -moz-border-radius-topleft: 0.7em;
    -moz-border-radius-bottomleft: 0.7em;
    -webkit-border-top-left-radius: 0.7em;
    -webkit-border-bottom-left-radius: 0.7em;
    
    border-top-right-radius: 0.7em;
    border-bottom-right-radius: 0.7em;
    -moz-border-radius-topright: 0.7em;
    -moz-border-radius-bottomright: 0.7em;
    -webkit-border-top-right-radius: 0.7em;
    -webkit-border-bottom-right-radius: 0.7em;
    
    background-color: #165044;
}

NAV#alft-nav-main UL {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

NAV#alft-nav-main LI {
	float: left;
	padding: 0;
	margin: 0;
}

NAV#alft-nav-main LI:first-child {
	margin-left: 1em;
}

NAV#alft-nav-main LI:last-child {
    margin-right: 1em;
}

NAV#alft-nav-main UL > LI > A {
	display: block;
	float: left;
	padding: 0.1em 0.5em;
	border-right: 1px solid rgb(222, 205, 135);
}

NAV#alft-nav-main UL > LI:last-child > A {
	border: none;
}

NAV#alft-nav-main A:link,
NAV#alft-nav-main A:visited {
	color: #CCCCCC;
}

NAV#alft-nav-main A:hover,
NAV#alft-nav-main A:active {
    color: rgb(222, 205, 135);
}

/** Aux Links **/
UL#alft-header-links-aux {
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	z-index: 1000;
}

UL#alft-header-links-aux > LI {
    float: left;
}

UL#alft-header-links-aux > LI > A {
	border-right: 1px solid #165044;
	padding-right: 1em;
}

UL#alft-header-links-aux > LI:last-child > A {
	border: none;
	padding: 0;
}

UL#alft-header-links-aux > LI > A > IMG {
	height: 1.5em;
	margin-right: 0.2em;
}

UL#alft-header-links-aux LI.alft-header-links-aux-has-children {
	/** padding-right: 1.5em; **/
}

UL#alft-header-links-aux UL {
	margin: 0.5em 0 0 0;
    padding: 0;
    display: none;
    background-color: rgb(222, 205, 135);
}

UL#alft-header-links-aux UL LI {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

UL#alft-header-links-aux UL LI IMG {
	width: 16px;
	height: 11px;
	margin-right: 0.5em;
	vertical-align: middle;
}

/** Search Form **/
FORM#alft-header-search-form {
    position: absolute;
    right: 0;
    bottom: 10%;
    text-align: center;
}

FORM#alft-header-search-form INPUT[type="text"] {
	height: 1.6em;
}

FORM#alft-header-search-form INPUT[type="submit"] {
    height: 1.6em;
    background-color: #165044;
    color: #CCCCCC;
    border: none;
    font-weight: bold;
}

/** Tel Number **/
DIV#alft-header-telephone {
	position: absolute;
	right: 0;
	top: 30%;
	font-size: 2em;
	font-weight: bold;
	color: rgb(212, 85, 0);
	text-align: right;
}
DIV#alft-header-telephone SPAN {
	color: #FFFFFF;
}

IMG#alft-authenticity-graphic {
	width: 416px;
	height: 146px;
	margin: 2em auto;
	display: block;
}

/**
 * Content Container
 * ******************************
 */

#alft-content-container {
    width: 960px;
    margin: 0 auto;
    clear: both;
    padding-bottom: 4em;
}

/**
 * Footer
 * ******************************
 */
 
FOOTER#alft-footer-main {
    clear: both;
    width: 960px;
    margin: 0 auto;
    min-height: 300px;
    color: #17352c;
    position: relative;
}

FOOTER#alft-footer-main A {
	color: #17352c;
	font-weight: bold;
}

FOOTER#alft-footer-main A:HOVER {
    color: #4d7970;
}

UL#alft-footer-mainlinks {
    list-style-type: none;
    margin: 1% 0;
    padding: 0;
    font-size: 1.3em;
}
UL#alft-footer-mainlinks LI {
	display: inline;
	margin-right: 0.6em;
}

UL#alft-footer-logo-list {
	position: absolute;
	top: 0.5%;
	right: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

UL#alft-footer-logo-list IMG {
    height: 72px;
}

/**
 * Main Page Banner
 * ******************************
 */
DIV.alft-page-banner-main {
	height: 250px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

DIV.alft-page-banner-main-home {
    background-image: url(../img/page-banner-home.png);
}

/**
 * User Messages
 * ******************************
 */
UL#alft-user-messages {
	padding: 1.5em;
    
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    
    border: 2px solid #000000;
    background-color: yellow;
    color: #000000;
    list-style-type: none;
    font-size: 1.4em;
    font-weight: bold;
}

/**
 * Product List Item
 * ******************************
 */
DIV.alft-product-list {
	clear: both;
} 
 
ARTICLE.alft-product-list-item {
    width: 22%;
    float: left;
    margin-left: 2.3%;
    background-color: #4d7970;
    margin-bottom: 3em;
    
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
}

ARTICLE.alft-product-list-item:nth-child(5) {
	clear: both;
}

ARTICLE.alft-product-list-item HEADER {
	border: none;
}

ARTICLE.alft-product-list-item HEADER DIV {
	min-height: 330px;
	border-bottom: 1px solid #17352c;
	text-align: center;
}

ARTICLE.alft-product-list-item HEADER IMG {
    margin: 5% 0 0 0;
    width: 90%;
}

ARTICLE.alft-product-list-item HEADER > A:link,
ARTICLE.alft-product-list-item HEADER > A:visited {
	color: rgb(222, 205, 135);
}

ARTICLE.alft-product-list-item HEADER > A:hover,
ARTICLE.alft-product-list-item HEADER > A:active {
    color: #FF9955;
}

ARTICLE.alft-product-list-item H1,
ARTICLE.alft-product-list-item H2 {
    font-size: 1.1em;
    font-weight: bold;
    min-height: 2.5em;
    text-align: center;
    padding: 0 0.5em;
    line-height: normal;
    border: none;
}

ARTICLE.alft-product-list-item DL {
	margin: 0;
	padding: 0;
}

ARTICLE.alft-product-list-item DL DT {
    margin: 0;
    padding: 0.5em;
    padding-bottom: 0.25em;
    font-weight: bold;
    border-top: 1px solid #17352c;
}

ARTICLE.alft-product-list-item DL DT A:link,
ARTICLE.alft-product-list-item DL DT A:visited {
	color: rgb(222, 205, 135); 
}

ARTICLE.alft-product-list-item DL DT A:hover,
ARTICLE.alft-product-list-item DL DT A:active {
    color: #FF9955;; 
}

ARTICLE.alft-product-list-item DL DD {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0 0.5em 0 1.5em;
}

ARTICLE.alft-product-list-item DL DD A:link,
ARTICLE.alft-product-list-item DL DD A:visited {
    color: #FF9955;  
}

ARTICLE.alft-product-list-item DL DD A:hover,
ARTICLE.alft-product-list-item DL DD A:active {
    color: #FF9955; 
}

ARTICLE.alft-product-list-item DL P {
	margin: 0.5em 0;
	padding: 0;
}

/**
 * Product Thumb List
 * ******************************
 */
UL.alft-product-thumb-list {
}

UL.alft-product-thumb-list LI {
	display: inline;
}

UL.alft-product-thumb-list IMG {
	margin-right: 2%;
}


/**
 * Pagination control
 * ******************************
 */
DIV.alft-pagination-control {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 1.5em;
	width: 80%;
	
	 border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    
    background-color: #165044;
    border: 2px solid rgb(77, 121, 112);
    margin: 0 auto;
    padding: 0.5em;
}

/**
 * Page Section
 * ******************************
 */
SECTION.alft-page-section {
    margin: 2em 0;
}

SECTION.alft-page-section > HEADER {
	border-bottom: 1px solid rgb(222, 205, 135);
	margin: 0;
	margin-bottom: 2em;
}
SECTION.alft-page-section > HEADER H2,
SECTION.alft-page-section > HEADER H3,
SECTION.alft-page-section > HEADER H4 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
    font-weight: bold;
    color: rgb(222, 205, 135);
    line-height: normal;
}

/**
 * Contact Details
 * ******************************
 */
DL.alft-contact-details {
	width: 22em;
	margin: 0;
} 

DL.alft-contact-details DT {
    float: left;
    clear: both;
    width: 6em;
    margin-bottom: 1em;
} 

DL.alft-contact-details DD {
	margin: 0;
    float: right;
    width: 14em;
    margin-bottom: 1em;
} 

IMG#alft-contact-icon {
	width: 400px;
	height: 320px;
}

/**
 * Category List
 * ******************************
 */
UL.alft-category-list {
	list-style-type: none;
}

UL.alft-category-list A:link,
UL.alft-category-list A:visited {
	color: rgb(222, 205, 135);
}

UL.alft-category-list A:hover,
UL.alft-category-list A:active {
    color: rgb(212, 85, 0);
}

UL.alft-category-list > LI {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 1em;
}

UL.alft-category-list UL {
	list-style-type: none;
	padding: 0;
	margin-left: 1em;
}

UL.alft-category-list UL LI {
    font-size: 0.8em;
    font-weight: normal;
}

/**
 * Product Details - Full
 * ******************************
 */
DIV.alft-product-details-full {
	
}

DIV.alft-product-details-full UL {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

DIV.alft-product-details-full UL LI {
	margin: 1em 0;
}

DIV.alft-product-details-full .alft-large {
	font-size: 1.4em;
}

/**
 * Cart Details
 * ******************************
 */
DL.alft-cart-details {
	font-size: 1.2em;
}

DL.alft-cart-details > DT {
    float: left;
    clear: both;
    width: 30%;
    margin: 0;
    margin-bottom: 2em;
}

DL.alft-cart-details > DD {
    float: right;
    width: 65%;
    margin: 0;
    margin-bottom: 2em;
}

DL.alft-cart-details > DD > DL {
}

DL.alft-cart-details > DD > DL > DT {
	margin-top: 1em;
}
DL.alft-cart-details > DD > DL > DT:first-child {
    margin-top: 0;	
}

DL.alft-cart-details > DD > DL > DD {
	margin: 0;
}

/**
 * Callout List Large
 * ******************************
 */
UL.alft-callout-list-large {
   list-style-type: none;
   margin: 3em 0;
   text-align: center;
}

UL.alft-callout-list-large LI {
	display: inline;
	margin: 0 6%;
}

/**
 * Aftal Mem Graphic
 * ******************************
 */
IMG.alft-aftal-mem-graphic {
    width: 161px;
    height: 118px;
}

/**
 * Discount on Orders Graphic
 * ******************************
 */
IMG.alft-discount-on-orders-graphic {
    width: 150px;
    height: 150px;
}

/**
 * Free UK Shipping Graphic
 * ******************************
 */
IMG.alft-free-shipping-uk-graphic {
    width: 163px;
    height: 147px;
}

/**
 * Important Info
 * ******************************
 */
DIV.alft-important-information {
    padding: 1em;
    
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    
    background-color: #0F3830;
    border: 2px solid rgb(222, 205, 135);
}

DIV.alft-important-information H2,
DIV.alft-important-information H3 {
	margin: 0.8em 0;
}
 

/**
 * General Content
 * ******************************
 */
.alft-rounded-content-container {
    padding: 1.5em;
    
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    
    background-color: rgb(22, 80, 68);
    border: 2px solid rgb(222, 205, 135);
}


/**
 * Media Queries
 * ******************************
 */

@media screen and (max-width: 960px) {
    #alft-header-content-container,
    #alft-content-container,
    FOOTER#alft-footer-main {
        width: 768px;
    } 
    
    
	NAV#alft-nav-main {
	    
	}  
	
	DIV#alft-header-telephone {
	   top: 20%;
	   font-size: 1.5em;
	}
	
	FORM#alft-header-search-form {
	   bottom: 35%;
	}
	
	UL.alft-callout-list-large {
       display: none;
    }
}

@media screen and (max-width: 768px) {
    #alft-header-content-container,
    #alft-content-container,
    FOOTER#alft-footer-main {
        width: 380px;
    }   
    
	#alft-header-content-container {
	    min-height: 220px;
	}  
	
	UL#alft-header-links-aux {
        position: static;
        margin: 0 auto 0 auto;
        padding-top: 0.5em;
	}	
	
	IMG#alft-header-logo {
	    display: block;
	    position: static;
	    margin: 0 auto;
	    clear: both;
	    width: 90px;
        height: 60px;
	} 
	
	DIV#alft-header-telephone {
	   display: none;
	}
	
    NAV#alft-nav-main {
        font-size: 1.1em;
        position: static;
        height: 1.7em;
        margin: 15% auto;
        width: 80%;
    } 
    
    NAV#alft-nav-main .alft-expendable {
        display: none;
    }
    
    IMG#alft-header-payment-icons {
        display: none;
    }
    
	FORM#alft-header-search-form {
	    margin: 2em auto 0 auto;
	} 
	
    UL#alft-footer-mainlinks {
        
    }
    
    UL#alft-footer-logo-list {
        position: static;
    }
    
    SECTION.alft-page-section HEADER {
        font-size: 1em;
    }
    
	ARTICLE.alft-product-list-item {
	    width: 45%;
	    margin-left: 2.5%;
	}
	
	DIV.alft-page-banner-main {
	   display: none;
	}
	
	IMG#alft-authenticity-graphic {
	   display: none;
	}
	
	DIV.alft-product-details-full IMG {
	   width: 40%;
	}
	
	UL.alft-callout-list-large {
	   display: none;
	}

	IMG#alft-contact-icon {
	    width: 300px;
	    height: auto;
	}
	
}