@charset "UTF-8";
/* ------------------------------------------------------------------
British Trimmings
author: Chris Sparshott
email: csparshott@one2create.co.uk
use of conditional comments have been used throughout site, therefore several styles have been filtered into appropriate IE6/IE7 CSS documents - notes have been made next to relevant css rules
/* ------------------------------------------------------------------
Sets default margin and padding
-------------------------------------------------------------------*/
*html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	color:#666;
}
/* ------------------------------------------------------------------
 Sets default font-size for headers 
 -------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-weight:lighter;
}
/* ------------------------------------------------------------------
 Sets default ol, ul 
 -------------------------------------------------------------------*/
ol, ul {
	list-style-type: none;
	font-size:100%;
}
ul.bullet li {
	list-style:disc;
	margin:0 0 0 13px;
}
li, dd {
	list-style:none;
}
/* ------------------------------------------------------------------
Sets font-style and font-weight to normal
-------------------------------------------------------------------*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/* ------------------------------------------------------------------
Removes border from fieldset and image
-------------------------------------------------------------------*/
fieldset, img {
	border: 0;
}
/* ------------------------------------------------------------------
Link styles
-------------------------------------------------------------------*/
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color:#aa9e90;
}
a:hover {
	color:#727272;
	cursor:pointer !important;
}
/* ------------------------------------------------------------------
Form elements
-------------------------------------------------------------------*/
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
	background:#fff;
	color:#999;
}
/* ------------------------------------------------------------------
Table elements
-------------------------------------------------------------------*/
table {
	border-collapse:collapse;
}
th {
	color:#A09185 !important;
	font-weight:bold !important;
	text-align:left;
}
/* ------------------------------------------------------------------
=Generic classes
-------------------------------------------------------------------*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.clearBoth {
	clear: both;
}
.leftCol {
	width: 200px;
	float: left;
}
.rightCol {
	width: 300px;
	float: right;
}
/* ------------------------------------------------------------------
=Body, wrapper, container
-------------------------------------------------------------------*/

body {
	background-color:#e5e1dd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
p, label {
	font-size:1.2em;
	line-height:16px;
	color:#727272;
}
h2 {
	font-size:15px;
	color:#727272;
}
h3 {
	font-size:14px;
	color:#727272;
}
#mainContainer {
	width:954px;
	background-color:#fff;
	margin:0 auto;
	margin-bottom:30px;
}
#contain {
	margin-top:45px;
	background:url(../images/Shared/container-bg.jpg) top repeat-y;
}
.leftAlign {
	text-align:left;
}
.rightAlign {
	text-align:right;
}
.centreAlign {
	text-align:center;
}
.imageGallery h2 {
	padding:0 10px 0 0;
	color:#A09185;/* background:#e5e1dd;*/ /*line-height:30px;*/ /*padding:0 0 0 10px;*/
	font-size:17px;
	margin:0 0 10px 0;
}
.imageGallery h3 { /*padding:0 0 0 10px;*/
	margin:20px 0 5px 0;
	padding:0;
}

.imageGallery p {
	margin:0;
}
.imageGallery ul.aboutUs1 li {
	margin:5px 0;
}
/*.imageGallery ul.aboutUs1 li a {
	font-size:11px !important;
}*/
.imageGallery ul.aboutUs li a {
	font-size:0.92em;
}
div#leftContentContain .imageGallery ul.aboutUs li a {
	font-size:1em;
}
/*div.sitemapFloat .leftCol ul.aboutUs li {
	font-size:1em;
}*/

.oneLine {
	line-height:20px;
	height:20px;
	margin:10px 0 20px 0;
	color:#727272;
}
/*
--------------------------------------

Top Navigation

--------------------------------------
*/
#topNav {
	font-family:Arial, Helvetica, sans-serif;
	height:42px;
	text-align:right;
	margin:auto 0;
	line-height:42px;
	font-size:10px;
}
#topNav a {
	font-size:10px;
}
#search {
	float:left;
	padding:0 0 0 25px;
	margin:0;
	font-weight:bold;
	font-size:8px;
}
#search label {
	color:#aa9e90;
}
#search a, #search a:visited {
	color:#aa9e90;
	font-style:normal;
}
#search a:hover {
	color:#727272;
}
span.acid a {
	width:46px;
	height:20px;
	background:url(../images/Shared/ACID_logo_plain.gif) no-repeat;
	float:right;
	margin:10px;
}
#topNav ul {
	margin:0 25px 0 0;
}
#topNav li {
	display:inline;
	padding:0 7px 0 7px;
	font-weight:bold;
}
#topNav li a, #topNav li a:visited {
	color:#aa9e90;
	font-style:normal;
}
#topNav li a:hover {
	color:#727272;
}
/* end topNav */


