html, body {
	height: 100%;
	text-align: left;
	min-width: 1050px;
	font:10px Verdana, Arial, Helvetica;
	color:#000;
}
.page {
	height: auto;
	overflow: hidden;
	width: 1000px;
	border: 1px solid #999;
	margin: auto;
	border-bottom: none;
}
* {
	padding:0;
	margin:0px auto;
}

/******************HEADER****************/

.header {
	height: 85px;
	background-image: url(images/header-bg.jpg);
	margin: auto;
}
.logo {
	float: left;
	margin-left:15px;
}
.logo-index {
	float: left;
	margin-left:15px;
}
.menu {
	height: 30px;
	margin: auto;
	width: 685px;
}
.header-right {
	float: right;
	width: 300px;
	height: 80px;
	right: 0px;
	margin-right: 5px;
}
.header-links {
	float: right;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 14px;
	margin-right: 20px;
}
.header-links a {
	color: #FFF;
	text-decoration: none;
}
.header-links a:hover {
	color: #fff;
	text-decoration: underline;
}
.header-phone {
	float: right;
	margin-top: 11px;
	width: 159px;
	margin-right: 25px;
}
.menu-inner {
	float: left;
	margin-left: 40px;
}

#education {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 10px;
}
a.education {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/education-furniture.jpg");
	}

a.education:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#contact {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.contact {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/contact-us.jpg");
	}

a.contact:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
.menu-gap {
	width: 22px;
	height: 30px;
	float: left;
}
.header-wrapper {
	display: block;
	float: left;
	width: 100%;
	min-width: 1000px;
}
.index-inner {
	width: 800px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #000;
	margin-left: 75px;
	float: left;
	left: 175px;
}
#education {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 10px;
}
a.education {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/education-furniture.jpg");
	}

a.education:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#contact {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.contact {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/contact-us.jpg");
	}

a.contact:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#home {
	float: left;
	height: 30px;
	width: 160px;
}
a.home {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/home.jpg");
	}

a.home:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#new {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.new {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/new-office-furniture.jpg");
	}

a.new:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
#used {
	float: left;
	height: 30px;
	width: 160px;
	margin-left: 15px;
}
a.used {
	display: block;
	width: 160px;
	height: 30px;
	text-decoration: none;
	background: url("images/menu/used-office-furniture.jpg");
	}

a.used:hover {
	background-position: -160px;
	}

.displace {
	position: absolute;
	left: -16000px;
	}
.menu-gap {
	width: 22px;
	height: 30px;
	float: left;
}


/************************END HEADER*********************/


/*********************** FOOTER **********************/

