/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* Commonly used to style page titles. */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* Commonly used to style section titles. */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #928979;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px
}

h3 {
	color: #928979;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #928979;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h6 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h7 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-image: url(../image_main/backgroundcolour.jpg);
}
a {
	color: #006600;
	font-family: Verdana;
}
a:link {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	color: #FF0000;
}
a:active {
	color: #000000;
	font-family: Verdana;
	text-decoration: none;
}
#menu_brand {
	width: 95px;
	height: auto;
	background-color: #FFFFFF;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: right;
	clear: none;
	padding: 5px 5px 2px;
	border: 1px solid;
	top: 0px;
  }
#menu_brand ul {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	display: block;
}
#menu_brand li {
	list-style-type: none;
}
#menu_brand li a:hover{
	list-style-type: none;
	display: block;
}
#menu_designers {
	background-color: #FFFFFF;
	position: relative;
	width: 95px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0px;
	padding: 5px 5px 2px;
	border: 1px solid;
	float: left;
}
#menu_designers ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

#menu_designers li {
	list-style-type: none;

}
#menu_designers li a:hover{
	display: list-item;
	margin: 0px;
}

#outer_wrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 940px;
	min-width: 940px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 950px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#outer_wrapper #top_banner {
	height: 200px;
	width: 100%;
	clear: both;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#outer_wrapper #top_banner #companyheader {
	height: 90px;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	font-family: Verdana;
	font-size: 72px;
	font-weight: normal;
	display: inline;
}
#news_box {
	background-color: #FFFFFF;
	height: 90px;
	width: 400px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px groove #0099CC;
	margin-right: 0px;
	float: right;
	margin-top: 0px;
}
#outer_wrapper  #top_banner #BankandSeal {
	background-color: #FFFFFF;
	height: 90px;
	width: 200px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	float: right;
	top: 0px;
	right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
}
#outer_wrapper #top_banner #catagory_box {
	height: 40px;
	width: 500px;
	margin-top: 10px;
	display: block;
	position: relative;
	margin-left: 0px;
	margin-right: auto;
}
#outer_wrapper #top_banner #sidebyside {
	height: 40px;
	width: auto;
	top: 65px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	float: left;
}
#outer_wrapper   #top_menu  {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#top_menu ul {
	padding-right: 5px;
	padding-left: 5px;
	display: block;
	margin: 0px;
}
#top_menu li {
	padding-right: 4px;
	padding-left: 4px;
	display: inline;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;

}
#top_menu a:link {
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;

}
#top_menu li  a:hover{
	color: #FF0000;
	background-color: #CCCCCC;
}
#top_menu li  a:active{

	margin: 2px auto;
	display: inline;
	color: #000000;
}
#outer_wrapper   #top_menu_2  {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#top_menu_2 ul {
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	margin: 0px;
}
#top_menu_2 li {
	padding-right: 5px;
	padding-left: 5px;
	margin: 2px auto;
	display: inline;
}
#top_menu_2 a:link {
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000000;

}
#top_menu_2 li  a:hover{
	color: #FF0000;
	background-color: #CCCCCC;
}
#top_menu_2 li  a:active{

	margin: 2px auto;
	display: inline;
	color: #000000;
}
#outer_wrapper #top_banner #second_line_banner {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	position: relative;
	height: 40px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
} 
#outer_wrapper #top_banner #third_line_banner {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	position: relative;
	height: 40px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#outer_wrapper #inner_wrapper {
	height: 100%;
	display: block;
	width: 100%;
} 
#outer_wrapper #inner_wrapper ul {

}
#outer_wrapper #inner_wrapper li {
	list-style-type: none;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer_wrapper #inner_wrapper a:link {
	list-style-type: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#outer_wrapper #inner_wrapper  #home_image_container #information_box {
	height: 190px;
	width: 300px;
	float: right;
	z-index: 100;
	border: 1px inset #CCCCCC;
	clear: right;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	display: block;
	top: 90px;
	right: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: blink;
	background-color: #CC0000;
	color: #000000;
}
#outer_wrapper  #inner_wrapper #home_image_container {
	background-color: #FFFFFF;
	height: 500px;
	width: auto;
	position: relative;
	display: block;
	margin-top: 2px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 2px;
	background-image: url(../image_main/front_image/espacio_contemporary_furniture.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#outer_wrapper #inner_guardsmanwrapper {
	height: 100%;
	display: block;
	width: 100%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A55310;
}
#outer_wrapper  #inner_wrapper a:link {
	color: #333333;
}
#outer_wrapper    #inner_wrapper #front_right1 {
	background-color: #FFFFFF;
	height: auto;
	width: 350px;
	margin-top: 150px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993333;
	padding: 2px;
	text-align: justify;
	display: block;
	z-index: 100;
	margin-right: 0px;
	right: 0px;
}

	
#outer_wrapper #inner_wrapper #all_measurements {
	width: auto;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin-right: auto;
	font-weight: bold;
	margin-top: 5px;
	margin-left: auto;
	position: relative;
	height: auto;
	text-align: right;
}
#outer_wrapper #inner_wrapper #Brand_List {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	width: 175px;
	display: block;
	position: relative;
	clear: both;
}
#outer_wrapper #inner_wrapper #Central_Box {
	background-color: #FFFFFF;
	height: 500px;
	width: auto;
	position: relative;
	display: block;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 2px;
	margin-right: auto;
	z-index: 2;
}
	#outer_wrapper #inner_wrapper #countryorigin {
	clear: both;
	float: right;
	width: 308px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-left: 0px;
	display: block;
}
#outer_wrapper #inner_wrapper #deliveryleadtime {
	background-color: #FFFFFF;
	clear: both;
	float: right;
	width: 300px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 10px;
	margin-right: 10px;
	padding: 4px;
	margin-bottom: 5px;
}
#outer_wrapper #inner_wrapper #description_box {
	clear: both;
	float: right;
	width: 300px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	height: auto;
	font-size: 12px;
	margin-right: 10px;
	text-align: justify;
	margin-left: auto;
	display: block;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#outer_wrapper #inner_wrapper #designercenterbox {
	color: #666666;
	height: auto;
	width: 700px;
	display: block;
	position: relative;
	top: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
}
#outer_wrapper #inner_wrapper #Designer_List {
	color: #000000;
	clear: both;
	width: 200px;
	background-color: #FFFFFF;
	margin-top: 10px;
	display: block;
	height: auto;
	font-size: 12px;
	font-family: Verdana;
	float: right;
	position: relative;
}
#outer_wrapper #inner_wrapper #logo {
	color: #000000;
	clear: both;
	float: right;
	width: 300px;
	margin-top: 5px;
	display: block;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
}
#outer_wrapper #inner_wrapper #logospacer {
	color: #000000;
	width: 50px;
	margin-top: 5px;
	display: block;
	height: 60px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	float: right;
}