/*
--------------------------------------

Main Navigation

--------------------------------------
*/
#nav {
	background-color:#e5e1dd;
	height:45px;
	position:absolute;
	z-index:10;
}
#nav ul {
	width:955px;
	margin-left:14px;
}
#nav li {
	float: left;
	color:#8d8963;
	height:44px;
}
#nav li a {
	background: url(../images/Shared/nav.gif) top;
	display:block;
	height:44px;
	text-indent: -10000px;
}
#nav li#homeLink a {
	width:78px;
	background-position: 0 0;
	margin:0 0 0 -14px;
}
#nav li#homeLink a:hover {
	background-position: 0 44px;
}
#nav li#productLink a {
	width:134px;
	background-position: -204px 0;
	text-indent: -10000px;
}
#nav li#productLink a:hover {
	background-position: -204px 44px;
}
#nav li#collectLink a {
	width:120px;
	background-position: -80px 0;
	text-indent: -10000px;
}
#nav li#collectLink a:hover {
	background-position: -80px 44px;
}
/*#nav li#shopLink a { width: 172px; height: 45px; display: block; background:url(../images/Shared/navShop.gif) top no-repeat; text-indent: -10000px; }
#nav li#shopLink a:hover { background:url(../images/Shared/navShop.gif) bottom no-repeat; }*/

#nav li#ideasLink a {
	width:82px;
	background-position: -506px 0;
	text-indent: -10000px;
}
#nav li#ideasLink a:hover {
	background-position: -506px 44px;
}
/*#nav li#tradeLink a { width: 137px; height: 45px; display: block; background:url(../images/Shared/navTrade.gif) top no-repeat; text-indent: -10000px; }
#nav li#tradeLink a:hover { background:url(../images/Shared/navTrade.gif) bottom no-repeat; }
*/

#nav li#glossaryLink a {
	width:137px;
	background-position: -590px 0;
	text-indent: -10000px;
}
#nav li#glossaryLink a:hover {
	background-position: -590px 44px;
}
#nav li#productPortfolioLink a {
	width:164px;
	background-position: -340px 0;
	text-indent: -10000px;
}
#nav li#productPortfolioLink a:hover {
	background-position: -340px 44px;
}
#nav li#searchLink {
	margin:0 0 0 17px;	
}
#nav li#tradeLink a {
	width:138px;
	background-position: -729px 0;
	text-indent: -10000px;
}
#nav li#tradeLink a:hover {
	background-position: -729px 44px;
}

#nav li#searchLink a {
	width:84px;
	background-position: -869px 0;
	text-indent: -10000px;
}
#nav li#searchLink a:hover {
	background-position: -869px 44px;
}
/*!!!!!!!!!!!!!!!!!!!!         end main navigation          !!!!!!!!!!!!!!!!!*/



/*
--------------------------------------

Left Contain

--------------------------------------
*/
#leftContain {
	width:335px;
	float:left;
	/*border-right:1px solid #aa9e90;*/
}
#leftHead {
	width:335px;
	height:224px;
	background:url(../images/index/leftHeadIMG.jpg) no-repeat;
}
/*#leftContent { width:335px; }*/

#leftContent p, #leftContent li, #leftContent span {
	font-size:1.2em;
	color:#727272;
}
#leftContentContain {
	padding:25px;
	color:#666;
	margin:56px 0 25px 0;
}	/*  editable left  */
#leftContentContain h1 {
	font-size:18px;
	color:#A09185;
}
#leftContentContain h2 { /*margin:-10px 0 0 0;*/
	color:#A09185;
	font-size:17px;
}
#leftContentContain p {
	/*font-size:1.09em;*/
	font-size:1.1em;	
}
#leftContentContain div p, #leftContentContain div ul li {
	font-size:1.1em;
}