.footer {
	width: 100%;
	height: 300px;
	background-image: url(images/footer-bg.jpg);
	float: right;
	text-align: left;
	min-width: 1100px;
	margin-bottom: 15px;
}
.footer-shadow {
	width: 100%;
	height:4px;
	float: left;
	background-image: url(images/footer-shadow-bg.png);
	background-position:bottom
}
.footer-links1 {
	width: 17%;
	height: 180px;
	margin-left: 4%;
	text-align: left;
	float: left;
	padding-right: 30px;
	border-right: 1px solid #999;
	padding-top: 20px;
	min-width: 200px;
	margin-top: 3px;
}
.footer-links1-title {
	padding: 10px;
	text-align: left;
	height: 18px;
	border-bottom: 2px solid #999;
}
.footer-links1-title a {
	color: #fff;
	text-decoration: none;
}
.footer-links1-title a:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-links1-bullets {
	margin-left: 20px;
	margin-top: 15px;
	list-style-image: url("images/bullet.png");
	font-size: 10px;
	color: #fff;
}
.footer-links1-bullets a {
	color:#fff;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	font-size: 10px;
}
.footer-links1-bullets a:hover {
	color:#84E0FF;
	line-height: 17px;
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.footer-links1-bullets2 {
	margin-top: 15px;
	list-style-image: url("images/bullet.png");
}
.footer-links1-bullets2 a {
	color:#fff;
	text-decoration: none;
}
.footer-links1-bullets2 a:hover {
	color:#fff;
	text-decoration: underline;
}
.copyright {
	color: #FFF;
	float: left;
	width: 100%;
	height: 45px;
	padding-top: 15px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
}
.web-t {
	font-size: 9px;
}
.web-t a {
	font-size: 9px;
	color: #fff;
	text-decoration: none;
}
.web-t a:hover {
	text-decoration: underline;
}
.footer .footer-links1 .footer-links1-bullets2 {
	font-size: 12px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
/************************ END FOOTER *****************/

/*************************MENU LEFT*******************/

.index-menu-left {
	width: 200px;
	float: left;
	height: auto;
	color: #666;
	margin-top: 20px;
	border-right: 1px solid #999;
	background-image: url(images/menu-left-bg.jpg);
	overflow:hidden;
}
.index-menu1 {
	height: 14px;
	background-image: url(images/menu-left.png);
	padding: 8px;
}
.index-content-wrapper .index-menu-left .index-menu1 h2 {
	font-size: 12px;
}.index-content-wrapper .index-menu-left .index-menu1 h2 a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.index-content-wrapper .index-menu-left .index-menu1 h2 a:hover {
	font-size: 12px;
	color: #999;
}
.page .index-content-wrapper .index-menu-left h3 {
	line-height: 20px;
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
}
.page .index-content-wrapper .index-menu-left h3 a {
	color: #666;
	text-decoration: none;
}
.page .index-content-wrapper .index-menu-left h3 a:hover {
	color: #999;
	text-decoration: none;
}

.left-text {
	background-color:#FFF;
	height: auto;
	text-align:justify;
	font-size:10px;
	padding-top:12px;
	padding-left:8px;
	overflow: hidden;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	padding-right: 8px;
}
.left-text h2 {
	font-size: 12px;
	color:#0099cc;
}
.left-text h1 {
	font-size: 20px;
	color: #666;
}
/************************ENU MENU LEFT*******************************/

/********************RIGHT COLUMN**********************/
.article_example_div { 
	width:200px; 
	height:505px; 
	padding:0 3px 0 3px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	display:none;
}
.popular-products {
	float: right;
	width: 200px;
	height: auto;
	color: #999;
	text-align: left;
	overflow: hidden;
}
.right-outer {
	width: 201px;
	float: right;
	height: auto;
	overflow: hidden;
	border: 1px solid #999;
	border-right: none;
	margin-top: 20px;
}
.right-column img {
	text-align: center;
}
.right-column {
	text-align: center;
}
/********************* END RIGHT COLUMN ****************************/

/*************************INDEX************************/

.index-content-wrapper {
	width: 100%;
	float: left;
	height: auto;
}
.slide {
	float: left;
	height: 270px;
	width: 542px;
	margin-left: 30px;
	margin-top: 30px;
}
.index-products {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 540px;
	margin-left: 30px;
}
.special-offers-title {
}
.right-column {
	float: right;
	width: 200px;
	height: auto;
	border-right: none;
	padding-top: 15px;
	overflow: hidden;
}
.image-menu {
	width: 600px;
	float:left;
	height:300px;
	margin-left: 1%;
	background-color:#000;
}
.index-product-menu-right {
	width: 250px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 180px;
	color: #06C;
	padding: 5px;
}
.index-product-menu-left {
	width: 250px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 180px;
	color: #06C;
	padding: 5px;
}
.index-product-moreinfo {
	padding-top: 10px;
	text-align: right;
	margin-left: 10px;
	width: 120px;
	float: right;
}
.product-moreinfo-doubleline {
	text-align: right;
	margin-left: 10px;
	width: 120px;
	float: left;
}
.index-product-price {
	text-align: right;
	float: right;
}
.index-product-descrip2 {
	color: #999;
	padding-top: 10px;
	overflow: hidden;
	float: right;
	width: 120px;
}
.index-product-descrip {
	color: #666;
	padding-top: 10px;
	text-align: left;
}
.index-product-descrip-big {
	color: #666;
	padding-top: 10px;
	float:left;
	width: 321px;
}
.index-product-descrip-ped {
	color: #666;
	padding-top: 10px;
	float:left;
	width: 395px;
}
.index-product-image {
	float: left;
	width: 125px;
}
.index-product-price {
	font-size: 13px;
	color: red;
	margin-top: 10px;
	float: left;
	width: 120px;
}
.page .index-content-wrapper .index-products .index-product-menu .index-product-descrip h2 {
	color: #0099cc;
	font-size: 15px;
}
.contact-banner {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 500px;
}
/************************END INDEX*********************/

/*************************FORM***********************/
table
{
font-size: 13px;
font-family: Verdana;
}

.notification_error
{
border: 1px solid #A25965;
height: auto;
width: 490px;
padding: 4px;
margin: 10px;
background: #F8F0F1;
text-align: center;
-moz-border-radius: 5px;
color:#0099cc
}

.field_error
{
color: red; 
margin-left: 170px;
background: white url('images/icon_warning.gif') no-repeat scroll 0px 50%;
padding-left: 20px;
}

.notification_ok
{
border: 1px #567397 solid;
height: auto;
width: 90%;
padding: 8px;
background: #f5f9fd;
text-align: center;
-moz-border-radius: 5px;
}

.button
{
border: 1px solid #DBDBDB; 
height: 50px;
width: 500px;
padding: 4px;

font-size: 13px;
}


/* Label */
label 
{
	width: 140px;
	padding-left: 20px;
	margin: 5px;
	float: left;
	text-align: left;
	color: #999;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top:10px;
}

/* Input, Textarea */
input, textarea
{
margin: 5px 5px 5px 0px;
padding: 6px; 

border: 1px solid #DBDBDB; 
color: #999999; 
height: 18px;
font-size: 13px;
margin-bottom:10px;
}

.textcaptcha
{
margin: 5 5 5 0;
padding: 6px; 

border: 1px solid #DBDBDB; 
color: #999999; 
height: 18px;
font-size: 13px;
margin-top:8px;
}

.textarea
{
margin: 5px 5px 5px 0px;
padding: 6px; 
font: Arial, Helvetica, sans-serif;
border: 1px solid #DBDBDB; 
color: #666666; 
height: 100px;
font-size: 13px;
margin-bottom:10px;
}
/* BR */

br
{
clear: left;
}
#smallmap {
	position: relative;
	visibility:hidden;
}
/***************************END FORM*************************/

/**************************CONTACT*********************/
.contact-content {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 540px;
	margin-left: 30px;
	padding-top: 35px;
}
.contact-product-content {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 540px;
	margin-left: 30px;
}
#gmap {
	height: 355px;
	width: 455px;
}
.h1-contact {
	text-align: left;
	color: #666;
	font-size: 25px;
	padding-top: 30px;
	padding-bottom: 18px;
}
#contact-info {
	height: 250px;
	width: 435px;
	border: 1px solid #DBDBDB;
	padding-left: 20px;
	padding-top: 20px;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info p {
	color: #999;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info a {
	color: #666;
	text-decoration:none;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info a:hover {
	text-decoration: underline;
}
#body-standard .page .index-content-wrapper .contact-content #contact-info h2 {
	color: #666;
}
/************************END CONTACT*******************/