.logo_position {
	clear: both;
	float: left;
	display: block;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	width: auto;
}

.brandcloud_float {
	clear: none;
	float: left;
	width: auto;
}


#outer_wrapper #inner_wrapper #architect {
	background-color: #FFFFFF;
	clear: both;
	float: right;
	width: auto;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	padding: 4px;
	margin-bottom: 5px;
	height: auto;
}


#outer_wrapper  #inner_wrapper #middle_box_grid {
	background-color: #FFFFFF;
	height: 500px;
	width: auto;
	position: relative;
	display: block;
	margin-top: 2px;
	margin-right: 100px;
	margin-left: 100px;
	margin-bottom: 2px;
	background-image: url(../image_main/grid3.jpg);
	padding: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}



#outer_wrapper #inner_wrapper #photo {
	color: #666666;
	height: auto;
	width: 600px;
	display: block;
	position: relative;
	top: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	margin-right: 10px;
}
#outer_wrapper   #inner_wrapper   #photo  .photoobject {
	color: #666666;
	top: 50%;
	right: 50%;
}
#outer_wrapper #inner_wrapper #product_info {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	height: 200px;
	width: 140px;
	position: absolute;
	right: 6px;
	top: 208px;
	display: inline;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#outer_wrapper #inner_wrapper #product_title {
	background-color: #FFFFFF;
	height: 100px;
	width: 590px;
	display: block;
	left: 2px;
	border: 1px solid #666666;
	top: 0px;
	position: relative;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#outer_wrapper #inner_wrapper  #product_table_container {
	height: auto;
	width: 100%;
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	clear: both;
	float: left;
	text-align: right;
	font-family: Verdana;
	font-size: 13px;
	position: relative;
}
#outer_wrapper  #inner_wrapper  #rightbox {
	background-color: #FFFFFF;
	clear: both;
	float: right;
	width: 300px;
}
#outer_wrapper #inner_wrapper #rightbox2 {
	background-color: #FFFFFF;
	clear: both;
	float: right;
	width: 300px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 4px;
	height: auto;
}
#product_table_box {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#product_table_box th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #FF0000;
	font-weight: bold;
	background-color: #0066FF;
}

#outer_wrapper #inner_wrapper #rightFloat {
	height: 320px;
	width: 700px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 4px;
	float: right;
	vertical-align: bottom;
}
#outer_wrapper #inner_wrapper #Swatch {
	color: #000000;
	clear: both;
	float: right;
	width: 300px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 10px;
	padding: 4px;
	height: auto;
	display: block;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#inner_wrapper  #front_illustrated{
	height: 70px;
	width: 865px;
	margin-top: 320px;
	margin-right: 0px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#inner_wrapper #front_illustrated_top {
	height: 40px;
	width: 510px;
	margin-top: 120px;
	margin-right: 0px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-left: 0px;
}
#inner_wrapper #front_illustrated_side {
	height: 100px;
	width: 190px;
	margin-top: 140px;
	margin-right: 0px;
	display: block;
	position: relative;
	text-align: center;
	float: left;
}
#inner_wrapper  #front_illustrated_bottom {
	height: 60px;
	width: 500px;
	margin-top: 20px;
	margin-right: 0px;
	display: block;
	position: relative;
	text-align: center;
	margin-left: 0px;
	color: #993333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#inner_wrapper #front_illustrated_bottom a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
}