#leftContentContain ul li {
	font-size:1.1em !important;
}

/* end left contain */


/*
--------------------------------------

Right Contain

--------------------------------------
*/
.borderLeft {
	border-left:1px solid #aa9e90;
	float:left;
	width:auto;
}
.borderRight {
	border-right:1px solid #aa9e90;
	float:right;
	width:auto;
}
#rightContain {
	width:619px;
	/*border-left:1px solid #aa9e90;*/
	overflow:hidden;
	height:auto;
}
#rightHead {
	width:619px;
	height:225px;
	background:url(../images/index/rightHead.jpg) no-repeat;
}
#rightContent {
	margin:0 0 50px 0;
}
#rightContent h1 {
	font-size:1.7em;
	margin:46px 0 25px 0;
}
#rightContent p, #rightContent li, #rightContent span {
	font-size:1.2em;
	color:#727272;
}
#pattern {
	width:619px;
	height:71px;
	background:url(../images/index/pattern.jpg) top no-repeat;
	position:relative;
	z-index:1;
}
#rightContentContainHome {
	margin:31px 0 25px 0;
	padding:0 0 0 45px;
}
#rightContentContain {
	margin:10px 0 25px 0;
	padding:0 25px;
	position:relative;
	z-index:2;
	/*overflow:hidden;*/
}	/*  editable right  */
#rightContentContain h2 {
	color:#A09185;
	line-height:30px;
	font-size:17px;
}
#rightContentContain h3 {
	margin:0;
	color:#A09185;
	font-size:17px;
}
#rightContentContain p {
	font-size:1.1em;
}
/* end right contain */



/*
--------------------------------------

Footer Nav

--------------------------------------
*/
#footerNav {
	font-family:Arial, Helvetica, sans-serif;
	height:18px;
	line-height:16px;
	background-color:#aa9e90;
	text-align:right;
	margin:0 auto;
	font-weight:bold;
}
#footerNav ul {
	margin:0 15px 0 0;
}
#footerNav li {
	display:inline;
	padding:0 7px;
	margin:auto 0;
}
#footerNav ul li a {
	color:#fff;
	font-size:0.8em !important;
	font-style:normal;
}
#footerNav li a:hover {
	color:#727272;
}
/* end footer nav */

/*
--------------------------------------

Home Page Styles

--------------------------------------
*/
h1#hello {
	text-indent:-10000px;
	color:#000;
	background:url(../images/index/helloAndWelcome.gif) no-repeat;
	margin-left:-2px;
}
.acidLogo a {
	width:100px;
	height:43px;
	background:url(../images/Shared/ACID_logo_hover.gif);
	margin:50px 0 0 0;
	display:block;
}
.acidLogo a:hover {
	width:100px;
	height:43px;
	background:url(../images/Shared/ACID_logo_color.gif);
}
.img1, .img2, .img3 {
	position:relative;
	top:-22px;
	float:left;
	width:159px;
	height:286px;
}
.img1, .img2 {
	margin-right:25px;
}

.img1 a#viewCollections {
	width:141px;
	height:20px;
	/*display:block;*/
	background:url(../images/index/collections.gif) center top no-repeat;
	/*margin:0 0 5px 9px;*/
}
.img1 a#viewCollections:hover {
	background:url(../images/index/collections-hover.gif) center top no-repeat;
}
.img2 a#newCollections {
	width:141px;
	height:20px;
	/*display:block;*/
	background:url(../images/index/new.gif) center top no-repeat;
	/*margin:0 0 5px 9px;*/
}
.img2 a#newCollections:hover {
	background:url(../images/index/new-hover.gif) center top no-repeat;
}
.img3 a#consoCollections {
	width:141px;
	height:20px;
	/*display:block;*/
	background:url(../images/index/conso.gif) center top no-repeat;
	/*margin:0 0 5px 9px;*/
}
.img3 a#consoCollections:hover {
	background:url(../images/index/conso-hover.gif) center top no-repeat;
}