/***************************NEW OFFICE FURNITRE*********************/
.page .index-content-wrapper .index-products h1 {
	color: #666;
	padding-top:15px;
	padding-bottom:25px;
}
.index-product-descrip a {
	color: #999;
	text-decoration:none;
}
.index-product-descrip a:hover {
	color: #999;
	text-decoration:underline;
}
.product-content {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 140px;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
}
.product-content-2pic {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: auto;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	overflow: hidden;
}
.product-content-big {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: auto;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	overflow: hidden;
	padding-bottom:5px;
}

.product-content-cup {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: auto;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	overflow: hidden;
	padding-bottom:5px;
	padding-left:0px;
	text-align: center;
}
.product-content-big-2 {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 300px;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	overflow: hidden;
	padding-bottom:5px;
}
.product-moreinfo {
	padding-top: 10px;
	text-align: right;
	margin-left: 10px;
	width: 100px;
	float: right;
	margin-top: 5px;
}
.product-moreinfo-big {
	padding-top: 10px;
	text-align: right;
	margin-left: 10px;
	width: 100px;
	float: right;
	margin-top: 5px;
}
.product-moreinfo-ped {
	padding-top: 10px;
	text-align: right;
	margin-left: 10px;
	width: 100px;
	float: right;
	margin-top: 130px;
}
.product-image {
	float: left;
	margin-right: 15px;
	width: 170px;
	height: 150px;
}
.product-image3 {
	float: left;
	margin-right: 15px;
	width: 170px;
	height:160px;
}
.product-image-big {
	float: left;
	margin-right: 15px;
	width: 170px;
	height:200px;
}
.product-image-ped {
	float: left;
	margin-right: 15px;
	width: 495px;
	height:265px;
}
.product-image-big-2 {
	float: left;
	margin-right: 15px;
	width: 170px;
	height:245px;
}
.product-image-big-3 {
	float: left;
	margin-right: 15px;
	width: 170px;
	height:270px;
}
.product-price {
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	text-align: center;
	color: #09C;
}
.contact-banner-products {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	width: 500px;
	margin-bottom: 25px;
}
.price-button-wrapper {
	float: right;
	height: 80px;
	margin-top: 50px;
}
.price-button-wrapper-doubleline {
	float: right;
	height: 80px;
	margin-top: 30px;
}
.RRP {
	color: #0CC;
}
.product-image-wide {
	float: left;
	margin-right: 15px;
	width: 170px;
	height: 150px;
}
.page .index-content-wrapper .index-products .product-content .index-product-descrip h2 {
	font-size: 13px;
	color: #09C;
}