#outer_wrapper #catagoryfooter {
	margin-bottom: 2px;
	clear: both;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 5px;
}
#outer_wrapper  #inner_wrapper #socialbookmarks {
	background-color: #FFFFFF;
	clear: both;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	vertical-align: middle;
	text-align: left;
	margin: 0px;
}
#outer_wrapper  #inner_wrapper  #socialbookmarks ul {
	display: block;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
#outer_wrapper #inner_wrapper #socialbookmarks li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#outer_wrapper  #base_image {
	background-color: #FFFFFF;
	margin-bottom: 2px;
	clear: both;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
}



/*Fabrics_subtext is used on fabric_mailout and swatch pages*/
#fabrics_subtext {
	height: auto;
	width: auto;
	z-index: 100;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}
#fabric_wrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	max-width: 940px;
	min-width: 940px;
	text-align: center; /* Redefines the text alignment defined by the body element. */
	width: 700px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: auto;
}

#brands_front {
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-bottom: 4px;
	display: block;
	position: relative;
	margin-top: 4px;
	background-color: #FFFFFF;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#brands_front ul {
	padding-right: 4px;
	padding-left: 4px;
	list-style-type: none;
	display: inline;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#brands_front li {
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin: 2px auto;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
#brands_front li  a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF0000;
}

#designers_front {
	height: auto;
	width: auto;
	margin-left: 0px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	margin-top: 5px;
	background-color: #FFFFFF;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 13px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#designers_front ul {
	padding-right: 4px;
	padding-left: 4px;
	list-style-type: none;
	display: inline;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#designers_front li {
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin: 2px auto;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #666666;
}
#designers_front li  a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FF0000;
}

#mini_icons {
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: blink;
	text-align: left;
	vertical-align: middle;
	clear: both;
	display: block;
}
#mini_icons  ul {
	display: block;
	list-style-type: none;
	margin: 0px;
}
#mini_icons li {
	margin-right: 5px;
	margin-left: 5px;
	display: inline;
	text-align: left;
	padding: 0px;
}
#footerbankcards {
	margin-bottom: 2px;
	clear: both;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	vertical-align: middle;
}
#footerbankcards ul {
	padding-right: 4px;
	padding-left: 4px;
	list-style-type: none;
	margin: 0px;
	display: block;
	padding-top: 2px;
}
#footerbankcards li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: middle;
}
#outer_wrapper     #footer_final  {
	margin-bottom: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
} 
#footer_final ul {
	padding-right: 4px;
	padding-left: 4px;
	list-style-type: none;
	display: inline;
	margin: 0px;
}
#footer_final li {
	padding-right: 4px;
	padding-left: 4px;
	list-style-type: none;
	display: inline;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#footer_final  li a:link {
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin: 2px auto;
	display: inline;
	color: #006600;
}

#footer_final li a:visited {
	padding-right: 5px;
	padding-left: 5px;
	list-style-type: none;
	margin: 2px auto;
	display: inline;
}

#footer_final li  a:hover{
	color: #FF0000;
}
#news_box_old {
	background-color: #FFFFFF;
	height: 90px;
	width: 200px;
	position: relative;
	left: 250px;
	bottom: 0px;
	top: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px groove #0099CC;
}
#side_bar {
	width: 150px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
  }
#footer {
	background-color: #A9A9A9;
	border: 1px solid;
	margin-bottom: 2px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
} 
.floatleftphoto {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	margin-left: 10px;
	width: auto;
}
.catagory_heading {
	color: #000000;
	font-family: Verdana;
	font-size: 26px;
}

.catagory_menu {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}
.catagory_menu_items {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #999999;
	vertical-align: bottom;
}
.flag_of_origin {
	clear: both;
	float: left;
	display: block;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 25px;
	width: 50px;
}
.flag_of_origin_text {
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 4px;
}



.Scissors      {
	clear: both;
	float: left;
	margin-top: 15px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-bottom: 5px;
	width: 45px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.ColourPalette {
	clear: both;
	float: left;
	margin-top: 2px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-bottom: 2px;
	margin-right: 10px;
	width: 102px;
}
.buy_icon {
	clear: both;
	float: left;
	margin-top: 15px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	margin-bottom: 15px;
	width: 45px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}


.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.style3 {
	border: 1px double #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: baseline;
}
.style3_faint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.style3_faint_notop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.style3_faint_nobottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: baseline;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.style3_faint_2lines
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.mini_text_grey {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	visibility: visible;
}




.cart_counter {
	font-size: 12px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-weight: bold;
	vertical-align: middle;
}
.delivery_statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
.price_product {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.price_product_orig {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.price_product_crossout {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


.price_product_sale_red {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
.price_detail {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.price_detail_sale_red {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.statements_in_red {
	font-size: 16px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
}
.statements_in_black {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
}

.sale-banner-text {
	font-size: 14px;
	color: #990000;
	font-family: Verdana;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.formfieldboxes {
	border: 1px double #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	vertical-align: baseline;
}
.dropdownbox1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.c1{color:#000000; text-decoration:none; font:bold 7px verdana,sans-serif; letter-spacing:.5px; text-align:center; margin:0px; padding:0px;}