.img1 h2 a, .img2 h2 a, .img3 h2 a {
	text-indent: -10000px;
	display:block;
	height:20px;
	width:141px;
	margin:0 0 5px 9px;
}
.imgP {
	text-align:left;
	padding:5px 5px 0 5px;
	color:#727272;
	margin:0 0 0 0;
	font-size:1.09em;
}

/*
--------------------------------------

Sitemap Page Styles

--------------------------------------
*/
.aboutUs1 li a {
	font-size:0.91em;
}
ul.aboutUs1 {
	margin:10px 0 40px 0;
}
ul.aboutUs {
	margin:10px 0 40px 0;
}
.sitemapFloat {
	width:600px;
	margin:0 auto;
}
.sitemapFloat h2 {
	height:30px;
}
.sitemapFloat div {
	margin:0 50px 0 0;
}
.sitemapFloat div ul li a {
	font-size:0.91em;
}
/*
--------------------------------------

Glossary Page Styles

--------------------------------------
*/
div.newProductsGlossary {
	margin:-6px 0 0 0;
}
div.newProductsGlossary img {
	float:left;
	margin:9px 30px 0 0;
	width:200px;
	height:200px;
	border:1px solid #A99C93;
	padding:8px;
}
div.newProductsGlossary h2, div.newProductsGlossary h3 {
	margin:0;
	padding:0;
}
div.newProductsGlossary p {
	margin:0 0 10px 0;
}


/*.glossaryImg {
	width:148px;
	float:left;
	margin:-2px 20px 40px 20px;
	text-align:center;
}
.glossaryImg h3 {
	text-align:center;
	font-size:15px !important;
	font-weight:lighter;
	color:#727272;
	padding:0 0 2px 0;
	line-height:25px;
}
.glossaryImg h2.doubleLine {
	font-size:15px !important;
	height:29px;
	line-height:25px;
	margin-top:-7px;
	overflow:hidden;
	padding:5px 0 0;
}
.glossaryImg img {
	width:135px;
	height:200px;
	border:1px solid #A99C93;
	padding:8px;
}
.glossaryImgP {
	text-align:left;
	margin:5px 0 0 0;
	padding:0 5px;
	color:#727272;
	font-size:1.09em;
}*/
/*
--------------------------------------

Products Page Styles

--------------------------------------
*/

h2.productsHeader {
	margin:-7px 0 10px 0;
	color:#A09185;
	background:#e5e1dd;
	line-height:30px;
	padding:0 0 0 10px;
}
.dynamicImg {
	float:left;
	height:130px;
	margin:10px 5px 15px 0;
	overflow:hidden;
	text-align:center;
	width:135px;
}
.dynamicImg span {
	font-size:0.9em !important;
}
div.miniHeader {
	height:13px;
	overflow:hidden;
}
.dynamicImg p {
	text-align:center;
	margin:0;
	padding:0 0 5px 0;
	font-size:10px;
	height:12px;
	overflow:hidden;
}
.dynamicImgImage {
	border:1px solid #D6D6D6;
	height:100px;
	margin:3px auto 0 auto;
	overflow:hidden;
	width:95px;
}
.dynamicImgImage a {
	width:95px;
	height:100px;
	display:block;
}
/*
--------------------------------------

Collections Page Styles

--------------------------------------
*/

.dynamicImg2 {
	width:120px;
	float:left;
	margin:0 10px 30px 10px;
	text-align:center;
}
.dynamicImg2 a {
	width:120px;
	text-align:center;
	font-weight:lighter;
	font-size:13px;
	margin:0 0 3px 0;
	padding:0 0 3px 0;
}
.dynamicImgImage2 {
	width:102px;
	height:150px;
	border:1px solid #A99C93;
	padding:8px;
}
.dynamicImgImage2 a {
	width:102px;
	height:150px;
	display:block;
}
.dynamicImgImage2 img {
	width:102px;
	height:150px;
}
/*
--------------------------------------

Contact Us Page Styles

--------------------------------------
*/
/*.contactUsLinks li {
	padding:5px 0;
}*/
/*
--------------------------------------

Help & Support Page Styles

--------------------------------------
*/