/********************MISSION STATEMENT****************/
.main-mission {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 525px;
	margin-left: 30px;
	padding-left: 15px;
	padding-top: 20px;
	color: #666;
}
.main-about {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 525px;
	margin-left: 30px;
	padding-left: 15px;
	padding-top: 20px;
	color: #666;
}
.main-special {
	float: left;
	margin-top: 15px;
	height: auto;
	width: 525px;
	margin-left: 30px;
	padding-left: 0px;
	padding-top: 20px;
	color: #666;
	border: 1px solid #999;
}
.page .index-content-wrapper .main-mission h2 {
	color: #09C;
	font-size: 17px;
	padding-top: 5px;
}
.page .index-content-wrapper .main-mission h1 {
	color: #666;
	padding-top: 35px;
}
.page .index-content-wrapper .main-mission p {
	color: #666;
	padding-top: 15px;
	padding-bottom: 35px;
}
/********************END MISSION STATEMENT****************/

.map-click {
	float: right;
	height: 120px;
	border-left: 1px solid #666;
}

.price-button-wrapper {
	float: right;
	height: 80px;
	margin-top: 50px;
	width: 130px;
}
.price-button-wrapper-doubleline {
	float: right;
	height: 80px;
	margin-top: 30px;
	width: 130px;
}
.RRP {
	color: #666;
	font-weight: bold;
}
.new-used-index {
	float: right;
	margin-top: 10px;
	margin-right: -5px;
	width: 100px;
	height: 70px;
}
.new-used-index img {
	float: right;
	margin-top: 10px;
}
.product-image-wrap {
	float: left;
}
.page .index-content-wrapper .index-products .index-product-menu-left .index-product-descrip2 h2 {font-size:14px;}
.page .index-content-wrapper .index-products .index-product-menu-right .index-product-descrip2 h2 {font-size:14px;}
.page .index-content-wrapper .index-products .index-product-menu-left .index-product-descrip h2 a {
	font-size:14px;
	color: #666;
}
.page .index-content-wrapper .index-products .index-product-menu-right .index-product-descrip h2 a {font-size:14px;}
.page .index-content-wrapper .index-products h1 {
	font-size:21px;
	line-height: 0;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.page .index-content-wrapper .main-mission h1 {font-size:21px;}
.product-descrip-wrapper {float:left;}

.popular-products #recyc {
	margin: 0px auto;
	width:135px;
}
.page .index-content-wrapper .index-products .product-content h1 {
	color: #09C;
	text-align: center;
}

.page .index-content-wrapper .index-products .deliv-chair-content h1 {
	color: #09C;
	text-align: center;
}

.deliv-chair-content {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 55px;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 6px;
}
.vat-content {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: 30px;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 6px;
}
.vat-content-spec {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 6px;
	height: 30px;
	color: #06C;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 6px;
}
.ex {
	font-size: 12px;
}