.genericForm {
	/*width: 500px;*/
	margin:6px 0 0 0;
	/*height: 200px;*/
	overflow: hidden;
}
.genericForm label {
	float: left;
	margin: 0 0 10px 0;
	font-size: 1.1em;
	line-height: 20px;
}
.genericForm input.textField {
	float: right;
	width: 196px;
	height: 16px;
	color:#999;
	border: 1px solid #d6d6d6;
	margin: 0 0 10px 0;
	font-size: 12px;
	padding: 2px;
}
.genericForm .textAreaElement {
	float: right;
	width: 196px;
	border: 1px solid #d6d6d6;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	padding: 2px;
	background: url(../images/shared/formInputBg.gif) bottom repeat-x;
}

#btSubmit {
	margin:30px 0 0 0;
}
/*
--------------------------------------

Article Show Styles

--------------------------------------
*/

h2 span {
font-size:0.54em !important;
}

#recentlyViewed {
	line-height:20px;
	margin-top:7px;
}
div#recentlyViewed b {
	/*background:#E5E1DD;*/
	color:#A09185;
	font-size:1.4em !important;
	font-weight:lighter;
	/*padding:5px 100px 5px 10px ;*/
	/*width:262px;*/
	
}
div#recentlyViewed a, #recentlyViewed a:visited {
	font-size:11px;/* padding-left:10px;*/
}
#articleShowInfo .oneLine h2 {
	height:10px;
	width:100%;
	margin:0 0 0 0;
}

.oneLine {
	margin:5px 0 0 0;
}
span#showAll {
	font-size:10px;
}
.prevNext {
	float:right;
	margin:0;
	color:#727272;
}
/*.small10 {
	color:#727272;
}*/
/*
--------------------------------------

Item Detail Styles

--------------------------------------
*/
#currentlyShowing {
	margin:0 0 30px 0;
}
#currentlyShowing .textLighter {
	margin-top:4px;
	color:#A09185;
	text-align:center;
	background:#e5e1dd;
	line-height:30px;
	font-size:15px;
}
#shoppingList {
	width:200px;
	border:1px solid #e5e1dd;
	color:#727272;
	margin:50px 0 0 0;
}
#shoppingList h3 {
	color:#A09185;
	text-align:center;
	background:#e5e1dd;
	line-height:30px;
}
#shoppingListInner {
	width:95%;
	margin:0 auto;
	text-align:center;
}
#shoppingListInner p.leftAlign {
	text-align:left;
	font-size:12px;
}
#shoppingListInner p.centreAlign {
	text-align:center;
	font-size:12px;
}
#shoppingListInner .textBackgroundColour {
	background:#e5e1dd;
	padding:5px 2px;
	color:#a09185;
}
.largeImageWithDetails {
	width:345px;
	margin:-6px auto 5px auto;/* border:1px solid #d6d6d6;*/
}
.largeImageWithDetails h2 {/* background:#e5e1dd;*/
	color:#A09185;
	padding:5px;
	text-align:center;
	font-size:17px;
	height:23px;
}
.largeImageWithDetails a {
	width:auto;
	height:auto;
	display:block;
	margin:0 auto;
	border:1px solid #d6d6d6;
}
.largeImageWithDetails p {
	text-align:center;
}
h3.itemDetailFollowingColours {
	color:#A09185;
	background:#e5e1dd;
	line-height:30px;
	text-align:center;
	margin:20px 0;
}
p.centreAlign a img {
	width:343px;
	overflow:hidden;
}
/*.dynamicImg4 { width:100px; height:auto; float:left; margin:0 5px 30px 5px; padding-top:10px; text-align:center; }
.dynamicImg4 p { text-align:center; margin:0; padding:0; font-size:10px;}
.dynamicImgImage4 { width:80px; height:100px; margin:auto; overflow:hidden;}
.dynamicImgImage4 img {  border:1px solid #e5e1dd; height:92px; margin:auto; overflow:hidden;}
.dynamicImgImage4 a { width:80px; height:100px; display:block;}
.dynamicImg4 span { color:#727272; font-size:10px;}*/

/*
--------------------------------------

Downloads Page Styles

--------------------------------------
*/

.downloadsList h2 {
	margin:0 0 10px 0;
	color:#A09185;
	background:#e5e1dd;
	line-height:30px;
}
.downloadsList ul {
	margin:0 0 0 10px;
}
/*
--------------------------------------

Search Page Styles

--------------------------------------
*/
#searchForm {
	width:400px;
}
#searchForm p {
	float:left;
	margin:0 0 20px 0;
}
#searchForm select {
	float:right;
	width:160px;
}
#searchForm input {
	float:right;
	margin:20px 0 0 0;
}
/* 
----------------------------------------

Portfolio Request form element styles 

-----------------------------------------
*/
.portfolioRequestDiv {
	width:340px;
}
.portfolioRequestDiv form label {
	float:left;
	font-size:1.1em;
}
.portfolioRequestDiv form input, .portfolioRequestDiv form select {
	width:220px;
	float:right;
}
.portfolioRequestDiv form select {
color:#666;
}

.portfolioRequestDiv form input#btnSubmit {
	width:50px;
	background:#fff !important;
}

/* 
----------------------------------------

shopping list page styles 

-----------------------------------------
*/
table.shoppingListTable {
	width:550px !important;
}
table.shoppingListTable th, table.shoppingListTable td {
	padding:5px 0;
}
div.updateShoppingBasketLeft {
	margin:25px 0 0 0;
	width:250px;
	float:left;
}
div.updateShoppingBasketLeft input {
	float:left;
}
div.updateShoppingBasketLeft p {
	float:left;
	margin:10px 0 0 0;
}
div.updateShoppingBasketRight {
	margin:25px 0 0 0;
	width:250px;
	float:right;
}
div.updateShoppingBasketRight input {
	float:left;
}
div.updateShoppingBasketRight p {
	float:left;
	margin:10px 0 0 0;
}
div#shoppingBasketCustomerDetails {
	margin:30px 0 0 0;
}
/* 
----------------------------------------

distributors list page styles 

-----------------------------------------
*/


p a.distributorspdf {
	position:relative;
	display:block;
}
a.distributorspdf {
	background:url(../images/Shared/pdf_icon.gif) bottom left no-repeat;
	padding:0 0 0 50px;
	height:35px;
	margin:10px 0;
}
a.distributorspdf:hover {
	background:url(../images/Shared/pdf_icon_over.gif) bottom left no-repeat;
	padding:0 0 0 50px;
	height:35px;
}

.distributorTitle {
	height:30px;
	width:100%;
	background:#e5e1dd;
	padding-left:10px;
}
div.distributorDetails h3 {
	font-size:1.4em !important;
	margin:10px 0 5px 0 !important;
	padding:0 !important;
}
div.distributorDetails address.floatLeft p {
	width:240px;
	float:left;
}

div.distributorDetails p {
	margin:0;
	padding:0;
	float:left;
}

/* 
----------------------------------------

=new products page styles 

-----------------------------------------
*/
div.newProducts {
	margin:-6px 0 0 0;
}
div.newProducts img {
	float:left;
	margin:9px 30px 0 0;
}
p a.pdf {
	position:relative;
	top:35px;
}
a.pdf {
	background:url(../images/Shared/pdf_icon.gif) bottom left no-repeat;
	padding:35px 0 0 50px;
	height:35px;
}
a.pdf:hover {
	background:url(../images/Shared/pdf_icon_over.gif) bottom left no-repeat;
	padding:35px 0 0 50px;
	height:35px;
}
div.hr {
	clear:both;
	border-bottom:2px dashed #E5E1DD;
	padding:15px 0;
	margin:0 0 30px 0;
}

a.pdf2 {
	background:url(../images/Shared/pdf_icon_small.gif) top left no-repeat;
	padding:3px 0 0 30px;
	height:20px;
}
a.pdf2:hover {
	background:url(../images/Shared/pdf_icon_small_hover.gif) top left no-repeat;
}




/* 
----------------------------------------

=brands page styles 

-----------------------------------------
*/
div.brands {
	margin:-6px 0 0 0;
	height:130px;
}
/*div.brands div {
	height:88px;
	width:144px;
}*/
div.brands div a {
	float:left;
	margin:9px 30px 20px 0;
	width:144px;
	height:88px;
	display:block;
}
div.brands a:hover {
	padding:0;
}
div.brands p {
	font-size:1.2em !important;
}
div.brands p a {
	height:auto;
	margin:0;
}