.page .index-content-wrapper .index-products h3 {
	color: #333;
	margin-bottom: 20px;
	padding-left: 15px;
}
.page .index-content-wrapper .index-products h3 {
	color: #666;
	margin-bottom: 20px;
	padding-left: 15px;
}
.desk-guide {width:425px; margin:auto;}
.index-products .product-content-desk img {margin-top:15px;margin-bottom:15px;}
.page .index-content-wrapper .index-products h2 {
	color: #09C;
	text-align: left;
}
.product-content-desk {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: auto;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	overflow: hidden;
	padding-bottom:5px;
	text-align: center;
	padding-left: 10px;
}
.product-content-desk-guide {
	width: 510px;
	float: left;
	border: 1px solid #ccc;
	margin: 4px;
	height: auto;
	color: #06C;
	padding: 20px;
	padding-right: 0px;
	overflow: hidden;
	padding-bottom:5px;
	text-align: center;
	padding-left: 0px;
}
.guide-product-wrap {
	width:380px;
	border:1px solid #F0F0F0;
	padding:10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.guide-product-wrap2 {
	width:470px;
	border:1px solid #F0F0F0;
	padding:10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.page .index-content-wrapper .index-products .product-content-desk .guide-product-wrap p {
	font-size: 15px;
	font-weight: bold;
	color: #F60;
}

.page .index-content-wrapper .index-products .product-content-desk-guide .guide-product-wrap p {
	font-size: 15px;
	font-weight: bold;
	color: #F60;
}

.page .index-content-wrapper .index-products .product-content-desk-guide .guide-product-wrap2 p {
	font-size: 15px;
	font-weight: bold;
	color: #F60;
}
.chairs-text {
	color:#666;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}
.cupboards-pics {
	width:350px;
	margin-left:auto;
	margin-right:auto;
}
.page .index-content-wrapper .index-products .vat-content h2 {
	font-size: 16px;
	text-align: center;
}
.page .index-content-wrapper .index-products .product-content-big .product-image-ped img {
	text-align: center;
}
.page .index-content-wrapper .main-mission #special6 table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.special-page-test {
	font-size: 12px;
}
.page .index-content-wrapper .main-special #special6 table tr td p {
	font-size: 11px;
}
.page .index-content-wrapper .main-special #special6 table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.page .index-content-wrapper .main-special #special5 table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.page .index-content-wrapper .main-special #special4 table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.page .index-content-wrapper .main-special #special5 table tr td p {
	font-size: 11px;
}
.page .index-content-wrapper .main-special #special4 table tr td p {
	font-size: 11px;
}
.page .index-content-wrapper .main-special #special table tr td p {
	font-size: 11px;
}
.page .index-content-wrapper .main-special #special table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.page .index-content-wrapper .main-special #special2 table tr td h3 a {
	color: #666;
	font-family: Verdana;
	font-size: 12px;
}
.page .index-content-wrapper .main-special #special2 table tr td p {
	font-size: 11px;
}
#special6 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}
#special7 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}

#special5 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}

#special4 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}

#special3 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}

#special2 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}

#special1 {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}
#special {
	border:1px solid #ccc;
	margin:10px;
	padding: 10px;
}

.spec-big {border: 1px solid #ccc;margin:10px;}
.page .index-content-wrapper .index-products .product-content-big .index-product-descrip-big h2 {
	font-size: 15px;
}
.page .index-content-wrapper .index-products .product-content-big-2 .index-product-descrip-big h2 {
	font-size: 15px;
}
.index-product-descrip-inner {
	float:left;
	height: auto;
	width: 320px;
	overflow: hidden;
}
.inner-inner-double {
	float:left;
	width: 210px;
	height: 110px;
}
.product-info {float:left;}
.footer .footer-links1 .footer-links1-bullets ul {
	color: #fff;
}
.footer .footer-links1 .footer-links1-bullets a {
	color: #fff;
}
.footer .footer-links1 .footer-links1-title a {
	color: #fff;
}
.bottom-links {
	color: #ccc;
}
.page .index-content-wrapper .index-products .product-content .index-product-descrip-big h2 {
	font-size: 15px;
}
.page .index-content-wrapper .index-products .product-content-big .index-product-descrip-ped h2 {
	font-size: 15px;
}
.page .index-content-wrapper .index-products .product-content-cup .index-product-descrip h2 {
	font-size: 15px;
}
.page .index-content-wrapper .index-products .product-content-2pic .product-image {
	font-size: 15px;
}
.page .index-content-wrapper .index-products .product-content-2pic .index-product-descrip h2 {
	font-size: 15px;
}
.index-content-wrapper .index-products h1 {
	color: #666;
}
.page .index-content-wrapper .main-about .dir tr .dir_content .map_link tr td a {
	color: #666;
	font-size: 11px;
}
.page .index-content-wrapper .main-mission #special7 table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.page .index-content-wrapper .main-special #special7 table tr td p {
	font-size: 11px;
}
.page .index-content-wrapper .main-special #special7 table tr td h3 a {
	font-size: 12px;
	color: #666;
}
.page .index-content-wrapper .main-special .vat-content-spec h2 {
	text-align: center;
}
.footer-locations {
	width:90%;
	padding: 10px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.footer-locations p {
	color: #999;
	font-size: 9px;
	text-align:center;
}
.footer-locations p a {color:#999; text-decoration:none;}
.footer-locations p a:hover {color:#666; text-decoration:none;}