div.simplicityCG {
	background:url(../images/brand-logos/SCG_logo.jpg) no-repeat;
}
div.simplicityCG a {
	background:url(../images/brand-logos/SCG_logo.jpg) no-repeat;
}
div.simplicityCG a:hover {
	background:url(../images/brand-logos/hover/SCG_logo-hover.jpg) no-repeat;
}

div.britishTrimmings {
	background:url(../images/brand-logos/BT_logo.jpg) no-repeat;
}
div.britishTrimmings a {
	background:url(../images/brand-logos/BT_logo.jpg) no-repeat;
}
div.britishTrimmings a:hover {
	background:url(../images/brand-logos/hover/BT_logo-hover.jpg) no-repeat;
}

div.consoLogo {
	background:url(../images/brand-logos/Conso_logo.jpg) no-repeat;
}
div.consoLogo a {
	background:url(../images/brand-logos/Conso_logo.jpg) no-repeat;
}
div.consoLogo a:hover {
	background:url(../images/brand-logos/hover/Conso_logo-hover.jpg) no-repeat;
}

div.wrightsLogo {
	background:url(../images/brand-logos/Wrights_logo.jpg) no-repeat;
}
div.wrightsLogo a {
	background:url(../images/brand-logos/Wrights_logo.jpg) no-repeat;
}
div.wrightsLogo a:hover {
	background:url(../images/brand-logos/hover/Wrights_logo-hover.jpg) no-repeat;
}

div.simplicityLogo {
	background:url(../images/brand-logos/Simplicity_logo.jpg) no-repeat;
}
div.simplicityLogo a {
	background:url(../images/brand-logos/Simplicity_logo.jpg) no-repeat;
}
div.simplicityLogo a:hover {
	background:url(../images/brand-logos/hover/Simplicity_logo-hover.jpg) no-repeat;
}

div.boyeLogo {
	background:url(../images/brand-logos/Boye_logo.jpg) no-repeat;
}
div.boyeLogo a {
	background:url(../images/brand-logos/Boye_logo.jpg) no-repeat;
}
div.boyeLogo a:hover {
	background:url(../images/brand-logos/hover/Boye_logo-hover.jpg) no-repeat;
}

div.ezQuiltingLogo {
	background:url(../images/brand-logos/EZ_logo.jpg) no-repeat;
}
div.ezQuiltingLogo a {
	background:url(../images/brand-logos/EZ_logo.jpg) no-repeat;
}
div.ezQuiltingLogo a:hover {
	background:url(../images/brand-logos/hover/EZ_logo-hover.jpg) no-repeat;
}

div.bondexLogo {
	background:url(../images/brand-logos/Bondex_logo.jpg) no-repeat;
}
div.bondexLogo a {
	background:url(../images/brand-logos/Bondex_logo.jpg) no-repeat;
}
div.bondexLogo a:hover {
	background:url(../images/brand-logos/hover/Bondex_logo-hover.jpg) no-repeat;
}

div.disneyLogo {
	background:url(../images/brand-logos/Disney_logo.jpg) no-repeat;
}
div.disneyLogo a {
	background:url(../images/brand-logos/Disney_logo.jpg) no-repeat;
}
div.disneyLogo a:hover {
	background:url(../images/brand-logos/hover/Disney_logo-hover.jpg) no-repeat;
}

/*
--------------------------------------

=trade account Styles

--------------------------------------
*/
div#tradeAccount {
	width:400px !important;
}
select.tradeAccountSelect {
	margin:4px 127px 0 0;
	float:right;
	width:75px;
}
select.tradeAccountCountry {
	margin:4px 0 0 0;
	float:right;
	width:202px;
}
div#tradeAccount form.genericForm fieldset {
	width:203px;
	float:right;
}
div#tradeAccount form.genericForm fieldset label {
	float:left;
}

div#tradeAccount form.genericForm fieldset input.radio {
	margin:3px 50px 10px 5px;
	float:right;
}

div#tradeAccount form.genericForm input.submitButton, div#tradeAccount form.genericForm input.resetButton {
	float:right;
}
div#tradeAccount form.genericForm input.resetButton {
	margin:0 20px 0 0;
}
#banner {
	margin: 0 0 50px 0;
	clear: both;
	font-size: 1.4em;
	text-align: center;
	padding: 0 20px;
	}